Re: [racket] which version of DrRacket to download

2011-09-02 Thread Stephen Bloch
On Sep 2, 2011, at 9:57 AM, Kevin Tew wrote: > __sync_bool_compare_and_swap is compiler builtin intrinsic only present in > gcc versions>= 4.1. > I'd guess you have gcc 4.0 on the system. Try 3.4.6 :-) The machine in question used to be Adelphi's main server (for mail, web, computing, etc.) b

Re: [racket] which version of DrRacket to download

2011-09-02 Thread Matthew Flatt
Even with gcc 4.1, it's not available if the target architecture is i386. See also http://lists.racket-lang.org/users/archive/2011-August/047188.html That message suggests some workarounds, and I think v5.1.3 should build if you disable futures and places. The problem is fixed in the current ve

Re: [racket] which version of DrRacket to download

2011-09-02 Thread Kevin Tew
__sync_bool_compare_and_swap is compiler builtin intrinsic only present in gcc versions>= 4.1. I'd guess you have gcc 4.0 on the system. You might want to try Linux i386 (Fedora 12) Kevin On 09/02/2011 07:40 AM, Stephen Bloch wrote: On Sep 2, 2011, at 9:18 AM, Matthias Felleisen wrote: Does

Re: [racket] which version of DrRacket to download

2011-09-02 Thread Robby Findler
There are some also ancient redhat machines here at Northwestern: Red Hat Enterprise Linux WS release 4 (Nahant Update 9) and I don't think that it is possible to build a recent drracket on them with the current source code (I believe it is possible to change the GUI layer so that it is cripple

Re: [racket] which version of DrRacket to download

2011-09-02 Thread Stephen Bloch
On Sep 2, 2011, at 9:18 AM, Matthias Felleisen wrote: > Does 5.1.3 not work? Within 5.1.3, there are several pre-built binaries: Linux i386 (Fedora 12) Linux i386 (Ubuntu jaunty) Linux x86_64 (Debian lenny) Linux x86_64 (Debian squeeze) Linux x86_64 (Fedora 14) I don't know which (if any) of t

Re: [racket] which version of DrRacket to download

2011-09-02 Thread Neil Van Dyke
Stephen Bloch wrote at 09/02/2011 09:14 AM: Linux panther.adelphi.edu 2.6.9-89.0.23.ELsmp #1 SMP Fri Mar 5 17:56:21 EST 2010 i686 i686 i386 GNU/Linux cat /etc/redhat-release says Red Hat Enterprise Linux AS release 4 (Nahant Update 8) I think that's a pretty old version of RHEL. I haven't

Re: [racket] which version of DrRacket to download

2011-09-02 Thread Matthias Felleisen
Does 5.1.3 not work? On Sep 2, 2011, at 9:14 AM, Stephen Bloch wrote: > for a RedHat Linux system? > > uname -a says > Linux panther.adelphi.edu 2.6.9-89.0.23.ELsmp #1 SMP Fri Mar 5 17:56:21 EST > 2010 i686 i686 i386 GNU/Linux > > cat /etc/redhat-release says > Red Hat Enterprise Linux AS r

[racket] which version of DrRacket to download

2011-09-02 Thread Stephen Bloch
for a RedHat Linux system? uname -a says Linux panther.adelphi.edu 2.6.9-89.0.23.ELsmp #1 SMP Fri Mar 5 17:56:21 EST 2010 i686 i686 i386 GNU/Linux cat /etc/redhat-release says Red Hat Enterprise Linux AS release 4 (Nahant Update 8) Stephen Bloch sbl...@adelphi.edu ___