How to compile Bigloo on Debian Linux

Lassi Kortela <[email protected]> Sat, 17 Aug 2019 19:01:19 +0300
Newsgroups gmane.lisp.scheme.bigloo
Message-ID <[email protected]>
Hello,

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
make[1]: *** [Makefile:406: heap-c] Error 127
make[1]: Leaving directory '/bigloo/runtime'
make: *** [Makefile:173: boot-c] Error 2
The command '/bin/sh -c make' returned a non-zero code: 2

Running configure gives:

** Configuration summary **

Release features:
   release number.............. 4.3f
   supported backends.......... native:yes JVM:no
   default backend............. native
   APIs........................ pthread fthread srfi18 ssl sqlite web
       multimedia mail calendar pkgcomp pkglib text srfi1 crypto
       openpgp csv upnp libuv wav phone srfi27 packrat patch
   native threads support...... yes
   openssl support............. yes (dtls:yes, v2:no, v3:no, v23:yes)
   sqlite support ............. sqltiny
   dynamic libraries support... yes

Bee configuration:
   bee support................. partial
   emacs....................... emacs
   emacs brand................. false

Implementation details:
   tuning...................... standard
   cc.......................... gcc
   nan tagging................. no
   gc.......................... custom (bigloogc-4.3f, v802)
   bignum support.............. gmp (6.1.2)
   resolv support.............. libresolv
   unistring support........... unistring

Directories where Bigloo will be installed:
   binaries.................... /usr/local/bin
   libraries................... /usr/local/lib
   files directory............. bigloo/4.3f
   standard zip................ /usr/local/lib/bigloo/4.3f
   standard dll................ /usr/local/lib/bigloo/4.3f
   manual pages................ /usr/local/man/man1
   info documentation.......... /usr/local/info
   lisp files..................
   temporary build dir......... /tmp

Kind regards,
Lassi