Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* probelms with building gdb-6.1.1
@ 2004-06-17 23:37 Modi Banti
  2004-06-18  0:59 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Modi Banti @ 2004-06-17 23:37 UTC (permalink / raw)
  To: gdb


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: probelms with building gdb-6.1.1
  2004-06-17 23:37 probelms with building gdb-6.1.1 Modi Banti
@ 2004-06-18  0:59 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2004-06-18  0:59 UTC (permalink / raw)
  To: Modi Banti; +Cc: gdb

On Fri, Jun 18, 2004 at 01:53:17AM +0200, Modi Banti wrote:
> 
> 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?

Try saying --disable-tui.  What host system is this?  The configure
script thinks you have an acceptable curses library, but obviously you
don't.

-- 
Daniel Jacobowitz


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-18  0:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-17 23:37 probelms with building gdb-6.1.1 Modi Banti
2004-06-18  0:59 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox