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!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: GNAT GPL 2016 on Debian Jessie Date: Mon, 11 Jul 2016 15:50:22 +0100 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="9627cd948fe47a1e33ddb21cdd8ab4b0"; logging-data="7953"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18aYWAZOZ/GfcVT9kTSsyJCpdRSdOReGLs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:qTC9nOQEn6hXsRVJqAwemcsYpTo= sha1:b73+HBS2LWHmGFeb3dQb1N6aarA= Xref: news.eternal-september.org comp.lang.ada:31057 Date: 2016-07-11T15:50:22+01:00 List-Id: I have 64-bit Debian Jessie (running under VMware Fusion). I installed GNAT GPL 2016 (for experiments) and now find that gprbuild can't find any compilers. This is because gprconfig can't find any compilers: $ gprconfig No compilers found for target i686-pc-linux-gnu gprconfig knows about the 2016 compiler, $ gprconfig --show-targets List of targets supported by a compiler: arm-eabi x86_64-pc-linux-gnu x86_64-linux-gnu (the first x86_64 compiler is the GNAT GPL one, the other is jessie's). I can work round this to an extent by setting up a default.cgpr, or perhaps I could modify my GPRs; but, has anyone else got this setup working out of the box?