• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
decyphering ld's cryptic error messages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

decyphering ld's cryptic error messages


  • Subject: decyphering ld's cryptic error messages
  • From: Stefan Werner <email@hidden>
  • Date: Wed, 3 Aug 2005 01:26:53 +0200

Hi everyone,

I've spent the last few days reading man pages, FAQs and forums like crazy, trying to resolve a simple linker error, linking my C++ app against a static build of wxWidgets:

ld: Undefined symbols:
__ZTV14wxMenuItemList

If you ever get such mangled names from Xcode, you can unmangle them with 'c++filt' and god knows why Xcode isn't doing the translation automatically. The translation is:

vtable for wxMenuItemList

Now, a google search pointed me to a FAQ telling me that the linker is trying to tell me that I probably forgot to implement a virtual function that wxMenuItemList is supposed to inherit from its superclass - not telling me what function that would be.

How do I figure out what's missing? I've gone to depths of ld and gcc I never wanted to go (and would have thought that Xcode should make that unnecessary) and this is the final step that's missing to complete the port of a major project from CFM/CW to MachO/Xcode.

Thanks for any help,
Stefan
_______________________________________________
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


  • Follow-Ups:
    • Re: decyphering ld's cryptic error messages
      • From: Dave Thorup <email@hidden>
    • Re: decyphering ld's cryptic error messages
      • From: Andreas Grosam <email@hidden>
  • Prev by Date: Re: Developer Transition Kit: DVI-VGA adapter cable? Non-Apple monitors?
  • Next by Date: r31 not available for use in inline asm in xcode?
  • Previous by thread: Re: asm in xcode woes...
  • Next by thread: Re: decyphering ld's cryptic error messages
  • Index(es):
    • Date
    • Thread