On Thu, May 19, 2011 at 12:33:31PM +0200, G?bor Alsecz wrote:
>Hello Csaba,
>
>Thanks for the reply:
>
>> do you actually have a netdb.h ? What does
>>
>> $ find /usr/include/ -name netdb.h
>>
>> print ?
>it works fine, command print the /usr/include/netdb.h
>
>
>> gcc -v getip.c
>print all directo
n bash to find the .h includes?
>
> Same issue (include .h file(s) not found) when i try to
> compile/configure Kannel under cygwin
>
> Regards,
> Gabor
I get a different error from yours when gcc can't find an include
file, so I'm wondering if it's not a /usr/in
Hello Csaba,
Thanks for the reply:
do you actually have a netdb.h ? What does
$ find /usr/include/ -name netdb.h
print ?
it works fine, command print the /usr/include/netdb.h
gcc -v getip.c
print all directories included but /usr/include folder missing
Gabor
On Thu, May 19, 2011 a
On Thu, May 19, 2011 at 8:54 AM, Gabor Alsecz wrote:
> Hi All,
>
> I am using the latest cygwin installation and I have an issue with my
> /usr/include directory under cygwin bash.
>
> my .c file snippet looks like this:
>
> #include
> #include
> #include
> #include
> #include
>
> And when ru
Hi All,
I am using the latest cygwin installation and I have an issue with my
/usr/include directory under cygwin bash.
my .c file snippet looks like this:
#include
#include
#include
#include
#include
And when running gcc from bash with the followin command:
gcc getip.c
i receive the foll
5 matches
Mail list logo