I downloaded chicken-2.6 from <a href="http://www.call-with-current-continuation.org/index.html">http://www.call-with-current-continuation.org/index.html</a> and compiled it with CMake-2.4.6. When making, the progress percentage showed more than 100%:
<br><br>... ...<br>[ 96%] Building C object CMakeFiles/libuchicken.dir/runtime.o<br>[ 98%] Building C object CMakeFiles/libuchicken.dir/match.o<br>[ 98%] Building C object CMakeFiles/libuchicken.dir/profiler.o<br>[ 98%] Building C object CMakeFiles/libuchicken.dir/scheduler.o
<br>[100%] Building C object CMakeFiles/libuchicken.dir/stub.o<br>[100%] Building C object CMakeFiles/libuchicken.dir/ueval.o<br>[100%] Building C object CMakeFiles/libuchicken.dir/uextras.o<br>[100%] Building C object CMakeFiles/libuchicken.dir/ulibrary.o
<br>[101%] Building C object CMakeFiles/libuchicken.dir/ulolevel.o<br>[101%] Building C object CMakeFiles/libuchicken.dir/uposixunix.o<br>/root/tmp/chicken-2.6/cmakebuild/uposixunix.c: In function 'f_5645':<br>/root/tmp/chicken-
2.6/cmakebuild/uposixunix.c:3591: warning: implicit declaration of function 'getpgid'<br>[101%] Building C object CMakeFiles/libuchicken.dir/uregex.o<br>[103%] Building C object CMakeFiles/libuchicken.dir/usrfi-1.o<br>[103%] Building C object CMakeFiles/libuchicken.dir/usrfi-
4.o<br>[103%] Building C object CMakeFiles/libuchicken.dir/usrfi-13.o<br>[104%] Building C object CMakeFiles/libuchicken.dir/usrfi-14.o<br>[104%] Building C object CMakeFiles/libuchicken.dir/usrfi-18.o<br>[104%] Building C object CMakeFiles/libuchicken.dir/utcp.o
<br>[106%] Building C object CMakeFiles/libuchicken.dir/uutils.o<br>Linking C shared library libuchicken.so<br>[113%] Built target libuchicken<br>... ...<br><br>Interesting :-)<br>