Thomas Tinnes wrote:

make[1]: Entering directory `/tmp/jk/jakarta-tomcat-connectors-1.2.8-src/jk/native/common'
-D_GNU_SOURCE -I /usr/local/java/include -I /usr/local/java/include/ -c jk_ajp12_worker.c

Perhaps the error is caused by space between -I and /usr/local/java Have no idea why this happening. I've tested the build on RH9 not on RHE3.

Edit the common/Makefile.in and remove the spaces:
From:
JAVA_INCL=-I @JAVA_HOME@/include -I @JAVA_HOME@/include/@OS@
To:
[EMAIL PROTECTED]@/include [EMAIL PROTECTED]@/include/@OS@

Any insight would be very welcome. Thanks.


Tell me if that helps.

Mladen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to