[cfe-users] Simple code refuses to compile ...

Kim Gräsman kim.grasman at gmail.com
Wed Aug 5 02:35:02 PDT 2015


On Wed, Aug 5, 2015 at 11:24 AM, Mayuresh Kathe <mayuresh at kathe.in> wrote:
>
> No, I am not using MinGW/Cygwin, neither do I have Visual Studio installed.
> I tried the '-v' to see what happens (as suggested), and it threw back a
> whole lot of information which I could not understand.
>
> Is there any way to install "only" LINK.EXE?
> If yes, any particular place where I could look for the installable? MSDN!

No, I don't think Microsoft ship their linker separately.

Your best bet is probably to install Visual C++ Express.

You might be able to copy over isolated files from the install
directory (LINK.EXE and all its DLL dependencies), but that's not
likely to work very well.

- Kim



More information about the cfe-users mailing list