Build with gcc -Wall

The ./configure script figures out what compiler to use. If you wish to have it use gcc with -Wall, just run ./configure like the following:

sh ./configure --with-wall This will only fail on machines that use cc_r to compile mutlti-threaded applications.