Ludovic Courtès wrote: > However, why do you have -Wall in CPPFLAGS, instead of CFLAGS, in the > first place? :-)
Because CPPFLAGS=-Wall is shorter to type than CFLAGS="-g -O2 -Wall", and I know that -Wall has no effect when linking a program or library. Bruno -- In memoriam Sophie Scholl <http://en.wikipedia.org/wiki/Sophie_Scholl>
