Is there 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, CP
Just look at the actual gcc documentation. It's all explained there.
To summarize:
-l
option)-I
option)