This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: libgcc.map error
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: libgcc.map error
- From: Richard Henderson <rth at cygnus dot com>
- Date: Fri, 6 Oct 2000 16:01:48 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <20001006182458.A30722@disaster.jaj.com>
On Fri, Oct 06, 2000 at 06:24:58PM -0400, Phil Edwards wrote:
> On a sparc-sun-solaris2.8, configured to use GNU ld ...
Oh. But of course GNU ld and Solaris ld don't use the same
command-line option for the version script. Blah. I wonder
how hard that is to notice at that point...
> I thought collect2 was only used when GNU ld was /not/ available. Or is
> collect2 needed during the build in any case?
collect2 is always needed. Not for constructors et all
with gnu ld (or a sensible object file format), but for
template repository madness.
r~