<div dir="ltr"><div>Here you go Dmitri.  It&#39;s an older Dell 1501 that was given to me; I wiped it and put Ubuntu on it.  Thanks.<br><br>Python 2.7.6 (default, Jun 22 2015, 18:00:18) <br>[GCC 4.8.2] on linux2<br>Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>&gt;&gt;&gt; import platform<br>&gt;&gt;&gt; print(platform.system())<br>Linux<br>&gt;&gt;&gt; print(platform.machine())<br>i686<br>&gt;&gt;&gt; <br><br></div>Here&#39;s some additional information if it&#39;s useful:<br><br>~/swift$ lsb_release -a<br>No LSB modules are available.<br>Distributor ID:    Ubuntu<br>Description:    Ubuntu 14.04.3 LTS<br>Release:    14.04<br>Codename:    trusty<br><br>~/swift$ uname -a<br>Linux Inspiron-1501 3.13.0-74-generic #118-Ubuntu SMP Thu Dec 17 22:52:02 UTC 2015 i686 athlon i686 GNU/Linux<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 10, 2016 at 12:31 PM, Dmitri Gribenko <span dir="ltr">&lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Jun 10, 2016 at 9:14 AM, Jeff Ramsey via swift-users<br>
&lt;<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>&gt; wrote:<br>
&gt; I followed directions here to clone the compiler source and build it on<br>
&gt; Ubuntu 14.04:<br>
&gt;<br>
&gt; <a href="https://github.com/apple/swift/blob/master/README.md" rel="noreferrer" target="_blank">https://github.com/apple/swift/blob/master/README.md</a><br>
<br>
</span>Hi Jeff,<br>
<br>
Which architecture are you running on?<br>
<br>
Could you run &quot;python&quot; in the terminal, type the following script, and<br>
send me the output?<br>
<br>
import platform<br>
print(platform.system())<br>
print(platform.machine())<br>
<span class="HOEnZb"><font color="#888888"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j&lt;i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf(&quot;%d\n&quot;,i);}}} /*Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>&gt;*/<br>
</font></span></blockquote></div><br></div>