>I'm having a problem compiling Apache 1.3 on HPUX and wonder if anyone can
>help. Unfortunately I'm a 'C' neophyte and don't have any ideas how to begin
>tracking down this problem. I'm running HPUX 10.20 and GCC 2.7.2. gcc -v
>gives the following:
>Reading specs from /opt/gcc/lib/gcc-lib/hppa1.1-hp-hpux10.20/2.7.2.1/specs
>gcc version 2.7.2.1
>Running make, I get the following output:
>louux45:sybase:/home/green/apache/apache_1.3.0 $ make ===> src ===> src/regex
> gcc -I. -I../os/unix -I../include -DHPUX10 -DSTATUS -DUSE_HSREGEX
>`../apaci` -DPOSIX_MISTAKE -c regcomp.c as: "/var/tmp/cca19540.s", line 970:
>error 1052: Directive name not recognized - PARAM as: "/var/tmp/cca19540.s",
>line 1121: error 1052: Directive name not recognized - PARAM < SNIP - same
>error repeated on many more lines, then...> as: "/var/tmp/cca19540.s", line
>4552: warning 36: Use of XMPYU is incorrect for the current LEVEL of 1.0 as:
>"/var/tmp/cca19540.s", line 4553: warning 36: Use of %fr8R is incorrect for
>the current LEVEL of 1.0 as: "/var/tmp/cca19540.s", line 4621: warning 36:
>Use of XMPYU is incorrect for the current LEVEL of 1.0 as:
Triple check that the version of gcc you installed is for HPUX 10.20,
and that you are running 10.20, and you followed all installation
instructions.
This is _not_ an Apache problem, but a problem with your compiler.