Re: linking in static libraries under xcode?
Re: linking in static libraries under xcode?
- Subject: Re: linking in static libraries under xcode?
- From: Justin Walker <email@hidden>
- Date: Thu, 5 Feb 2004 17:30:00 -0800
On Thursday, February 5, 2004, at 04:33 PM, Bill Northcott wrote:
On 06/02/2004, at 3:11 AM, Shantonu Sen wrote:
What?!?!?!!?
No, Xcode can use static archives just fine.
1) For your tool target "reader", add a "Frameworks and Libraries"
phase if it doesn't have one already. Project > New Build Phase > New
Frameworks and Libraries Phase
2) Add the library. Projects > Add Frameworks... Navigate to your
static archive. Add it to the appropriate targets via checkboxes
3) If you later need to add it to other targets, drag the reference
in your project hierarchy to the appropriate "Frameworks and
Libraries" phase
I don't think you are contradicting what I said, just helpfully
expanding it. Was I wrong to say that you cannot use use '-lfoo' on
an ld command line if libfoo.a is a conventional archive? I certainly
tried test cases on this and ld spat the dummy every time.
Not to derail the Xcode discussion, but you are certainly wrong that
'-lfoo' fails to work with libfoo.a, using gcc/ld. I use this without
problem (but I have yet to convince Xcode to work with my project, a
separate issue).
Regards,
Justin
PS: Please don't cross-post.
--
Justin C. Walker, Curmudgeon-At-Large *
Institute for General Semantics | It's not whether you win or
lose...
| It's whether *I* win or lose.
*--------------------------------------*-------------------------------*
_______________________________________________
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.