Re: [racket-dev] Cross compiling racket for Android

2013-09-18 Thread Szabolcs Berecz
That helped a lot, thanks! I also had a bug in my script which resulted in running "configure" with an empty "--enable-racket=" which in turn caused racketcgc to be built and that failed as expected. I updated the gist in case somebody wants to use the script. BTW, I wanted to use cgc because I

Re: [racket-dev] Cross compiling racket for Android

2013-09-18 Thread Matthew Flatt
The simplest workaround is to provide `--enable-sgc` to `configure`. The problem is that it's a little tricky to work with the Boehm GC in cross-compile mode, at least with the way that we have the makefiles set up. Assuming you don't need `racketcgc` at the end, it's easiest to avoid the Boehm-GC