Hi Carl, carl <[email protected]> writes:
> 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 = I agree 100%. I'll claim that that was there since before I began maintaining GSRC! I avoid putting gcc and binutils as build deps because, you're right, 99% of the packages require those. Anyway, I'll fix it. -brandon
