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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!border2.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!goblin3!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: undefined symbol: z_errmsg Date: Thu, 1 Aug 2013 08:58:29 +0200 Organization: cbb software GmbH Message-ID: References: Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: IenaDxMXK2hi7fvYcb+MlQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 1490 Xref: number.nntp.dca.giganews.com comp.lang.ada:182786 Date: 2013-08-01T08:58:29+02:00 List-Id: 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