Hello
I am trying to compile Eggdrop. ./configure recommended static make. I did "make config" and all was ok.
As I type "make", it says, under a long long call to gcc...
Undefined_____________________first referenced
symbol_______________________in file
Tcl_CreateObjCommand__________tcl.o
Tcl_SetSystemEncoding__________tcl.o
Tcl_WrongNumArgs______________tclmisc.o
Tcl_GetEncoding________________tcl.o
Tcl_GetByteArrayFromObj_________tcl.o
Tcl_UtfToLower tcl.o
ld: fatal: Symbol referencing errors. No output written to ../eggdrop
*** Error code 1
make: Fatal error: Command failed for target `../eggdrop'
Current working directory [HERE it says my homedir followed by /eggdrop1.6.12/src ]
*** Error code 1
make: Fatal error: Command failed for target `static'
The result is identical with both make and make static. The lines "_____" added by me to emulate spaces.
Not my computer but a big remote system, so most I can do is to install tcl to my homedir if that could help.
Thanks for any input