Trying to use Ogre in a Qt project. The ogre is being built successfully. Running the project gives me three errors:
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0:-1: error: error adding symbols: DSO missing from command line -1: error: main.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv'
When I searched for the error, it says that it is editing the makefile and adding: LIBS = -lpthread
but it already exists.
How to resolve this error?
c ++ qt ogre
user3877872
source share