Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 5 Sep 2001 13:22:45 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Cc: stodghil AT cs DOT cornell DOT edu Subject: Re: gdb and Windows 2000 Message-ID: <20010905132245.A2399@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com, stodghil AT cs DOT cornell DOT edu References: <3B95B9ED DOT F135CA31 AT mindspring DOT com> <20010905102100 DOT B30380 AT cygbert DOT vinschen DOT de> <3B963855 DOT BC33FC71 AT mindspring DOT com> <20010905164653 DOT A9655 AT cygbert DOT vinschen DOT de> <3B965EDE DOT D91DECC AT mindspring DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3B965EDE.D91DECC@mindspring.com> User-Agent: Mutt/1.3.21i On Wed, Sep 05, 2001 at 10:20:30AM -0700, Michael Ubell wrote: >Aha! > >In trying to download and install the developers' version I managed to srew >things up enough to find the problem. I have: > >export PATH="$msvs\VC98\Bin":"$msvs\Common\MSDev98\Bin":"c:\Program Files\TCL\bin":$PATH > >in my .bashrc file. Having MSVC in the path before /usr/bin appears to be >a big no-no. !!! Having MS-DOS paths in your PATH is also a big no-no. There is no way that will work correctly. You're using a colon as both a separator and a disk introducer. Use posix paths just like you do on UNIX. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/