site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com -- Pierre Baillargeon _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I'm doing development work on 10.5 using the 10.4u SDK (/Developer/ SDKs/MacOSX10.4u.sdk) and I've come accross a problem where the linker tries to link with libstdc++.dylib (which should be under usr/lib/gcc/ i686-apple-darwin9/4.0.1, under the SDK) but that symbolic link is missing. I've checked on a 10.4 system, and under the /usr/...etc.../4.0.1/ there is indeed a symbolic link back to the proper dylib three levels up. Is this an oversight? I've fixed the problem temporarily by creating the symlink by hand, but it's annoying to have to hack an SDK. This email sent to site_archiver@lists.apple.com