This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Getting egcs to find GNU as on hpux 10.20
- To: Arthur Jerijian <jerijian at jaddams dot csw dot uic dot edu>
- Subject: Re: Getting egcs to find GNU as on hpux 10.20
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 02 Dec 1997 15:39:10 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.LNX.3.96.971126191439.1167A-100000@jaddams.csw.uic.edu>you w
rite:
> Hi,
>
> I attempted to compile egcs-971122 on my hpux 10.20 machine at work.
> I have GCC 2.7.2.3 installed in /opt/gcc/bin and GNU as installed in
> /opt/binutils/bin (which comes before /usr/ccs/bin, where the HP assembler
> is, in my path).
The correct way to do this is to configure gas/binutils with the same
--prefix option as you configure egcs with, then build & install
gas/binutils.
Doing so will put the assembler in a location where egcs will find
it before any system assembler. There's other less graceful ways
to do this, but I wouldn't recommend them.
jeff