compiling eggdrop: TCL issues

jerome

2001-11-05 14:34:00

anybody get eggdrop compiled? rather configured first, having troubles of it finding tcl, wondering if it's cuz it's looking for shared objects & static libs instead of dynamics, this is what's installed from TCL:
/usr/local/lib/libtcl8.3.dylib /usr/local/lib/libtclstub8.3.a
and eggdrops configure mentions this:

set the environment variables TCLLIB and TCLINC so I will know where
to find 'libtcl.a' (or 'libtcl.so') and 'tcl.h' (respectively). Then
run 'configure' again.

any ideas? setting TCLLIB to /usr/local/lib and TCLINC to /usr/local/include didn't work, ends up saying they're improperly set.

jerome

2001-11-08 02:24:00

ah fixed that, now just have:
Making core eggdrop for static linking...

(This may take a while. Go get some runts.)
cc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC -c bg.c
cc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC -c botcmd.c
cc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC -c botmsg.c
cc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC -c botnet.c
cc -pipe -g -O2 -I.. -I.. -DHAVE_CONFIG_H -DSTATIC -c chanprog.c
chanprog.c: In function `tell_verbose_status':
chanprog.c:320: structure has no member named `ru_utime'
chanprog.c:320: structure has no member named `ru_stime'
chanprog.c:321: structure has no member named `ru_utime'
chanprog.c:321: structure has no member named `ru_stime'
make[1]: *** [chanprog.o] Error 1
make: *** [static] Error 2
hmmmm
-jerome