views:

399

answers:

0

I am using the PVCS compiler in conjunction with Microsoft Visual Studio 2008 (a/k/a version 9.0).

In any event, we are using a “.inc” file to set up our makefiles.

The situation for linkflags is not good,

We need something like:

LINKFLAGS = /link /NODEFAULTLIB:MSVCRT.lib

If the “/link” part is removed, the flags are not seen or recognized at all, conversely, with it present, there are several compiler warnings triggered.

These warnings are of the form:

LINK : warning LNK4044: unrecognized option '/link'; ignored

Do you have any ideas?

Thanks in Advance, (-:

Thanks, Sincerely,

Joseph Marks