• 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
Re: Linking problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking problem


  • Subject: Re: Linking problem
  • From: David Hayes <email@hidden>
  • Date: Tue, 8 Dec 2009 11:18:43 -0500

I wondered if extern C would solve your problem but you didn't mention mixing c and c++.  I have never used CodeWarrior  I am a bit curious why it didn't have the same problem.

Regards

DH
 
On 2009-12-08, at 9:12 AM, David Gagnon wrote:

I fixed my linking problem. Here is the solution:

http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html#faq-32.4

Very interesting to read...

On 2009-12-07 17:09, "David Hayes" <email@hidden> wrote:

It's been while, I think if you run nm on the file from the command line it will give you what you want.  You can also pipe the output to grep on the symbol you are looking for it will save some searching.

Don't know if XCode has a graphical front end.

Dave Hayes
 
On 2009-12-07, at 4:18 PM, David Gagnon wrote:

Hi,

I am trying to convert our C++ application from CodeWarrior to Xcode 3.2 (on OSX 10.6). Everything goes well except that I cannot link to one specific library (framework). I got a couple of undefined symbols and I cannot figure out why Xcode does not find those symbols.

Is there a way to extract symbols from a library and compare to exported symbols in my application object files?

Thanks!

David
_______________________________________________
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


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: 
 >Re: Linking problem (From: David Gagnon <email@hidden>)

  • Prev by Date: Re: Adding existing svn files to new project
  • Next by Date: Re: untrusted server certificate
  • Previous by thread: Re: Linking problem
  • Next by thread: Re: Linking problem
  • Index(es):
    • Date
    • Thread