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

Mithia Compile Eror

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

Mithia Compile Eror

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
You are on page 1/ 22

root

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

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage

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 03:47:13 2019 from 103.79.155.98


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.c:161: undefined reference to `set_logfile'
/root/10/mithia/src/login/login.c:163: undefined reference to `set_dmpfile'
login.o: In function `do_term':
/root/10/mithia/src/login/login.c:194: undefined reference to `add_log'
login.o: In function `do_init':
/root/10/mithia/src/login/login.c:212: undefined reference to `gettick'
/root/10/mithia/src/login/login.c:213: undefined reference to `set_logfile'
/root/10/mithia/src/login/login.c:214: undefined reference to `set_dmpfile'
/root/10/mithia/src/login/login.c:230: undefined reference to `Sql_Malloc'
/root/10/mithia/src/login/login.c:233: undefined reference to `Sql_ShowDebug_'
/root/10/mithia/src/login/login.c:236: undefined reference to `Sql_Connect'
/root/10/mithia/src/login/login.c:239: undefined reference to `Sql_ShowDebug_'
/root/10/mithia/src/login/login.c:240: undefined reference to `Sql_Free'
/root/10/mithia/src/login/login.c:246: undefined reference to `set_termfunc'
/root/10/mithia/src/login/login.c:248: undefined reference to `add_log'
/root/10/mithia/src/login/login.c:249: undefined reference to `add_log'
/root/10/mithia/src/login/login.c:251: undefined reference to `set_defaultaccept'
/root/10/mithia/src/login/login.c:252: undefined reference to `set_defaultparse'
/root/10/mithia/src/login/login.c:253: undefined reference to `make_listen_port'
/root/10/mithia/src/login/login.c:254: undefined reference to `Remove_Throttle'
/root/10/mithia/src/login/login.c:254: undefined reference to `timer_insert'
/root/10/mithia/src/login/login.c:256: undefined reference to `db_alloc'
/root/10/mithia/src/login/login.c:259: undefined reference to `add_log'
login.o: In function `setInvalidCount':
/root/10/mithia/src/login/login.c:277: undefined reference to `timer_insert'
clif.o: In function `encrypt':
/root/10/mithia/src/login/clif.c:33: undefined reference to `session'
/root/10/mithia/src/login/clif.c:33: undefined reference to `session'
/root/10/mithia/src/login/clif.c:33: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.c:34: undefined reference to `session'
/root/10/mithia/src/login/clif.c:34: undefined reference to `session'
/root/10/mithia/src/login/clif.c:35: undefined reference to `session'
/root/10/mithia/src/login/clif.c:35: undefined reference to `session'
/root/10/mithia/src/login/clif.c:35: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:35: more undefined references to `session'
follow
clif.o: In function `clif_accept':
/root/10/mithia/src/login/clif.c:47: undefined reference to `fd_max'
/root/10/mithia/src/login/clif.c:66: undefined reference to `session'
/root/10/mithia/src/login/clif.c:66: undefined reference to `session'
/root/10/mithia/src/login/clif.c:66: undefined reference to `session'
/root/10/mithia/src/login/clif.c:66: undefined reference to `session'
/root/10/mithia/src/login/clif.c:76: undefined reference to `session'
/root/10/mithia/src/login/clif.c:76: undefined reference to `Add_Throttle'
/root/10/mithia/src/login/clif.c:77: undefined reference to `session'
/root/10/mithia/src/login/clif.c:77: undefined reference to `session'
/root/10/mithia/src/login/clif.c:77: undefined reference to `session'
/root/10/mithia/src/login/clif.c:77: undefined reference to `session'
/root/10/mithia/src/login/clif.c:77: undefined reference to `getMinute'
/root/10/mithia/src/login/clif.c:77: undefined reference to `getHour'
/root/10/mithia/src/login/clif.c:77: undefined reference to `Log_Add'
/root/10/mithia/src/login/clif.c:78: undefined reference to `session'
/root/10/mithia/src/login/clif.c:78: undefined reference to `session'
/root/10/mithia/src/login/clif.c:78: undefined reference to `session'
/root/10/mithia/src/login/clif.c:78: undefined reference to `session'
/root/10/mithia/src/login/clif.c:82: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:84: more undefined references to `session'
follow
clif.o: In function `clif_accept':
/root/10/mithia/src/login/clif.c:84: undefined reference to `session_eof'
/root/10/mithia/src/login/clif.c:80: undefined reference to `fd_max'
/root/10/mithia/src/login/clif.c:86: undefined reference to `session'
/root/10/mithia/src/login/clif.c:87: undefined reference to `session_eof'
/root/10/mithia/src/login/clif.c:93: undefined reference to `session'
/root/10/mithia/src/login/clif.c:93: undefined reference to `session'
/root/10/mithia/src/login/clif.c:93: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:94: undefined reference to `session'
/root/10/mithia/src/login/clif.c:94: undefined reference to `session'
/root/10/mithia/src/login/clif.c:96: undefined reference to `WFIFOSET'
clif.o: In function `clif_message':
/root/10/mithia/src/login/clif.c:104: undefined reference to `session'
/root/10/mithia/src/login/clif.c:104: undefined reference to `session'
/root/10/mithia/src/login/clif.c:104: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:105: undefined reference to `session'
/root/10/mithia/src/login/clif.c:105: undefined reference to `session'
/root/10/mithia/src/login/clif.c:106: undefined reference to `session'
/root/10/mithia/src/login/clif.c:106: undefined reference to `session'
/root/10/mithia/src/login/clif.c:107: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:107: more undefined references to `session'
follow
clif.o: In function `clif_message':
/root/10/mithia/src/login/clif.c:113: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.c:114: undefined reference to `session'
/root/10/mithia/src/login/clif.c:114: undefined reference to `session'
/root/10/mithia/src/login/clif.c:115: undefined reference to `WFIFOSET'
clif.o: In function `reg_check':
/root/10/mithia/src/login/clif.c:131: undefined reference to `SqlStmt_Malloc'
/root/10/mithia/src/login/clif.c:134: undefined reference to `SqlStmt_ShowDebug_'
/root/10/mithia/src/login/clif.c:138: undefined reference to `SqlStmt_Prepare'
/root/10/mithia/src/login/clif.c:139: undefined reference to `SqlStmt_Execute'
/root/10/mithia/src/login/clif.c:140: undefined reference to `SqlStmt_BindColumn'
/root/10/mithia/src/login/clif.c:143: undefined reference to `SqlStmt_ShowDebug_'
/root/10/mithia/src/login/clif.c:144: undefined reference to `SqlStmt_Free'
/root/10/mithia/src/login/clif.c:148: undefined reference to `SqlStmt_NextRow'
/root/10/mithia/src/login/clif.c:151: undefined reference to `SqlStmt_Free'
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:187: undefined reference to `session'
/root/10/mithia/src/login/clif.c:188: undefined reference to `session_eof'
/root/10/mithia/src/login/clif.c:192: undefined reference to `session'
/root/10/mithia/src/login/clif.c:193: undefined reference to `session'
/root/10/mithia/src/login/clif.c:195: undefined reference to `session'
/root/10/mithia/src/login/clif.c:197: undefined reference to `session'
/root/10/mithia/src/login/clif.c:197: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:200: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:273: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.c:276: undefined reference to `session'
/root/10/mithia/src/login/clif.c:276: undefined reference to `session'
/root/10/mithia/src/login/clif.c:277: undefined reference to `session'
/root/10/mithia/src/login/clif.c:277: undefined reference to `session'
/root/10/mithia/src/login/clif.c:278: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:278: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:284: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.c:285: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.c:296: undefined reference to `session'
/root/10/mithia/src/login/clif.c:296: undefined reference to `session'
/root/10/mithia/src/login/clif.c:296: undefined reference to `session'
/root/10/mithia/src/login/clif.c:296: undefined reference to `session'
/root/10/mithia/src/login/clif.c:296: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:296: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:317: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:318: undefined reference to `session'
/root/10/mithia/src/login/clif.c:318: undefined reference to `session'
/root/10/mithia/src/login/clif.c:319: undefined reference to `session'
/root/10/mithia/src/login/clif.c:319: undefined reference to `session'
/root/10/mithia/src/login/clif.c:320: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:320: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:321: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.c:331: undefined reference to `session'
/root/10/mithia/src/login/clif.c:331: undefined reference to `session'
/root/10/mithia/src/login/clif.c:331: undefined reference to `session'
/root/10/mithia/src/login/clif.c:331: undefined reference to `session'
/root/10/mithia/src/login/clif.c:336: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:336: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:349: undefined reference to `strlwr'
/root/10/mithia/src/login/clif.c:351: undefined reference to `session'
/root/10/mithia/src/login/clif.c:351: undefined reference to `session'
/root/10/mithia/src/login/clif.c:351: undefined reference to `session'
/root/10/mithia/src/login/clif.c:351: undefined reference to `session'
/root/10/mithia/src/login/clif.c:351: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:351: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:355: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:356: undefined reference to `session'
/root/10/mithia/src/login/clif.c:356: undefined reference to `session'
/root/10/mithia/src/login/clif.c:357: undefined reference to `session'
/root/10/mithia/src/login/clif.c:357: undefined reference to `session'
/root/10/mithia/src/login/clif.c:358: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:358: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:362: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.c:371: undefined reference to `session'
/root/10/mithia/src/login/clif.c:373: undefined reference to `session'
/root/10/mithia/src/login/clif.c:373: undefined reference to `session'
/root/10/mithia/src/login/clif.c:374: undefined reference to `session'
/root/10/mithia/src/login/clif.c:374: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:376: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:382: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:383: undefined reference to `session'
/root/10/mithia/src/login/clif.c:383: undefined reference to `session'
/root/10/mithia/src/login/clif.c:384: undefined reference to `session'
/root/10/mithia/src/login/clif.c:384: undefined reference to `session'
/root/10/mithia/src/login/clif.c:385: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:385: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:394: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.c:407: undefined reference to `session'
/root/10/mithia/src/login/clif.c:407: undefined reference to `session'
/root/10/mithia/src/login/clif.c:407: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:408: undefined reference to `session'
/root/10/mithia/src/login/clif.c:408: undefined reference to `session'
/root/10/mithia/src/login/clif.c:409: undefined reference to `session'
/root/10/mithia/src/login/clif.c:409: undefined reference to `session'
/root/10/mithia/src/login/clif.c:410: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:410: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:417: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.c:418: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.c:423: undefined reference to `session'
/root/10/mithia/src/login/clif.c:423: undefined reference to `session'
/root/10/mithia/src/login/clif.c:423: undefined reference to `session'
/root/10/mithia/src/login/clif.c:423: undefined reference to `session'
/root/10/mithia/src/login/clif.c:427: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:427: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:435: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:436: undefined reference to `session'
/root/10/mithia/src/login/clif.c:436: undefined reference to `session'
/root/10/mithia/src/login/clif.c:437: undefined reference to `session'
/root/10/mithia/src/login/clif.c:437: undefined reference to `session'
/root/10/mithia/src/login/clif.c:438: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:438: more undefined references to `session'
follow
clif.o: In function `clif_parse':
/root/10/mithia/src/login/clif.c:442: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/clif.c:489: undefined reference to `session'
/root/10/mithia/src/login/clif.c:489: undefined reference to `session'
/root/10/mithia/src/login/clif.c:507: undefined reference to `session'
/root/10/mithia/src/login/clif.c:507: undefined reference to `session'
/root/10/mithia/src/login/clif.c:508: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:508: more undefined references to `session'
follow
clif.o: In function `send_metafile':
/root/10/mithia/src/login/clif.c:566: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:567: undefined reference to `session'
/root/10/mithia/src/login/clif.c:567: undefined reference to `session'
/root/10/mithia/src/login/clif.c:568: undefined reference to `session'
/root/10/mithia/src/login/clif.c:568: undefined reference to `session'
/root/10/mithia/src/login/clif.c:570: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:570: more undefined references to `session'
follow
clif.o: In function `send_metafile':
/root/10/mithia/src/login/clif.c:584: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.c:585: undefined reference to `session'
/root/10/mithia/src/login/clif.c:585: undefined reference to `session'
/root/10/mithia/src/login/clif.c:586: undefined reference to `WFIFOSET'
clif.o: In function `send_meta':
/root/10/mithia/src/login/clif.c:596: undefined reference to `session'
/root/10/mithia/src/login/clif.c:596: undefined reference to `session'
/root/10/mithia/src/login/clif.c:596: undefined reference to `session'
/root/10/mithia/src/login/clif.c:596: undefined reference to `session'
clif.o: In function `send_metalist':
/root/10/mithia/src/login/clif.c:610: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:610: more undefined references to `session'
follow
clif.o: In function `send_metalist':
/root/10/mithia/src/login/clif.c:610: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/clif.c:611: undefined reference to `session'
/root/10/mithia/src/login/clif.c:611: undefined reference to `session'
/root/10/mithia/src/login/clif.c:612: undefined reference to `session'
/root/10/mithia/src/login/clif.c:612: undefined reference to `session'
/root/10/mithia/src/login/clif.c:614: undefined reference to `session'
clif.o:/root/10/mithia/src/login/clif.c:614: more undefined references to `session'
follow
clif.o: In function `send_metalist':
/root/10/mithia/src/login/clif.c:628: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/clif.c:629: undefined reference to `session'
/root/10/mithia/src/login/clif.c:629: undefined reference to `session'
/root/10/mithia/src/login/clif.c:630: undefined reference to `WFIFOSET'
intif.o: In function `intif_debug':
/root/10/mithia/src/login/intif.c:20: undefined reference to `session'
/root/10/mithia/src/login/intif.c:20: undefined reference to `session'
intif.o: In function `intif_auth':
/root/10/mithia/src/login/intif.c:29: undefined reference to `session_eof'
/root/10/mithia/src/login/intif.c:32: undefined reference to `session'
/root/10/mithia/src/login/intif.c:32: undefined reference to `session'
/root/10/mithia/src/login/intif.c:34: undefined reference to `session'
/root/10/mithia/src/login/intif.c:34: undefined reference to `session'
/root/10/mithia/src/login/intif.c:37: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:37: more undefined references to
`session' follow
intif.o: In function `intif_auth':
/root/10/mithia/src/login/intif.c:38: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.c:39: undefined reference to `session'
/root/10/mithia/src/login/intif.c:39: undefined reference to `session'
/root/10/mithia/src/login/intif.c:40: undefined reference to `session'
/root/10/mithia/src/login/intif.c:40: undefined reference to `session'
/root/10/mithia/src/login/intif.c:41: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.c:42: undefined reference to `session'
/root/10/mithia/src/login/intif.c:48: undefined reference to `session'
/root/10/mithia/src/login/intif.c:49: undefined reference to `realloc_rfifo'
/root/10/mithia/src/login/intif.c:50: undefined reference to `session'
/root/10/mithia/src/login/intif.c:50: undefined reference to `session'
/root/10/mithia/src/login/intif.c:50: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.c:51: undefined reference to `session'
/root/10/mithia/src/login/intif.c:51: undefined reference to `session'
/root/10/mithia/src/login/intif.c:52: undefined reference to `session'
/root/10/mithia/src/login/intif.c:52: undefined reference to `session'
/root/10/mithia/src/login/intif.c:53: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.c:55: undefined reference to `add_log'
intif.o: In function `intif_parse_2001':
/root/10/mithia/src/login/intif.c:60: undefined reference to `session'
/root/10/mithia/src/login/intif.c:60: undefined reference to `session'
/root/10/mithia/src/login/intif.c:60: undefined reference to `session'
/root/10/mithia/src/login/intif.c:63: undefined reference to `session'
/root/10/mithia/src/login/intif.c:63: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:64: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:93: undefined reference to `getMinute'
/root/10/mithia/src/login/intif.c:93: undefined reference to `getHour'
/root/10/mithia/src/login/intif.c:93: undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.c:95: undefined reference to `session'
/root/10/mithia/src/login/intif.c:95: undefined reference to `session'
/root/10/mithia/src/login/intif.c:95: undefined reference to `session'
/root/10/mithia/src/login/intif.c:95: undefined reference to `session'
/root/10/mithia/src/login/intif.c:95: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:95: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:95: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.c:96: undefined reference to `session'
/root/10/mithia/src/login/intif.c:96: undefined reference to `session'
/root/10/mithia/src/login/intif.c:96: undefined reference to `session'
/root/10/mithia/src/login/intif.c:96: undefined reference to `session'
/root/10/mithia/src/login/intif.c:96: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:96: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:104: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/intif.c:105: undefined reference to `session'
/root/10/mithia/src/login/intif.c:105: undefined reference to `session'
/root/10/mithia/src/login/intif.c:105: undefined reference to `session'
/root/10/mithia/src/login/intif.c:105: undefined reference to `session'
/root/10/mithia/src/login/intif.c:105: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:105: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:106: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.c:111: undefined reference to `session'
/root/10/mithia/src/login/intif.c:111: undefined reference to `session'
/root/10/mithia/src/login/intif.c:111: undefined reference to `session'
/root/10/mithia/src/login/intif.c:111: undefined reference to `session'
/root/10/mithia/src/login/intif.c:111: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:111: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:111: undefined reference to `realloc_fifo'
/root/10/mithia/src/login/intif.c:112: undefined reference to `session'
/root/10/mithia/src/login/intif.c:112: undefined reference to `session'
/root/10/mithia/src/login/intif.c:112: undefined reference to `session'
/root/10/mithia/src/login/intif.c:112: undefined reference to `session'
/root/10/mithia/src/login/intif.c:112: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:112: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:132: undefined reference to `set_packet_indexes'
/root/10/mithia/src/login/intif.c:133: undefined reference to `session'
/root/10/mithia/src/login/intif.c:133: undefined reference to `session'
/root/10/mithia/src/login/intif.c:133: undefined reference to `WFIFOSET'
/root/10/mithia/src/login/intif.c:134: undefined reference to `session'
/root/10/mithia/src/login/intif.c:134: undefined reference to `session'
/root/10/mithia/src/login/intif.c:135: undefined reference to `session'
/root/10/mithia/src/login/intif.c:135: undefined reference to `session'
/root/10/mithia/src/login/intif.c:136: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:136: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:139: undefined reference to `getMinute'
/root/10/mithia/src/login/intif.c:139: undefined reference to `getHour'
/root/10/mithia/src/login/intif.c:139: undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.c:140: undefined reference to `session'
/root/10/mithia/src/login/intif.c:140: undefined reference to `session'
/root/10/mithia/src/login/intif.c:140: undefined reference to `session'
/root/10/mithia/src/login/intif.c:141: undefined reference to `session'
/root/10/mithia/src/login/intif.c:141: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:141: more undefined references to
`session' follow
intif.o: In function `intif_parse_connectconfirm':
/root/10/mithia/src/login/intif.c:141: undefined reference to `add_ip_lockout'
/root/10/mithia/src/login/intif.c:142: undefined reference to `session'
/root/10/mithia/src/login/intif.c:142: undefined reference to `session'
/root/10/mithia/src/login/intif.c:142: undefined reference to `session'
/root/10/mithia/src/login/intif.c:144: undefined reference to `session'
/root/10/mithia/src/login/intif.c:144: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:146: more undefined references to
`session' follow
intif.o: In function `intif_parse_changepass':
/root/10/mithia/src/login/intif.c:164: undefined reference to `getMinute'
/root/10/mithia/src/login/intif.c:164: undefined reference to `getHour'
/root/10/mithia/src/login/intif.c:164: undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.c:165: undefined reference to `session'
/root/10/mithia/src/login/intif.c:165: undefined reference to `session'
/root/10/mithia/src/login/intif.c:166: undefined reference to `session'
/root/10/mithia/src/login/intif.c:166: undefined reference to `session'
/root/10/mithia/src/login/intif.c:167: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:167: more undefined references to
`session' follow
intif.o: In function `intif_parse_changepass':
/root/10/mithia/src/login/intif.c:171: undefined reference to `getMinute'
/root/10/mithia/src/login/intif.c:171: undefined reference to `getHour'
/root/10/mithia/src/login/intif.c:171: undefined reference to `Log_Add'
/root/10/mithia/src/login/intif.c:172: undefined reference to `session'
/root/10/mithia/src/login/intif.c:172: undefined reference to `session'
/root/10/mithia/src/login/intif.c:172: undefined reference to `session'
/root/10/mithia/src/login/intif.c:173: undefined reference to `session'
/root/10/mithia/src/login/intif.c:173: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:173: more undefined references to
`session' follow
intif.o: In function `intif_parse_changepass':
/root/10/mithia/src/login/intif.c:173: undefined reference to `add_ip_lockout'
/root/10/mithia/src/login/intif.c:174: undefined reference to `session'
/root/10/mithia/src/login/intif.c:174: undefined reference to `session'
/root/10/mithia/src/login/intif.c:174: undefined reference to `session'
/root/10/mithia/src/login/intif.c:176: undefined reference to `session'
/root/10/mithia/src/login/intif.c:176: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:183: more undefined references to
`session' follow
intif.o: In function `intif_parse':
/root/10/mithia/src/login/intif.c:184: undefined reference to `add_log'
/root/10/mithia/src/login/intif.c:187: undefined reference to `session_eof'
/root/10/mithia/src/login/intif.c:191: undefined reference to `session'
/root/10/mithia/src/login/intif.c:191: undefined reference to `session'
/root/10/mithia/src/login/intif.c:192: undefined reference to `session'
/root/10/mithia/src/login/intif.c:192: undefined reference to `session'
/root/10/mithia/src/login/intif.c:192: undefined reference to `session'
intif.o:/root/10/mithia/src/login/intif.c:192: more undefined references to
`session' follow
../common/core.o: In function `main':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:30:
undefined reference to `___main'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:36:
undefined reference to `_gettimeofday'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:46:
undefined reference to `_signal'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:47:
undefined reference to `_signal'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:48:
undefined reference to `_signal'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:53:
undefined reference to `_do_init'
../common/core.o: In function `get_svn_revision':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:92:
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:97:
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:99:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:103:
undefined reference to `_strstr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:102:
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:104:
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:105:
undefined reference to `_snprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:111:
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:112:
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:113:
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:115:
undefined reference to `_atoi'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:115:
undefined reference to `_snprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:119:
undefined reference to `_fclose'
../common/core.o: In function `getTicks':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:137:
undefined reference to `_gettimeofday'
../common/core.o: In function `set_dmpfile':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:159:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:160:
undefined reference to `_strcpy'
../common/core.o: In function `set_logfile':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:201:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:202:
undefined reference to `_strcpy'
../common/core.o: In function `display_title':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:245:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/core.c:247:
undefined reference to `_printf'
../common/socket.o: In function `connect_check_':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:172:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:172:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:173:
undefined reference to `_memset'
../common/socket.o: In function `add_ip_lockout':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:181:
undefined reference to `_ntohl'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:194:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:194:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:195:
undefined reference to `_memset'
../common/socket.o: In function `connect_check_clear':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:224:
undefined reference to `_free'
../common/socket.o: In function `access_ipmask':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:249:
undefined reference to `_strcmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:253:
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:253:
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:254:
undefined reference to `_sscanf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:272:
undefined reference to `_ntohl'
../common/socket.o: In function `setsocketopts':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:292:
undefined reference to `_setsockopt'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:300:
undefined reference to `_setsockopt'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:308:
undefined reference to `_setsockopt'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:309:
undefined reference to `_printf'
../common/socket.o: In function `set_nonblocking':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:330:
undefined reference to `_ioctl'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:331:
undefined reference to `_printf'
../common/socket.o: In function `recv_to_fifo':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:370:
undefined reference to `_recv'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:384:
undefined reference to `___errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:384:
undefined reference to `___errno'
../common/socket.o: In function `send_from_fifo':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:453:
undefined reference to `_send'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:457:
undefined reference to `___errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:457:
undefined reference to `___errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:473:
undefined reference to `_memmove'
../common/socket.o: In function `null_parse':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:493:
undefined reference to `_printf'
../common/socket.o: In function `connect_client':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:517:
undefined reference to `_accept'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:520:
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:531:
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:535:
undefined reference to `_puts'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:536:
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:543:
undefined reference to `_puts'
../common/socket.o: In function `make_listen_port':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:582:
undefined reference to `_socket'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:602:
undefined reference to `_htonl'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:603:
undefined reference to `_htons'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:605:
undefined reference to `_bind'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:607:
undefined reference to `_perror'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:610:
undefined reference to `_listen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:612:
undefined reference to `_perror'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:618:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:618:
undefined reference to `_printf'
../common/socket.o: In function `make_connection':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:631:
undefined reference to `_socket'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:649:
undefined reference to `_htons'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:653:
undefined reference to `_connect'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:657:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:657:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:658:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:658:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:659:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:659:
undefined reference to `_printf'
../common/socket.o: In function `create_session':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:678:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:678:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:679:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:679:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:680:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:680:
undefined reference to `_printf'
../common/socket.o: In function `session_eof':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:708:
undefined reference to `_shutdown'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:709:
undefined reference to `_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:715:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:716:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:717:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:722:
undefined reference to `_free'
../common/socket.o: In function `do_sendrecv':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:823:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:839:
undefined reference to `_select'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:841:
undefined reference to `_time'
../common/socket.o: In function `do_parsepacket':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:920:
undefined reference to `_memmove'
../common/socket.o: In function `log_start':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:944:
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:948:
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:950:
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:953:
undefined reference to `_fclose'
../common/socket.o: In function `log_stop':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:964:
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:968:
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:970:
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:973:
undefined reference to `_fclose'
../common/socket.o: In function `do_socket':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:979:
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:980:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:981:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:985:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:985:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:986:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:986:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:987:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:987:
undefined reference to `_printf'
../common/socket.o: In function `Add_Throttle':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/socket.c:1009:
undefined reference to `_malloc'
../common/timer.o: In function `getDay':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:38:
undefined reference to `_time'
../common/timer.o: In function `getHour':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:49:
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:50:
undefined reference to `_localtime'
../common/timer.o: In function `getMinute':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:56:
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:57:
undefined reference to `_localtime'
../common/timer.o: In function `getSecond':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:63:
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:64:
undefined reference to `_localtime'
../common/timer.o: In function `Log_Add':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:77:
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:78:
undefined reference to `_localtime'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:83:
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:86:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:94:
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:95:
undefined reference to `_fputc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:97:
undefined reference to `_fclose'
../common/timer.o: In function `tick':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:107:
undefined reference to `_clock_gettime'
../common/timer.o: In function `push_timer_heap':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:181:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:181:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:182:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:193:
undefined reference to `_memmove'
../common/timer.o: In function `acquire_timer':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:227:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:227:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:228:
undefined reference to `_memset'
../common/timer.o: In function `timer_remove':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:270:
undefined reference to `_printf'
../common/timer.o: In function `timer_do':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:334:
undefined reference to `_memset'
../common/timer.o: In function `timer_clear':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:363:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:364:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/timer.c:365:
undefined reference to `_free'
../common/crypt.o: In function `generate_hashvalues':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.c:57:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.c:62:
undefined reference to `_sprintf'
../common/crypt.o: In function `populate_table':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.c:82:
undefined reference to `_strcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.c:85:
undefined reference to `_strcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.c:90:
undefined reference to `_sprintf'
../common/crypt.o: In function `set_packet_indexes':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.c:104:
undefined reference to `_rand'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/crypt.c:105:
undefined reference to `_rand'
../common/db.o: In function `db_dup_key':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:639:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:639:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:640:
undefined reference to `_strncpy'
../common/db.o: In function `db_dup_key_free':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:666:
undefined reference to `_free'
../common/db.o: In function `db_free_remove':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:746:
undefined reference to `_memcpy'
../common/db.o: In function `db_string_cmp':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:893:
undefined reference to `_strncmp'
../common/db.o: In function `db_istring_cmp':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:913:
undefined reference to `_strncasecmp'
../common/db.o: In function `db_release_key':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1039:
undefined reference to `_free'
../common/db.o: In function `db_release_data':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1057:
undefined reference to `_free'
../common/db.o: In function `db_release_both':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1074:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1075:
undefined reference to `_free'
../common/db.o: In function `dbit_obj_next':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1178:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1221:
undefined reference to `_memcpy'
../common/db.o: In function `dbit_obj_prev':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1254:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1298:
undefined reference to `_memcpy'
../common/db.o: In function `dbit_obj_destroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1368:
undefined reference to `_free'
../common/db.o: In function `db_obj_iterator':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1386:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:1386:
undefined reference to `_printf'
../common/db.o: In function `db_obj_vdestroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:2068:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:2073:
undefined reference to `_free'
../common/db.o: In function `db_alloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:2349:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:2349:
undefined reference to `_printf'
../common/db.o: In function `linkdb_insert':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:2548:
undefined reference to `_malloc'
../common/db.o: In function `linkdb_erase':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:2604:
undefined reference to `_free'
../common/db.o: In function `linkdb_final':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db.c:2646:
undefined reference to `_free'
../common/malloc.o: In function `aStrdup_':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:11:
undefined reference to `_strdup'
../common/malloc.o: In function `_realloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:59:
undefined reference to `_realloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:61:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:62:
undefined reference to `_printf'
../common/malloc.o: In function `s_inject':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:76:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:76:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:81:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:81:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:85:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:96:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:96:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:97:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:98:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:99:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/malloc.c:106:
undefined reference to `_strlen'
../common/db_mysql.o: In function `Sql_Malloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:71:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:71:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:72:
undefined reference to `_mysql_init'
../common/db_mysql.o: In function `Sql_Connect':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:92:
undefined reference to `_mysql_real_connect'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:94:
undefined reference to `_mysql_error'
../common/db_mysql.o: In function `Sql_GetTimeout':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:120:
undefined reference to `_strtoul'
../common/db_mysql.o: In function `Sql_GetColumnNames':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:144:
undefined reference to `_strnlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:151:
undefined reference to `_memcpy'
../common/db_mysql.o: In function `Sql_SetEncoding':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:165:
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.c:175:
undefined reference to `_mysql_ping'
../common/db_mysql.o: In function `Sql_EscapeString':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:224:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:224:
undefined reference to `_mysql_real_escape_string'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:226:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:226:
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.c:235:
undefined reference to `_mysql_real_escape_string'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:237:
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.c:266:
undefined reference to `_mysql_real_query'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:268:
undefined reference to `_mysql_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:271:
undefined reference to `_mysql_store_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:272:
undefined reference to `_mysql_errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:274:
undefined reference to `_mysql_error'
../common/db_mysql.o: In function `Sql_QueryStr':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:291:
undefined reference to `_mysql_real_query'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:293:
undefined reference to `_mysql_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:296:
undefined reference to `_mysql_store_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:297:
undefined reference to `_mysql_errno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:299:
undefined reference to `_mysql_error'
../common/db_mysql.o: In function `Sql_LastInsertId':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:311:
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.c:322:
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.c:332:
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.c:343:
undefined reference to `_mysql_fetch_row'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:346:
undefined reference to `_mysql_fetch_lengths'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:350:
undefined reference to `_mysql_errno'
../common/db_mysql.o: In function `Sql_FreeResult':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:385:
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.c:415:
undefined reference to `_free'
../common/db_mysql.o: In function `Sql_P_BindSqlDataType':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:451:
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_P_ShowDebugTruncatedColumn':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:569:
undefined reference to `_mysql_stmt_result_metadata'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:570:
undefined reference to `_mysql_fetch_field_direct'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:579:
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.c:593:
undefined reference to `_mysql_stmt_init'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:596:
undefined reference to `_mysql_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:599:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:599:
undefined reference to `_printf'
../common/db_mysql.o: In function `SqlStmt_PrepareV':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:640:
undefined reference to `_mysql_stmt_prepare'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:642:
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.c:661:
undefined reference to `_mysql_stmt_prepare'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:663:
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.c:677:
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.c:701:
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_Execute':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:721:
undefined reference to `_mysql_stmt_bind_param'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:722:
undefined reference to `_mysql_stmt_execute'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:724:
undefined reference to `_mysql_stmt_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:728:
undefined reference to `_mysql_stmt_store_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:730:
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.c:743:
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.c:754:
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.c:788:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:789:
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_NumRows':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:811:
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.c:831:
undefined reference to `_mysql_stmt_bind_result'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:834:
undefined reference to `_mysql_stmt_fetch'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:857:
undefined reference to `_mysql_stmt_fetch_column'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:871:
undefined reference to `_mysql_stmt_error'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:897:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:901:
undefined reference to `_memset'
../common/db_mysql.o: In function `SqlStmt_FreeResult':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:914:
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.c:939:
undefined reference to `_mysql_stmt_close'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:941:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:944:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:945:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/db_mysql.c:947:
undefined reference to `_free'
../common/md5calc.o: In function `MD5_Round_Calculate':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:147:
undefined reference to `_memset'
../common/md5calc.o: In function `MD5_String2binary':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:177:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:186:
undefined reference to `_strncpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:187:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:194:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:206:
undefined reference to `_memset'
../common/md5calc.o: In function `MD5_String':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:231:
undefined reference to `_sprintf'
../common/md5calc.o: In function `cvs_MD5Update':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:302:
undefined reference to `_memcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:305:
undefined reference to `_memcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:314:
undefined reference to `_memcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:322:
undefined reference to `_memcpy'
../common/md5calc.o: In function `cvs_MD5Final':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:351:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:355:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:358:
undefined reference to `_memset'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/md5calc.c:370:
undefined reference to `_memset'
../common/ers.o: In function `ers_obj_alloc_entry':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:205:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:205:
undefined reference to `_printf'
../common/ers.o: In function `ers_obj_destroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:327:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:328:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:330:
undefined reference to `_free'
../common/ers.o: In function `ers_new':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:383:
undefined reference to `_malloc'
../common/ers.o: In function `ers_force_destroy_all':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:498:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:499:
undefined reference to `_free'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/ers.c:501:
undefined reference to `_free'
../common/strlib.o: In function `jstrescape':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:25:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:25:
undefined reference to `_printf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:26:
undefined reference to `_strcpy'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:46:
undefined reference to `_free'
../common/strlib.o: In function `remove_control_chars':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:118:
undefined reference to `__imp____ctype_ptr__'
../common/strlib.o: In function `trim':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:138:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:141:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:141:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:149:
undefined reference to `_memmove'
../common/strlib.o: In function `normalize_name':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:167:
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:177:
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:184:
undefined reference to `_strchr'
../common/strlib.o: In function `e_mail_check':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:261:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:268:
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:274:
undefined reference to `_strrchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:276:
undefined reference to `_strstr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:276:
undefined reference to `_strstr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:280:
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:283:
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:283:
undefined reference to `_strchr'
../common/strlib.o: In function `config_switch':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:296:
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:296:
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:296:
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:296:
undefined reference to `_strcasecmp'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:296:
undefined reference to `_strcasecmp'
../common/strlib.o:/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/commo
n/strlib.c:298: more undefined references to `_strcasecmp' follow
../common/strlib.o: In function `config_switch':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:301:
undefined reference to `_strtol'
../common/strlib.o: In function `safestrncpy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:308:
undefined reference to `_strncpy'
../common/strlib.o: In function `safestrnlen':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:317:
undefined reference to `_strnlen'
../common/strlib.o: In function `safesnprintf':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:335:
undefined reference to `_vsnprintf'
../common/strlib.o: In function `strline':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:358:
undefined reference to `_strchr'
../common/strlib.o: In function `sv_parse':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:489:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:496:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:506:
undefined reference to `_strchr'
../common/strlib.o: In function `sv_split':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:577:
undefined reference to `___chkstk_ms'
../common/strlib.o: In function `sv_escape_c':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:694:
undefined reference to `_strchr'
../common/strlib.o: In function `sv_unescape_c':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:765:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:778:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:799:
undefined reference to `_strchr'
../common/strlib.o: In function `skip_escaped_c':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:833:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:847:
undefined reference to `_strchr'
../common/strlib.o: In function `sv_readdb':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:882:
undefined reference to `_snprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:883:
undefined reference to `_fopen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:901:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:891:
undefined reference to `_fgets'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:930:
undefined reference to `_fclose'
../common/strlib.o: In function `StringBuf_Malloc':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:946:
undefined reference to `_calloc'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:946:
undefined reference to `_printf'
../common/strlib.o: In function `StringBuf_Init':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:955:
undefined reference to `_malloc'
../common/strlib.o: In function `StringBuf_Vprintf':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:982:
undefined reference to `_vsnprintf'
../common/strlib.o: In function `StringBuf_Append':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:1012:
undefined reference to `_memcpy'
../common/strlib.o: In function `StringBuf_AppendStr':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:1021:
undefined reference to `_strlen'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:1031:
undefined reference to `_memcpy'
../common/strlib.o: In function `StringBuf_Destroy':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:1058:
undefined reference to `_free'
../common/strlib.o: In function `StringBuf_Free':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/strlib.c:1067:
undefined reference to `_free'
../common/showmsg.o: In function `VFPRINTF':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:539:
undefined reference to `_fileno'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:539:
undefined reference to `_isatty'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:541:
undefined reference to `_vfprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:546:
undefined reference to `_vsnprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:552:
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:555:
undefined reference to `_fprintf'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:567:
undefined reference to `__imp____ctype_ptr__'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:550:
undefined reference to `_strchr'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:642:
undefined reference to `_fputs'
../common/showmsg.o: In function `_vShowMessage':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:699:
undefined reference to `_time'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:700:
undefined reference to `_localtime'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:700:
undefined reference to `_strftime'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:737:
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:739:
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:741:
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:741:
undefined reference to `_fflush'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:744:
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:746:
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:748:
undefined reference to `___getreent'
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/showmsg.c:748:
undefined reference to `_fflush'
../common/rndm.o: In function `reloadMT':
/cygdrive/d/Downloads/Games/NexusTK/CoMithiaORI/mithia/src/common/rndm.c:29:
undefined reference to `_time'
collect2: error: ld returned 1 exit status
Makefile:9: recipe for target 'login-server' failed
make[1]: *** [login-server] Error 1
Makefile:27: recipe for target 'login' failed
make: *** [login] Error 2
root@bukan-nexia:~/10/mithia#

You might also like