Return-Path: Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 95021 invoked by uid 500); 6 Jun 2003 15:25:12 -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 Delivered-To: moderator for dev@httpd.apache.org Received: (qmail 33489 invoked from network); 6 Jun 2003 13:49:47 -0000 Date: Fri, 6 Jun 2003 15:49:46 +0200 From: harald deppeler To: dev@httpd.apache.org Subject: Re: httpd-2.0.46 needs gcc_s? (on solaris 8) Message-ID: <20030606154946.G10278@linux.deppeler.org> References: <20030605111852.W10278@linux.deppeler.org> <3EDFA197.9030401@attglobal.net> <20030605233319.B10278@linux.deppeler.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: ; from sascha@schumann.cx on Fri, Jun 06, 2003 at 04:43:36AM +0200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Fri, Jun 06, 2003 at 04:43:36AM +0200, Sascha Schumann wrote: > Did you verify that libtool passed the flag to the linker? > You can achieve that by removing --silent from the respective > Makefile. I believe the flag is passed to the linker. I adapted build/config_vars.mk # diff build/config_vars.mk build/config_vars.mk.org 94c94 < LTFLAGS = --- > LTFLAGS = --silent # and did a make clean && make. The verbatim link lines for httpd are appended below. Seems as if "-static-libgcc" is really passed on to gcc. - harry [...] /bin/bash /export/home/package/httpd_cache/httpd-2.0.46/srclib/apr/libtool --mode=link gcc -pthreads -static-libgcc -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -I/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr/include -I/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/include -I/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/xml/expat/lib -I. -I/export/home/package/httpd_cache/httpd-2.0.46/os/unix -I/export/home/package/httpd_cache/httpd-2.0.46/server/mpm/prefork -I/export/home/package/httpd_cache/httpd-2.0.46/modules/http -I/export/home/package/httpd_cache/httpd-2.0.46/modules/filters -I/export/home/package/httpd_cache/httpd-2.0.46/modules/proxy -I/export/home/package/httpd_cache/httpd-2.0.46/include -I/export/home/package/httpd_cache/httpd-2.0.46/modules/dav/main -export-dynamic -L/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/xml/expat/lib -o httpd modules.lo modules/aaa/mod_access.la modules/cache/mod_file_cache.la modules/experimental/mod_cache.la modules/experimental/mod_disk_cache.la modules/experimental/mod_mem_cache.la modules/loggers/mod_log_config.la modules/metadata/mod_setenvif.la modules/proxy/mod_proxy.la modules/proxy/mod_proxy_connect.la modules/proxy/mod_proxy_ftp.la modules/proxy/mod_proxy_http.la modules/http/mod_http.la modules/generators/mod_status.la server/mpm/prefork/libprefork.la server/libmain.la os/unix/libos.la /export/home/package/httpd_cache/httpd-2.0.46/srclib/pcre/libpcre.la /export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/libaprutil-0.la /export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/xml/expat/lib/libexpat.la /export/home/package/httpd_cache/httpd-2.0.46/srclib/apr/libapr-0.la -lrt -lm -lsocket -lnsl -lresolv -ldl gcc -pthreads -static-libgcc -DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DAP_HAVE_DESIGNATED_INITIALIZER -I/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr/include -I/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/include -I/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/xml/expat/lib -I. -I/export/home/package/httpd_cache/httpd-2.0.46/os/unix -I/export/home/package/httpd_cache/httpd-2.0.46/server/mpm/prefork -I/export/home/package/httpd_cache/httpd-2.0.46/modules/http -I/export/home/package/httpd_cache/httpd-2.0.46/modules/filters -I/export/home/package/httpd_cache/httpd-2.0.46/modules/proxy -I/export/home/package/httpd_cache/httpd-2.0.46/include -I/export/home/package/httpd_cache/httpd-2.0.46/modules/dav/main -o .libs/httpd .libs/modules.o -L/export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/xml/expat/lib modules/aaa/.libs/mod_access.a modules/cache/.libs/mod_file_cache.a modules/experimental/.libs/mod_cache.a modules/experimental/.libs/mod_disk_cache.a modules/experimental/.libs/mod_mem_cache.a modules/loggers/.libs/mod_log_config.a modules/metadata/.libs/mod_setenvif.a modules/proxy/.libs/mod_proxy.a modules/proxy/.libs/mod_proxy_connect.a modules/proxy/.libs/mod_proxy_ftp.a modules/proxy/.libs/mod_proxy_http.a modules/http/.libs/mod_http.a modules/generators/.libs/mod_status.a server/mpm/prefork/.libs/libprefork.a server/.libs/libmain.a os/unix/.libs/libos.a /export/home/package/httpd_cache/httpd-2.0.46/srclib/pcre/.libs/libpcre.a /export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/.libs/libaprutil-0.so /export/home/package/httpd_cache/httpd-2.0.46/srclib/apr-util/xml/expat/lib/.libs/libexpat.so /export/home/package/httpd_cache/httpd-2.0.46/srclib/apr/.libs/libapr-0.so -lrt -lm -lsocket -lnsl -lresolv -ldl -R/var/apache2046/lib creating httpd make[1]: Leaving directory `/export/home/package/httpd_cache/httpd-2.0.46'