Re: extra boost libraries
Re: extra boost libraries
- Subject: Re: extra boost libraries
- From: Rush Manbert <email@hidden>
- Date: Mon, 21 Jun 2010 17:02:36 -0700
On Jun 21, 2010, at 6:48 AM, Steve Mills wrote:
> No replies?
>
> We need to use some extra "non-built" boost libraries in our project, so I followed the instructions in the boost docs to build the libs we need and then added the .a files to our project and made sure they're in the Link Binary with Libraries build phase. When I Get Info on them in Xcode, it says they are archive.ar files. Should it be something different, like compiled.mach-o? When I link, I'm getting undefined symbols for boost::system:get_generic_category, boost::filesystem::detail::status_api, et al. Those are the libs I built and linked into my project. Any ideas?
>
We link the boost static libraries with our apps, but we do it using -llibName in the Other Linker Flags and set all that up in some hairy config files. I guess all this is worth is to say "you can do this", but I don't have any specific advice for you.
- Rush
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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