<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nyx0uf&#039;s blog &#187; 10.5</title>
	<atom:link href="http://whine.fr/tag/10-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://whine.fr</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 09:40:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Mac OS X 10.5, 32-bit ou 64-bit ?</title>
		<link>http://whine.fr/2009/mac-os-x-10-5-32-bit-ou-64-bit/</link>
		<comments>http://whine.fr/2009/mac-os-x-10-5-32-bit-ou-64-bit/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 12:22:23 +0000</pubDate>
		<dc:creator>Nyx0uf</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[UB]]></category>
		<category><![CDATA[universal binaries]]></category>

		<guid isPermaLink="false">http://whine.fr/?p=158</guid>
		<description><![CDATA[Je vois souvent des gens (des Apple fanboys en fait) qui disent Mac OS X est 64-bit, pas comme windows ou y a 2 versions blablabla.. Qu&#8217;en est-il réellement ? ouvrons le terminal, une commande très pratique existe : file, essayons la sur /bin/ls pour commencer. &#91;Nyxouf@nyx0ufs-macbook ~&#93;$ file /bin/ls /bin/ls: Mach-O universal binary with [...]]]></description>
			<content:encoded><![CDATA[<p>Je vois souvent des gens (des Apple fanboys en fait) qui disent Mac OS X est 64-bit, pas comme windows ou y a 2 versions blablabla..<br />
Qu&#8217;en est-il réellement ? ouvrons le terminal, une commande très pratique existe : <a href="http://www.linux-kheops.com/doc/man/manfr/man-html-0.9/man1/file.1.html">file</a>, essayons la sur <em>/bin/ls</em> pour commencer.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>Nyxouf<span style="color: #000000; font-weight: bold;">@</span>nyx0ufs-macbook ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">ls</span>
<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">ls</span>: Mach-O universal binary with <span style="color: #000000;">2</span> architectures
<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture i386<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O executable i386
<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span><span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc7400<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O executable ppc</pre></div></div>

<p>On voit que le binaire contient du code pour 2 architectures, intel et PowerPC (Universal Binaries), pas de trace de 64-bit.</p>
<p>Bon maintenant, essayons sur un truc un peu plus sérieux :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>Nyxouf<span style="color: #000000; font-weight: bold;">@</span>nyx0ufs-macbook ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #000000; font-weight: bold;">/</span>mach_kernel
<span style="color: #000000; font-weight: bold;">/</span>mach_kernel: Mach-O universal binary with <span style="color: #000000;">2</span> architectures
<span style="color: #000000; font-weight: bold;">/</span>mach_kernel <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture i386<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O executable i386
<span style="color: #000000; font-weight: bold;">/</span>mach_kernel <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O executable ppc</pre></div></div>

<p>J&#8217;ai le regret d&#8217;annoncer aux fanboys que leur kernel n&#8217;a rien de 64-bit, et qu&#8217;au final y a pas beaucoup d&#8217;applications 64-bit, listons les applications dans /bin et dans /usr/bin en filtrant la sortie avec <em>grep</em> :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>Nyxouf<span style="color: #000000; font-weight: bold;">@</span>nyx0ufs-macbook ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/*</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">64</span></pre></div></div>

<p>Résultat : nada.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>Nyxouf<span style="color: #000000; font-weight: bold;">@</span>nyx0ufs-macbook ~<span style="color: #7a0874; font-weight: bold;">&#93;</span>$ <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/*</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #000000;">64</span>
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>appletviewer <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>apt <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>auvaltool <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>auvaltool <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>dsymutil <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>dsymutil <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>dwarfdump <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>dwarfdump <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>extcheck <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>idlj <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jar <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jarsigner <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>java <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>javac <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>javadoc <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>javah <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>javap <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>javaws <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jconsole <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jdb <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jhat <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jinfo <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jmap <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jps <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jsadebugd <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jstack <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jstat <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>jstatd <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>keytool <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ld64:                            Mach-O universal binary with <span style="color: #000000;">2</span> architectures
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ld64 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture i386<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O executable i386
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ld64 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc7400<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O executable ppc
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpic++ <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpic++ <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpicc <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpicc <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpicxx <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpicxx <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpiexec <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpiexec <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpif77 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpif77 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpif90 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpif90 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpirun <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mpirun <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>native2ascii <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ompi_info <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ompi_info <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>opal_wrapper <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>opal_wrapper <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>orbd <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>orted <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>orted <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>orterun <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture ppc64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable ppc64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>orterun <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>pack200 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>policytool <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>rmic <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>rmid <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>rmiregistry <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>serialver <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>servertool <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>tnameserv <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64
<span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>unpack200 <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> architecture x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span>:	Mach-O <span style="color: #000000;">64</span>-bit executable x86_64</pre></div></div>

<p>Ca nous fait environ 50 binaires compatibles 64-bit sur plus de 900 dans ce répertoire.</p>
<p>La même commande dans /Applications nous montre que la seule application d&#8217;Apple 64-bit est Chess.app.</p>
<p style="text-align: center;">Voilà, pour conclure un petit schéma qui vient de <a href="http://www.appleinsider.com/">AppleInsider</a>, et qui montre que peu de choses fonctionnent en 64-bit sur Leopard.<br />
<img class="aligncenter" src="http://images.appleinsider.com/road-to-sl-080826-5.gif" alt="" width="480" height="200" /></p>
<p>NB : Tous les tests ont été réalisés sur un MacBook4,1 C2D 2,4Ghz tournant sous Mac OS X 10.5.7.</p>
]]></content:encoded>
			<wfw:commentRss>http://whine.fr/2009/mac-os-x-10-5-32-bit-ou-64-bit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
