Issue information

Issue ID
#298
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Oct 25, 2007 18:36
Last Post
Hercules Elf Bot
Oct 25, 2007 18:36
Confirmation
N/A

Hercules Elf Bot - Oct 25, 2007 18:36

Originally posted by [b]tonyfud[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=298

CODE
make[1]: Leaving directory `/root/trunk/src/login_sql'
make[1]: Entering directory `/root/trunk/src/char_sql'
gcc -g -O2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce  -I../common -I/usr/local/include -c -o char.o char.c
gcc -g -O2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce  -I../common -I/usr/local/include -c -o inter.o inter.c
gcc -g -O2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce  -I../common -I/usr/local/include -c -o int_party.o int_party.c
gcc -g -O2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce  -I../common -I/usr/local/include -c -o int_guild.o int_guild.c
gcc -g -O2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce  -I../common -I/usr/local/include -c -o int_storage.o int_storage.c
gcc -g -O2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce  -I../common -I/usr/local/include -c -o int_pet.o int_pet.c
gcc -g -O2 -pipe -ffast-math -Wall -Wno-sign-compare -Wno-unused-parameter -I/usr/include/mysql -I/usr/local/include -L/usr/local/lib -mcpu=i486 -fno-strength-reduce  -I../common -I/usr/local/include -c -o int_homun.o int_homun.c
gcc  -L/usr/local/lib -o ../../char-server_sql char.o inter.o int_party.o int_guild.o int_storage.o int_pet.o int_homun.o ../common/obj/core.o ../common/obj/socket.o ../common/obj/timer.o ../common/obj/db.o ../common/obj/plugins.o ../common/obj/lock.o ../common/obj/malloc.o ../common/obj/showmsg.o ../common/obj/utils.o ../common/obj/strlib.o ../common/obj/grfio.o ../common/obj/mapindex.o ../common/obj/ers.o ../common/obj_sql/sql.o -lm -lz  -ldl -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lc -lnss_files -lnss_dns -lresolv -lc -lnss_files -lnss_dns -lresolv
inter.o(.text+0xb63): In function `inter_init_sql':
/root/trunk/src/char_sql/inter.c:400: undefined reference to `inter_mail_sql_init'
inter.o(.text+0x1d9a): In function `inter_parse_frommap':
/root/trunk/src/char_sql/inter.c:863: undefined reference to `inter_mail_parse_frommap'
collect2: ld returned 1 exit status
make[1]: *** [char-server_sql] Error 1
make[1]: Leaving directory `/root/trunk/src/char_sql'
make: *** [char_sql] Error 2