Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...