This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libjava broken on the trunk on i386-darwin8.11
- From: Andrew Pinski <pinskia at gmail dot com>
- To: GCC Mailing List <gcc at gcc dot gnu dot org>, java at gcc dot gnu dot org, dave dot korn dot cygwin at gmail dot com
- Date: Tue, 29 Sep 2009 16:21:26 -0700
- Subject: Re: libjava broken on the trunk on i386-darwin8.11
- References: <de8d50360909291615r2b2503bfp19911fdbf09acf45@mail.gmail.com>
And this was caused by Dave Korn's change on the 2009-09-22.
He added -no-undefined to libgij_la_LDFLAGS which causes libtool to
remove -Wl,-undefined -Wl,dynamic_lookup from the link line.
Thanks,
Andrew Pinski