Ogre for Linux DSO Error

Get answers to all your basic programming questions. No Ogre questions, please!
pabloarias
Gnoblar
Posts: 11
Joined: Mon Nov 25, 2013 7:07 pm
Location: Colombia

Ogre for Linux DSO Error

Post by pabloarias »

Hello,

I'm trying to compile my Ogre project on a Ubuntu 13.10 system. After running make I keep getting the same error:

Linking CXX executable inmaps3d
/usr/bin/ld: CMakeFiles/inmaps3d.dir/InMapsEngine.cpp.o: undefined reference to symbol '_ZN5boost6threadC1Ev'
/usr/lib/x86_64-linux-gnu/libboost_thread.so.1.53.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [inmaps3d] Error 1
make[1]: *** [CMakeFiles/inmaps3d.dir/all] Error 2
make: *** [all] Error 2

Thank you!