On 10-Feb-08, at 9:22 PM, Bradley Lucier wrote:
Marc:
I just built the current tree on MacOS X 10.4.11, using the default apple gcc-4.0.1, with the following commands:
91 21:08 make mostlyclean 92 21:09 ./configure CC='gcc -g' --enable-single-host 93 21:10 make
Then, under gdb, it crashed under startup
The problem is with lib/makefile which had missing dependencies. Now fixed in the repository.
If you encounter a problem like this it is always wise to do a "make clean" and a "make" to force the Gambit compiler to regenerate the C files.
Marc