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 target/30572] [4.3 Regression] libstdc++ links against /libgcc_s.1.dylib instead of $(prefix)/lib/libgcc_s.1.dylib



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-01-24 06:35 -------
libgcc_s.1.dylib has the correct install name as far as I can tell (otool -L
output):
libgcc_s.1.dylib:
        /Users/pinskia/gcc-trunk-java/lib/libgcc_s.1.dylib (compatibility
version 1.0.0, current version 1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.1.6)


libstdc++6.dylib output:
otool -L libstdc++.6.dylib
libstdc++.6.dylib:
        /Users/pinskia/gcc-trunk-java/lib/libstdc++.6.dylib (compatibility
version 7.0.0, current version 7.10.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.1.6)
        /libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)


-- 


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


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