Re: Linking against a re-exported library
Re: Linking against a re-exported library
- Subject: Re: Linking against a re-exported library
- From: Kyle Sluder <email@hidden>
- Date: Tue, 31 Dec 2013 10:09:00 -0800
On Tue, Dec 31, 2013, at 06:49 AM, Scott Ribe wrote:
> Forget dylibs and use static libs instead. I really don't see any point
> to using dynamic libraries, when you can't share them and are including
> your own copy--unless there's multiple executables within your bundle
> that use them...
This was my first approach, but the PostgreSQL vendor only included
static versions of libssl and libcrypto that are built for 32-bit Intel.
(Grr!)
I really don't want to make building PostgreSQL _and_ libssl _and_
libcrypto part of the build process for building our bug tracker.
--Kyle Sluder
_______________________________________________
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