On 12 Feb 2011, at 13:02, Andy Wingo wrote: >> When compiling guile from GIT or guile-1.9.1, libguile/Makefile just >> writes >> CC libguile_2.0_la-vm.lo >> What commands are processed? - For the compiler internal segmentation >> fault bugreport, I need to modify the gcc arguments (also getting the >> preprocessed vm.c). > > `make V=1'. See "silent-rules" in the automake manual.
This worked. Thanks.
