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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d4a037cf6bd9491d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-27 06:26:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed.icl.net!newsfeed.fjserv.net!diablo.theplanet.net!newsfeed00.sul.t-online.de!t-online.de!news.task.gda.pl!not-for-mail From: domin Newsgroups: comp.lang.ada Subject: ncurses problem Date: Tue, 27 May 2003 15:26:39 +0200 Organization: CI TASK http://www.task.gda.pl Message-ID: NNTP-Posting-Host: domin.ds.pg.gda.pl Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8Bit X-Trace: korweta.task.gda.pl 1054041999 21057 213.192.78.226 (27 May 2003 13:26:39 GMT) X-Complaints-To: abuse@news.task.gda.pl NNTP-Posting-Date: Tue, 27 May 2003 13:26:39 +0000 (UTC) User-Agent: KNode/0.7.2 X-X-Jabber-Id: domin@jabber.gda.pl Xref: archiver1.google.com comp.lang.ada:37833 Date: 2003-05-27T15:26:39+02:00 List-Id: Hello. I'm beginner to Ada, I'm using GNAT on linux. Recently I have installed also AdaCurses-5.2-2 + runtime from rpm, but I can't make any program that uses it - compile is ok, but link fails: For example, attempt to make the hello2.adb: with Terminal_Interface.Curses; procedure Hello2 is pytanie: string := "Czy to dzia�a?"; begin Terminal_Interface.Curses.Init_Screen; null; end Hello2; returns the following error: bash-2.05b$ gnatmake hello2.adb gnatgcc -c hello2.adb gnatbind -x hello2.ali gnatlink hello2.ali b~hello2.o: In function `adainit': b~hello2.o(.text+0x80): undefined reference to `terminal_interface__curses___elabs' ./hello2.o: In function `_ada_hello2': ./hello2.o(.text+0x25): undefined reference to `terminal_interface__curses__init_screen' gnatmake: *** link failed. Does anyone know what can be wrong or what to do? Thanks in advance. -- domin ________________________________________________________________ "the things you own - own you" (c)papa roach