[racket-dev] cannot disable libffi

From: Jon Rafkind (rafkind at cs.utah.edu)
Date: Thu Jul 28 13:42:27 EDT 2011

I am trying to compile racket for a different architecture that libffi
is not ported to so I tried to use --disable-libffi but foreign/libffi
still gets configured. A) should that be happening and B) is there a way
around it?

$ ../configure --disable-libffi --host=x86
...
configure: error: "libffi has not been ported to x86-unknown-none."
configure: error: ../../../foreign/libffi/configure failed for
foreign/libffi



Posted on the dev mailing list.