Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 Subject: Re: Bug: link.exe Date: Thu, 23 Dec 2004 10:25:32 -0800 Lines: 22 Message-ID: References: <41C9ED30 DOT 6000709 AT xilinx DOT com> <20041223093516 DOT GB317 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/