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!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: link error AWS with SSL on debian 9 64 bit Date: Sat, 9 Sep 2017 12:13:41 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 9 Sep 2017 12:13:41 -0000 (UTC) Injection-Info: reader.eternal-september.org; posting-host="9cb63cb040c29a51669920369f0ce2a6"; logging-data="5823"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+pK/+UFFUkrMUk+2ynB4SV3WU27NIGDWo=" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:tuLWcqe/Bhmc1OvOk9ab6QQm0BY= Xref: news.eternal-september.org comp.lang.ada:47993 Date: 2017-09-09T12:13:41+00:00 List-Id: On Fri, 08 Sep 2017 21:53:56 -0400, David Thompson wrote: > On Mon, 28 Aug 2017 12:29:40 +0200, Björn Lundin > wrote: >> >> Building AWS itself works on both debians but using it does not work on >> debian 9 >> > > 1.1.0 changed this (long-out-of-date) name to TLS_method, although the > old name _should_ be available as a compatibility macro. Just to comment on this part : was "gcc -fdump-ada-spec" involved anywhere in this process? It doesn't translate macros, or didn't, or not very well, when I last used it (not on SSL but other projects). I created a separate package and hand-translated into it any macros I needed (as function calls or constants). Separate package is then "with/use"d alongside the auto- generated thin bindings. -- Brian