This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: --with-gnu-ld ?
- To: gcc-help at gcc dot gnu dot org
- Subject: Re: --with-gnu-ld ?
- From: Chris Majewski <majewski at cs dot ubc dot ca>
- Date: Tue, 3 Jul 2001 13:15:02 -0700 (PDT)
Erh, actually, I take that back. Gcc *still* using
/usr/ccs/bin/ld. Maybe I need to take out the --with-gnu-ld..
-chris
On Tue, 3 Jul 2001, Chris Majewski wrote:
> FYI:
> 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'.
>
> -chris
>