Ogre Specific libraries

Posted by Molmasepic on Game Development See other posts from Game Development or by Molmasepic
Published on 2011-07-28T22:24:38Z Indexed on 2011/11/26 10:28 UTC
Read the original article Hit count: 454

Filed under:
|
|
|

i have a simple question.

For people that know and built ogre3D from source as a Static library, What is the order of which the libraries should be linked?

The libraries I need to be organized are:

Ogre Plugins

'libOgreMain.a'

Ogre RenderSystems

Boost(version 1.47)link

Ogre's Dependencies

The reason im asking is because in the Ogre forums, I have asked about this and didnt get a good reply...yet.

The other reason is because even though i link to the boost library, i get this error:

undefined reference to '_imp___ZN5boost6thread20hardware_concurrencyEv'

My compiler is MinGW with CodeBlocks as the IDE

And my Main Computer Im building on is Windows Vista 32 bit

© Game Development or respective owner

Related posts about c++

Related posts about ogre