I try to ./make and i get this:
chevyman2002@flux:~/Unreal3.2$ make
Building src
make[1]: Entering directory `/home/chevyman2002/Unreal3.2/src'
gcc -I../include -I/home/chevyman2002/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -DUSE_LIBCURL -export-dynamic -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o url.o -lcrypt -lnsl -lares -ldl -L/home/chevyman2002/Unreal3.2/extras/regexp/lib -ltre
/usr/lib/gcc-lib/i486-slackware-linux/3.3.3/../../../../i486-slackware-linux/bin/ld: cannot find -lares
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/chevyman2002/Unreal3.2/src'
make: *** [build] Error 2
that's running on a *nix shell and yes, i installed libcurl and specified where it's located...
compiling problem..
-
chevyman2002
- Posts: 62
- Joined: Sun Nov 14, 2004 2:55 am
- Location: Texas
- Contact:
compiling problem..
Your face looks like it was set on fire and put out with an axe ;x.
-
chevyman2002
- Posts: 62
- Joined: Sun Nov 14, 2004 2:55 am
- Location: Texas
- Contact:
-
chevyman2002
- Posts: 62
- Joined: Sun Nov 14, 2004 2:55 am
- Location: Texas
- Contact:
well crap.. i told it not to use remote includes as i didn't realize i had, and got this:
chevyman2002@flux:~/Unreal3.2$ make
Building src
make[1]: Entering directory `/home/chevyman2002/Unreal3.2/src'
gcc -I../include -I/home/chevyman2002/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o -lcrypt -lnsl -ldl -L/home/chevyman2002/Unreal3.2/extras/regexp/lib -ltre
ircd.o(.text+0xbed): In function `do_version_check':
/home/chevyman2002/Unreal3.2/src/ircd.c:867: undefined reference to `curl_version'
ircd.o(.text+0xcef): In function `main':
/home/chevyman2002/Unreal3.2/src/ircd.c:1008: undefined reference to `url_init'
ircd.o(.text+0xdef):/home/chevyman2002/Unreal3.2/src/ircd.c:1216: undefined reference to `curl_version'
s_bsd.o(.text+0x1b9e): In function `read_message':
/home/chevyman2002/Unreal3.2/src/s_bsd.c:1657: undefined reference to `url_do_transfers_async'
s_conf.o(.text+0x47ec): In function `_conf_include':
/home/chevyman2002/Unreal3.2/src/s_conf.c:2684: undefined reference to `url_is_valid'
s_conf.o(.text+0xf037): In function `conf_download_complete':
/home/chevyman2002/Unreal3.2/src/s_conf.c:7754: undefined reference to `url_getfilename'
s_conf.o(.text+0xf249): In function `rehash':
/home/chevyman2002/Unreal3.2/src/s_conf.c:7801: undefined reference to `download_file_async'
s_conf.o(.text+0xf759): In function `remote_include':
/home/chevyman2002/Unreal3.2/src/s_conf.c:7942: undefined reference to `download_file'
s_serv.o(.text+0x15a): In function `m_version':
/home/chevyman2002/Unreal3.2/src/s_serv.c:166: undefined reference to `curl_version'
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/chevyman2002/Unreal3.2/src'
make: *** [build] Error 2
luck is not on my side today ;/
chevyman2002@flux:~/Unreal3.2$ make
Building src
make[1]: Entering directory `/home/chevyman2002/Unreal3.2/src'
gcc -I../include -I/home/chevyman2002/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -o ircd auth.o aln.o badwords.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o res.o res_init.o res_comp.o res_mkquery.o res_skipname.o s_auth.o s_bsd.o s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o s_svs.o socket.o ssl.o s_user.o scache.o send.o support.o umodes.o version.o webtv.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o api-isupport.o api-command.o -lcrypt -lnsl -ldl -L/home/chevyman2002/Unreal3.2/extras/regexp/lib -ltre
ircd.o(.text+0xbed): In function `do_version_check':
/home/chevyman2002/Unreal3.2/src/ircd.c:867: undefined reference to `curl_version'
ircd.o(.text+0xcef): In function `main':
/home/chevyman2002/Unreal3.2/src/ircd.c:1008: undefined reference to `url_init'
ircd.o(.text+0xdef):/home/chevyman2002/Unreal3.2/src/ircd.c:1216: undefined reference to `curl_version'
s_bsd.o(.text+0x1b9e): In function `read_message':
/home/chevyman2002/Unreal3.2/src/s_bsd.c:1657: undefined reference to `url_do_transfers_async'
s_conf.o(.text+0x47ec): In function `_conf_include':
/home/chevyman2002/Unreal3.2/src/s_conf.c:2684: undefined reference to `url_is_valid'
s_conf.o(.text+0xf037): In function `conf_download_complete':
/home/chevyman2002/Unreal3.2/src/s_conf.c:7754: undefined reference to `url_getfilename'
s_conf.o(.text+0xf249): In function `rehash':
/home/chevyman2002/Unreal3.2/src/s_conf.c:7801: undefined reference to `download_file_async'
s_conf.o(.text+0xf759): In function `remote_include':
/home/chevyman2002/Unreal3.2/src/s_conf.c:7942: undefined reference to `download_file'
s_serv.o(.text+0x15a): In function `m_version':
/home/chevyman2002/Unreal3.2/src/s_serv.c:166: undefined reference to `curl_version'
collect2: ld returned 1 exit status
make[1]: *** [ircd] Error 1
make[1]: Leaving directory `/home/chevyman2002/Unreal3.2/src'
make: *** [build] Error 2
luck is not on my side today ;/
Your face looks like it was set on fire and put out with an axe ;x.