Re: [tcljava-user] Seems to work on AMD64 Linux
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-10-14 09:44:49
|
On Thu, 13 Oct 2005 21:48:53 -0600 Scott Serr <ss...@am...> wrote: Hello Scott > After fiddling with tcljava.m4 I was able to get tclBlend to compile. > It's probably not as good as it could be, but it works and jtclsh gets > the right env too. (note that uname -m and $machine are "x86_64" not > "amd64" thats why the hard coded match) Nice work. It is really tricky keeping Tcl Blend working with all the wacky JVM configurations out there. > I've never done m4 and I don't know much about autoconf, so hopefully > this work (sweat) helps someone or can be commited to CVS. I just checked your patch into CVS. Could you check out the CVS version and double check that it works? One thing I noticed that I wanted to ask you about was the $JAVA/jre/lib/$machine/native_threads part. Does that actually resolve a library at link time or runtime? I was not sure from your patch if that was actually needed. If that dir is not actually used to resolve anything, then it would be better to remove it. cheers Mo DeJong |