This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: --with-gnu-ld ?
- To: Peter Kurpis <pkurpis at keck dot hawaii dot edu>
- Subject: Re: --with-gnu-ld ?
- From: Chris Majewski <majewski at cs dot ubc dot ca>
- Date: Tue, 3 Jul 2001 13:57:19 -0700 (PDT)
- cc: gcc-help at gcc dot gnu dot org
Is not! '--with-gnu-ld' is an option, but '--with-gnu-ld=blah' did
nothing for me.
-chris
On Tue, 3 Jul 2001, Peter Kurpis wrote:
>
> > To configure gcc3.0 to use a different ld than the one used by your
> > previous compiler, you have to do an "export LD=/path/to/gnu/ld"
> > before running configure. This really should be a configure option,
> > no? Something like '--with-gnu-ld=/path/to/gnu/ld'.
>
> It is.
>