gcc vs. stdc++ dylib usage
gcc vs. stdc++ dylib usage
- Subject: gcc vs. stdc++ dylib usage
- From: "smack supersonic" <email@hidden>
- Date: Mon, 17 Apr 2006 05:06:11 +0000
Hi,
I have noticed that when building with XCode and/or directly via command
line the following two dylib's are linked with my binary:
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version
7.4.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version
1.0.0)
Although everything works just fine, i am little bit worried that two almost
identical dll's are used!?
So my question is:
Is there a way to force either of this dll's to be mutualy exclusive?
Shouldnt this cause problems if in more complex example (host with plug-in
components) is dynamically loading plug-in modules that may use either of
these libraries?
Thanks,
mj
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden