I started using windows version but I could not get the tutorials to run.

Then I talked to a friend, So I thought I'd try Linux.  I've install
VirtualBox GNU/Linux 2.6 (64-bit) and Vagrant on my windows laptop.
Downloaded MIT/GNU Scheme and got to the

make compile-microcode

but no make , but your output mentioned sudo apt-get install make, so
that worked

But I'm stalled at:

vagrant@precise64:/vagrant/mit-scheme-9.2/mit-scheme-9.2/src$ make
compile-microcode

(cd microcode && make all)
make[1]: Entering directory
`/vagrant/mit-scheme-9.2/mit-scheme-9.2/src/microcode'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory
`/vagrant/mit-scheme-9.2/mit-scheme-9.2/src/microcode'
make: *** [compile-microcode] Error 2
vagrant@precise64:/vagrant/mit-scheme-9.2/mit-scheme-9.2/src$

Any clues?

thx!


On Sun, Jun 25, 2017 at 6:59 PM, Danny Mills <acroph...@gmail.com> wrote:

> Hello,
> I just downloaded mit-scheme-9.2-x86-64.tar.gz from
> https://www.gnu.org/software/mit-scheme/.
>
> I'm a little confused.  The link on the page says "Unix-binary", but the
> unix installation link says that there are some binaries and then you have
> to compile the rest.    Why is that?
>
> Thanks!
> Danny Mills
>
_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to