comp.lang.ada
 help / color / mirror / Atom feed
From: Martin Krischik <krischik@users.sourceforge.net>
Subject: Re: gnat-gpl-2007: mlib-tgt problem
Date: Thu, 24 May 2007 18:18:28 +0200
Date: 2007-05-24T18:18:28+02:00	[thread overview]
Message-ID: <4278356.8QSobDa1J9@linux1.krischik.com> (raw)
In-Reply-To: 1180019110.056715.114290@w5g2000hsg.googlegroups.com

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



  reply	other threads:[~2007-05-24 16:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-24 15:05 gnat-gpl-2007: mlib-tgt problem george
2007-05-24 16:18 ` Martin Krischik [this message]
2007-05-24 20:17   ` george
2007-05-25 17:15     ` george
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox