docs/known-issues.txt
changeset 1218 6e15a14224ef
parent 885 4653d6002d37
child 1280 46f27896bfc4
     1.1 --- a/docs/known-issues.txt	Sun Sep 28 21:35:44 2008 +0000
     1.2 +++ b/docs/known-issues.txt	Tue Mar 03 17:39:51 2009 +0000
     1.3 @@ -74,3 +74,19 @@
     1.4    Uninstall ccache.
     1.5  
     1.6  --------------------------------
     1.7 +Symptoms:
     1.8 +  The extract and/or path steps fail under cygwin.
     1.9 +
    1.10 +Explanations:
    1.11 +  This is not related to crosstool-NG. Mounts under Cygwin are by default not
    1.12 +  case-sensitive. You have to use so-called "managed" mounts. See:
    1.13 +  http://cygwin.com/faq.html section 4, question 32.
    1.14 +
    1.15 +Fix:
    1.16 +  Use "managed" mounts for the directories where you build *and* install your
    1.17 +  toolchains.
    1.18 +
    1.19 +Workaround:
    1.20 +  None.
    1.21 +
    1.22 +--------------------------------