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