Hello,
I am using MVS 2015 Community with Intel Parallel studio 2017. When I compiled my Fortran code, I got the following error.
Link: error #10037: could not find 'link'
I tried with the following simple code and I got the same error.
program testprog
write(*,*) 'its working'
end program testprog
Could you please, explain how to fix this error?
Regards