Re: Linking Error
Re: Linking Error
- Subject: Re: Linking Error
- From: Ed Voas <email@hidden>
- Date: Fri, 24 Aug 2001 14:04:46 -0700
10.1 has two-level namespaces, ala CFM. Because of this, all external
references must be resolved at link time. This is why you're getting the
error. Just remove any -undefined warning you might have and make sure
to link to the right things.
On Friday, August 24, 2001, at 01:33 PM, Umed Zokirov wrote:
I have a project created on Mac OS X 10.4. If I try to compile and link
it
on Mac OS X 10.1 prerelase version, the linker shows an error
-undefined error must be used when -two level_namespace is ni effect
I ask the Cocoa list, even though it is not Carbon-related, since most
of
the developers use the Mac OS X developer tools