Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Compiling Zsh for Mac PowerPC and Intel
- X-seq: zsh-users 14058
- From: TjL <luomat@xxxxxxxxx>
- To: Zsh Users List <zsh-users@xxxxxxxxxx>
- Subject: Compiling Zsh for Mac PowerPC and Intel
- Date: Wed, 22 Apr 2009 09:31:10 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=35hhPUwz9zQzBFol58AoANgTqpVjrpEPU/Mpi5nH7oQ=; b=XnUK1tIYZUD5Tl9r1qLOuTCWpKApoGEyJmABm86qk7flKMPY1XHvF9hhGH7WiW1fVG FGoZas82v8UW++j+CoOrqYtFV37Ap6hxJQGtUxVV3QNjV0xBylDdKc2pdvAK1rr8iJCb jP6XHp02K8HpixFRUy8bLRICqkUTGG75bQp/0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=h3UBMDlFlJndj9j/iTUaBt1jc5UNLRFQgzkjF/5r+DXorMohkVKNfvrrqjJ2m+01eA IoKN7ffwnRsDbTvaPl54lsA8F2/tIXmD/qgec3IMBqPlWDf0VgFDhsd07VtFMcJcSn94 zYWlaqA9MfdWVPnro8vgHlCtaFbBlNnmeF5G0=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
I am using my Powerbook (PowerPC processor) which I haven't used
regularly for awhile now. I'm realizing that I've compiled a bunch of
3rd party utilities (most notably zsh :-) but they are Intel only,
specifically:
zsh: Mach-O executable i386
whereas Apple has compiled "universal" programs which are both Intel
AND PowerPC, or, specifically
# file /bin/zsh
/bin/zsh: Mach-O universal binary with 2 architectures
/bin/zsh (for architecture i386): Mach-O executable i386
/bin/zsh (for architecture ppc7400): Mach-O executable ppc
My question is, how do I compile zsh so I end up with a "universal" binary?
Thanks for any assistance.
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author