Marco Trudel wrote: > Hello list >> I use a --disable-shared GCJ, built two days ago (revision 117030)... > I suspect that --disable-shared is causing your problems. Static linking of libgcj can cause problems if you are not very careful. Take a look at the Wiki: http://gcc.gnu.org/wiki/Statically_linking_libgcj David Daney