I'm having trouble compiling mod_jk successfully using apxs (Apache 1.3.17) on AIX 4.3.1. apxs doesn't appear to respond at all - it's not invoking gcc. I'm using the command line below apxs -o mod_jk.so -DAIX -I../jk -I/usr/jdk_base/include -I/usr/jdk_base/include/aix -c *.c ../jk/*.c but the command just sits there (uses no processor time). Tried the makefile route but I get the following error: ~~~~~~~~~~~~~~~~~ In file included from /usr/jdk_base/include/jni.h:36, from ../jk/jk_jni_worker.c:67: /usr/jdk_base/include/aix/jni_md.h:89: parse error before `*' /usr/jdk_base/include/aix/jni_md.h:89: initializer element is not constant /usr/jdk_base/include/aix/jni_md.h:89: parse error before `if' /usr/jdk_base/include/aix/jni_md.h:89: parse error before `1' /usr/jdk_base/include/aix/jni_md.h:89: parse error before `->' /usr/jdk_base/include/aix/jni_md.h:89: redefinition of `_currentSuspendState' /usr/jdk_base/include/aix/jni_md.h:89: `_currentSuspendState' previously defined here /usr/jdk_base/include/aix/jni_md.h:89: parse error before `}' make: 1254-004 The error code from the last command is 1. ~~~~~~~~~~~~~~~~ which turns out to be some kind of objection to sys_thread_t Please help. Borderline hysterical. ----------------------- Sell Art with GetSomeArt - FREE register at http://www.getsomeart.com quoting reference TOTSEL --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]