Code: Select all
[ 67%] Linking CXX executable ../bin/CEGUISampleFramework
/usr/bin/ld: CMakeFiles/CEGUISampleFramework.dir/src/SamplesFrameworkBase.cpp.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
/usr/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO /usr/lib/libboost_system.so.1.50.0 so try adding it to the linker command line
/usr/lib/libboost_system.so.1.50.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [bin/CEGUISampleFramework] Error 1
make[1]: *** [samples_framework/CMakeFiles/CEGUISampleFramework.dir/all] Error 2
I'm using Archlinux. Here's two relevant topics: OGRE forums, Arch forums.
Question: Is this a problem with boost, OGRE, CEGUI or Archlinux? (yes, I'm a noob)