HI Zach & Praveen, On 3/13/07, Praveen Bhaniramka <[EMAIL PROTECTED]> wrote:
I am assuming that you are doing this on an AMD64 system. You can use the -m32 gcc flag to build 32-bit versions of the binaries. You should be able to edit the make defs to get this to work for you.
I have just built OpenThreads and OSG using -m32 on my 64 bit machine/OS and it built just fine. I did it using the new CMake build system, but it should work using the old Make system as well. As well as adding the "-m32" flag you'll need to adjust the libs being picked up as well, otherwise you get linker errors. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
