https://bz.apache.org/bugzilla/show_bug.cgi?id=62228
--- Comment #6 from Norton Warner <[email protected]> --- Pardon my ignorance, I'm not sure how to do that. I did do a 'make -d A >/tmp/results.txt' But it still has the --silent option on the libtool call. /usr/local/apache2/build/libtool --silent --mode=compile gcc -std=gnu99 -g -O2 -I. -I/usr/src/httpd-2.4.33/os/unix -I/usr/src/httpd-2.4.33/include -I/usr/local/apache2/include -I/usr/local/apache2/pcre/include -I/usr/src/httpd-2.4.33/modules/aaa -I/usr/src/httpd-2.4.33/modules/cache -I/usr/src/httpd-2.4.33/modules/core -I/usr/src/httpd-2.4.33/modules/database -I/usr/src/httpd-2.4.33/modules/filters -I/usr/src/httpd-2.4.33/modules/ldap -I/usr/src/httpd-2.4.33/modules/loggers -I/usr/src/httpd-2.4.33/modules/lua -I/usr/src/httpd-2.4.33/modules/proxy -I/usr/src/httpd-2.4.33/modules/session -I/usr/src/httpd-2.4.33/modules/ssl -I/usr/src/httpd-2.4.33/modules/test -I/usr/src/httpd-2.4.33/server -I/usr/src/httpd-2.4.33/modules/md -I/usr/src/httpd-2.4.33/modules/arch/unix -I/usr/src/httpd-2.4.33/modules/dav/main -I/usr/src/httpd-2.4.33/modules/generators -I/usr/src/httpd-2.4.33/modules/mappers -prefer-pic -c mod_proxy.c && touch mod_proxy.slo But I did notice within THat file several entries saying: LIBTOOL = /usr/local/apache2/build/libtool $(LTFLAGS) and LTFLAGS = --silent Again, not sure where the --silent option is getting slammed in. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
