• 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 compiling [TFS] [Linker error] Help!!!

avastar

New Member
Joined
Nov 29, 2008
Messages
10
Reaction score
0
Error:
[Linker error] undefined reference to `luaopen_luasql_mysql'
[Linker error] undefined reference to `luaopen_luasql_sqlite3'
ld returned 1 exit status

Parameters:
C++:
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__CONSOLE__
Linker:
-O1
-lboost_regex
-lboost_system
-lgmp
-lluasql_mysql
-lluasql_sqlite
-llua5.1
-lmysql
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s

Directories:
Directories of libraries:
C:\Dev-Cpp\lib
Directories of include:
C:\Dev-Cpp\include

Sources: 0.2pl22.tar
Dev-Cpp:The Forgotten Dev-Cpp v2.2

Dev-Pack's:
GMP
libiconv-1.9.1-1spec
libmysql-4.1.13a-1sid
libxml2-2.6.23-1cm
mysql
sqlite-3.3.12-1cyd
sqlite-3.5.6-1ew
Download Here!

What is wrong ?
 
Last edited:
@Darth_Salva
I thought that gave you use both parameters...
has some otserv that's use the both parameters is not ?

I will try compiling only with sqlite...!
 
Back
Top