Mail Archives: djgpp/1995/12/19/07:47:04
On Mon, 18 Dec 1995, Juergen Erhard wrote:
> I'm also one of those people who like to know the compiler (or
> whatever program I'm running) is doing its thing (or 'something').
>
> So what I'd like to have (much more than the go32 topline) is some
> progress indication... at best for gcc generally.
For gcc, it's possible: just use the (undocumented) -Q switch. It causes
the compiler to print the name of every function it compiles.
For other programs, it currently cannot be done. One problem is that
some of the info shown by GO32 is available in v2.0 only to the DPMI
host, and thus cannot be easily made for every DPMI host out there.
Btw, what would you do with any other compiler to see it's progress?
- Raw text -