updating for the first time in 2 weeks, blowing up here: /bin/sh /usr/local/apache/build/prefork-debug-shared-all-exp/srclib/apr/libtool --silent --mode=compile gcc -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -Wall -g -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -I/usr/local/apache/build/prefork-debug-shared-all-exp/srclib/apr-util/include -I/usr/local/apache/src/httpd-2.0-cvs/srclib/apr-util/include @APR_INCLUDES@ -c /usr/local/apache/src/httpd-2.0-cvs/srclib/apr-util/buckets/apr_buckets_file.c && touch apr_buckets_file.lo gcc: cannot specify -o with -c or -S and multiple compilations make[4]: *** [apr_buckets_file.lo] Error 1
same configure args were working fine back then, other than mod_auth_digest not building. i think that was related to using --srcdir, maybe this problem is too? % cat config.nice #! /bin/sh # # Created by configure CFLAGS="-Wall -g"; export CFLAGS "/usr/local/apache/src/httpd-2.0-cvs/configure" \ "--prefix=/usr/local/apache/install/prefork-debug-shared-all-exp" \ "--with-mpm=prefork" \ "--srcdir=/usr/local/apache/src/httpd-2.0-cvs" \ "--enable-maintainer-mode" \ "--enable-mods-shared=all" \ "--enable-modules=all" \ "--enable-example" \ "--enable-case_filter" \ "--enable-case_filter_in" \ "--enable-cache" \ "--enable-echo" \ "--enable-deflate" \ "--disable-auth_dbm" \ "--disable-auth_db" \ "--disable-auth_digest" \ "--enable-ssl=static" \ "--with-ssl=/usr/local/ssl" \ "$@"
