Hello, Blake, The example was not updated when bigloo stopped placing symbolic links to the bigloo libraries in the top-level lib directory. Updating the Makefile so that
LIBFLAGS = -L$(LIBPATH) -lbigloogc-$(RELEASE) -lbigloo_s-$(RELEASE) -lbigloogc-$(RELEASE) $(EXTRALIBS) -lm should correct the build problem. Depending on how your system is configured, you may also need to add the bigloo lib directory to your library search path. On linux, I would use: LD_LIBRARY_PATH=/usr/local/lib/bigloo/4.4b. I hope that helps. Best Regards,Joseph Donaldson On Friday, March 26, 2021, 7:09:53 AM PDT, Blake McBride <blake1...@gmail.com> wrote: 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