This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug ada/47163] Failure building target-libada for MingW64


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]