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 #14 from howarth at nitro dot med dot uc dot edu  2008-02-29 20:29 -------
I would also add that despite having different linkages...

otool -L
/sw/src/fink.build/gcc43-4.3.0-20080226/darwin_objdir/powerpc-apple-darwin9/ppc64/libgfortran/.libs/libgfortran.3.dylib
/sw/src/fink.build/gcc43-4.3.0-20080226/darwin_objdir/powerpc-apple-darwin9/ppc64/libgfortran/.libs/libgfortran.3.dylib:
        /sw/lib/gcc4.3/lib/ppc64/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)
        /usr/lib/libgcc_s_ppc64.1.dylib (compatibility version 1.0.0, current
version 1.0.0)

vs

 otool -L
/sw/src/fink.build/gcc43-4.3.0-20080228/darwin_objdir/powerpc-apple-darwin9/ppc64/libgfortran/.libs/libgfortran.3.dylib
/sw/src/fink.build/gcc43-4.3.0-20080228/darwin_objdir/powerpc-apple-darwin9/ppc64/libgfortran/.libs/libgfortran.3.dylib:
        /sw/lib/gcc4.3/lib/ppc64/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_ppc64.1.dylib (compatibility version 1.0.0,
current version 1.0.0)

both the build with and without r131198 generate identical libgfortran.la files
and there are no obvious differences in the Makefiles generated (attached).


-- 


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]