Re: [tcljava-dev] configure complains about threads
Brought to you by:
mdejong
|
From: Mo D. <md...@un...> - 2002-12-21 04:43:41
|
On Tue, 3 Sep 2002 15:31:40 +0200 "Tom Simonsen" <to...@in...> wrote: > I get the following error. > srcdir is /home/kringle/toms/eos/src/tcljava > configuring for both jacl and tclblend > checking for Tcl build in /home/kringle/toms/eos/src/tcl8.3.4 > configure: error: Thread directory /home/kringle/toms/eos/src/tcljava/../thread/unix could not be located. > > I tried to change my options to this: > > ./configure --prefix $HOME/eos/local \ > --with-tcl=../tcl8.3.4 \ > --with-java=/usr/java/jdk1.3.1_01 \ > --without-thread I just fixed up the error message that is generated if you leave out the --with-tcl or --with-thread option. It now prints: % ./configure --with-tcl=/share/tcljava/build/threaded_tcl84 srcdir is /share/tcljava/orig_tcljava/tcljava configuring for both jacl and tclblend checking for Tcl build in /share/tcljava/build/threaded_tcl84 configure: error: Use the --with-thread=<dirName> configure flag to indicate where the required Thread extension build directory is. I hope that is more clear. Mo |