add "cygwish80.exe" to list of tcl/tk apps that do not understand paths
This commit is contained in:
parent
d5ded091b6
commit
3d27e4aaa5
|
@ -682,10 +682,10 @@ Perhaps that may be your problem?
|
||||||
|
|
||||||
@subsection Why doesn't Cygwin tcl/tk understand Cygwin paths?
|
@subsection Why doesn't Cygwin tcl/tk understand Cygwin paths?
|
||||||
|
|
||||||
The versions of Tcl/Tk distributed with Cygwin (e.g. cygtclsh80.exe) are
|
The versions of Tcl/Tk distributed with Cygwin (e.g. cygtclsh80.exe,
|
||||||
not actually "Cygwin versions" of those tools. They are built with the
|
cygwish80.exe) are not actually "Cygwin versions" of those tools.
|
||||||
@samp{-mno-cygwin} option to @code{gcc}, which means they do not
|
They are built with the @samp{-mno-cygwin} option to @code{gcc}, which
|
||||||
understand Cygwin mounts or symbolic links.
|
means they do not understand Cygwin mounts or symbolic links.
|
||||||
|
|
||||||
See the entry "How do I convert between Windows and UNIX paths?"
|
See the entry "How do I convert between Windows and UNIX paths?"
|
||||||
elsewhere in this FAQ.
|
elsewhere in this FAQ.
|
||||||
|
|
Loading…
Reference in New Issue