Re: Linker woes
Re: Linker woes
- Subject: Re: Linker woes
- From: Lawrence Gold <email@hidden>
- Date: Tue, 24 Oct 2006 10:04:35 -0600
On Oct 20, 2006, at 9:54 PM, Blair M. Burtan wrote:
I hate the weird ones. I've got two XCode 2.4 projects. The two are
identical except that one uses source trees and the other doesn't.
(I'm
preparing for SCM). The original project compiles and links
perfectly. The
second (source-tree version) compiled and linked a few days ago but
refuses
to do so now. I'm getting undefined symbols for three routines in two
files. Both of these are in the target and GCC generates the .o
files. No
matter what I do I can't get the damn thing to link. I checked the
link
list file and the two files are in there. I checked the assembly
and the
routines are in there. I even examined the .o files in Resorcerer
and the
routines are in there.
What the hell is going wrong?
I had a similar problem with some static libraries in a new project,
and I fixed it by removing them from the target and re-adding them.
It's worth a try.
_______________________________________________
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: | |
| >Linker woes (From: "Blair M. Burtan" <email@hidden>) |