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.

problems with linking...

Old posts that have not been replied to for several years.
Locked
n
newbie

Post by newbie »

I have trien to Install Eggdrop 1.6.8 severel times but allways get the same error. Here is the error:

Eggdrop v1.6.8 (C) 1997 Robey Pointer (C) 2002 Eggheads
-rwxr-xr-x 1 zenith nicusers 323328 Jan 28 21:17 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 -ls
ocket
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/zenith/eggdrop/src/mod/assoc.mod
*** Error code 1
make: Fatal error: Command failed for target `assoc.mod_so'
Current working directory /home/shell/zenith/eggdrop/src/mod
*** Error code 1
make: Fatal error: Command failed for target `modules'

What should I do to get this work?
User avatar
Yourname
Master
Posts: 358
Joined: Mon Sep 24, 2001 8:00 pm
Location: Toronto

Post by Yourname »

Is it a solaris or an fbsd box?
Dormant egghead.
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

thats solaris. bsd wouldnt have that problem. looks like you've got incomplete library files somewhere, but the error is kinda vague about it. compiling and installing gcc2.95 *might* help. could also try using a newer version of tcl.
R
RedAlert
Voice
Posts: 17
Joined: Mon Nov 19, 2001 8:00 pm

Post by RedAlert »

Undefined first referenced
symbol in file
main /usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.
8.1/crt1.o
"make static"

P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

blah, i shoulda seen that in the first place. for some reason i thought he was running a static build. i need more sleep ...
Locked