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).
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.
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 themake 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).