On Sat 12 Feb 2011 12:30, Hans Aberg <[email protected]> writes: > 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. Andy -- http://wingolog.org/
