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,75aa6654ad701d51 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed01.chello.at!newsfeed02.chello.at!news.hispeed.ch.POSTED!not-for-mail Message-ID: <4278356.8QSobDa1J9@linux1.krischik.com> From: Martin Krischik Subject: Re: gnat-gpl-2007: mlib-tgt problem Newsgroups: comp.lang.ada Date: Thu, 24 May 2007 18:18:28 +0200 References: <1180019110.056715.114290@w5g2000hsg.googlegroups.com> User-Agent: KNode/0.10.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: abuse@hispeed.ch Organization: hispeed.ch NNTP-Posting-Host: 84.73.230.248 (84.73.230.248) NNTP-Posting-Date: Thu, 24 May 2007 19:00:02 +0200 X-Trace: cb6144655c492f1ec435d01738 Xref: g2news1.google.com comp.lang.ada:15916 Date: 2007-05-24T18:18:28+02:00 List-Id: george@gentoo.org wrote: > Hi all. > > A question to everybody who tried building gnat-gpl-2007 (from > source). I am hitting a problem when (seemingly) the lib is built: May I offer you a little extract from gnat.spec - the file I used to create GNAT/GPL for the GNAT Ada Project: if test "%{Gnat_edition_uppercase}" = "GPL"; then # # Strange Error in GNAT/GPL 2007 need even stranger fix # set +o errexit if ! %{__make}; then pushd "gcc/ada/tools"; %{__mv} mlib-tgt.adb mlib-tgt-specific.adb popd; set -o errexit %{__make}; fi; else %{__make}; fi; Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com