This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: PPC issues
Bryce> I had this problem when building for linux/alpha. libffi
Bryce> doesn't seem to get linked into libgcj.so when doing a multilib
Bryce> build. My solution was to configure with "--disable-multilib".
We should figure this out. I'll try to start a multilib build.
Meanwhile, libffi gets pulled into libgcj by running "ar" on libffi.a.
Look for the definition of "libffi_files" in libjava/Makefile.am.
Perhaps that is failing somehow?
Tom