This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: darwin & libgcj ?
Andreas Tobler writes:
> Andrew Haley wrote:
> > Andreas Tobler writes:
> > > Can we enable libgcj on powerpc-darwin by default?
> > > > It builds with no problems out of the box with --enable-libgcj on both
> > > 3.3 and trunk.
> > > > Any objections?
> >
> > Testsuite results would be nice. I don't want it built if it doesn't
> > work.
>
> Well, I agree here. I build it since a longer time. But unfortunately
> the results look pretty bad due to a multiple definition of read. Expect
> gets confused and dropps the test:
Is this some weirdness in the darwin implementation of DSOs? We
redefine all sorts of things in libgcj, not just that one.
Andrew.