I am on SunOS
(SunOS cosmos 5.5.1 Generic_103640-24 sun4m sparc SUNW,SPARCstation-10)
When I try to compile, I get this funky message.
---------- Yeah! that's the compiling, now the linking! ----------
Linking eggdrop...
gcc -pipe -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 us
ers.o -L/usr/lib -ltcl -lm -ldl -lnsl -lsocket md5/md5c.o compat/*.o `cat mod/
mod.xlibs`
strip ../eggdrop
Successful compile: eggdrop
make[1]: Leaving directory `/export/home/chair/eggdrop1.6.6/src'
Eggdrop v1.6.6 (C)1997 Robey Pointer (C)2001 Eggheads
-rwxr-xr-x 1 chair other 354620 Oct 22 17:50 eggdrop
make[1]: Entering directory `/export/home/chair/eggdrop1.6.6/src/mod'
make[2]: Entering directory `/export/home/chair/eggdrop1.6.6/src/mod/assoc.mod'
gcc -pipe -kPIC -g -O2 -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFI
G_H -DMAKING_MODS -c .././assoc.mod/assoc.c
gcc: unrecognized option `-kPIC'
mv assoc.o ../
gcc -pipe -o ../../../assoc.so ../assoc.o -L/usr/lib -ltcl -lm -ldl -lnsl -lsock
et
Undefined first referenced
symbol in file
main /usr/local/lib/gcc-lib/sparc-sun-solaris2.5.
1/2.8.1/crt1.o
ld: fatal: Symbol referencing errors. No output written to ../../../assoc.so
make[2]: *** [../../../assoc.so] Error 1
make[2]: Leaving directory `/export/home/chair/eggdrop1.6.6/src/mod/assoc.mod'
make[1]: *** [assoc.mod_so] Error 2
make[1]: Leaving directory `/export/home/chair/eggdrop1.6.6/src/mod'
make: *** [modules] Error 2
hmmm... i would love to get eggdrop1.6.6 to compile... i'd hate to ditch my provider just because of this...
