Re: [tcljava-user] TclBlend on Linux x86_64/amd64 still need patched
Brought to you by:
mdejong
From: Scott S. <ss...@am...> - 2007-01-13 03:41:32
|
On 01/12/07 18:27, Mo DeJong wrote: > > Noticed that with the latest TclBlend (1.3.3) I still need to patch the > > m4 stuff to detect my architecture. > > > > From the config.log: > > Looking for /x/jdk/jre/lib/x86_64/libjava.so" > > > > At least on the Sun JVM 1.5.0_10 (and many previous) it should be: > > "Looking for /x/jdk/jre/lib/amd64/libjava.so" > > > > Hopefully that can be rolled into the next release... > > Scott, could you try to build Tcl Blend 1.4.0 on this amd64 machine > and see if that works as expected? A new amd64 detection check > was added to tcljava.m4 in that release. Please let me know if that > has resolved the build problem you were having. > Hi Mo..... 1.4.0 seems to work fine. Looking for /x/jdk/jre/lib/amd64/libjava.so Found /home/x/jdk/jre/lib/amd64/libjava.so Thanks! |