[plt-scheme] Compiling v301 for OpenBSD
On Apr 11, Jaime Vargas wrote:
> I am trying to compile the latest version of mzscheme in
> an OpenBSD box, but configure is failing with the following
> error:
>
> configure: error: "libffi has not been ported to i386-unknown-
> openbsd3.6."
> configure: error: /bin/sh './configure' failed for foreign/gcc/libffi
>
> Any ideas on how to fix this? Does anyone has mzscheme runinng
> under openbsd?
You can use `--disable-foreign' when running configure.
(Until libffi is updated.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!