[FAQ patch] Re: GCC 2.95 Build succesful on hppa2.0-hp-hpux10.20

Alexandre Oliva oliva@dcc.unicamp.br
Wed Aug 4 18:28:00 GMT 1999


On Aug  4, 1999, "Jussi Lassila" <jussi.lassila@comptel.com> wrote:

> For some reason though, when I used the --with-gnu-as option, it did
> not find/use the gnu assembler

--with-gnu-as does not tell gcc to *look* for GNU as, it just tells it
to assume the assembler it will find is GNU as.  As stated in the FAQ,
gcc -print-search-dirs tells which directories it searches, and only
if it does not find an assembler in any of those directories will it
search the PATH.  So you have to create links before you start
building, or create them in the build directories too, as explained
in the patch below.



More information about the Gcc-patches mailing list