On Wed, 26 Mar 2008 15:23:21 +0530, "Savitra Sapre"
<savitrasapre(a)gmail.com> wrote:
hello actually i tried both but it still is telling
the same result
so..please look into the thing....here is the problem
savitra@savitra-laptop:~/programs$ gcc -o savvy savvy.c
savvy.c:1:18: error: stdio.h: No such file or directory
savvy.c: In function 'main':
savvy.c:3: warning: incompatible implicit declaration of built-in
function
'printf'
savvy.c:3: warning: return type of 'main' is not 'int'
savitra@savitra-laptop:~/programs$ cat savvy.c
#include<stdio.h>
void main()
{ printf("hello");
}
1. This is not a mailinglist for programming tips and questions. It's all
about Geany and the development of Geany itself.
2. If you'd like to ask a question about Geany, choose a more specific
title than "Re: [Geany] Geany Digest, Vol 29, Issue 34"
3. try to install the development headers of libc6
-H-