Re: Can I link in CW macho libs?
Re: Can I link in CW macho libs?
- Subject: Re: Can I link in CW macho libs?
- From: Bryan Pietrzak <email@hidden>
- Date: Mon, 15 Dec 2003 15:22:38 -0600
On Dec 15, 2003, at 2:19 PM, Michael B. Johnson wrote:
> o be clear - if I have a library that is written using C++, but only
> exposes C entry points for outside callers, I should be able to compile
> that with (say) CW and then link it in my gcc compiled C++ app, right?
Yes, just name it libFoo.a and you'll be fine. I've been doing that for
more than a year with CW 8.3 generated mach-o libs. (Though it took me
a while to realize that FooLib would not work, it had to be named
libFoo.a -- wonder if that restriction will ever go away?)
Bryan
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.