Re: Link errors
Re: Link errors
- Subject: Re: Link errors
- From: Eric Albert <email@hidden>
- Date: Thu, 13 Apr 2006 14:08:01 -0700
On Apr 13, 2006, at 1:54 PM, Steve Mills wrote:
Building a different target of the same main project (which uses
the same targets in the subprojects as the other main target) shows
an undefined symbol in the i386 build, _otv_module_class. What's
that? It also shows up in the ppc build, hidden among all the
complaints about libstdc++.dylib vs. libSystem.B.dylib.
That's not a system symbol, so it's probably referenced by one of
your libraries. To find out which module references it, pass '-Wl,-Y,
100' in Other Linker Flags. That'll tell the linker to print
reference information for the first 100 undefined symbols.
-Eric
_______________________________________________
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