RE: typedef conflict in GCC and JAVA

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

 



Please don't top-post.

Dhiraj.Nilange@xxxxxxxxxxxxxxxxxx writes:

 > I am doing the following #include in my source:-
 > 
 > #include <jni.h>
 > 
 > And in the compilation command my include path is
 > -I/opt/jdk1.5/include

That's strange.  Directories named by `-I' are searched before the
standard system include directories, so gcc should pick up the
jni_md.h in /opt/jdk1.5/include.  Is it there?

Andrew.

[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