View Issue Details

IDProjectCategoryView StatusLast Update
0003112unrealinstallingpublic2007-04-16 11:37
ReporterCasanovas Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.5 
Summary0003112: Make command
Description[new1@localhost ~/Unreal3.2]$ make
Building src
make[1]: Entering directory `/home/new1/Unreal3.2/src'
gcc -I../include -I/home/new1/Unreal3.2/extras/regexp/include -I/home/new1/Unreal3.2/extras/c-ares/include -L../extras/c-ares/lib -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic -o ircd timesynch.o res.o s_bsd.o auth.o aln.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 s_auth.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 charsys.o scache.o send.o support.o umodes.o version.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/new1/Unreal3.2/extras/regexp/lib -ltre -lcares
s_bsd.o(.text+0x1726): In function `read_message':
/home/new1/Unreal3.2/src/s_bsd.c:1685: undefined reference to `url_do_transfers_async'
ircd.o(.text+0xc16): In function `main':
/home/new1/Unreal3.2/src/ircd.c:1013: undefined reference to `url_init'
ircd.o(.text+0xcd8):/home/new1/Unreal3.2/src/ircd.c:863: undefined reference to `curl_version'
ircd.o(.text+0xdb0):/home/new1/Unreal3.2/src/ircd.c:1231: undefined reference to `curl_version'
s_conf.o(.text+0x11a47): In function `remote_include':
/home/new1/Unreal3.2/src/s_conf.c:9146: undefined reference to `download_file'
s_conf.o(.text+0x11bd2): In function `load_conf':
/home/new1/Unreal3.2/src/s_conf.c:2859: undefined reference to `url_is_valid'
s_conf.o(.text+0x122ef): In function `rehash':
/home/new1/Unreal3.2/src/s_conf.c:8994: undefined reference to `download_file_async'
s_conf.o(.text+0x123c5): In function `conf_download_complete':
/home/new1/Unreal3.2/src/s_conf.c:8947: undefined reference to `url_getfilename'
s_serv.o(.text+0x171): In function `m_version':
/home/new1/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/new1/Unreal3.2/src'
make: *** [build] Error 2
[new1@localhost ~/Unreal3.2]$
Additional Information[new1@localhost ~/Unreal3.2]$ gdb src/ircd core/file
GNU gdb Red Hat Linux (6.3.0.0-1.132.EL4rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...src/ircd: No such file or directory.

/home/new1/Unreal3.2/core/file: No such file or directory.
(gdb) bt
No stack.
3rd party modules

Activities

syzop

2006-11-24 15:28

administrator   ~0012720

Last edited: 2006-11-24 15:29

In case you haven't fixed it yet, be sure to read and do what INSTALL.REMOTEINC says.

And second, also do a 'make clean' before you do the 'make' stuff, seems you have old stuff laying around or are mixing stuff, something wrong at least ;p

WolfSage

2007-04-15 17:30

reporter   ~0013415

Can probably close this one now.

Issue History

Date Modified Username Field Change
2006-11-12 18:11 Casanovas New Issue
2006-11-24 15:28 syzop Note Added: 0012720
2006-11-24 15:29 syzop Note Edited: 0012720
2007-04-15 17:30 WolfSage Note Added: 0013415
2007-04-16 11:37 stskeeps Status new => closed
2007-04-16 11:37 stskeeps Resolution open => no change required