Example errors in 4.4b

Blake McBride <[email protected]> Fri, 26 Mar 2021 09:09:30 -0500
Newsgroups gmane.lisp.scheme.bigloo
Message-ID <CABwHSOsOk=bQ7idSDcVH=r4jrUDkRHq18PRN3JK9DVNAnaLLPA@mail.gmail.com>
Greetings,

I downloaded Bigloo 4.4b to my 64-bit Linux box.  It built and installed
just fine.  However, some of the Examples do not build.  In particular:

1.  examples/Embedded/c_main.c is missing #include <stdio.h>

2.  It is trying to link with -L/usr/local/lib but looks like it should be
-L/usr/local/lib/bigloo/4.4b

That's as far as I got.

Thank you.

Blake McBride