Hi, Jeff, did you use 
"java -green -Djava.compiler=xxx" ? What is the "XXX"?
I use "java -green" and it seems to work, but when it
comes to Swing application, it still fails with
====================================================
Exception in thread "main" java.lang.UnsatisfiedLinkError:
/usr/local/jdk1.2/jre/lib/i386/libfontmanager.so:
libstdc++-libc6.0-1.so.2: cannot open shared object file: No such file
or directory
===================================================

I followed the suggestion of
% g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm
% ldconfig
OR
ln -sf /usr/lib/libstdc++.so.2.9.0 /usr/lib/libstdc++-libc6.0-1.so.2

both failed. I am using egcs1.1.1, glibc2.1, libg++2.7.2.8 and
libstdc++3.0.0(and/or 2.7.2.8)

Any suggestions?






---Jeff Galyan <[EMAIL PROTECTED]> wrote:
>
> I had the same problem - use 'java -green -Djava.compiler= ' (green
> threads VM, no JIT) until this is resolved. It works quite well on my
> system (linux 2.2.1, glibc 2.1). The reason is that there is a problem
> with native threads together with glibc 2.1.

_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to