Re: [tcljava-user] Help sought configuring tcljava
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-07-03 19:13:29
|
On Mon, 2 Jul 2001, Larry W. Virden wrote: > Okay, I have , with great difficulty, configured tcl using threads and > installed the binaries with a trailing t, so that developers can use either > threads or non-threads . How do I convince tcljava that this is done? > Here's what I am getting. I am not sure this matters since you can't use TclBlend 1.3 with a non-threaded version of Tcl. > $ $PWD/configure --prefix=/usr/tcl84 --with-tcl=../tcl > srcdir is /vol/tclsrcsol/tcl84/tcljava > configuring for both jacl and tclblend > checking for Tcl build in /vol/tclsrcsol/tcl84/tcl > Tcl executable /vol/tclsrcsol/tcl84/tcl/unix/tclsh works > configure: error: Tcl must be compiled with Thread support (--enable-threads) > > If it is looking in the source directory for some trace that I configured, > built and installed tcl with threads, it doesn't seem likely that tcl > would leave such traces around when I subsequently did the configure and > build for the non-thread install.the configure and > build for the non-thread install.the configure and > build for the non-thread install.the configure and > build for the non-thread install. You need to pass --with-tcl with the build dir, you can't install, blow away the build dir and still have it work. Mo |