What steps will reproduce the problem?
1. Download bullet
2. Extracted it. Followed the make instructions
3. Created a folder
4. Create file and inserted helloworld.cpp example from website.
5. cd into folder and ran: g++ *cpp -lSDL -lGL -lGLU -lSDL_image
-lBulletCollision -lLinearMath -I/usr/include/bullet
What is the expected output? What do you see instead?
I expected helleworld output but got a bunch of errors including.
/usr/bin/ld: error: cannot find -lBulletCollision
/usr/bin/ld: error: cannot find -lLinearMath
What version of the product are you using? On what operating system?
My operating system in ubuntu linux latest and 64bit.
Please provide any additional information below.
Original issue reported on code.google.com by timo...@gmail.com on 20 Aug 2013 at 2:37
Original issue reported on code.google.com by
timo...@gmail.com
on 20 Aug 2013 at 2:37