Re: How to find the architecture for a mach-o file?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:subject :mime-version:date:references:x-mailer; bh=Kbnd0ddLIeKUYo7WhPAnoxqbwlI49ADhZ5/MDqswBB8=; b=SyLt/Sga1TQn+d0vkXp3dqSiRdpPa5iLs4PetmNBHDrncFcO4R2IWdlC0mQyOzlA5I +FZ5HVdEmm41OPaovtfIRK2n0P88Eo2HWM46e0+qe9VYU8m6G2trHdoT5CETpqVTkoXU eEpmD2TcETH2FZZc9KssfjgCbMTTAoI+Eqn8g= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:subject:mime-version:date:references :x-mailer; b=GY9SJoztoAdYCyKZl4IAR5eYD48IV2ID2LgPY7ZOFNnPLcgSE0RjG44vm6FRTj9zxw mIggChjhNfKb4JtVaL1m+rRF2urBZ6pm3AdNJ+FOoU15zKhCwcVDd7Rv/Ovy3UNI8my8 4SOp5fICuH8GYHq7tmQtj5YWRhS+hK/BEf2Y4= On Mar 26, 2009, at 1:41 PM, Karan, Cem (Civ, ARL/CISD) wrote: Thanks, Cem Karan The version of expat on my system is listed as this: ls /usr/lib | grep expat Eli _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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? 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). -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. This email sent to site_archiver@lists.apple.com
participants (1)
-
Eli Bach