On Feb 17, 2008 3:17 PM, Jakub Jelinek <[EMAIL PROTECTED]> wrote: > > On Sat, Feb 16, 2008 at 07:42:16PM +0100, Richard Guenther wrote: > > On Feb 16, 2008 7:18 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Even though darwin9 works, dariwn 8.10 is broken while build libjava: > > > > > > /Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.10.1/libjava/.libs/libgcj.dylib(single > > > module) definition of java resource sun/rmi/rmic/messages.properties > > > ./.libs/libgcj-tools.dylib(single module) definition of java resource > > > sun/rmi/rmic/messages.properties > > > /usr/bin/ld: multiple definitions of symbol java resource > > > com/sun/tools/javac/messages.properties > > > > > > > > > Should I file a bug and will this be a blocker for the release? > > > > We list i686-apple-darwin as a primary platform, so this sort-of > > blocks the release > > as java is a default language. Please make sure a bugzilla exists for > > this problem. > > Doesn't http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00265.html > fix this? Don't have access to darwin to test that there myself...
As it hasn't been applied yet (and I can't test darwin myself), Andrew, can you confirm the above patch fixes the bootstrap failure? Andrew, can you look at the above patch? Thanks, Richard.