ali hagigat <hagigatali@xxxxxxxxx> writes: > I have copied part of Linux GCC man pages: > ----------------------------------------------------------------------------------------- > -nostdinc > Do not search the standard system directories for header > files. Only the > directories you have specified with -I options (and the > directory of the > current file, if appropriate) are searched. > ----------------------------------------------------------------------------------------- > What are the standard system directories for header files exactly? and > What are the standard system directories for libraries? Use gcc -v while compiling and linking to get the answer to both questions for your system. Ian