This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Why does this error happen?


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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]