Re: cp "destroys" static libraries?
Re: cp "destroys" static libraries?
- Subject: Re: cp "destroys" static libraries?
- From: "Justin C. Walker" <email@hidden>
- Date: Tue, 16 Aug 2005 09:48:55 -0700
On Aug 16, 2005, at 09:38 , Jesper Papmehl wrote:
[snip]
When I try to link my app, I get the following error message:
ld: table of contents for archive: <path>/libMyLib.a is out of
date; rerun ranlib(1) (can't load from it)
[snip]
You have two choices:
- run 'ranlib' (cf. "man ranlib" for details); this will modify the
TOC of
the library, so you need to have write permission for the file;
- copy using 'cp -p' (cf. "man cp" for details).
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for General Semantics
--------
If you're not confused,
You're not paying attention
--------
_______________________________________________
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