This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

newbie prob... 'make'

Old posts that have not been replied to for several years.
Locked
U
UzU

Post by UzU »

Ok.. I tried to install eggdrop1.6.6 mut I got error like this:

---------- Yeah! that's the compiling, now the linking! ----------

Linking eggdrop...

gcc -o ../eggdrop bg.o botcmd.o botmsg.o botnet.o chanprog.o cmds.o dcc.o dccutil.o dns.o flags.o language.o main.o mem.o misc.o misc_file.o modules.o net.o rfc1459.o tcl.o tcldcc.o tclhash.o tclmisc.o tcluser.o userent.o userrec.o users.o -L/usr/local/lib -ltcl8.1 -lm -ldl -lnsl -lsocket md5/md5c.o compat/*.o `cat mod/mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop


Eggdrop v1.6.6 (C)1997 Robey Pointer (C)2001 Eggheads
-rwxr-xr-x 1 uzu nicusers 321068 Nov 24 16:39 eggdrop
gcc -fPIC -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DMAKING_MODS -c .././assoc.mod/assoc.c
mv assoc.o ../
gcc -o ../../../assoc.so ../assoc.o -L/usr/local/lib -ltcl8.1 -lm -ldl -lnsl -lsocket
Undefined first referenced
symbol in file
main /usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.8.1/crt1.o
ld: fatal: Symbol referencing errors. No output written to ../../../assoc.so
*** Error code 1


make: Fatal error: Command failed for target `../../../assoc.so'
Current working directory /home/shell/uzu/eggdrop1.6.6/src/mod/assoc.mod
*** Error code 1
make: Fatal error: Command failed for target `assoc.mod_so'
Current working directory /home/shell/uzu/eggdrop1.6.6/src/mod
*** Error code 1
make: Fatal error: Command failed for target `modules'


What should I do??

<font size=-1>[ This Message was edited by: UzU on 2001-11-24 10:00 ]</font>
S
SniperAC

Post by SniperAC »

Try updateing your "TLC"..

Thats all I can think of
S
SniperAC

Post by SniperAC »

Damn dubble taps

<font size=-1>[ This Message was edited by: SniperAC on 2001-11-25 01:42 ]</font>
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Why is everything "upgrade Tcl"? This is not even slightly related with Tcl.
R
RedAlert
Voice
Posts: 17
Joined: Mon Nov 19, 2001 8:00 pm

Post by RedAlert »

On Solaris (SunOS) systems, use "make static" instead of "make", that should solve all problems related to compiling modules.

In fact, on any system that fails trying to compile the assoc module (or whichever is the first module to be compiled), "make static" should provide the solution.
Locked