Hi Cathrine,
i have noticed a similar problem some months ago, when switching redhat versions. XOTcl uses the configure information from tcl. This file is found though configure, you will see a line like:
checking for Tcl configuration... found /home/neumann/tcl8.3.5/unix/tclConfig.sh
check this file and see if you have @-variables in it and replace these variables with sensible values. i remember vaguely the details, but i had lines like
TCL_STUB_LIB_FILE='@TCL_STUB_LIB_FILE@'
in it. This seems to cause the loop....
hope this helps, -gustaf
On Tuesday 26 August 2003 17:52, Catherine Letondal wrote:
Hi,
It's a long time I haven't re-installed Xotcl on my Sparc/Solaris and the unix directory configure apparently hangs on a part of the configure script where an sed -f command is executed:
root 22332 99.6 0.7 984 776 pts/9 R 17:11:33 8:24 sed -f /tmp/cs2226...
The /tmp/cs2226.../out file in this indeed empty.
Could anybody help?
Thanks in advance,