On Thu, 6 Jan 2011, Ralf Wildenhues wrote: > Could be libtool issue or lib-link.m4 one (or gcj one). Can you send > ./libtool --tag=GCJ --config > output? I assume you mean from libjava in the build tree? Attached. (Note this is now x86_64-portbld-freebsd8.2, newer than the original report, but the same failure.) > Does passing '-Wl,-rpath -Wl,/foo' to gcj work for a small example > program for you? I played around, and modifying the failing command line (that is, with all those -B, -L,... options) I still got the same failure. Note, if I remove -Wl,-rpath from that invocation, the failure is still the same, so that seems to come from gcj itself? (Again, why is -rpath being used here? I thought we recommend against it?) Gerald