Re: Why does this error happen?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Dec 27, 2003 at 03:58:16PM -0500, lappin wrote:
> >>>>>>>>>>>>>>>>>>> THE ERROR from make <<<<<<<<<  
> gcc -g -O2 -DRESIN_HOME=\"/usr/resin\" -I -I/usr/kerberos/include  
> -I/usr/java/include -I/usr/java/include/linux -I../common -DCPU=\"i386\"  
> -DOS=    -c -o memory.o memory.c  
> gcc -g -O2 -DRESIN_HOME=\"/usr/resin\" -I -I/usr/kerberos/include  
> -I/usr/java/include -I/usr/java/include/linux -I../common -DCPU=\"i386\"  
> -DOS=    -c -o ssl.o  
> ssl.c  
> In file included from /usr/include/openssl/ssl.h:179,  
>                  from ssl.c:62:  
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory  
> In file included from /usr/include/openssl/ssl.h:179,  
>                  from ssl.c:62:  
> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

Should be able to grok a simple -I, shouldn't it?

What happens if you manually run the gcc line, with an additional -v
argument? Knowing where it is actually looking might cast a little light.
(with a little luck)

Erik

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux