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...
Thanks,
Scott
|