h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
311 stars 23 forks source link

cannot start min #62

Closed odtaa48 closed 3 years ago

odtaa48 commented 4 years ago

Hello I have a fairly vanilla linux box uname -a -> Linux librem15 4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux). However when I start min, unzipped from min_v0.20.0_linux_x64.zip, I get: bash: ./min: No such file or directory Can anyone help. I get the same thing on a chromebook terminal. Many thanks for a great looking product.

h3rald commented 3 years ago

Found the problem, it was due to a missing flag while cross-compiling for linux (basically it looks for musl, but it should have been statically compiled instead). Will release a fix soon.

h3rald commented 3 years ago

Fixed in 0.20.1.