xiangaodielian / bullet

Automatically exported from code.google.com/p/bullet
Other
0 stars 0 forks source link

Helloworld error need help #731

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
please use the Bullet forums for support, this tracked is only for bug report
http://bulletphysics.org

Original comment by erwin.coumans on 21 Aug 2013 at 11:10