2011/4/5 Arnaud Charlet <char...@adacore.com>:
>> as described in PR, there is a failure to copy adainclude/adalib
>> libraries in MSYS.
>
> The PR does not give any details as to what exact error message you are
> getting, at which step, and what Makefile rule/line is causing this behavior.
>
> I'm surprised by LN_S is used to link directories,this looks unexpected to
> me at first sight, and first needs to be investigateed/clarified before
> deciding on a proper fix.
>
> Arno
>

Hmm, AFAICS is in Mafile.in the following line present:

# Copy target independent sources
        $(foreach f,$(ADA_INCLUDE_SRCS) $(LIBGNAT_SRCS), \
          $(LN_S) $(fsrcpfx)ada/$(f) $(RTSDIR) ;) true

which seems to me the cause for this patch.

Kai

Reply via email to