Re: Windows/Posix path conversion fails on extra mount points

2015-02-10 Thread Thomas Wolff
Am 10.02.2015 um 10:25 schrieb Corinna Vinschen: On Feb 9 21:47, Thomas Wolff wrote: Am 09.02.2015 um 10:18 schrieb Corinna Vinschen: On Feb 9 00:04, Thomas Wolff wrote: cygwin_create_path (CCP_WIN_A_TO_POSIX, "C:/cygwin/lib") -> "/usr/lib" This is the correct directory, however, only by mea

Re: Windows/Posix path conversion fails on extra mount points

2015-02-10 Thread Corinna Vinschen
On Feb 9 21:47, Thomas Wolff wrote: > Am 09.02.2015 um 10:18 schrieb Corinna Vinschen: > >On Feb 9 00:04, Thomas Wolff wrote: > >>cygwin_create_path (CCP_WIN_A_TO_POSIX, "C:/cygwin/lib") -> "/usr/lib" > >>This is the correct directory, however, only by means of the extra mount > >>point > >>of /u

Re: Windows/Posix path conversion fails on extra mount points

2015-02-09 Thread Thomas Wolff
Am 09.02.2015 um 10:18 schrieb Corinna Vinschen: On Feb 9 00:04, Thomas Wolff wrote: cygwin_create_path (CCP_WIN_A_TO_POSIX, "C:/cygwin/lib") -> "/usr/lib" This is the correct directory, however, only by means of the extra mount point of /usr/lib; I think the result should rather be the likewis

Re: Windows/Posix path conversion fails on extra mount points

2015-02-09 Thread Corinna Vinschen
On Feb 9 00:04, Thomas Wolff wrote: > cygwin_create_path (CCP_WIN_A_TO_POSIX, "C:/cygwin/lib") -> "/usr/lib" > This is the correct directory, however, only by means of the extra mount > point > of /usr/lib; I think the result should rather be the likewise correct > but more intuitive "/lib". > The

Windows/Posix path conversion fails on extra mount points

2015-02-08 Thread Thomas Wolff
cygwin_create_path (CCP_WIN_A_TO_POSIX, "C:/cygwin/lib") -> "/usr/lib" This is the correct directory, however, only by means of the extra mount point of /usr/lib; I think the result should rather be the likewise correct but more intuitive "/lib". There is software that’s getting confused by this