TKDraw problem

Hello all,

Has anyone fix the TKDraw problem yet? if so, could you please be so kind to provide some information on this issue. I have read some other post about this problem, and knowing that tcl 8.0 will work well with this problem. However, I have tried to find tcl 8.0... but i was not able to find it anywhere. ( I am using 8.4 here) the olderest version I found was 8.3xx. plus even if I could get 8.0, I do not know how to swich 8.4 to 8.0 (still very new to the Linux). can anyone give me some suggustions? (please don't ask me to give up...:-P )

Thanks a lot
Danis

Danis's picture

Hi all

I finally found TCL/TK 8.0.5, and i have install it and complie it
in my /home/me/tcl8.0.5 and home/me/tk8.0.5

then I did
./configure --with-tk=/home/me/tk8.0.5/unix --with-tcl=/home/me/tcl8.0.5/unix --with-gl-include=/usr/include --with-gl-library=/usr/lib --with-java-include=/usr/lib/SunJava2-1.4.2/include --with-dps-include=/usr/X11R6/include --with-dps-library=/usr/lib --with-xmu-include=/usr/include/X11 --with-xmu-library=/usr/lib --prefix=/usr/me

everything went ok

and then

.make

but i still get the same
TKDraw err

can anyone tell me that did I do wrong?

I am running SUSE 9.0 here

Thanks

Danis