Hello,
I want to read linker commands from a file by the option -T but there is a syntax error
ld:linkerCommands:1: syntax error
Called command is: icpc ... -TlinkerCommands
Where the file "linkerCommands" has the content "-L/myPath/" (only one line)
Do I need a special syntax in the file? Is it possible to write more then one command to the file?
Thank you very much.
icpc version 16.0.0 under RedHat 7.1