On Wed, Apr 12, 2006 at 02:48:19PM +0200, Abdelrazak Younes wrote:
> Jean-Marc Lasgouttes a écrit :
> >>>>>>"Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
> >
> >Enrico> PATH_SEPARATOR is correctly set to ':' when running configure
> >Enrico> on Cygwin, and I suspect that it also is ':' on MSYS, but I am
> >Enrico> not sure as I don't have it installed.
> >
> >So PATH is a ':' separated list on msys? How does it represent disks,
> >then?
> 
> These paths are converted into /c/, /d/, etc. Ex:
> 
> PATH='.:/usr/local/bin:/mingw/bin:/bin:/c/Perl/bin/:/d/program/imagemagick-5.5.7-q16:/d/program/watcom/BINNT:/d/program/watcom/BINW:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/Program
>  
> Files/ATI Technologies/ATI Control Panel:/c/MATLAB7/bin/win32

Note that this can also be done on cygwin after

  mount -f C: /c
  mount -f D: /d
  ...

instead of using /cygdrive/c, /cygdrive/d, ...

-- 
Enrico

Reply via email to