Re: [tcljava-dev] Jacl1.3.2 "make install" error in msys
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-09-20 02:24:53
|
On Wed, 17 Aug 2005 14:52:48 -0400 "Chang Li" <cha...@ho...> wrote: > The Jacl1.3.2 with JDK1.5 on msys Windows XP. > make install generated errors: > > Exception in thread "main" java.lang.NoClassDefFoundError: tcl/lang/Shell > Exception in thread "main" java.lang.NoSuchMethodError: > tcl.lang.Interp.setVar( > Ljava/lang/String; Ljava/lang/String;I)V at > tcl.lang.Shell.main(Shell.java:76) Could this have been caused by running configure without a --prefix argument? A user ran into the problem and posted a note about it on tcljava-user recently. The fix is to pass --prefix=/usr/local or whatever to the configure script. Mo DeJong |