Email list hosting service & mailing list manager

Scheme implementation build guide Lassi Kortela (15 Feb 2020 11:43 UTC)
Re: Scheme implementation build guide Duy Nguyen (15 Feb 2020 12:49 UTC)
Re: Scheme implementation build guide Duy Nguyen (15 Feb 2020 12:57 UTC)
Re: Scheme implementation build guide Lassi Kortela (15 Feb 2020 13:02 UTC)
Re: Scheme implementation build guide Lassi Kortela (15 Feb 2020 13:07 UTC)
Re: Scheme implementation build guide Duy Nguyen (15 Feb 2020 14:13 UTC)
Re: Scheme implementation build guide Lassi Kortela (15 Feb 2020 14:31 UTC)
Re: Scheme implementation build guide Lassi Kortela (15 Feb 2020 14:38 UTC)
Re: Scheme implementation build guide Arthur A. Gleckler (15 Feb 2020 17:56 UTC)
Re: Scheme implementation build guide Duy Nguyen (16 Feb 2020 12:54 UTC)
Kawa bootstrap Lassi Kortela (16 Feb 2020 13:14 UTC)
Gambit and Gerbil home Lassi Kortela (15 Feb 2020 13:10 UTC)

Kawa bootstrap Lassi Kortela 16 Feb 2020 13:14 UTC

> Kawa is Java based. I'd assume the build process is standardized
> (didn't test though, don't want to install Java)

Kawa's build is described in the manual:
<https://www.gnu.org/software/kawa/Source-distribution.html>. Looks like
it's just the standard autotools:

./configure
make
make install

I did `grep` and `git ls-files` through the Kawa repo and found only one
mention of bootstrapping. It's for GCJ which is no longer up to date.

Wikipedia says GCJ "was part of the GNU Compiler Collection for over ten
years but as of 2017 it is no longer maintained and will not be part of
future releases." (https://en.wikipedia.org/wiki/GNU_Compiler_for_Java)