Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

xlink 15.0.0 issue with \\

erling_andersen
New Contributor I
314 Views

Note 

  xilink /LIBPATH:"\\roskilde\something" ...

seems to loose one of \ somewhere leading to a complete different meaning.

Version 13 does not seem to have that issue.

Documentation:

xilink /NODEFAULTLIB:libc /NODEFAULTLIB:libcmt /NODEFAULTLIB:libcmtd /NODEFAULTLIB:libmmt /NODEFAULTLIB:bufferoverflowu /DEF:bld\tommerup\final\default\intelc-15.0.0\def\mosekdll.def /dll /OUT:bld\tommerup\final\default\intelc-15.0.0\dll\unsigned-dll\mosek64_8_0.dll /MAP:bld\tommerup\final\default\intelc-15.0.0\dll\unsigned-dll\mosek64_8_0.map /LIBPATH:"Z:\mosekprj\dev\bld\tommerup/final/default/intelc-15.0.0/lib" /LIBPATH:"\\roskilde\public\windows\intel\Composer-XE-2015\mkl\lib\intel64" /LIBPATH:"\\roskilde\public\windows\intel\Composer-XE-2015\redist\intel64\mkl"

.....

/LIBPATH:\roskilde\public\windows\intel\Composer-XE-2015\mkl\lib\intel64           <-- ONLY ONE \ left

...

LINK : fatal error LNK1181: cannot open input file 'mkl_intel_lp64.lib'

0 Kudos
1 Reply
erling_andersen
New Contributor I
314 Views

Btw a workaround seems to be using // instead of \\.

0 Kudos
Reply