octave Makefile says: BUILDDEPS = gcc
duh I thing gcc has to be assumed implicitly as a build dependency. The problem is the gsrc system insists on depending only on the gsrc version of gcc, which I don't want to bother making; it doesn't consider there may be another gcc already on the system. (Same problem with other dependencies.) The world is a better place with: BUILDDEPS =
