manuel-serrano / bigloo

a practical Scheme compiler
http://www-sop.inria.fr/indes/fp/Bigloo
Other
139 stars 20 forks source link

Building git version: problematic Makefile #7

Closed svenha closed 6 years ago

svenha commented 6 years ago

After changing comptime/Makefile, I was able to build a bigloo git version for the first time :-) Nice. Here is the broken line 483: -copt "$(EXTRA_LD_OPT) $(LDRPATHOPT)$(RPATH)" that led to this incorrect option in the make fullbootstrap step: -copt " /var/tmp/bigloo/lib/bigloo/4.3c " (Removing line 483 worked for me, but this is definitely not correct for all users.)

The following was reported before by another user, but still needs a fix: README.md contains fullboostrap-sans-log (should be: fullbootstrap-sans-log) and install-sans-doc (should be: install-sans-docs).

manuel-serrano commented 6 years ago

Thans for the fixes and thanks for pointing out the Makefile problem. I'm currently testing the fix. If everything goes well I will push the fix in a couple of minutes.