Re: libexpat on mac

Boris DuĊĦek <[email protected]> Fri, 29 Oct 2010 14:27:47 +0200
Newsgroups gmane.text.xml.expat.general
Message-ID <[email protected]>
On Oct 29, 2010, at 2:14 PM, Gabriel Petrovay wrote:

> Is libexpat shipped by default on mac /usr/lib or is it only when the
> user has the developer environment?

If you look into /Developer/SDKs/MacOSX10.<version>/usr/lib, you will find
what is on the client machine in that respective version in /usr/lib. With
this method, you will find that libexpat is shipped with Mac OS X since
Leopard, so if you want to support Tiger as well, you will have to ship your
own version of it.