エラーの内容は --------------------------------------------------------------- # ./configure Configuring for Apache, Version 1.3.9 + Warning: Configuring Apache with default settings. + This is probably not what you really want. + Please read the README.configure and INSTALL files + first or at least run './configure --help' for + a compact summary of available options. + using installation path layout: Apache (config.layout) Creating Makefile Creating Configuration.apaci in src Creating Makefile in src + configured for HP-UX 10 platform + setting C pre-processor to gcc -E + checking for system header files + checking sizeof various data types + doing sanity check on compiler and options ** A test compilation with your Makefile configuration ** failed. This is most likely because your C compiler ** is not ANSI. Apache requires an ANSI C Compiler, such ** as gcc. The above error message from your compiler ** will also provide a clue. Aborting! --------------------------------------------------------------- なのですが、gccは3.0.1がインストール済みでPATHも設定してあります。
実際にエラーになっている部分は ------------------------------------------------------------------ as: "/var/tmp/ccgzabqe.s", line 14: error 1052: Directive name not recognized - NSUBSPA as: "/var/tmp/ccgzabqe.s", line 44: error 1052: Directive name not recognized - NSUBSPA -------------------------------------------------------------------- というメッセージです。