From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,40509554d579e4f5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news1.google.com!news.germany.com!newsfeed01.sul.t-online.de!t-online.de!newsfeed.vmunix.org!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: GNAT on MinGW Date: Sat, 03 Mar 2007 10:09:39 +0000 Organization: Pushface Message-ID: References: <1172232426.5367.9.camel@localhost.localdomain> <6ify8xypj6.fsf@hod.lan.m-e-leypold.de> <45e540e5$1@news.post.ch> <45e67b0f$1@news.post.ch> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1172916580 14633 62.49.19.209 (3 Mar 2007 10:09:40 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 3 Mar 2007 10:09:40 +0000 (UTC) Cancel-Lock: sha1:FI1A3MZa9nxEJp9vypJ1aM5OOns= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (darwin) Xref: g2news2.google.com comp.lang.ada:9646 Date: 2007-03-03T10:09:39+00:00 List-Id: "Vo, Anh (US SSA)" writes: > I had a similar problem yesterday when it got to Ada rtl. The > problem was that cygwin did not handle soft link well compared to > say Linux. My fix was to delete all the soft links for Ada rtl > source files and replaced with the real files. Would it be possible to use cp instead of ln? (Does the config setup cope with this? If the make file says $(LN) that could be a place to start)