Why does this error happen?

Erik Christiansen erik@dd.nec.com.au
Mon Dec 29 05:14:00 GMT 2003


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



More information about the Gcc-help mailing list