%% "Art Haas" <[EMAIL PROTECTED]> writes: ah> Also, 'make' seems to be using much more memory than the 3.80 ah> version. I can run 'top' and see make using 70+ Megs of memory ah> when a GCC build is running, and in addition executing 'make ah> install' on a completed GCC build takes a long time to actually ah> begin installing things, where the older 'make' binary begins the ah> installation process very quickly. I'm running on ah> i586-pc-linux-gnu using Debian unstable, so the system make ah> installed as /usr/bin/make is Debian's 3.80-9 package.
I've just committed a fix to CVS for this problem. Make should once again be as fast as it was before (or at least not noticeably slower) and it shouldn't use significantly more memory than it used to. I'm still looking at how to fix the other problem you had (the internal error). Cheers! -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-make
