This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/34142] g++ linker looks for /libgcc_s.1.dylib



------- Comment #2 from fang at csl dot cornell dot edu  2007-11-18 19:10 -------
In fact, *many* installed .dylibs point incorrectly to /libgcc_s.1.dylib.  
libffi.4.dylib
libgcj-tools.9.dylib
libgcj-tools.dylib
libgcj.9.dylib
libgfortran.3.dylib
libgij.9.dylib
libgomp.1.dylib
libobjc-gnu.2.dylib
libssp.0.dylib
libstdc++.6.dylib

ones that do point correctly (to prefix/lib/libgcc_s.1.dylib) are:
libgcc_s.10.4.dylib
libgcc_s.10.5.dylib
libgcc_s_ppc64.1.dylib
libgcc_s_x86_64.1.dylib

Unfortunately, my build directory was already wiped, it'll take me another 21+
hours to rebuild (-j2) before I can inspect further.

Also, the native compiler (Apple) used to build stage1 is from Xcode 2.4.1:
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure
--disable-checking -enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.0/
--with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib
--build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8
--target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)


-- 

fang at csl dot cornell dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34142


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]