Thanks Dimi, I had done that - unfortunately by default ccmake loads all the 64 bit libs by default, it would be better I think if you could specify a flag like "--Build-32bit" so it will search for 32 bit libs (if installed) on a 64 bit machine. Would be good if it could set the LIB_POSTFIX to 32 which I believe will create a lib32 in install dir? Further investigation will tell
Thanks Paul dimi christop wrote: > Hi, > Fire up cmake . and specify in the compile and linking options the -m32 flag. > -m32 specifies that the exe and libs should be 32 bit. > > Dimi > > > > ----- Original Message ---- > From: Internode <[email protected]> > To: OpenSceneGraph Users <[email protected]> > Sent: Wednesday, May 20, 2009 1:55:58 PM > Subject: [osg-users] 64/32 bit ? > > > How can you reliably specify a 32 bit build on a 64 bit platform in cmake? > Have tried but can't find any flags. Sorry should post on cmake forums. > > Best Regards > Paul > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

