[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
oops, = versus == bites again
From: |
Boris Dusek |
Subject: |
oops, = versus == bites again |
Date: |
Mon, 1 Nov 2010 13:14:00 +0100 |
On Nov 1, 2010, at 12:31 PM, Christopher Brannon wrote:
> they build, since Boris did such a wonderful job of cleaning up the
> compiler output. Here's how I build:
> autoreconf -i ; ./configure ; make 2>err > out&
thanks for the honorable mention :-) as an alternative, you can try "make V=0"
instead of "make 2>err > out&". That's what I use, since it provides good
balance between seeing the progress of the build and still seeing clearly any
compiler warnings and errors. But for non-sighted users, your command is best
since it outputs *only* the warnings and errors.