Re: [racket] Report on compiling racket on ARMv5; JIT disabled

2013-08-25 Thread Laurent
It works! Thank you very much! On Sun, Aug 25, 2013 at 8:56 PM, Matthew Flatt wrote: > At Sun, 25 Aug 2013 19:42:47 +0200, Laurent wrote: > > On Sat, Aug 24, 2013 at 8:51 PM, Matthew Flatt > wrote: > > >At Sat, 24 Aug 2013 16:42:05 +0200, Laurent wrote: > > >> It looks better, but it fails on:

Re: [racket] Report on compiling racket on ARMv5; JIT disabled

2013-08-24 Thread Laurent
It looks better, but it fails on: make[4]: Entering directory `/share/HDA_DATA/build/racket/racket/src/build/racket' gcc -I. -I../../racket/include -g -O2 -Wall -DINITIAL_COLLECTS_DIRECTORY='"'"`cd ../../racket/../../collects; pwd`"'"' -DINITIAL_CONFIG_DIRECTORY='"'"`cd ../../racket/../..; pwd`/e

Re: [racket] Report on compiling racket on ARMv5; JIT disabled

2013-08-24 Thread Matthew Flatt
At Sat, 24 Aug 2013 10:55:56 +0200, Laurent wrote: > I could compile Racket on the QNAP TS 121, thanks to the detailed > instructions in the READMEs, except for the JIT (and gracket disabled), > despite: > http://article.gmane.org/gmane.comp.lang.racket.devel/8703/ > > Here is the how to, since it

[racket] Report on compiling racket on ARMv5; JIT disabled

2013-08-24 Thread Laurent
Hi, I could compile Racket on the QNAP TS 121, thanks to the detailed instructions in the READMEs, except for the JIT (and gracket disabled), despite: http://article.gmane.org/gmane.comp.lang.racket.devel/8703/ Here is the how to, since it may interest some people, and the error regarding the JIT