This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Where are standard system directories?


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]