Re: exporting symbols problem
Re: exporting symbols problem
- Subject: Re: exporting symbols problem
- From: Chris Espinosa <email@hidden>
- Date: Mon, 2 May 2005 11:56:40 -0700
On May 2, 2005, at 10:12 AM, Luc Vandal wrote: I've created an exports.exp file to specify which symbols to export. I've added the file to the target's settings () but when I link the project, I get this error:
/usr/bin/nmedit: symbols names listed in: exports.exp not in: /project name/libProjectName.a
is there something I forgot to do? It's a bsd static library project BTW...
I believe this is saying that you are telling it to export some symbols that don't actually appear in the built library. Try doing an nm on libProjectName.a and compare that with your exports file.
Chris |
_______________________________________________
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