This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Getting egcs to find GNU as on hpux 10.20
- To: egcs at cygnus dot com
- Subject: Getting egcs to find GNU as on hpux 10.20
- From: Arthur Jerijian <jerijian at jaddams dot csw dot uic dot edu>
- Date: Wed, 26 Nov 1997 19:20:34 -0600 (CST)
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). I used
configure --with-gnu-as --prefix=/opt/egcs-971122/bin
to tell the Makefile that I'm using GNU as. However, the resulting
stage 1 xgcc was invoking the HP assembler, not the GNU assembler, causing
a whole slew of errors to spill out! Is there a way for the stage 1
compiled to find GNU as?
I don't have a transcript of actions or errors, but if need be, I'll
provide one on Monday after I come home freom my vacation.
Thanks!
--Arthur