Re: ranlib ranlib
Re: ranlib ranlib
- Subject: Re: ranlib ranlib
- From: "Wesley Smith" <email@hidden>
- Date: Mon, 1 May 2006 08:57:11 -0700
Hi,
sorry for the lack of info. Basically, I've download Lua and built it
using make and installed it using make install. When I do ls -l, I
get:
-rw-r--r-- 1 root staff 289272 Apr 30 23:07 liblua.a
This is the last time I did ranlib on it. Still, I can't get the TOC
updated. I'm miffed. Is there a way to find out what the TOC date
is?
thanks,
wes
On 5/1/06, Justin C. Walker <email@hidden> wrote:
On May 1, 2006, at 08:30 , Wesley Smith wrote:
> Hi,
> Xcode still wont recognize an archivge despite repeatedly running
> ranlib on it. Is there some kind of inspector that can tell me the
> satus of the archive or let me verify if ranlib is proprly working or
> not?
I'm sure 'ranlib' is working. FWIW, Xcode doesn't know about, or
care about, ranlib. It's the tool-chain that cares, 'ld' in
particular. You haven't given enough information for us to guess
what is going wrong.
One thing to consider: an archive is considered out of date if the
mod date on the archive (e.g., "ls -l") is later than the "time
stamp" of the TOC in the archive. When 'ld' complains about that,
the likelihood is that you have copied the archive somewhere; the
copy now has a later date than the TOC in the archive.
Is this problem showing up on a library you build *and* install via
Xcode? Perhaps you need to modify the install phase. I'm just
taking wild guesses, of course.
Regards,
Justin
--
Justin C. Walker, Curmudgeon-At-Large
Institute for the Absorption of Federal Funds
--------
Some people have a mental horizon of radius zero, and
call it their point of view.
-- David Hilbert
--------
_______________________________________________
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
_______________________________________________
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