Symbol not found error
Symbol not found error
- Subject: Symbol not found error
- From: Daniel Luis dos Santos <email@hidden>
- Date: Wed, 10 Dec 2008 00:38:05 +0000
Hello,
I am getting this error over and over again, whenever I do a new
target in some place and then try to use it somewhere else.
I have a dynamic library in a project that is used in another project.
Then I added another dynamic library to the first one which is also
used by the second project.
The first lib links and the last won't link. The symbols are not
found. From the gcc command line the -L option is the same because the
dylib is in the same directory, a new -l<libname> flag is added for
the new dylib (I dragged the lib file from the finder to the xcode
tree).
When I do an nm on the lib file, the symbols are there.
I changed the install name to have the rpath, but is only relevant at
run-time, right?
Can't find out why this happens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden