Bug 8719 - Can't get 6.1 to build
Summary: Can't get 6.1 to build
Status: RESOLVED DUPLICATE of bug 8923
Alias: None
Product: gdb
Classification: Unclassified
Component: build (show other bugs)
Version: unknown
: P3 enhancement
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
: 8720 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-17 14:08 UTC by fossa
Modified: 2011-11-18 15:53 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***