Re: libjava broken on the trunk on i386-darwin8.11
Andrew Pinski <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel,gmane.comp.gcc.devel |
|---|---|
| Message-ID | <[email protected]> |
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