Results 1 to 2 of 2
I know that gcc compiler use as first directories for finding header files and libs, /usr/include, /usr/lib ... . Also it take into account the env. variables C_INCLUDE_PATH, LIBARARY_PATH and ...
- 04-11-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 9
icc compiler
I know that gcc compiler use as first directories for finding header files and libs, /usr/include, /usr/lib ... . Also it take into account the env. variables C_INCLUDE_PATH, LIBARARY_PATH and LD_LIBRARY_PATH.
All above used and by other compilers as intel icc or has own folders and variables?
- 04-13-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Mostly, they should behave similarly. However, Intel's compiler may also look at other directories and/or environment variables. I don't know since I don't use their compilers. You should be able to find that information on their developer web site or in the compiler documentation.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote