On Sat, Jan 05, 2002 at 03:55:45PM -0800, Doug MacEachern wrote: > 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
@APR_INCLUDES@ is not being substituted properly. You reran buildconf and configure? I probably need to merge in the find_apr.m4 macros because the current APR detection code is crap. -- justin
