This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fishy build system: make_exports.pl called on darwin?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: martin at dalecki dot de (Marcin Dalecki)
- Cc: gcc at gcc dot gnu dot org (GCC Development), paolo dot bonzini at lu dot unisi dot ch (Paolo Bonzini)
- Date: Sun, 2 Oct 2005 18:26:46 -0400 (EDT)
- Subject: Re: Fishy build system: make_exports.pl called on darwin?
> > 6) Is this whining reporting significant information, for the
> > person that wants to fix the bug?
>
> Well on the system in question ppc-apple-darwin-7.8.0 the perl script
> in question simply doesn't work. Since there doesn't appear to be
> much in the way of it inside acinclude.m4 it appears that setting
> unconditionally enable_symvers inside the following:
This perl script works just fine for me on powerpc-darwin7.9.0 I don't
see why are we piping the output to nm when it should be piping nm's
output to c++filt.
Also this perl script works fine on powerpc-darwin7.4.0 also.
-- Pinski