[tkined] Still Problems....

Rickard Cedergren (rickard.cedergren@tb.su.se)
Fri, 16 Jan 1998 14:50:36 +0100

Hah, I missed that my tcl8.0 was'nt build with the --enable-shared
option... (sorry)
Well i got the 'make install' to work after rebuilding the tcl8.0,
but..... now when i try to run tkined this happens....
------------------
[rickard@helios unix]$ tkined1.4.7
Error in startup script: couldn't load file
"/usr/local/lib/tkined1.4.7.so": ld.so.1: /usr/local/bin/wish8.0: fatal:
relocation error: file /usr/local/lib/tkined1.4.7.so: symbol
Tcl_GetErrno: referenced symbol not found
while executing
"load /usr/local/lib/tkined1.4.7.so"
("package ifneeded" script)
invoked from within
"package require Tkined 1.4"
(file "/usr/local/bin/tkined1.4.7" line 12)

-----------------
I have added this to my /usr/local/lib/tcl8.0/init.tcl

if [file exists /usr/local/lib/tnm2.1.7] {
lappend auto_path /usr/local/lib/tnm2.1.7
}
if [file exists /usr/local/lib/tkined1.4.7] {
lappend auto_path /usr/local/lib/tkined1.4.7
}
------------------
But still.....

/Rickard

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.