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

-i option no longer works in 5.4.0 lina #9

Closed albertvanderhorst closed 2 years ago

albertvanderhorst commented 2 years ago

The -i option no longer works in lina 5.4.0. This is due to trailing spaces in the file name, a cleverness in behalf of the deb archives.

Work around: To fix the executable lina do

l``` ina BLOCK-FILE $@ -TRAILING BLOCK-FILE $! WANT SAVE-SYSTEM "lina" SAVE-SYSTEM BYE

albertvanderhorst commented 2 years ago

The previous solution is botched, sorry.

albertvanderhorst commented 2 years ago

This is fixed in the current version of options.frt