[racket-dev] Unlucky with Racket 6.0 (2/2)
At Wed, 12 Mar 2014 23:14:14 +0000, Paulo Matos wrote:
> However, I notice a top-level Makefile in racket/, after taking a peek
> and reading INSTALL.txt it seems that now I need to use this Makefile to
> build everything.
>
> So, I try (as mentioned in the INSTALL.txt):
> make in-place
>
> in-place is not a target.
I'm stumped on this one. Is `in-place` not on line 38 of your copy of
"Makefile"?
> Trying just `make` builds racket in place successfully. I get the same
> SEGFAULT mentioned in my previous post with same title.
>
> Is there a way to compile this with debug information?
You can provide flags like `--enable-noopt` via `CONFIGURE_ARGS_qq'.
But I've set up a 32-bit Kubuntu VM and I can replicate the crash
there, so I'll investigate more.