Re: [tcljava-user] TclBlend build problems using MSYS on WinNT
Brought to you by:
mdejong
|
From: Mo D. <md...@un...> - 2003-04-19 00:37:27
|
On Wed, 16 Apr 2003 15:04:13 -0600 rja...@nm... (Robert E. Jackson) wrote: > That was it. > > Downloaded libjvm.dll.a > > Did: > > LDFLAGS="-L. -ljvm" ./configure ... > > and configure ran OK. Ok, I will have to put that on my TODO list. If you could post a link to the location where you download this JVM from, it would help. > Dies at # Making test_tclblend.build > in > ... javac-g -d /c/TclBlend/tclBlend1.3.0/btests tests/*.java tcl/land/*.java You need to post the actual error that is printed by the compiler. Is is not finding the .jar files? Is the btests dir not there? Is the problem with the java compiler, does it not understand / in the file names under Windows? What exactly is going wrong? Mo |