On 07/29/2011 08:32 AM, jean-frederic clere wrote:

I mention that because buildconf require APR source directory whereas
I used to build it (on OSX/ or Linux) against provided APR, i.e. like
this :

CFLAGS='-arch i386 -arch x86_64' APXSLDFLAGS='-arch i386 -arch x86_64'
./configure --with-apr=/usr --with-ssl=/usr
--with-java-home=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Hm are you sure you need both -arch i386 and -arch x86_64? - I think -arch 
x86_64 should be enought on macosx.


Yes, both are needed. so that -d32/-d64 work without mangling the library paths.
Think that both APR and OpenSSL on Mac are fat binaries, so our build should be 
as well

Regards
--
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to