On 3/28/2011 8:13 PM, Eric Covener wrote:
> I'm building with libtool2 on Ubuntu maverick, with
> --enable-maintainer-mode, but even though we're setup for lots of gcc
> warnings they're getting sent to /dev/null!
> 
> I'm pretty sure I had seen (non-fatal) warnings in the past -- is this normal?
> 
> make[4]: Entering directory `/home/covener/SRC/httpd-trunk/modules/ldap'
> /home/covener/SRC/httpd-trunk/srclib/apr/libtool  --mode=compile ...
> -c util_ldap.c && touch util_ldap.slo
> libtool: compile:  gcc -std=gnu99 -g -Wall ... -c util_ldap.c  -fPIC
> -DPIC -o .libs/util_ldap.o
> libtool: compile:  gcc -std=gnu99 -g -Wall ... -c util_ldap.c  -fPIC
> -DPIC -o util_ldap.o >/dev/null 2>&1
> 
> 
> ^^^^^^^^^^^^^^^

If you tweak apr to drop the --silent option, what happens?

Reply via email to