[racket-dev] Racket head fails to compile

2014-02-08 Thread Paulo J. Matos
Hello, If I grab racket HEAD and try to compile it with: git clone ... racket.git cd racket/racket/src mkdir build cd build ../configure --prefix=... make -j16 I get: make[6]: Entering directory `/home/pmatos/work/racket/racket/src/build/racket/gc' gcc -O0 -g3 -c

Re: [racket-dev] Racket head fails to compile

2014-02-08 Thread Matthew Flatt
There should be many more flags passed to `gcc`, including some -I flags and some -D flags. Is something in your environment overriding the CFLAGS definition in the makefile? Normally, a definition in the makefile would take precedence over an environment variable, but maybe something else is