It seems that the link to bigloo-4.2a.dmg is broken: ftp://ftp-sop.inria.fr/indes/fp/Bigloo/macosx/bigloo-4.2a.dmg
Besides this, I was not able to compile bigloo-4.2a from sources for the OS-X. Version 4.1a compiles normally. Here is the error message at the end of compilation: /Users/edu500ac/src/bigloo4.2a/bin/bigloo -no-hello -O3 -fcfa-arithmetic -q -lib-dir /Users/edu500ac/src/bigloo4.2a/lib/bigloo/4.2a -ld-relative -g -c afile/afile.scm -o afile/afile.o dyld: Library not loaded: /Users/edu500ac/bigloo/lib/bigloo/4.2a/libbigloo_s-4.2a.dylib Referenced from: /Users/edu500ac/src/bigloo4.2a/bin/bigloo Reason: image not found make[4]: *** [afile/afile.o] Trace/BPT trap: 5 make[3]: *** [boot] Error 2 make[2]: *** [boot-bde] Error 2 make[1]: *** [boot-c] Error 2 make: *** [boot] Error 2 Since the forbid library seems to have been generated, I copied it by hand to the appropriate location. Then the error changed to: make[4]: /Users/edu500ac/src/bigloo4.2a/bin/bglafile: No such file or directory make[4]: *** [.afile] Error 1 make[3]: *** [bigloo.plain] Error 2 make[2]: *** [bigloo] Error 2 make[1]: *** [boot-c] Error 2 make: *** [boot] Error 2 I hope you can solve these issues.
