Search code examples
mit-scheme

MIT-scheme on M1 chip


I'm following the suggestions from teachyourselfcs.com and Berkeley's cs61a appears in the list, more specifically the 2011 edition, in which scheme is used to teach several concepts.

I'm trying to install scheme on my computer, but I'm running into an error that seems to be related to my configuration.

I say that because I tried to install both MIT Scheme as well as STklos and run into the same error in the configure file:

./configure: line 8941: sort: No such file or directory
./configure: line 8938: sed: No such file or directory

The only thing that changes when I try to install one or the other is the number of lines in which the errors are found.

Does anyone know why am I getting this error?


Solution

  • I was able to install STklos on Mac. I ignored the two errors mentioned in this question but had to install libffi and pcre.

    After installing both I ran ./configure and then make.