Goody gumdrops,
I think I found some anomaly.
And I did find the cause, system wish was still pointing to 8.4
I have changed it to 8.5 but xcicuit behaviour stays exactly the same, alas.

I leave my thinkings below that led up to the wish fix, for reference.

Regards,

Jan de Kruyf.


here is the linking line from the build process:
--------------------------------------------------------------------
i486-linux-gnu-gcc -fPIC -Wall -g -Wno-pointer-sign -fPIC -o 
lib/tcl/xcircuit.so -shared -Wl,-soname,lib/tcl/xcircuit.so 
-Wl,--version-script=symbol.map xcwrap.o \
                elements.o events.o filelist.o files.o flate.o fontfile.o 
formats.o functions.o graphic.o help.o keybindings.o libraries.o menucalls.o 
netlist.o ngspice.o opengl.o parameter.o python.o rcfile.
o render.o schema.o selection.o svg.o text.o undo.o tclxcircuit.o tkSimple.o 
xcircuit.o xtfuncs.o xtgui.o   \
                   -lc -ldl  -lpthread -lieee -lm -lz -lXt  -lSM -lICE -lm  
-lX11 -lXpm \
                -ltk8.5 -ltcl8.5
----------------------------------------------------------------------------
Here is a partial /usr/lib directory:
----------------------------------------------------------------------------
j...@debianlenny:/usr/lib$ ls -l libtcl*
-rw-r--r-- 1 root root  733796 2008-05-01 10:17 libtcl8.4.so.0
-rw-r--r-- 1 root root 1648614 2008-07-15 18:22 libtcl8.5.a
lrwxrwxrwx 1 root root      14 2008-09-12 23:48 libtcl8.5.so -> libtcl8.5.so.0
-rw-r--r-- 1 root root 1045016 2008-07-15 18:22 libtcl8.5.so.0
-rw-r--r-- 1 root root    3400 2008-07-15 18:22 libtclstub8.5.a
j...@debianlenny:/usr/lib$ ls -l libtk*
-rw-r--r-- 1 root root  921068 2008-07-15 19:12 libtk8.4.so.0
-rw-r--r-- 1 root root 1737850 2008-11-08 18:49 libtk8.5.a
lrwxrwxrwx 1 root root      13 2008-11-24 02:08 libtk8.5.so -> libtk8.5.so.0
-rw-r--r-- 1 root root 1136396 2008-11-08 18:49 libtk8.5.so.0
-rw-r--r-- 1 root root    4178 2008-11-08 18:49 libtkstub8.5.a
j...@debianlenny:/usr/lib$ 
------------------------------------------------------------------------------

yet this is what gdb thinks it must do
-------------------------------------------------------------------------------------------
Reading symbols from /usr/bin/wish8.4...(no debugging symbols found)...done.
Reading symbols from /usr/lib/libtk8.4.so.0...(no debugging symbols found)...don
e.
Loaded symbols for /usr/lib/libtk8.4.so.0
Reading symbols from /usr/lib/libtcl8.4.so.0...
(no debugging symbols found)...done.
Loaded symbols for /usr/lib/libtcl8.4.so.0
------------------------------------------------------------------------------------------


                                          
_________________________________________________________________
De grappigste filmpjes vind je op MSN Video!
http://video.msn.com/video.aspx?mkt=nl-nl
_______________________________________________
Xcircuit-dev mailing list
[email protected]
http://www.opencircuitdesign.com/mailman/listinfo/xcircuit-dev

Reply via email to