Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "John M. Aldrich" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Various Questions for DJGPP Date: Sun, 3 May 1998 09:29:41 -0700 Message-ID: <19980503162926.AAH13143@ppp118.cartsys.com> Precedence: bulk At 01:29 5/2/1998 -0400, John M. Aldrich wrote: >> 2) How does one disable the "Time in ..." messages that the >> compiler displays. I'm sure they are valuable for profiling >> and optimization but I would just like to see any warning >> or error messages without undue scrolling. > >"Time in..."? I don't know what that message is; I've never seen it >when I compile. Could you post a capture (as above) that shows the >messages? These are printed when `cc1' does not get the `-quiet' flag. However, if you have a normal installation, `-quiet' should be passed by default. Unless you compile with the `-Q' option to `gcc', whose purpose is to enable these statistics, they shouldn't be printed. Run `gcc -v' and see where it says the `specs' file is coming from. Also consider that it may be corrupted. Nate Eldredge nate AT cartsys DOT com