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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,8c8140767fe61fd6 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: Ada.Calendar not a predefined library unit Date: Thu, 13 Jan 2005 19:28:14 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1105628481.006538.254280@f14g2000cwb.googlegroups.com> <1799210.oYi5dOtS5T@linux1.krischik.com> NNTP-Posting-Host: host81-154-188-69.range81-154.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sparta.btinternet.com 1105644494 14971 81.154.188.69 (13 Jan 2005 19:28:14 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Thu, 13 Jan 2005 19:28:14 +0000 (UTC) In-Reply-To: <1799210.oYi5dOtS5T@linux1.krischik.com> X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) Xref: g2news1.google.com comp.lang.ada:7730 Date: 2005-01-13T19:28:14+00:00 List-Id: Martin Krischik wrote: > rahbert wrote: > > >>I'm building Ada from the GCC 3.4.3 sources under mingw using the >>3.4.2 binaries. The problem occurs during the step where the >>gnatlib is built. I don't see any available patch for this. >>Has anyone built this successfully? >> >>../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg a-calend.adb -o >>a-calend.o >>a-calend.adb:41:17: "Ada.Calendar" is not a predefined library unit >>make[5]: *** [a-calend.o] Error 1 >>make[5]: Leaving directory `/home/robert/gcc-obj/gcc/ada/rts' >>make[4]: *** [gnatlib] Error 2 >>make[4]: Leaving directory `/home/robert/gcc-obj/gcc/ada' >>make[3]: *** [gnatlib-shared-win32] Error 2 >>make[3]: Leaving directory `/home/robert/gcc-obj/gcc/ada' >>make[2]: *** [gnatlib-shared] Error 2 >>make[2]: Leaving directory `/home/robert/gcc-obj/gcc/ada' >>make[1]: *** [gnatlib-shared] Error 2 >>make[1]: Leaving directory `/home/robert/gcc-obj/mingw32/libada' >>make: *** [all-target-libada] Error 2 doesn't this need a "-a" option or something?..