Xcode 4.3 doesn't include an unversioned symlink for libstd++ in the 10.6 SDK

Originator:jkp
Number:rdar://10934732 Date Originated:26-Feb-2012 09:52 PM
Status:Open Resolved:
Product:Xcode Product Version:4.3
Classification: Reproducible:
 
26-Feb-2012 09:52 PM Jamie Kirkpatrick:
Summary: Xcode 4.3 doesn't include an unversioned symlink for libstd++ in the 10.6 SDK

Steps to Reproduce:

jkp@KidA [09:48:39] [~]
-> % ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/lib/libstdc++*
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/lib/libstdc++-static.a
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/lib/libstdc++.6.0.9.dylib
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk/usr/lib/libstdc++.6.dylib

Expected Results:

There should be an unversioned symlink to libstdc++.dylib.

Actual Results:

There is no symlink

Notes:

This causes link failures for any C++ code built against the 10.6 SDK when only Xcode 4.3 is installed.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!