<div dir="ltr"><div>Here you go Dmitri. It'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 "help", "copyright", "credits" or "license" for more information.<br>>>> import platform<br>>>> print(platform.system())<br>Linux<br>>>> print(platform.machine())<br>i686<br>>>> <br><br></div>Here's some additional information if it'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"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></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>
<<a href="mailto:swift-users@swift.org">swift-users@swift.org</a>> wrote:<br>
> I followed directions here to clone the compiler source and build it on<br>
> Ubuntu 14.04:<br>
><br>
> <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 "python" 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<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</font></span></blockquote></div><br></div>