• 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!

Compiling Error

kleitonalan

New Member
Joined
Mar 21, 2013
Messages
289
Reaction score
3
CXXLD theotxserver
connection.o: In function `boost::recursive_mutex::recursive_mutex()':
connection.cpp:(.text._ZN5boost15recursive_mutexC1Ev[boost::recursive_mutex::rec ursive_mutex()]+0x46): undefined reference to `boost::thread_resource_error::thr ead_resource_error()'
connection.cpp:(.text._ZN5boost15recursive_mutexC1Ev[boost::recursive_mutex::rec ursive_mutex()]+0xa5): undefined reference to `boost::thread_resource_error::thr ead_resource_error()'
connection.cpp:(.text._ZN5boost15recursive_mutexC1Ev[boost::recursive_mutex::rec ursive_mutex()]+0x107): undefined reference to `boost::thread_resource_error::th read_resource_error()'
connection.o: In function `boost::unique_lock<boost::recursive_mutex>::lock()':
connection.cpp:(.text._ZN5boost11unique_lockINS_15recursive_mutexEE4lockEv[boost ::unique_lock<boost::recursive_mutex>::lock()]+0x32): undefined reference to `bo ost::lock_error::lock_error()'
dispatcher.o: In function `boost::mutex::mutex()':
dispatcher.cpp:(.text._ZN5boost5mutexC1Ev[boost::mutex::mutex()]+0x4b): undefine d reference to `boost::thread_resource_error::thread_resource_error()'
dispatcher.o: In function `boost::condition_variable::condition_variable()':
dispatcher.cpp:(.text._ZN5boost18condition_variableC1Ev[boost::condition_variabl e::condition_variable()]+0x3e): undefined reference to `boost::thread_resource_e rror::thread_resource_error()'
dispatcher.o: In function `boost::unique_lock<boost::mutex>::lock()':
dispatcher.cpp:(.text._ZN5boost11unique_lockINS_5mutexEE4lockEv[boost::unique_lo ck<boost::mutex>::lock()]+0x32): undefined reference to `boost::lock_error::lock _error()'
dispatcher.o: In function `boost::unique_lock<boost::mutex>::unlock()':
dispatcher.cpp:(.text._ZN5boost11unique_lockINS_5mutexEE6unlockEv[boost::unique_ lock<boost::mutex>::unlock()]+0x35): undefined reference to `boost::lock_error:: lock_error()'
collect2: ld returned 1 exit status
make[1]: *** [theotxserver] Error 1
make[1]: Leaving directory `/home/trunk'
make: *** [all] Error 2
 
Back
Top