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
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
2 matches
Mail list logo