What is the environment variable for GCC/G++ to look for .h files during compilation
- by michael
Hi,
Can you please tell me if there is an environment variable for GCC/G++ to look for .h files during compilation?
I google my question, there are people say LIBRARY_PATH, C_PATH, C_INCLUDE_PATH, CPLUS_PATH,
so which one is it?
Thank you.