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.224.169.1 with SMTP id w1mr2992133qay.4.1375346576529; Thu, 01 Aug 2013 01:42:56 -0700 (PDT) X-Received: by 10.50.11.69 with SMTP id o5mr738311igb.13.1375346576479; Thu, 01 Aug 2013 01:42:56 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder02.blueworldhosting.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!fx3no396451qab.0!news-out.google.com!eb2ni32qab.0!nntp.google.com!fx3no396450qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 1 Aug 2013 01:42:56 -0700 (PDT) In-Reply-To: <17o4765xbexmg.1fautm38eh0o.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=159.245.48.2; posting-account=UaVslQkAAACVs7AM1tLAQ7VDC3JzDHQw NNTP-Posting-Host: 159.245.48.2 References: <7ebc12ac-641d-4962-98a4-35a54b2eba45@googlegroups.com> <17o4765xbexmg.1fautm38eh0o.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <34d6453d-fdd3-4a14-abd7-5819c044eff9@googlegroups.com> Subject: Re: undefined symbol: z_errmsg From: Dwiki Injection-Date: Thu, 01 Aug 2013 08:42:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 2585 Xref: news.eternal-september.org comp.lang.ada:16630 Date: 2013-08-01T01:42:56-07:00 List-Id: Pada Kamis, 01 Agustus 2013 15:14:09 UTC+7, Dmitry A. Kazakov menulis: > On Thu, 1 Aug 2013 00:21:37 -0700 (PDT), Dwiki wrote: > > > > > thank you for being willing to discuss with me, > > > i develop using version 2.14.1 gtkada and Ubuntu 8.04.4, > > > > 2.14 is very outdated (and unstable as well). The actual version is 3.4. > > The latest pre-packaged Linux version is 2.24. > > > > > but ive got to run my app in Ubuntu 10.4, > > > im using Ubuntu 8.04 because somebody already preapred the environment for > > > develop gtkaada, but my client using ubuntu 10.4. > > > what should i do then? > > > > I would suggest you upgrading to libgtkada2.24.1-dev (Debian's naming > > should be same for Ubuntu) first before anything else. > > > > When deploying your executable, note that it will depend on the binary > > package libgtkada2.24.1 (Debian). You will have to install this package > > (and the dependencies of) on the target. > > > > -- > > Regards, > > Dmitry A. Kazakov > > http://www.dmitry-kazakov.de thank you dmitry, ive read your reference to develop my app too. but before i upgrading my lilbgtk, might be it just im not build or install dependencies on the target correctly,can you suggest me a page to build and distribute gtkada application?? big thanks