• 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 Cannot find -llua51...?

Misterion

New Member
Joined
Jan 24, 2014
Messages
52
Reaction score
4
Hello guys!!!
When I try to compile my distro sources, a error appears: "Cannot find -llua51".
First of all, I've download this: http://skalski.at/files/files/StiansRepackDev-Cpp_v2.zip
And I'm using the folders LIB, INCLUDE and BIN from this Dev-Cpp for my source.

And I'm using these linkers:

Code:
-lboost_system
-llua5.1
-llua51
-lmysql
-lboost_regex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s
-lboost_filesystem
-lboost_thread
-lz
-lcryptopp
-leay32
 
Now I'm getting "cannot find -leay32'. Suggestions?

Edit:
I've just deleted it from the list and it's compiling right now. Let's see if it'll go, now.

Edit2:
No, error again, "Linker Error". A bunch of them. Shit.
 
Last edited:
A lot of errors of this nature:

[Linker error] undefined reference to `__gxx_personality_sj0'
[Linker error] undefined reference to `_Unwind_SjLj_Register'
[Linker error] undefined reference to `_Unwind_SjLj_Resume'
[Linker error] undefined reference to `_Unwind_SjLj_Unregister'
 
Back
Top