I\'m building an opensource project from source (CPP) in Linux. This is the order:
$CFLAGS=\"-g Wall\" CXXFLAGS=\"-g Wall\" ../trunk/configure --prefix=/some
Assume you want to hilight warning and error from build ouput:
make |& grep -E "warning|error"