Bug 8719

Summary: Can't get 6.1 to build
Product: gdb Reporter: fossa
Component: buildAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED DUPLICATE    
Severity: enhancement CC: gdb-prs, sba, tromey
Priority: P3    
Version: unknown   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:

Description fossa 2004-04-17 14:08:00 UTC
[Converted from Gnats 1614]

Compiles everything.  Then when trying to make gdb it fails to find the following:  

rm -f gdb
gcc -g -O2       \
        -o gdb gdb.o libgdb.a \
           ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a  ../libiberty/libiberty.a      -ldl -lsocket -lnsl -lm -lncurses   -liconv  ../libiberty/libiberty.a
Undefined                       first referenced
 symbol                             in file
initscr32                           libgdb.a(tui.o)
w32attron                           libgdb.a(tui-wingeneral.o)
libintl_bindtextdomain              libgdb.a(main.o)
w32attroff                          libgdb.a(tui-wingeneral.o)
getcurx                             libgdb.a(tui-io.o)
getcury                             libgdb.a(tui-io.o)
libintl_gettext                     libgdb.a(main.o)
libintl_dgettext                    ../bfd/libbfd.a(bfd.o)
acs32map                            libgdb.a(tui-win.o)
w32addch                            libgdb.a(tui-io.o)
libintl_textdomain                  libgdb.a(main.o)
ld: fatal: Symbol referencing errors. No output written to gdb
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `gdb'
Current working directory /export/home/staff/fossa/gdb/gdb-6.1/gdb
*** Error code 1
make: Fatal error: Command failed for target `all-gdb'

Release:
unknown

Environment:
Solaris 9, gcc version 3.2.3

How-To-Repeat:
run
./configure
make
Comment 1 Tom Tromey 2009-08-07 00:07:35 UTC
*** Bug 8720 has been marked as a duplicate of this bug. ***
Comment 2 Tom Tromey 2011-11-18 15:53:44 UTC
Looks like a duplicate.

*** This bug has been marked as a duplicate of bug 8923 ***