This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb and Windows 2000


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]