http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47163
--- Comment #1 from Victor K. <vityan at vityan dot sytes.net> 2011-01-04 05:17:03 UTC --- Forgot to mention about 5-th issue: Failure to copy adainclude/adalib libraries in MSYS. Caused by LN_S set to cp -p for MSYS and this command is not suitable to copy folder to folder(only suitable for files). To copy folders cp-pr should be used and this is fixed too in the attached patch. Affected file: gcc/ada/gcc-interface/Makefile.in