Re: Linker woes
Re: Linker woes
- Subject: Re: Linker woes
- From: Chris Espinosa <email@hidden>
- Date: Fri, 20 Oct 2006 23:24:54 -0700
On Oct 20, 2006, at 8: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?
There is no way for us to know unless you actually show us the parts of the build transcript that show the link command and the actual error messages.
Tossing a "-t" into the Other Linker Flags will help, too.
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
References: | |
| >Linker woes (From: "Blair M. Burtan" <email@hidden>) |