gdb and Windows 2000

Christopher Faylor cygwin@cygwin.com
Wed Sep 5 10:22:00 GMT 2001


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/



More information about the Cygwin mailing list