Re: Linking problem
Re: Linking problem
- Subject: Re: Linking problem
- From: David Gagnon <email@hidden>
- Date: Tue, 08 Dec 2009 09:12:28 -0500
- Thread-topic: Linking problem
Title: Re: Linking problem
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