[swift-users] build-script error
Dmitri Gribenko
gribozavr at gmail.com
Fri Jun 10 11:31:41 CDT 2016
On Fri, Jun 10, 2016 at 9:14 AM, Jeff Ramsey via swift-users
<swift-users at swift.org> wrote:
> I followed directions here to clone the compiler source and build it on
> Ubuntu 14.04:
>
> https://github.com/apple/swift/blob/master/README.md
Hi Jeff,
Which architecture are you running on?
Could you run "python" in the terminal, type the following script, and
send me the output?
import platform
print(platform.system())
print(platform.machine())
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-users
mailing list