Re: ar tool...
Re: ar tool...
- Subject: Re: ar tool...
- From: Rick Altherr <email@hidden>
- Date: Thu, 23 Oct 2008 15:36:49 -0700
I can't speak with utmost certainty, but I don't believe the format
for ar has changed. ar just aggregates a bunch of .o's into a .a. As
long as you built the .o's with an SDK the resulting .a should be
usable on Tiger.
Rick
On Oct 23, 2008, at 3:13 PM, Rich Collyer wrote:
Is there an equivalent to:
-mmacosx-version-min=10.4
-isysroot /Developer/SKDs/MacOSX10.4u.sdk
for ar? These are linker flags for ld, but don't appear to have
equivalent flags in ar. I am working on building a static library
on my 10.5 machine, but it needs to be able to run on 10.4 as well.
If I do the build with XCode 2.5 on a 10.4 machine, it works, but I
have yet to find a way to build on a 10.5 machine with XCode 3.0 or
3.1.1 and have it work.
Any suggestions?
+++++++++++++++++++++++
Rich Collyer
Senior Software Engineer
IronKey, Inc.
email@hidden
+++++++++++++++++++++++
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@apple.com
This email sent to email@hidden
--
Rick Altherr
Architecture and Performance Group
email@hidden
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >ar tool... (From: Rich Collyer <email@hidden>) |