> did you manage to solve you're problem with this " gcc: cannot specify
> -o with -c or -S and multiple compilations" error?
>
> I ran into the same problem on Fedora Core 1 with apache rpm.
>
No, I haven't solved the problem on any RHEL 3.0 machines. It seems to work or not work and nothing I try seems to fix it. However, I glad that I'm not alone with this problem.
On Fedora Core 1, I had the same problem, but when I messed around w/ the 'configure' options, I was able to get it working. This is what worked for me on Fedora Core 1 using the Apache HTTP (and development) RPM's, Tomcat 4.1.29 (and 4.1.30) binaries and the jk2-2.0.4 source:
cd jakarta-tomcat-connectors/jk/native2
./configure --with-apxs2=/usr/sbin/apxs
make
cd ../build/jk2/apache2
apxs -n jk2 -i mod_jk2.so
-- ============================================================================ Chris Egolf http://www.ugholf.net [EMAIL PROTECTED] ============================================================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
