Re: Linking an Xcode library in a CW project
Re: Linking an Xcode library in a CW project
- Subject: Re: Linking an Xcode library in a CW project
- From: Nick Zitzmann <email@hidden>
- Date: Thu, 18 Mar 2004 19:25:32 -0700
On Mar 18, 2004, at 9:00 AM, Philippe Casgrain wrote:
I was able to convert one library to Xcode, and build it as a .a file.
But when I got to the linking stage, CodeWarrior started throwing link
errors my way. I don't understand why these occur:
I don't think it's possible to link C++ code generated by GCC to
CodeWarrior 8 projects, because, if I remember correctly, CodeWarrior 8
and GCC 3.3 use two completely different & incompatible C++ ABIs. So
you'll have to build both the library and the project using the same
compiler... I'm not sure about other versions of CodeWarrior, though.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
<http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
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.