delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
To: | cygwin AT cygwin DOT com |
From: | Shankar Unni <shankarunni AT netscape DOT net> |
Subject: | Re: Bug: link.exe |
Date: | Thu, 23 Dec 2004 10:25:32 -0800 |
Lines: | 22 |
Message-ID: | <cqf2it$r34$1@sea.gmane.org> |
References: | <41C9ED30 DOT 6000709 AT xilinx DOT com> <20041223093516 DOT GB317 AT cygbert DOT vinschen DOT de> |
Mime-Version: | 1.0 |
X-Complaints-To: | usenet AT sea DOT gmane DOT org |
X-Gmane-NNTP-Posting-Host: | adsl-68-120-146-125.dsl.snfc21.pacbell.net |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041201 Thunderbird/1.0RC1 Mnenhy/0.7 |
In-Reply-To: | <20041223093516.GB317@cygbert.vinschen.de> |
X-IsSubscribed: | yes |
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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |