This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs install on hpux 10.20
- To: "Abdelrazak Younes" <younes at recherche dot enac dot fr>
- Subject: Re: egcs install on hpux 10.20
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 22 Dec 1997 10:29:52 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <01bd0efb$b90f74e0$939edcc3@monstre.recherche.enac.fr>you write:
> Hi,
> My question is quite simple; do I have to use the HP version of sed or is
> the GNU version of sed ok (sed 2.0.5) to build egcs-1.0 ?
We recommend the latest sed from HP (available from their website).
gnu-sed should be OK, but we generally use HP's sed.
> as: "/var/tmp/cca20709.s", line 10: error 1052: Directive name not
> recognized - FILE
This indicates that you've configured for gas, but gcc is not finding gas.
http://www.cygnus.com/egcs/faq.html#gas
jeff