• 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 Connot find...

Ronaldino

Esso Eh
Joined
Dec 25, 2007
Messages
745
Reaction score
0
Hello.

It never happends before, but after rev. 900~ I got some problem with compiling... Now I want to compile revision 956 and I get this error at end of compiling:

Makefile.win - cannot find -lluasql-mysql


Someone can help ? ;)
 
Whats that exacly? As I wrote, I compiled it wichout problem before... then what is that -lluasql_mysql ? :p

I added to linker that:

-O1
-lboost_system
-lgmp
-lluasql-mysql
-lluasql-sqlite3
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s
 
Last edited:
Code:
-O1
-lboost_regex
-lboost_system
-lgmp
-lluasql_mysql
-lluasql_sqlite
-llua5.1
-lmysql
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s
 
Back
Top