Re: [tcljava-user] make install - 'Testing installed program' fails
Brought to you by:
mdejong
From: Mo D. <mo...@mo...> - 2008-11-11 21:44:28
|
Fra...@ti... wrote: > Hi! > > Tried to install the TclBlend on Linux (sled10). > > I come this far, now I'm thankful for some advice to how come around > this problem. I'm not an java expert so be open-minded in case I miss > some basic stuff. > I have included the following parts into the .cshrc file (maybe > something that is missing or maybe not needed): Hi Frank Well, I am not sure why you would put this stuff in .cshrc. This path related stuff goes in the jtclsh startup script. The point where you install fails is right after jtclsh is installed. The problems people always have with Tcl Blend are related to the PATH settings, you just need to make sure the path found by the script actually matches the library locations in your JDK install and it should work. The most likely cause of this problem is that your JDK 6.0 library has some path locations that differ from the ones that configure script knows about, so they are not getting detected correctly. I would suggest you run "make shell" from the build directory and see if you can load Tcl Blend (via "package require java") from the build directory. If you can't get it to load in the build directory then the paths in the Makefile can be updated to try to get it working. Mo DeJong |