Re: Framework linking errors

2010-05-16 Thread Keary Suska
On May 15, 2010, at 10:00 PM, Patrick Rutkowski wrote: > I should mention that the obvious suggestion of "You need to link your > framework against OpenSSL" is not what I'm looking for. Well, are you specifying -lssl and -lcrypto in other linker flags? If not, you must. > If I link my framewor

Re: Framework linking errors

2010-05-15 Thread Patrick Rutkowski
I should mention that the obvious suggestion of "You need to link your framework against OpenSSL" is not what I'm looking for. If I link my framework statically against OpenSSL, then I force the clients of my framework to use that static version of OpenSSL, which I don't want. If I link my fram