Hi Lassi.

You wrote, 2019-08-17 19:01:
> How does one compile the latest Bigloo releases (4.3e and 4.3f) on Debian?
> I get the following output at the end of `./configure && make`. On Mac the
> same commands succeed.
>
> make[1]: Entering directory '/bigloo/runtime'
> make[1]: '.afile' is up to date.
> make[1]: Leaving directory '/bigloo/runtime'
> make[1]: Entering directory '/bigloo/runtime'
> rm -f /bigloo/lib/bigloo/4.3f/bigloo.heap
> /bigloo/bin/bigloo.sh -srfi enable-resolv -srfi enable-gmp -srfi
> enable-unistring -srfi enable-pcre -unsafe -q -mkheap -mklib -s -no-hello
> -L /bigloo/lib/bigloo/4.3f Llib/make_lib.scm -heap bigloo.heap
> /bigloo/bin/bigloo.sh: 19: exec: /bigloo/bin/bigloo: not found

As the paths above miss a prefix and Debian is known for its use of dash,
a wild guess would be a bashism in some script.
Can you switch to bash (for /bin/sh, I think that
sudo dpkg-reconfigure dash
should do the trick)
and see whether the problem goes away?
BTW: You must run configure and make after a _fresh_ untar.

Ciao
Sven

Reply via email to