From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21361 invoked by alias); 24 Apr 2009 03:29:20 -0000 Received: (qmail 21311 invoked by uid 48); 24 Apr 2009 03:29:10 -0000 Date: Fri, 24 Apr 2009 03:29:00 -0000 Message-ID: <20090424032910.21310.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/34957] duplicate libgcc_s.1.dylib warning on Mac OS X Leopard In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "fago at earthlink dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg02206.txt.bz2 ------- Comment #8 from fago at earthlink dot net 2009-04-24 03:29 ------- I'm also seeing this on a fresh bootstrap of 4.4.0. I also have gfortran 4.2 installed, and seem to recall the problem surfacing here, so perhaps it is not related to 4.3 or 4.4, but something left over from 4.2: gfortran-4.2 -v Using built-in specs. Target: i686-apple-darwin8 Configured with: /Builds/unix/gcc/gcc-4.2/configure --prefix=/usr/local --mandir=/share/man --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --build=i686-apple-darwin8 --host=i686-apple-darwin8 --target=i686-apple-darwin8 --enable-languages=fortran Thread model: posix gcc version 4.2.3 gfortran-4.4 -v Using built-in specs. Target: i386-apple-darwin9.6.0 Configured with: ../gcc-4.4.0/configure --program-suffix=-4.4 --enable-languages=c,c++,fortran Thread model: posix gcc version 4.4.0 (GCC) ls -l /usr/local/lib/libgcc_s* gives: -rw-r--r-- 1 root wheel 262128 Apr 23 21:09 libgcc_s.1.dylib -rw-r--r-- 1 root wheel 17372 Apr 23 21:09 libgcc_s.10.4.dylib -rw-r--r-- 1 root wheel 17500 Apr 23 21:09 libgcc_s.10.5.dylib lrwxr-xr-x 1 root wheel 16 Apr 23 21:09 libgcc_s_ppc64.1.dylib -> libgcc_s.1.dylib lrwxr-xr-x 1 root wheel 16 Apr 23 21:09 libgcc_s_x86_64.1.dylib -> libgcc_s.1.dylib -- fago at earthlink dot net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fago at earthlink dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34957