Received: (from majordom@localhost) by hyperreal.org (8.8.5/8.8.5) id RAA08561; Thu, 24 Jul 1997 17:06:48 -0700 (PDT) Received: from twinlark.arctic.org (twinlark.arctic.org [204.62.130.91]) by hyperreal.org (8.8.5/8.8.5) with SMTP id RAA08542 for ; Thu, 24 Jul 1997 17:06:44 -0700 (PDT) Received: (qmail 22795 invoked by uid 500); 25 Jul 1997 00:06:13 -0000 Date: Thu, 24 Jul 1997 17:06:13 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: Change in WANTHSREGEX (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org +1 on any patch which detects the default lame-ass cc on HP/UX and tells the user to install gcc. You could probably just do this: cat >hpux-cc-test.c <&1 | grep '"const" will become a keyword' Dean On Thu, 24 Jul 1997, Rob Hartill wrote: > > ---------- Forwarded message ---------- > Date: Thu, 24 Jul 1997 14:13:44 -0500 > From: Claudia Saldana > To: apache-bugs@apache.org > Subject: Change in WANTHSREGEX > > Apache team: > > I had to change the WANTHSREGEX = yes for my SO wich is: > HP-UX usl B.10.01 C 9000/807 360687231 32-user license > > I executed one more time the Configure shell and the make but I got the > next errors: > > # make > (cd regex; make lib CC=cc AUX_CFLAGS=' -DHPUX10 -D_HPUX_SOURCE ' > RANLIB= > 'ranlib') > rm -f *.o > sh ./mkh -i _REGEX_H_ regex2.h regcomp.c regerror.c regexec.c > regfree.c > >regex.tmp > cmp -s regex.tmp regex.h 2>/dev/null || cp regex.tmp regex.h > rm -f regex.tmp > cc -I. -DPOSIX_MISTAKE -DHPUX10 -D_HPUX_SOURCE -c regcomp.c > > (Bundled) cc: "regex.h", line 13: warning 5: "const" will become a > keyword. > (Bundled) cc: "regex.h", line 13: error 1000: Unexpected symbol: > "const". > (Bundled) cc: "regex.h", line 23: error 1000: Unexpected symbol: "*". > (Bundled) cc: "regex.h", line 23: warning 5: "const" will become a > keyword. > (Bundled) cc: "regex.h", line 23: error 1000: Unexpected symbol: "char". > > (Bundled) cc: "regex.h", line 53: error 1000: Unexpected symbol: > "regerror". > (Bundled) cc: "regex.h", line 53: warning 5: "const" will become a > keyword. > (Bundled) cc: error 2017: Cannot recover from earlier errors, > terminating. > > *** Error exit code 1 > > Stop. > *** Error exit code 1 > > > Can you help me ???? > What need I do ? > > >