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 c++/35401] libstdc++ linked to system /usr/lib/libgcc_s.1.dylib not new gcc4.3 libgcc_s.1.dylib



------- Comment #10 from howarth at nitro dot med dot uc dot edu  2008-02-29 16:52 -------
Regressing r131198 eliminates the problem here...

otool -L libgfortran.3.dylib
libgfortran.3.dylib:
        /sw/lib/gcc4.3/lib/libgfortran.3.dylib (compatibility version 4.0.0,
current version 4.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 111.0.0)
        /sw/lib/gcc4.3/lib/libgcc_s.1.dylib (compatibility version 1.0.0,
current version 1.0.0)

...at least for a manual rebuilding of the gcc and other library build
directories. I'll do a complete build of gcc trunk with r131198 regressed next.


-- 


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


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