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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d4a037cf6bd9491d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-27 06:30:33 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!fu-berlin.de!uni-berlin.de!213.200.246.247!not-for-mail From: Vinzent Hoefler Newsgroups: comp.lang.ada Subject: Re: ncurses problem Date: Tue, 27 May 2003 15:29:19 +0200 Organization: JeLlyFish software Message-ID: References: NNTP-Posting-Host: 213.200.246.247 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: fu-berlin.de 1054042231 4250948 213.200.246.247 (16 [175126]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:37834 Date: 2003-05-27T15:29:19+02:00 List-Id: domin wrote: >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' You have to specify where gnatlink can find the ncurses library. Look for the -I command line switch. Vinzent.