You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@opengroup.org> on 1997/09/08 16:17:30 UTC

Re: [STATUS] 1.3b1 Sun Sep 7 11:36:34 EDT 1997

Jim Jagielski <ji...@jaguNET.com> wrote:

> 
> -----------------------------------------------
> 1.3b1 status as of Sun Sep  7 11:36:34 EDT 1997
> -----------------------------------------------

Configure is still broken under hpux 10.10
Everything in modules.c is 500_module execept core_module:

./Configure && make
Using config file: Configuration
Creating Makefile
 + configured for HP-UX 10 platform
 + setting C compiler to gcc
 + Adding selected modules
 + doing sanity check on compiler and options
Creating Makefile in support
Creating Makefile in main
Creating Makefile in os/unix
Creating Makefile in modules/standard
        gcc -c -I/tmp/apache_1.3b1-dev/src/main   -DHPUX10   modules.c
modules.c:9: garbage at end of number
modules.c:9: parse error before `500_module'
...

If I use modules.c generated on my old solaris box, I get further:

        (cd standard; make CC='gcc' AUX_CFLAGS=' -DHPUX10 ' RANLIB='ranlib')
Make: line 55: syntax error.  Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

You'll see OBJS is empty
#### End of Configure created section ####
OBJS=

whereas, in the solaris src/modules/standard/Makefile I see:

OBJS=mod_env.o mod_log_config.o mod_mime.o mod_negotiation.o mod_include.o mod_autoindex.o mod_dir.o mod_cgi.o mod_asis.o mod_imap.o mod_actions.o mod_userdir.o mod_alias.o mod_access.o mod_auth.o mod_setenvif.o 


Any of the awk/sed/Configure gurus know what's wrong?

-Doug