Re: How to create a dynamic library?
Re: How to create a dynamic library?
- Subject: Re: How to create a dynamic library?
- From: Chris Espinosa <email@hidden>
- Date: Tue, 19 Apr 2005 22:34:08 -0700
On Apr 19, 2005, at 8:30 PM, Ness Joumaa wrote:
I have another concern. In the man page, the only examples they have
are only in C. Does dyld support C++ dynamic libraries?
Yes it does, but beware that the C++ ABI standard has not quite yet
matured to support ABI interoperability across generations/compilers.
Using gcc4.0 on Tiger will get us much much closer, but if you're using
gcc3.3, you should accept the restriction that any clients of your
dylib may have to recompile should you change the dylib's ABI in a
significant way, and may be required to use the same compiler version
as you used for the dylib.
Chris
_______________________________________________
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