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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.157.82 with SMTP id g79mr8320358ioe.28.1465074938484; Sat, 04 Jun 2016 14:15:38 -0700 (PDT) X-Received: by 10.157.56.116 with SMTP id r49mr126600otd.19.1465074938275; Sat, 04 Jun 2016 14:15:38 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!p34no2661715qgp.1!news-out.google.com!z5ni160qge.0!nntp.google.com!p34no2661710qgp.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 4 Jun 2016 14:15:37 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.30.72.240; posting-account=cXWDdgoAAAAvvNbposvp2MZa3w1kMJfx NNTP-Posting-Host: 69.30.72.240 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6b2b49bd-4b2f-4ca9-b4c7-16d0e5b36e05@googlegroups.com> Subject: Re: fyi, GNAT and SPARK GPL 2016 are out From: ogpual@gmail.com Injection-Date: Sat, 04 Jun 2016 21:15:38 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1746 X-Received-Body-CRC: 2045574410 Xref: news.eternal-september.org comp.lang.ada:30607 Date: 2016-06-04T14:15:37-07:00 List-Id: Can anyone explain why my Ocaml builds started failing when I installed thi= s new gnat release on linux mint? I think I understand that Ocaml uses gcc = and gnat needs a gcc that does Ada where it will get found on the path. Ho= wever gcc is a compiler collection, and a collection that renders all eleme= nts after the first useless is severely limited. Does the gnat gcc use a d= ifferent search strategy for libraries or such that befuddles Ocaml? Is th= ere any standard way to get the different typical uses of gcc to work like = they should?