Bug: link.exe

Shankar Unni shankarunni@netscape.net
Thu Dec 23 18:25:00 GMT 2004


Corinna Vinschen wrote:

> The link tool is installed by default on Linux as well.

Well, no one uses VC++ on Linux :-). But this is a problem with other 
tools as well (e.g. the gcc distribution included gcj and a bastard 
"jar" command for a while, till Gerrit (fortunately) axed it).

Just make sure that your VC++ directories are at the *front* of your 
PATH. If necessary, do the change in the Makefile itself:

VSHOME:=/cygdrive/c/Program Files/Microsoft Visual Studio .NET 2003
VCHOME:=$(VSHOME)/vc7
VCCOMMON:=$(VSHOME)/Common7

PATH := $(VCHOME)/bin:$(VCCOMMON)/IDE:$(VCCOMMON)/Tools:$(VSHOME):$(PATH)

# That's one line above, for the PATH setting - the mailer may break
# it up..

And now you can safely rely on picking up the VC++ tools in preference 
to any similarly named cygwin tools.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list