[Adium-devl] libsasl (commits 21692 and 21697)

Evan Schoenberg evan at adiumx.com
Mon Nov 19 19:52:33 UTC 2007


On Nov 19, 2007, at 1:37 PM, Augie Fackler wrote:

> I just checked - 10.5 ships with libsasl2.dylib (symlink to  
> libsasl2.2.dylib) in /usr/lib - assuming the APIs are compatible, is  
> there any compelling reason to not use the system-included dylib of  
> sasl? I just assumed we needed to make our own because we were  
> static-linking it in before. Does anyone know?
We do need to check out and have available the sources of the version  
of libsasl corresponding to whatever we are using - that's the 2.1.18  
sources so long as we're against the 10.4 SDK.  This is because while  
10.4 and 10.5 ship with the libsasl2 dylib, they don't ship with the  
development headers needed to actually compile against the library.

We probably don't need to actually build the framework or include it  
in our distribution, but I'm not positive.

-Evan




More information about the devel mailing list