GNU compilers use -llib options to link with libs, is there something similar in icpc?
(I already have specified the -L option to add my lib in the search path).
GNU compilers use -llib options to link with libs, is there something similar in
Share
icpc, or any other compiler as far as I know, uses the same option to link libraries, so just use-llibwithicpcas well