RE: [tcljava-user] problems installing tclBlend on Linux
Brought to you by:
mdejong
From: Cargo, D. <Dav...@Xi...> - 2005-10-19 18:42:39
|
I didn't see any example in tcljava.m4 that used -rpath; I think I see where in tcljava.m4 that it might go, but I'm blind about where it should go. The config.log does assert that the jre/bin is part of the "runtime library" path. I guess I'll first change line 846 of tcljava.m4 to include -ljsig and -ldgbmalloc. Thanks. 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 On Wed, 19 Oct 2005 11:35:00 -0500 "Cargo, David" <Dav...@Xi...> wrote: > Thanks to Mo and Patrick for their responses. > > I was able to trace back the failure to at least a certain circumstance. > > config.log was proceeding normally until it got to the JNI test. > Here there are two files that could not be found (libjsig.so and > libdbgmalloc.so) > even though they are in the /usr/lib/IBMJava2-1-2.3/jre/bin directory. ... > -L/usr/lib/IBMJava2-1.4.2/jre/bin/classic -ljvm -lhpi >&5 > /usr/lib/gcc-lib/i586-suse-linux/3.3.3/../../../../i586-suse-linux/bin > /l > d: warning: libjsig.so, needed by 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 ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ tcljava-user mailing list tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcljava-user |