Re: How to find the architecture for a mach-o file?
Re: How to find the architecture for a mach-o file?
- Subject: Re: How to find the architecture for a mach-o file?
- From: Eli Bach <email@hidden>
- Date: Thu, 26 Mar 2009 14:18:55 -0700
On Mar 26, 2009, at 1:41 PM, Karan, Cem (Civ, ARL/CISD) wrote:
OK, so somewhere in the mess of installing various bits, I messed up
my
libexpat. Rebuilding from scratch isn't working, so how do I
reinstall
it? Can I pull it off the Leopard DVD, or is it a Darwin project
somewhere that I can download?
Thanks,
Cem Karan
I would suggest Pacifist & pulling it off the leopard DVD, and not
building it yourself, as it is non-trivial to ensure you use the same
options to build expat that Apple did (as Apple hasn't made their
build system available to developers, only a semi-functional copy? of
it).
The version of expat on my system is listed as this:
ls /usr/lib | grep expat
-rwxr-xr-x 1 root wheel 651248 Sep 23 2007 libexpat.1.5.0.dylib
lrwxr-xr-x 1 root wheel 20 Nov 18 2007 libexpat.1.dylib ->
libexpat.1.5.0.dylib
lrwxr-xr-x 1 root wheel 20 Nov 18 2007 libexpat.dylib ->
libexpat.1.5.0.dylib
-rwxr-xr-x 1 root wheel 805 Feb 19 2008 libexpat.la
so most likely you can get expat off any install dvd, as it doesn't
appear to have been updated from when 10.5 was released.
Eli
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden