This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/as
- To: "Simon Imre" <i dot simon at mail dot deltav dot hu>,<gcc at gcc dot gnu dot org>
- Subject: Re: gcc/as
- From: "Tim Prince" <tprince at computer dot org>
- Date: Thu, 11 May 2000 07:03:05 -0700
- References: <391A8C6A.3161D1AB@mail.deltav.hu>
gcc --help gives you some hints. Take the one about
gcc -print-search-directories to see where gcc is expecting to
find links to as. Normally you would have these links in the
same /bin directory where gcc is installed, and also in the
hppa..../bin directory. One would expect that installing both
binutils and gcc from the same porting site would produce a
working installation, but I never succeeded except by building
from source.
----- Original Message -----
From: "Simon Imre" <i.simon@mail.deltav.hu>
> How can I make gcc to use /opt/binutils/bin/as instead of
> /usr/ccs/bin/as ?
>
> Thanks Imre
>