• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Help compiling (undefined reference to `boost`)

bolero

MikeHere
Joined
Apr 13, 2009
Messages
1,146
Reaction score
12
Location
Venezuela
I have this error when compiling dev 0.3.6 Can help me? >.<!

/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boos t::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boos t::system::get_posix_category()'
server.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boos t::system::get_posix_category()'
/usr/local/include/boost/system/error_code.hpp:175: undefined reference to `boos t::system::get_posix_category()'
game.o: In function `__static_initialization_and_destruction_0':
/usr/local/include/boost/system/error_code.hpp:172: undefined reference to `boos t::system::get_posix_category()'
game.o:/usr/local/include/boost/system/error_code.hpp:175: more undefined refere nces to `boost::system::get_posix_category()' follow
 
Back
Top