gcc -W -Wall -Wshadow -O -g -I/usr/local/include -D_FILE_OFFSET_BITS=64

This will be used to compile .c files.

On 32-bit Linux, to allow access to files 2GB and larger, make sure 
-D_FILE_OFFSET_BITS=64 is at the end of the first line above.
