Compile bullet for 32-bit on a 64-bit Linux machine

Post Reply
gardin
Posts: 1
Joined: Fri Dec 21, 2012 4:18 pm

Compile bullet for 32-bit on a 64-bit Linux machine

Post by gardin »

Hi all!

This is probably more relevant to CMake, but i couldn't really find any solutions that would work, suggestions were to set environment variables like CMAKE_CXX_FLAGS and CMAKE_LDFLAGS with -m32 but the libs are still compiled for x64.

I need the libs for 32-bit as other libraries are for 32-bit only. I'm using Ubuntu 12.10

Thanks in advance
Johan
Post Reply