From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27423 invoked by alias); 2 Oct 2003 16:23:26 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 27416 invoked from network); 2 Oct 2003 16:23:26 -0000 Received: from unknown (HELO andrea.eurotel.sk) (194.154.230.74) by sources.redhat.com with SMTP; 2 Oct 2003 16:23:26 -0000 Received: from nezabudka ([195.91.57.54]) by andrea.eurotel.sk (8.12.8/8.12.8) with ESMTP id h92GNHUl016876 for ; Thu, 2 Oct 2003 18:23:21 +0200 Subject: Can not compile avrmon-stk200 From: Juraj To: "'insight@sources.redhat.com'" Content-Type: text/plain Organization: OM8ACE Message-Id: <1065111923.4116.6.camel@nezabudka> Mime-Version: 1.0 Date: Thu, 02 Oct 2003 16:23:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-q4/txt/msg00007.txt.bz2 Hi all, I have package avrmon-stk200-0.6.0. I need to compile host and target part of it, to use with avr-insight. When I try to compile Host part, like is written in INSTALL: $ cd host $ make gcc -O mon.c -o mon -lreadline /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `tgetnum' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `tgoto' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `tgetflag' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `BC' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `tputs' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `PC' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `tgetent' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `UP' /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so: undefined reference to `tgetstr' collect2: ld returned 1 exit status make: *** [mon] Error 1 $ In /usr/lib is symbilic link @libreadline.so and it is pointing to libreadline.so.4.3, which is in the same directory. What could be the problem ?? Thanks. Juraj.