manpagez: man pages & more
info libtool
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

15.3.7.3 Cygwin/Windows File Name Conversion

Cygwin provides a Unix emulation environment for Windows. As part of that emulation, it provides a file system mapping that presents the Windows file system in a Unix-compatible manner. Cygwin also provides a utility cygpath that can be used to convert file names and paths between the two representations. In a correctly configured Cygwin installation, cygpath is always present, and is in the PATH.

Libtool uses cygpath to convert from Cygwin (Unix-style) file names and paths to Windows format when the build platform is Cygwin and the host platform is MinGW.

When the host platform is Cygwin, but the build platform is MSYS or some Unix system, libtool also uses cygpath to convert from Windows to Cygwin format (after first converting from the build platform format to Windows format; see see section Native MinGW File Name Conversion and see section Unix/Windows File Name Conversion). Because the build platform is not Cygwin, cygpath is not (and should not be) in the PATH. Therefore, in this configuration the environment variable LT_CYGPATH is required. See section LT_CYGPATH.


This document was generated on December 1, 2011 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.