Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 70533 invoked by uid 500); 5 Jan 2002 23:49:59 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 70262 invoked from network); 5 Jan 2002 23:49:58 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Sat, 5 Jan 2002 15:55:45 -0800 (PST) From: Doug MacEachern X-Sender: dougm@localhost To: dev@httpd.apache.org Subject: trouble with httpd-2.0 HEAD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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" \ "$@"