From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13676 invoked by alias); 17 Jun 2004 23:37:46 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 13517 invoked from network); 17 Jun 2004 23:37:44 -0000 Received: from unknown (HELO sssup.it) (193.205.80.99) by sourceware.org with SMTP; 17 Jun 2004 23:37:44 -0000 Received: from [150.146.37.63] (account b.modi@sssup.it) by sssup.it (CommuniGate Pro WebUser 4.1.8) with HTTP id 4454466 for gdb@sources.redhat.com; Fri, 18 Jun 2004 01:53:17 +0200 From: "Modi Banti" Subject: probelms with building gdb-6.1.1 To: gdb@sources.redhat.com Date: Thu, 17 Jun 2004 23:37:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Transfer-Encoding: 8bit X-SW-Source: 2004-06/txt/msg00193.txt.bz2 Hi all, I am trying to build gdb-6.1.1. I confiured it as ./configure --target=arm-elf --prefix=$HOME/ARM7 and then make all install I am getting following errors- can anybody please tell me how to get around this? I think I am missing some prequisite Library. does anybody any idea about this? and from where can i get this? Thanks and regards, Banti libgdb.a(tui.o)(.text+0x64c): In function `tui_enable': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui.c:377: undefined reference to `initscr32' libgdb.a(tui-io.o)(.text+0x154): In function `tui_puts': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:176: undefined reference to `w32addch' libgdb.a(tui-io.o)(.text+0x17c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:181: undefined reference to `getcury' libgdb.a(tui-io.o)(.text+0x18c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:181: undefined reference to `getcurx' libgdb.a(tui-io.o)(.text+0x268): In function `tui_redisplay_readline': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:225: undefined reference to `w32addch' libgdb.a(tui-io.o)(.text+0x270):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:226: undefined reference to `getcury' libgdb.a(tui-io.o)(.text+0x27c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:226: undefined reference to `getcurx' libgdb.a(tui-io.o)(.text+0x310):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:243: undefined reference to `w32addch' libgdb.a(tui-io.o)(.text+0x340):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:244: undefined reference to `w32addch' libgdb.a(tui-io.o)(.text+0x354):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:255: undefined reference to `getcury' libgdb.a(tui-io.o)(.text+0x35c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:255: undefined reference to `getcurx' libgdb.a(tui-io.o)(.text+0x394):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:261: undefined reference to `getcury' libgdb.a(tui-io.o)(.text+0x3a4):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:261: undefined reference to `getcurx' libgdb.a(tui-io.o)(.text+0x404):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:252: undefined reference to `getcury' libgdb.a(tui-io.o)(.text+0x414):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:252: undefined reference to `getcurx' libgdb.a(tui-io.o)(.text+0x434):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:238: undefined reference to `getcury' libgdb.a(tui-io.o)(.text+0x440):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:238: undefined reference to `getcurx' libgdb.a(tui-io.o)(.text+0xd7c): In function `tui_getc': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui-io.c:676: undefined reference to `w32addch' libgdb.a(tui-regs.o)(.text+0xa1c): In function `tui_display_register': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui-regs.c:534: undefined reference to `w32addch' libgdb.a(tui-win.o)(.text+0x118): In function `tui_update_variables': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:266: undefined reference to `acs32map' libgdb.a(tui-win.o)(.text+0x140):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:269: undefined reference to `acs32map' libgdb.a(tui-win.o)(.text+0x168):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:272: undefined reference to `acs32map' libgdb.a(tui-win.o)(.text+0x190):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:275: undefined reference to `acs32map' libgdb.a(tui-win.o)(.text+0x1bc):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:278: undefined reference to `acs32map' libgdb.a(tui-win.o)(.text+0x1c0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-win.c:278: more undefined references to `acs32map' follow libgdb.a(tui-wingeneral.o)(.text+0xf4): In function `box_win': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui-wingeneral.c:96: undefined reference to `w32attron' libgdb.a(tui-wingeneral.o)(.text+0x15c):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-wingeneral.c:103: undefined reference to `w32attroff' libgdb.a(tui-winsource.o)(.text+0x488): In function `tui_show_source_line': /users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:274: undefined reference to `getcury' libgdb.a(tui-winsource.o)(.text+0x490):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:274: undefined reference to `getcurx' libgdb.a(tui-winsource.o)(.text+0x4b0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:277: undefined reference to `w32addch' libgdb.a(tui-winsource.o)(.text+0x4b8):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:278: undefined reference to `getcury' libgdb.a(tui-winsource.o)(.text+0x4c0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:278: undefined reference to `getcurx' libgdb.a(tui-winsource.o)(.text+0x4e0):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:271: undefined reference to `w32attroff' libgdb.a(tui-winsource.o)(.text+0x4ec):/users/students/tesi10/gdb-6.1.1/gdb/tui/tui-winsource.c:266: undefined reference to `w32attron' collect2: ld returned 1 exit status make[1]: *** [gdb] Error 1 make[1]: Leaving directory `/users/students/tesi10/gdb-6.1.1/gdb' make: *** [all-gdb] Error 2