From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Arthur Jerijian Cc: egcs@cygnus.com Subject: Re: Getting egcs to find GNU as on hpux 10.20 Date: Tue, 02 Dec 1997 18:18:00 -0000 Message-id: <28732.881102350@hurl.cygnus.com> References: X-SW-Source: 1997-12/msg00123.html In message 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