[racket-users] Re: Problems when compiling Racket from source on ARM

2016-08-11 Thread Rene Schöne
> Follow these steps: > - Remove the old git repo. > - Delete every file installed by racket within ~/.local. > - rm -rf "~/.racket/6.*" > - mkdir -p "~/.local/bin" > - export PATH="$PATH:~/.local/bin" > - git clone --depth 1 --single-branch > https://github.com/racket/racket.git racket-git > - cd

[racket-users] Re: Problems when compiling Racket from source on ARM

2016-08-10 Thread Juan Francisco Cantero Hurtado
On 08/10/2016 01:01 PM, Rene Schöne wrote: Am Mittwoch, 10. August 2016 03:50:41 UTC+2 schrieb Juan Francisco Cantero Hurtado: On 08/08/16 17:17, Rene Schöne wrote: Hello, I am having problems when compiling (the newest version of) Racket from source on an ARM machine (a Cubieboard). The onl

[racket-users] Re: Problems when compiling Racket from source on ARM

2016-08-09 Thread Juan Francisco Cantero Hurtado
On 08/08/16 17:17, Rene Schöne wrote: Hello, I am having problems when compiling (the newest version of) Racket from source on an ARM machine (a Cubieboard). The only change I made to the Makefile in the top-level directory is to set CONFIGURE_ARGS_qq = --enable-shared --prefix ~/.local I nee