Re: [tcljava-user] problem in make install
Brought to you by:
mdejong
From: community h. <hel...@ya...> - 2005-09-19 14:37:45
|
Hi, Now the installation ended with the following message: Testing installed program Installed programming is working correctly So,i did a mistake of not specifying arguments of configure. When i've read the readme i understood that it was possible to run the configure script without arguments because in this case the script chooses the default directory. Thank you very much for your help --- Mo DeJong <md...@un...> wrote: > On Fri, 16 Sep 2005 04:41:37 -0700 (PDT) > community help <hel...@ya...> wrote: > > > > Did installing "jaclsh" also fail with the same > > > error or was it > > > just the jaclsh.bat file that did not work? > > jaclsh installed successfully. > > Well, that does help. > > > Here is the content of my jaclsh.bat: > > -------------------- > > @echo off > > setlocal > > > > set JAVA=c:/j2sdk1.4.1/bin/java > > set JAVA_FLAGS= -ms5m -mx22m > > > > set PREFIX=C:/msys/jacl1.3.2/NONE > > Ahh, this seems to be the problem. The prefix should > not > include "NONE" there at the end. How did you > configure > jacl? Could you post the exact configure command > line > you used? > > > My msys directory does not contain any directory > of > > name usr. Perhaps this is the problem as jacl > tries to > > install in /usr/local/bin? > > My guess here is that you configured jacl like so: > > ./configure > make > make install > > And the problem is showing up because the prefix > is getting set to "NONE" instead of /usr/local which > is what it would get set to by default. Does it work > if you run configure like so: > > ./configure --prefix=/usr/local > make > make install > > If that fixes the problem, then it is clearly caused > by > the default --prefix value not getting setup > correctly > in the configure file. Could you let me know if that > is the problem you were running into? > > thanks > Mo DeJong > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's > Geronimo App Server. > Download it for free - -and be entered to win a 42" > plasma tv or your very > own Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > _______________________________________________ > tcljava-user mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-user > __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com |