Adam Carheden wrote: > > I need some help getting the TYA JIT working. It's installed in > /usr/local/tya, JDK is in /usr/local/jdk. I've run ./configure, make > and make install, and set JAVA_COMPILER=tya. When I compile or run a > program, javac/java says "compiler "tya" not found". I've tried putting > libtya.so in /usr/local (make install) and /usr/local/jdk/lib with the > same results. > > How does the jdk detect where the compiler is? The same way shared libraries are found for other apps: either in one of the default directories (/usr/lib, etc.) or in directories specified by the LD_LIBRARY_PATH environment variable. Try setting LD_LIBRARY_PATH=/usr/local/tya (or whatever subdirectory libtya.so is in). Nathan ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]