Re: Passing '-t' to the linker
Re: Passing '-t' to the linker
- Subject: Re: Passing '-t' to the linker
- From: Chris Espinosa <email@hidden>
- Date: Mon, 17 Jul 2006 16:15:04 -0700
On Jul 17, 2006, at 1:58 PM, Cem Karan wrote:
My project has a lot of files in it, and linking takes a fairly long
time. I'm not bothered by this, but I'd like to know more or less
where I am in the linking process, just so I can tell if I have time
to go get another cup of coffee or not. The man pages for ld say that
the '-t' option will allow you to trace where the linker is at in its
process, but when I pass that in (via the Other Linker Flags option),
I don't get anything back. Am I doing something wrong? Is there a
better way that I'm not seeing?
The -t output should be in the full build transcript. But the way that
the build transcript is piped it's not going to do wha tyou want, that
is, spit out line by line what the linker progress is. It' more a
diagnostic dump of linker input and state, not a progress indicator
(I've never been sure why it's -t instead of -v).
Chris
_______________________________________________
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