ppslim,
I did try the --with options. But this is what I get:
---------------------------------------------------------------
[127:wasabi/temp/eggdrop1.6.10> ./configure --with-tcllib=/usr/pkg/lib --with-tclinc=/usr/pkg/include
This is Eggdrop's GNU configure script.
It's going to run a bunch of strange tests to hopefully
make your compile work without much twiddling.
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether the compiler understands -pipe... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for strip... strip
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for basename... basename
checking for uname... uname
checking system type... NetBSD
checking system release... 1.5.3_ALPHA
checking for socket in -lsocket... no
checking for connect in -lnsl... no
checking for gethostbyname in -ldns... no
checking for dlopen in -ldl... no
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... no
checking for __pthread_mutex_init in -lpthread... no
checking for pthread_mutex_init in -lpthreads... no
checking for pthread_mutex_init... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/select.h... yes
checking for sys/rusage.h... no
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for stdarg.h... yes
checking for std_args.h... no
checking for strings.h... yes
checking for limits.h... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... (cached) yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... (cached) yes
checking for pid_t... yes
checking for size_t... yes
checking for gcc -pipe option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for long... yes
checking size of long... 8
checking for int... yes
checking size of int... 4
checking for clock... yes
checking for getrusage... yes
checking for setpgid... yes
checking for uname... yes
checking for sigaction... yes
checking for sigemptyset... yes
checking for rename... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for getdtablesize... yes
checking for memset... yes
checking for random... yes
checking for srandom... yes
checking for dlopen... yes
checking for dprintf... no
checking for snprintf... yes
checking for vsnprintf... yes
checking for isascii... yes
checking for inet_aton... yes
checking for memcpy... yes
checking for strftime... yes
checking for fsync... yes
checking for vsprintf... yes
checking for broken libsafe sscanf... no
configure: warning:
The file '/usr/pkg/lib' given to option --with-tcllib is not valid.
configure will now attempt to autodetect both the Tcl library and header...
configure: warning:
The file '' given to option --with-tclinc is not valid.
configure will now attempt to autodetect both the Tcl library and header...
checking for Tcl library... using /lib
checking for Tcl header... using /
checking whether the Tcl system has changed... yes
checking for Tcl version...
checking for Tcl patch level...
configure: error:
Your Tcl version is much too old for Eggdrop to use.
I suggest you download and compile a more recent version.
The most reliable current version is 8.3.3 and
can be downloaded from
ftp://ftp.eggheads.org/pub/tcl/tcl8_3/
------------------------------------------------------------------------------
I am sure that's the path to the system's lib and include:
[0:wasabi/temp/eggdrop1.6.10> ls /usr/pkg/lib/libtcl*
/usr/pkg/lib/libtcl83.a /usr/pkg/lib/libtcl83.so /usr/pkg/lib/libtcl83.so.1.0
/usr/pkg/lib/libtcl83.la /usr/pkg/lib/libtcl83.so.1 /usr/pkg/lib/libtclstub83.a
[0:wasabi/temp/eggdrop1.6.10> ls /usr/pkg/include/tcl*
/usr/pkg/include/tcl.h /usr/pkg/include/tclDecls.h
---------------------------------------------------------------------------
So what am I doing wrong? Thanks for your help.
Wasabi-EGG