I am currently building a 32/64 bit version of apr by configuring and building twice and combining the output with lipo, (apr-1.4.5) I am trying to accomplish the same thing with the 64-bit version with apr-util-1.4.1, but all of my output seems to be i386 32bit, I am trying to configure and build with the following line:
./configure --target=x86_64 --prefix=`pwd`/64bit --with-apr=`pwd`/../apr-1.4.5 CFLAGS="-m64" && make all && make install I have also tried the following: ./configure --build=x86_64 --prefix=`pwd`/64bit --with-apr=`pwd`/../apr-1.4.5 && make all && make install ./configure --build=x86_64 --prefix=`pwd`/64bit --with-apr=`pwd`/../apr-1.4.5 CFLAGS="-m64" && make all && make install and various other variants, I will track this down if it isn't a known issue, presumably somebody is building a x86_64 version. to clarify I am looking at the static library, the .a file, not the dynamic library. Grady Player [email protected] [email protected] 801 548 1371
