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: Chris Espinosa <email@hidden>
- Date: Fri, 12 Dec 2003 10:15:09 -0800
On Dec 11, 2003, at 8:48 PM, jason rusoff wrote:
I am trying to build a project in PB that needs to use a lib built in
CW. Is this possible if the lib is machO? Is the CW lib format not
linkable from PB? I though CFM and machO were the only formatting
issues I need to worry about. Am I naive?
Thanks for any help,
The FAQ on this is that the Apple linker requires Mach-O library names
to be in the form of libFoo.dylib or libFoo.a in order to link.
CodeWarrior's Mach-O linker doesn't have this restriction either on
input or output. The most common problem here is that your CodeWarrior
library names don't meet the Apple linker convention; change the names
and they should link.
Chris Espinosa
Apple
_______________________________________________
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.