error LNK1181: cannot open input file 'Files\Microsoft.obj'

Hi,

When I try to compile our software using pgf90 with MSMPI I get the following error message when it tries to link:

LINK : fatal error LNK1181: cannot open input file ‘Files\Microsoft.obj’
pgf90-Fatal-linker completed with exit code 1181

Is any of the paths incorrect? A missing quote perhaps?

Thanks
Tomasz

Tomasz,

Are you compiling from the command line or from within PVF?

It is a good guess that there may be a problem with an unquoted path. Check that you are quoting paths that contain spaces.

If you’re quoting all the paths that you can and the error still occurs, please add -v to the link line. Send the link command and its output to us so we can take a look.

What version of MSMPI are you using?

Annemarie