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.137.137 with SMTP id w9mr2724767qat.6.1375341710983; Thu, 01 Aug 2013 00:21:50 -0700 (PDT) X-Received: by 10.50.49.11 with SMTP id q11mr716200ign.12.1375341698392; Thu, 01 Aug 2013 00:21:38 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border2.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!f7no371572qan.0!news-out.google.com!eb2ni32qab.0!nntp.google.com!fx3no390354qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 1 Aug 2013 00:21:37 -0700 (PDT) In-Reply-To: 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: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7ebc12ac-641d-4962-98a4-35a54b2eba45@googlegroups.com> Subject: Re: undefined symbol: z_errmsg From: Dwiki Injection-Date: Thu, 01 Aug 2013 07:21:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 2389 Xref: number.nntp.dca.giganews.com comp.lang.ada:182787 Date: 2013-08-01T00:21:37-07:00 List-Id: Pada Kamis, 01 Agustus 2013 13:58:29 UTC+7, Dmitry A. Kazakov menulis: > On Wed, 31 Jul 2013 23:21:51 -0700 (PDT), Dwiki wrote: > > > > > I am a beginner programmer in Ada, > > > > You are welcome! > > > > > I recently made a simple application with GtkAda, but when i execute it in another computer, it say > > > > > > "undefined symbol: z_errmsg" > > > > > > any clue? > > > > You cannot get this message executing any application, but a linker. > > Otherwise, if you mean building the application, then z_errmsg is from the > > zlib library which must be available when you link your project. You should > > say which OS and which version of GtkAda you use. > > > > -- > > Regards, > > Dmitry A. Kazakov > > http://www.dmitry-kazakov.de Hello Dmitry, thank you for being willing to discuss with me, i develop using version 2.14.1 gtkada and Ubuntu 8.04.4, 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? thanks