This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: compile from ss 120301
- From: Andrea 'Fyre Wyzard' Bocci <fwyzard at inwind dot it>
- To: "Mauro Baquero" <mbaquero at www dot wavecorp dot com>,"Phil Edwards" <pedwards at disaster dot jaj dot com>
- Cc: "Gcc Help" <gcc-help at gcc dot gnu dot org>
- Date: Tue, 11 Dec 2001 05:28:07 +0100
- Subject: Re: compile from ss 120301
- References: <033101c17dd0$367436e0$6401a8c0@mblaptop><20011209202045.A23227@disaster.jaj.com>
At 10.13 10/12/2001 (GMT -0500), Mauro Baquero wrote:
>I didn't configure GCC to compile in any specific way. I just ran the
>configure script and then make. Should have I have set some parameters for
>using the GNU binutils instead of SUN's?
>
>If so, what parameter can I pass to configure so that I force it to use the
>GNU binutils?
--with-gnu-as --with-as=... --winth-gnu-ld --with-ld=...
Have a look at: http://gcc.gnu.org/install/configure.html
>Thanks for your help.
>
>Kind regards,
>Mauro
fwyzard