Ogre Specific libraries
- by Molmasepic
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