On Tue, Nov 11, 2014 at 9:45 AM, FX <fxcoud...@gmail.com> wrote: >> It looks like you missed patching a few configure files... >> >> libjava/classpath/configure >> libjava/configure > > Aren’t those under external control? i.e. maintained out of GCC tree?
However these are maintained, the libjava configure files still need to be patched to prevent their associated shared libraries from being inappropriately linked with -flat_namespace on darwin14 and later. Since you are simply patching all the configure files, the question seems academic unless you switch to properly regenerating all of the configure files using a fixed libtool.m4. Jack > > >> libgo/configure >> zlib/configure > > Those are maintained upstream, and we import them directly. I’ve filed a bug > for libgo (https://code.google.com/p/go/issues/detail?id=9089). > > FX