Re: Fwd: Re: [Mingw-users] Autoconf MSYS_PREFIX_HACK

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Bob Friesenhahn wrote:

> Dealing with Windows paths from the unixish environment is a real
> problem.  For my package, I use a home-brewed shell script which
> obtains the actual Windows path based on the Cygwin/MinGW mount and
> applies the desired amount of backslash escaping to survive any
> remaining configure script processing.

For Cygwin at least, isn't it a lot easier to just do something like

winpath="`cygpath -w "$unixpath"`"

than mess around parsing the output of mount and such?

Brian


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux