This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/44107] libstdc++ (dylib) is built with an erroneous dependency towards /usr/lib
- From: "Denis.Excoffier at airbus dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 19 Mar 2011 08:41:54 +0000
- Subject: [Bug bootstrap/44107] libstdc++ (dylib) is built with an erroneous dependency towards /usr/lib
- Auto-submitted: auto-generated
- References: <bug-44107-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44107
Denis Excoffier <Denis.Excoffier at airbus dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|4.5.0 |4.6.0
--- Comment #2 from Denis Excoffier <Denis.Excoffier at airbus dot com> 2011-03-19 08:41:51 UTC ---
More or less the same applies for GCC 4.6.0 RC 20110314.
If i don't perform the modification indicated above in t-slibgcc-darwin (ie
force the build of libgcc_s_10.[45].dylib even when /usr/lib is not
$(shlib_slibdir), see line 31), the executable of my
(simple) C++ program gets stuck near its end (and never finishes).