| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
_______________________________________________From: Ken Hawkins <email@hidden>I futzed around with something like this recently.
Subject: linking in static libraries under xcode?
Date: Wed, 4 Feb 2004 10:19:29 -0800
i have 2 static libs that are built in the same project libx and liby.
however i cannot get link them into my BSD shell target "reader".
i see under the info where i can call out the library style as static
however i cannot see where i can put in the -lx -ly args in to the
build. i tried under other linker flags however this did not work. can
anyone help out here?
As far as I can see Apple expects all object files in one project to be linked in at once, not as is often done with makefile projects where objects are archived into 'static' libraries and then those are given as arguments to ld.
| References: | |
| >Re: linking in static libraries under xcode? (From: Bill Northcott <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.