• 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 A compile error (Linker i think)

Faraonekkk

New Member
Joined
Feb 15, 2010
Messages
686
Reaction score
4
Hello otlanders =]
I have a little problem with compiling i got that error.

many of this
[Linker error] undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)'
and this
[Linker error] undefined reference to `std::ostream& std::ostream::_M_insert<unsigned long>(unsigned long)'
[Warning] duplicate section `.rdata$_ZZN5boost9re_detail12perl_matcherIPKcSaINS_9sub_matchIS3_EEENS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE6unwindEbE14s_unwind_table' has different size
and this
[Linker error] undefined reference to `__gxx_personality_v0'


in the end:

[General Error] Too many messages; abort.
There must be something terribly wrong with your code. Please fix it.

my linkers:
-llibxml2
-lwsock32
-lsqlite3
-lmysql
-lws2_32
-llua5.1
-lboost_date_time
-lboost_system
-lboost_thread
-lboost_regex
-lboost_filesystem
-lgmp
-s
 
Back
Top