This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

SunOS 5.8, static tcl and no success

Old posts that have not been replied to for several years.
Locked
s
sledgedog

SunOS 5.8, static tcl and no success

Post by sledgedog »

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
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

This usualy occurs when the Tcl header and library files are not the same version (the ones being detected that is).

Installing Tcl in your home directory is one option, or asking the admin to do a clean up of the Tcl library.
Locked