Link error

I have just install the PGI compiler and can compile files OK
However even for a very simply “hello.f90” program I get a linker error

PGI$ pgfortran hello.f90
LINK : fatal error LNK1104: cannot open file ‘libucrt.lib’

I’m sure ‘libucrt.lib’ is installed somewhere but how do I get PGI to reference it?

Thanks
David

hello,

talks about this, that it has to do a path not exactly right, after
a windows or VS 2015 update.

dave