[tcljava-dev] configure complains about threads
Brought to you by:
mdejong
|
From: Tom S. <to...@in...> - 2002-09-03 13:31:47
|
Hi, I am trying to build the current tcljava tree on AIX and linux, but = configure barfs. Can yuo help me out ? My command line on linux is like this: ./configure --prefix $HOME/eos/local \ --with-tcl=3D../tcl8.3.4 \ --with-java=3D/usr/java/jdk1.3.1_01 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=3D../tcl8.3.4 \ --with-java=3D/usr/java/jdk1.3.1_01 \ --without-thread The error is now: 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 no could not be located. Use the --with-thread=3D<dirName> configure flag to specify the = location. Comments: * I am using the tcl 8.3.4 source that I found on ActiveState's site. * the tcl configure command: ./configure --prefix $HOME/eos/local = --enable-threads * I have done make && make install in the tcl directory. Kind Regards, Tom |