Hi Chuck,


I am trying to build the Virtuoso Open Source Edition 5.0.6 on a mac. I would like to build it to use the 64 bit binaries. I tried running the following commands to build it with the 64 bit libraries:

CFLAGS="-O -isysroot /Developer/SDKs/MacOSX10.4u.sdk -m64 -arch ppc -arch i386 -mmacosx-version-min=10.4"

CFLAGS="-O -m64 -mmacosx-version-min=10.4"

How do I use the 64 bit flag for building with OS X 10.4?

Here are the stats of the server:
OS X 10.4.11
Virtuoso 5.0.6

Please let me know what error messages or log files to provide.



To build a binary with 64bit PPC version of Virtuoso you can use:

CFLAGS="-O2 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc64 -mmacosx-version-min=10.4"

    export CFLAGS

    ./configure ........

Note you need to have a G5 machine for such a build since configure needs to build and run some test apps.

Unfortunately you also need a 64bit PPC version of the openssl libraries which Apple forgot to include in Mac OS X 10.4.x. It is possible to build your own version from source code and then use "-- enable-openssl=/usr/local/ssl-64" to your configure options to point virtuoso to the right openssl directory. If you have a problem building this library contact me privately and i will send you my build.

If you have any problems with the configure command, please email me the contents of the config.log file at vos.ad...@openlinksw.com.

Let me know if this solves your problems.

Patrick

Reply via email to