0% found this document useful (0 votes)
42K views22 pages

GCC Errors in Mithia Login Module

The make all command results in many undefined reference errors when trying to compile the login server source code. The errors indicate that several functions used in the source code, like session, set_packet_indexes, and WFIFOSET, have not been defined or included. This suggests header files containing function declarations or library files containing function definitions are missing from the compilation.

Uploaded by

80 Amps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42K views22 pages

GCC Errors in Mithia Login Module

The make all command results in many undefined reference errors when trying to compile the login server source code. The errors indicate that several functions used in the source code, like session, set_packet_indexes, and WFIFOSET, have not been defined or included. This suggests header files containing function declarations or library files containing function definitions are missing from the compilation.

Uploaded by

80 Amps
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

root

root@[Link]'s password:
Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.4.0-142-generic i686)

* Documentation: [Link]
* Management: [Link]
* Support: [Link]

144 packages can be updated.


99 updates are security updates.

New release '18.04.2 LTS' available.


Run 'do-release-upgrade' to upgrade to it.

Last login: Tue Jul 16 [Link] 2019 from [Link]


root@bukan-nexia:~# cd 10/mithia
root@bukan-nexia:~/10/mithia# make all
Hyul [Make]
-----------
Common:
Login Server:
-e Compile... login.c
-e Compile... clif.c
-e Compile... intif.c
-e Linking... login.o
/usr/lib/gcc/i686-linux-gnu/5/../../../i386-linux-gnu/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
login.o: In function `config_read':
/root/10/mithia/src/login/login.[Link] undefined reference to `set_logfile'
/root/10/mithia/src/login/login.[Link] undefined reference to `set_dmpfile'
login.o: In function `do_term':
/root/10/mithia/src/login/login.[Link] undefined reference to `add_log'
login.o: In function `do_init':
/root/10/mithia/src/login/login.[Link] undefined reference to `gettick'
/root/10/mithia/src/login/login.[Link] undefined reference to `set_logfile'
/root/10/mithia/src/login/login.[Link] undefined reference to `set_dmpfile'
/root/10/mithia/src/login/login.[Link] undefined reference to `Sql_Malloc'
/root/10/mithia/src/login/login.[Link] undefined reference to `Sql_ShowDebug_'
/root/10/mithia/src/login/login.[Link] undefined reference to `Sql_Connect'
/root/10/mithia/src/login/login.[Link] undefined reference to `Sql_ShowDebug_'
/root/10/mithia/src/login/login.[Link] undefined reference to `Sql_Free'
/root/10/mithia/src/login/login.[Link] undefined reference to `set_termfunc'
/root/10/mithia/src/login/login.[Link] undefined reference to `add_log'
/root/10/mithia/src/login/login.[Link] undefined reference to `add_log'
/root/10/mithia/src/login/login.[Link] undefined reference to `set_defaultaccept'
/root/10/mithia/src/login/login.[Link] undefined reference to `set_defaultparse'
/root/10/mithia/src/login/login.[Link] undefined reference to `make_listen_port'
/root/10/mithia/src/login/login.[Link] undefined reference to `Remove_Throttle'
/root/10/mithia/src/login/login.[Link] undefined reference to `timer_insert'
/root/10/mithia/src/login/login.[Link] undefined reference to `db_alloc'
/root/10/mithia/src/login/login.[Link] undefined reference to `add_log'
login.o: In function `setInvalidCount':
/root/10/mithia/src/login/login.[Link] undefined reference to `timer_insert'
clif.o: In function `encrypt':
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_accept':
/root/10/mithia/src/login/clif.[Link] undefined reference to `fd_max'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `Add_Throttle'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `getMinute'
/root/10/mithia/src/login/clif.[Link] undefined reference to `getHour'
/root/10/mithia/src/login/clif.[Link] undefined reference to `Log_Add'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_accept':
/root/10/mithia/src/login/clif.[Link] undefined reference to `session_eof'
/root/10/mithia/src/login/clif.[Link] undefined reference to `fd_max'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session_eof'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
clif.o: In function `clif_message':
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_message':
/root/10/mithia/src/login/clif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
clif.o: In function `reg_check':
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_Malloc'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_ShowDebug_'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_Prepare'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_Execute'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_BindColumn'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_ShowDebug_'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_Free'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_NextRow'
/root/10/mithia/src/login/clif.[Link] undefined reference to `SqlStmt_Free'
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session_eof'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `strlwr'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `send_metafile':
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `send_metafile':
/root/10/mithia/src/login/clif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
clif.o: In function `send_meta':
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o: In function `send_metalist':
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `send_metalist':
/root/10/mithia/src/login/clif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.[Link] more undefined references to `session'
follow
clif.o: In function `send_metalist':
/root/10/mithia/src/login/clif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `session'
/root/10/mithia/src/login/clif.[Link] undefined reference to `WFIFOSET'
intif.o: In function `intif_debug':
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o: In function `intif_auth':
/root/10/mithia/src/login/intif.[Link] undefined reference to `session_eof'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_auth':
/root/10/mithia/src/login/intif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `realloc_rfifo'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.[Link] undefined reference to `add_log'
intif.o: In function `intif_parse_2001':
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `getMinute'
/root/10/mithia/src/login/intif.[Link] undefined reference to `getHour'
/root/10/mithia/src/login/intif.[Link] undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `getMinute'
/root/10/mithia/src/login/intif.[Link] undefined reference to `getHour'
/root/10/mithia/src/login/intif.[Link] undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.[Link] undefined reference to `add_ip_lockout'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_changepass':
/root/10/mithia/src/login/intif.[Link] undefined reference to `getMinute'
/root/10/mithia/src/login/intif.[Link] undefined reference to `getHour'
/root/10/mithia/src/login/intif.[Link] undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_changepass':
/root/10/mithia/src/login/intif.[Link] undefined reference to `getMinute'
/root/10/mithia/src/login/intif.[Link] undefined reference to `getHour'
/root/10/mithia/src/login/intif.[Link] undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse_changepass':
/root/10/mithia/src/login/intif.[Link] undefined reference to `add_ip_lockout'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
intif.o: In function `intif_parse':
/root/10/mithia/src/login/intif.[Link] undefined reference to `add_log'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session_eof'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
/root/10/mithia/src/login/intif.[Link] undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.[Link] more undefined references to
`session' follow
../common/core.o: In function `main':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `___main'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_gettimeofday'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_signal'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_signal'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_signal'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_do_init'
../common/core.o: In function `get_svn_revision':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_strstr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_snprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_atoi'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_snprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_fclose'
../common/core.o: In function `getTicks':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_gettimeofday'
../common/core.o: In function `set_dmpfile':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_strcpy'
../common/core.o: In function `set_logfile':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_strcpy'
../common/core.o: In function `display_title':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.[Link]
undefined reference to `_printf'
../common/socket.o: In function `connect_check_':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_memset'
../common/socket.o: In function `add_ip_lockout':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_ntohl'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_memset'
../common/socket.o: In function `connect_check_clear':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_free'
../common/socket.o: In function `access_ipmask':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_strcmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_ntohl'
../common/socket.o: In function `setsocketopts':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_setsockopt'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_setsockopt'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_setsockopt'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
../common/socket.o: In function `set_nonblocking':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_ioctl'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
../common/socket.o: In function `recv_to_fifo':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_recv'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `___errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `___errno'
../common/socket.o: In function `send_from_fifo':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_send'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `___errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `___errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_memmove'
../common/socket.o: In function `null_parse':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
../common/socket.o: In function `connect_client':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_accept'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_puts'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_puts'
../common/socket.o: In function `make_listen_port':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_socket'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_htonl'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_htons'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_bind'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_perror'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_listen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_perror'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
../common/socket.o: In function `make_connection':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_socket'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_htons'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_connect'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
../common/socket.o: In function `create_session':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
../common/socket.o: In function `session_eof':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_shutdown'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_free'
../common/socket.o: In function `do_sendrecv':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_select'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_time'
../common/socket.o: In function `do_parsepacket':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_memmove'
../common/socket.o: In function `log_start':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fclose'
../common/socket.o: In function `log_stop':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_fclose'
../common/socket.o: In function `do_socket':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_printf'
../common/socket.o: In function `Add_Throttle':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.[Link]
undefined reference to `_malloc'
../common/timer.o: In function `getDay':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_time'
../common/timer.o: In function `getHour':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_localtime'
../common/timer.o: In function `getMinute':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_localtime'
../common/timer.o: In function `getSecond':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_localtime'
../common/timer.o: In function `Log_Add':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_localtime'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_fputc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_fclose'
../common/timer.o: In function `tick':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_clock_gettime'
../common/timer.o: In function `push_timer_heap':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_memmove'
../common/timer.o: In function `acquire_timer':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_memset'
../common/timer.o: In function `timer_remove':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_printf'
../common/timer.o: In function `timer_do':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_memset'
../common/timer.o: In function `timer_clear':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.[Link]
undefined reference to `_free'
../common/crypt.o: In function `generate_hashvalues':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.[Link]
undefined reference to `_sprintf'
../common/crypt.o: In function `populate_table':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.[Link]
undefined reference to `_strcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.[Link]
undefined reference to `_strcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.[Link]
undefined reference to `_sprintf'
../common/crypt.o: In function `set_packet_indexes':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.[Link]
undefined reference to `_rand'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.[Link]
undefined reference to `_rand'
../common/db.o: In function `db_dup_key':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_strncpy'
../common/db.o: In function `db_dup_key_free':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/db.o: In function `db_free_remove':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_memcpy'
../common/db.o: In function `db_string_cmp':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_strncmp'
../common/db.o: In function `db_istring_cmp':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_strncasecmp'
../common/db.o: In function `db_release_key':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/db.o: In function `db_release_data':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/db.o: In function `db_release_both':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/db.o: In function `dbit_obj_next':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_memcpy'
../common/db.o: In function `dbit_obj_prev':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_memcpy'
../common/db.o: In function `dbit_obj_destroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/db.o: In function `db_obj_iterator':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_printf'
../common/db.o: In function `db_obj_vdestroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/db.o: In function `db_alloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_printf'
../common/db.o: In function `linkdb_insert':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_malloc'
../common/db.o: In function `linkdb_erase':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/db.o: In function `linkdb_final':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.[Link]
undefined reference to `_free'
../common/malloc.o: In function `aStrdup_':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_strdup'
../common/malloc.o: In function `_realloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_realloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_printf'
../common/malloc.o: In function `s_inject':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.[Link]
undefined reference to `_strlen'
../common/db_mysql.o: In function `Sql_Malloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_init'
../common/db_mysql.o: In function `Sql_Connect':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_real_connect'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_error'
../common/db_mysql.o: In function `Sql_GetTimeout':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_strtoul'
../common/db_mysql.o: In function `Sql_GetColumnNames':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_strnlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_memcpy'
../common/db_mysql.o: In function `Sql_SetEncoding':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_set_character_set'
../common/db_mysql.o: In function `Sql_Ping':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_ping'
../common/db_mysql.o: In function `Sql_EscapeString':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_real_escape_string'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_escape_string'
../common/db_mysql.o: In function `Sql_EscapeStringLen':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_real_escape_string'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_escape_string'
../common/db_mysql.o: In function `Sql_QueryV':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_real_query'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_store_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_error'
../common/db_mysql.o: In function `Sql_QueryStr':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_real_query'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_store_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_error'
../common/db_mysql.o: In function `Sql_LastInsertId':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_insert_id'
../common/db_mysql.o: In function `Sql_NumColumns':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_num_fields'
../common/db_mysql.o: In function `Sql_NumRows':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_num_rows'
../common/db_mysql.o: In function `Sql_NextRow':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_fetch_row'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_fetch_lengths'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_errno'
../common/db_mysql.o: In function `Sql_FreeResult':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_free_result'
../common/db_mysql.o: In function `Sql_Free':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_free'
../common/db_mysql.o: In function `Sql_P_BindSqlDataType':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_P_ShowDebugTruncatedColumn':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_result_metadata'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_fetch_field_direct'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_free_result'
../common/db_mysql.o: In function `SqlStmt_Malloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_init'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_printf'
../common/db_mysql.o: In function `SqlStmt_PrepareV':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_prepare'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_error'
../common/db_mysql.o: In function `SqlStmt_PrepareStr':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_prepare'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_error'
../common/db_mysql.o: In function `SqlStmt_NumParams':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_param_count'
../common/db_mysql.o: In function `SqlStmt_BindParam':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_Execute':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_bind_param'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_execute'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_store_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_error'
../common/db_mysql.o: In function `SqlStmt_LastInsertId':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_insert_id'
../common/db_mysql.o: In function `SqlStmt_NumColumns':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_field_count'
../common/db_mysql.o: In function `SqlStmt_BindColumn':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_NumRows':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_num_rows'
../common/db_mysql.o: In function `SqlStmt_NextRow':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_bind_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_fetch'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_fetch_column'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_FreeResult':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_free_result'
../common/db_mysql.o: In function `SqlStmt_Free':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_mysql_stmt_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.[Link]
undefined reference to `_free'
../common/md5calc.o: In function `MD5_Round_Calculate':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
../common/md5calc.o: In function `MD5_String2binary':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_strncpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
../common/md5calc.o: In function `MD5_String':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_sprintf'
../common/md5calc.o: In function `cvs_MD5Update':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memcpy'
../common/md5calc.o: In function `cvs_MD5Final':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.[Link]
undefined reference to `_memset'
../common/ers.o: In function `ers_obj_alloc_entry':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_printf'
../common/ers.o: In function `ers_obj_destroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_free'
../common/ers.o: In function `ers_new':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_malloc'
../common/ers.o: In function `ers_force_destroy_all':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.[Link]
undefined reference to `_free'
../common/strlib.o: In function `jstrescape':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_free'
../common/strlib.o: In function `remove_control_chars':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
../common/strlib.o: In function `trim':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_memmove'
../common/strlib.o: In function `normalize_name':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
../common/strlib.o: In function `e_mail_check':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strrchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strstr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strstr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
../common/strlib.o: In function `config_switch':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strcasecmp'
../common/strlib.o:/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/commo
n/strlib.[Link] more undefined references to `_strcasecmp' follow
../common/strlib.o: In function `config_switch':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strtol'
../common/strlib.o: In function `safestrncpy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strncpy'
../common/strlib.o: In function `safestrnlen':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strnlen'
../common/strlib.o: In function `safesnprintf':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_vsnprintf'
../common/strlib.o: In function `strline':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
../common/strlib.o: In function `sv_parse':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
../common/strlib.o: In function `sv_split':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `___chkstk_ms'
../common/strlib.o: In function `sv_escape_c':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
../common/strlib.o: In function `sv_unescape_c':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
../common/strlib.o: In function `skip_escaped_c':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strchr'
../common/strlib.o: In function `sv_readdb':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_snprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_fclose'
../common/strlib.o: In function `StringBuf_Malloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_printf'
../common/strlib.o: In function `StringBuf_Init':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_malloc'
../common/strlib.o: In function `StringBuf_Vprintf':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_vsnprintf'
../common/strlib.o: In function `StringBuf_Append':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_memcpy'
../common/strlib.o: In function `StringBuf_AppendStr':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_memcpy'
../common/strlib.o: In function `StringBuf_Destroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_free'
../common/strlib.o: In function `StringBuf_Free':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.[Link]
undefined reference to `_free'
../common/showmsg.o: In function `VFPRINTF':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_fileno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_isatty'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_vfprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_vsnprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_fputs'
../common/showmsg.o: In function `_vShowMessage':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_localtime'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_strftime'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_fflush'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.[Link]
undefined reference to `_fflush'
../common/rndm.o: In function `reloadMT':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/rndm.[Link]
undefined reference to `_time'
collect2: error: ld returned 1 exit status
Makefil[Link] recipe for target 'login-server' failed
make[1]: *** [login-server] Error 1
Makefil[Link] recipe for target 'login' failed
make: *** [login] Error 2
root@bukan-nexia:~/10/mithia#

You might also like