diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2001-07-06 00:40:38 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2001-07-06 00:40:38 +0000 |
commit | a79001009bd36bdc67215e527c1fb4069644ce26 (patch) | |
tree | e32bfad23077a5fb0d337e3a5acdcb73c42c701a /winsup/doc | |
parent | 25c06979efce968960409c27e22aa2e906c84b2a (diff) | |
download | newlib-a79001009bd36bdc67215e527c1fb4069644ce26.zip newlib-a79001009bd36bdc67215e527c1fb4069644ce26.tar.gz newlib-a79001009bd36bdc67215e527c1fb4069644ce26.tar.bz2 |
New entry "Why doesn't Cygwin tcl/tk understand Cygwin paths?"
Diffstat (limited to 'winsup/doc')
-rw-r--r-- | winsup/doc/how-using.texinfo | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/doc/how-using.texinfo b/winsup/doc/how-using.texinfo index b449754..517b40a 100644 --- a/winsup/doc/how-using.texinfo +++ b/winsup/doc/how-using.texinfo @@ -629,3 +629,12 @@ There is a bug in the Win32 API function GetFreeDiskSpace that makes it return incorrect values for disks larger than 2 GB in size. Perhaps that may be your problem? +@subsection Why doesn't Cygwin tcl/tk understand Cygwin paths? + +The versions of Tcl/Tk distributed with Cygwin (e.g. cygtclsh80.exe) are +not actually "Cygwin versions" of those tools. They are built with the +@samp{-mno-cygwin} option to @code{gcc}, which means they do not +understand Cygwin mounts or symbolic links. + +See the entry "How do I convert between Windows and UNIX paths?" +elsewhere in this FAQ. |