I am not sure what to do next. It was suggested to me to try an earlier version of eggdrop for this platform. I had no problem getting eggdrop 6.1.12 up on OpenBSD or 1.6.8 on Solaris 8 x86.
.configure and make config go well. The compile also goes well, but the linking dies on solaris 9 64-bit
Environment:
$ uname -a
SunOS thor 5.9 Generic sun4u sparc SUNW,Ultra-30
$ pwd
/export/home/xineann/eggdrop1.6.13
$ echo $PATH
/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/ucb:/etc:.
$ echo $LD_LIBRARY_PATH
Evidence:
---------- 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 users.o -L/usr/local/lib -ltcl -lm -ldl -lnsl -lsocket md5/md5c.o compat/*.o `cat mod/mod.xlibs`
../eggdrop
[17:38] LANG: No lang files found for section core.
Eggdrop v1.6.13 (C) 1997 Robey Pointer (C) 2002 Eggheads
[17:38] --- Loading eggdrop v1.6.13 (Fri Dec 20 2002)
[17:38] * MSG534
make[1]: *** [../eggdrop] Error 1
make[1]: Leaving directory `/export/home/xineann/eggdrop1.6.13/src'
make: *** [modegg] Error 2
$ ls -l src/mod/*xlib*
-rw-r--r-- 1 xineann staff 0 Dec 20 17:38 src/mod/mod.xlibs
Even futile attempts to help will be appreciated. I've been messing with this for two weeks.
XineAnn