User-agent: Mozilla Thunderbird 0.7.1 (X11/20040715)
Roger Pantos wrote:
> Looking at the mDNSPosix/Makefile, it seems like this would only occur
if you set JDK=/usr (which I assume you did). This is how
-I$(JDK)/include/linux would turn into -I/usr/include/linux.
I did :)
It's certainly a source for error, although I'm not sure how common it
is to essentially overlay the JDK onto /usr.
That's not really a common installation for JDK. There is no real common
policy for JDK path.
If anyone has any thoughts on the "standard" install location for the
JDK on a Linux, FreeBSD, etc. system, I'd love to hear them.
The best way is to use JAVA_HOME environment variable.
For example my JAVA_HOME is set to : /usr/local/java/j2sdk
So I didn't have all this problem to compile (with my dirty JDK=/usr)