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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,fc2b5af8782d4ca3 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.18.199 with SMTP id x7mr727727qaa.1.1361509017860; Thu, 21 Feb 2013 20:56:57 -0800 (PST) X-Received: by 10.49.85.233 with SMTP id k9mr22454qez.41.1361509017765; Thu, 21 Feb 2013 20:56:57 -0800 (PST) Path: t2ni671qaj.0!nntp.google.com!dd2no1989129qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 21 Feb 2013 20:56:57 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.242; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO NNTP-Posting-Host: 70.53.16.242 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <18258f40-f19e-4bad-ac95-0c22a9629e15@googlegroups.com> Subject: Re: can one make a static build Ada+GUI GTK application? From: Patrick Cc: nma@12000.org Injection-Date: Fri, 22 Feb 2013 04:56:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-02-21T20:56:57-08:00 List-Id: Hi Nasser Have you looked at FLTK? It's statically linked by default. It's C++ so there is going to be some work to get it to work with Ada.