Build problems... need 2.81 libbulletmultithreaded

phr00t
Posts: 4
Joined: Fri Mar 22, 2013 4:59 pm

Build problems... need 2.81 libbulletmultithreaded

Post by phr00t »

Hey all,

I'm trying to build the native bullet libraries for jMonkeyEngine on Linux & I'm running into a problem:

[cc] /usr/bin/i686-w64-mingw32-ld: cannot find -lBulletMultiThreaded

I can't seem to find the 2.81 Windows version of that library anywhere & I'm not sure how to build it myself on Linux.. I was hoping someone built it and could share? :)

The files I think I need are libbulletmultithreaded.lib and/or libbulletmultithreaded.dll so I can put them in my /usr/lib (or whatever) directory.

Thank you!
- Phr00t
adi1133
Posts: 5
Joined: Wed Mar 20, 2013 3:10 pm

Re: Build problems... need 2.81 libbulletmultithreaded

Post by adi1133 »

when you build bullet you need to enable multithreading
if you are using cmake-gui to build bullet check out this image http://i.imgur.com/3nvXJxZ.png
cmake-gui should be the same on linux ... this generates libBulletMultiThreaded in the lib folder of the project
phr00t
Posts: 4
Joined: Fri Mar 22, 2013 4:59 pm

Re: Build problems... need 2.81 libbulletmultithreaded

Post by phr00t »

Thank you for the reply!

That did work to build the multithreaded libraries, but it built the ones for Linux..

How do I specify it to build using MinGW? This would then generate the Windows libraries I need...
adi1133
Posts: 5
Joined: Wed Mar 20, 2013 3:10 pm

Re: Build problems... need 2.81 libbulletmultithreaded

Post by adi1133 »

if you build it under windows then it made windows libs (ignore the extension , .a files are valid windows static libs)