This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: java.util Classpath/libgcj merging


Jeff Sturm wrote:

> On Mon, 19 Feb 2001, Bryce McKinlay wrote:
> > Mark Wielaard wrote:
> > > /usr/bin/ld: warning: libgcc_s_nof.so.0, needed by ./.libs/libffi.so, not found (try using --rpath)
> >
> > Does this libgcc_s_nof.so exist anywhere (what is a "nof", anyway?).
>
> That has to do with soft floating point, I believe... it is generated by
> multilibbing on PPC.
>
> Configuring with --disable-multilib could be a workaround.  Since Alpha
> doesn't multilib anymore, I no longer test such builds.

Okay, so presumably libjava (or libffi?) is trying to multilib, but theres no corresponding version of
libgcc. Probibly, changing whatever is trying to multilib to not do so would be the correct fix if that is
the case.

regards

  [ bryce ]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]