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 07:18:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.teledanmark.no!news.equant.no!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: ncurses problem Date: Tue, 27 May 2003 14:18:29 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1054045109 4035 129.241.83.78 (27 May 2003 14:18:29 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 27 May 2003 14:18:29 +0000 (UTC) User-Agent: slrn/0.9.7.4 (Linux) Xref: archiver1.google.com comp.lang.ada:37839 Date: 2003-05-27T14:18:29+00:00 List-Id: domin wrote: > 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: > [..] > Does anyone know what can be wrong or what to do? Do: gnatmake hello2 `adacurses-config` now the linker will get the information it needs. PS: Note that the "`" must not be "'". -- Preben Randhol http://www.pvv.org/~randhol/