Re: libjava broken on the trunk on i386-darwin8.11

2009-09-29 Thread Dave Korn
Andrew Pinski wrote: > 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. Ow, sorry about that, I didn't know it would change things for Darwin. I'll wh

Re: libjava broken on the trunk on i386-darwin8.11

2009-09-29 Thread Andrew Pinski
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

libjava broken on the trunk on i386-darwin8.11

2009-09-29 Thread Andrew Pinski
Hi, Sometime between revision 151933 and 152300, libjava is broken on i386-darwin8.11. libgij.so fails to build with the following error: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: _libiconv _libiconv_close _libiconv_open _environ collect2: ld returned 1 exit status Here wa