albertvanderhorst / ciforth

A generic system for creating i86 implementations of the language Forth.
https://forth.hcc.nl/producten/ciforth.html
GNU General Public License v2.0
59 stars 7 forks source link

added ./configure that generates Makefile from Makefile.in #6

Closed stappersg closed 6 years ago

stappersg commented 6 years ago

Bash script ./configure detects where it is run and creates a Makefile for that platform.

The ./configure checks uname and bitness.

On Linux a lina will be created, on MacOS a xina.

albertvanderhorst commented 6 years ago

And on an MSDOS machine a mina will be created... ciforth is in essence a cross compilation system that only runs on linux. There is no reason why there cannot be generated a xina, provided the mysteries around elf headers in OSX are solved. Trying to run ciforth on OSX is a waste of time. Trying to run ciforth on MS-Windows would be a monumental waste of time. Rejected. This proposal