Re: Linker warnings incorporating debug symbols from prelinked static library
Re: Linker warnings incorporating debug symbols from prelinked static library
- Subject: Re: Linker warnings incorporating debug symbols from prelinked static library
- From: Scott Ribe <email@hidden>
- Date: Fri, 19 Sep 2014 16:48:17 -0600
On Sep 19, 2014, at 4:23 PM, email@hidden wrote:
> Yes, I am pretty sure all the .o files are treated as a flat namespace where everything but file-statics are visible. So I can't see another way you could do this. If you were using C++ you'd use a namespace for this. Otherwise you're stuck with the obnoxious_function_prefix method of making a namespace...
Or... Don't link in dependencies. Provide yajl.a, and allow users to link it or their own build.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
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