RE: [tcljava-user] problems installing tclBlend on Linux
Brought to you by:
mdejong
From: Cargo, D. <Dav...@Xi...> - 2005-10-19 20:38:13
|
We were unable to identify which of the clauses in the AC_JAVA_JNI_LIBS function was being hit. We manually added the -ljsig and -ldbgmalloc to the output of configure, and things then built. (There was one error out of > 1000 tests when we ran "make test".) When I ran jtclsh and did a "package require java" it reported back 1.3.2, so I'm assuming that it built OK. I'll be exercising it some more tomorrow. Thanks for your help. escargo --- David Cargo Sr. Principal Engineer Email: Dav...@Xi... Office: 952 983 2372 Fax: 952 983 2320 Xiotech Corporation 6455 Flying Cloud Drive Eden Prairie, MN 55344 www.xiotech.com : www.xiotech.com/demo : Toll-Free 866 472 6764 -----Original Message----- From: tcl...@li... [mailto:tcl...@li...] On Behalf Of Mo DeJong Sent: Wednesday, October 19, 2005 1:28 PM To: tcl...@li... Subject: Re: [tcljava-user] problems installing tclBlend on Linux <snip> See my earlier note about the AC_JAVA_JNI_LIBS function in tcljava.m4 for more on how to fix this. There could be one of two fixes. Either add -ljsig -ldbgmalloc to the compiler flags and see if that fixes it, or this might be a runtime shared lib issue which means the runtime path would need to include /usr/lib/IBMJava2-1-2.3/jre/bin. The runtime path is not always the same as the compiler library search path. cheers Mo DeJong |