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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.ada Subject: Re: compiling GPS (aka GNAT Studio!) from source Date: Sat, 26 Oct 2019 17:10:38 -0700 Organization: None to speak of Message-ID: References: <03e7fc79-57e2-41a6-96de-1530bf2b5385@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: reader02.eternal-september.org; posting-host="a81003712e56c2310798229a9d42ce2b"; logging-data="22006"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+0R90quArHHsYaxGdkgIKf" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:c4+cRrUDvAFx5S225hw0eAVGR9k= sha1:ojDuvsZWhnvXpWziE8IgRPT2wRs= Xref: reader01.eternal-september.org comp.lang.ada:57351 Date: 2019-10-26T17:10:38-07:00 List-Id: Steve Johnson writes: > On Friday, October 25, 2019 at 12:12:57 PM UTC-7, Dmitry A. Kazakov wrote: >> >> I tried once and failed. If you manage, please post somewhere instructions. > > You might want to take a look at https://github.com/steve-cs/gnat-builder > > The README.md is out of date, but the Makefile should yield clues on > how I build gps and spark2014 from source on Ubuntu Bionic. It follows > fairly closely the READMEs from the AdaCore github repositories. > > Be careful as the default install directory is /usr/local and things > like "make release" will clear that (sudo rm -rf /usr/local/*) before > building, installing, and tar'ing up a release. "make -n release | less" > will let you see what is happening. Nuking /usr/local is *serious* bug. I certainly wouldn't run it on my system until that's fixed. -- Keith Thompson (The_Other_Keith) kst-u@mib.org Will write code for food. void Void(void) { Void(); } /* The recursive call of the void */