This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Installing gcc-2.95.2 in HP9000 with HP/UX 10.20.
- To: Eduardo Silva <esilva at conicyt dot cl>
- Subject: Re: Installing gcc-2.95.2 in HP9000 with HP/UX 10.20.
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 19 May 2000 15:31:04 -0600
- cc: gcc at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <00May19.173504clt.115207@ns.conicyt.cl>you write:
> Hello.
> I'm having problems after installing gcc-2.95.2. I can't compile a simple
> program.
>
> Installing procedure was:
>
> swinstall -s /usr/local/src/gcc-2_95_2-sd-10_20.depot
>
>
> after, i have modify file /etc/PATH, including /opt/gcc/bin.
>
> then, to compile a file.
> ************
> main()
> {
> printf("\n Hola Mundo \n");
> }
> ************
>
>
> error reported is:
> " # gcc edo.c
> as: "/var/tmp/ccEI4Rhd.s", line 23: error 1052: Directive name not
> recognized -
> NSUBSPA "
>
>
> I need this product to install php-3.0.16.
GCC is finding the HP assembler before it finds gas.
Note that just changing your path is not sufficient to change
gcc's internal search paths. See the gcc faq.
http://gcc.gnu.org/faq.html
jeff