This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Trunk build problems


Hi,

Configure line (from config.log):

  $
/ubicom/toolchain/work/../src/readline/configure --host=i686-pc-cygwin32 --t
arget=ip2k-elf --prefix=/ubicom/ip2ktools --exec-prefix=/ubicom/ip2ktools/H-
i686-pc-cygwin32 --srcdir=/ubicom/toolchain/work/../src/readline --with-gcc-
version-trigger=/ubicom/toolchain/src/gcc/version.c --with-gnu-as --with-gnu
-ld --enable-gdbmi --cache-file=../config.cache

Linking messages:

gcc -shared  -o libreadline.so.4 readline.so vi_mode.so funmap.so keymaps.so
par
ens.so search.so rltty.so complete.so bind.so isearch.so display.so
signals.so u
til.so kill.so undo.so macro.so input.so callback.so terminal.so text.so
nls.so
misc.so xmalloc.so history.so histexpand.so histfile.so histsearch.so
shell.so m
butil.so tilde.so compat.so
display.so(.text+0x947): In function `rl_redisplay':
/ubicom/toolchain/src/readline/display.c:870: undefined reference to
`_tputs'
display.so(.text+0x1602): In function `update_line':
/ubicom/toolchain/src/readline/display.c:1265: undefined reference to
`_tputs'
display.so(.text+0x19b9): In function `_rl_move_cursor_relative':
/ubicom/toolchain/src/readline/display.c:1533: undefined reference to
`_tputs'
display.so(.text+0x1a31): In function `_rl_move_vert':
/ubicom/toolchain/src/readline/display.c:1633: undefined reference to
`_tputs'
display.so(.text+0x1a77):/ubicom/toolchain/src/readline/display.c:1649:
undefine
d reference to `_tputs'
display.so(.text+0x1f74):/ubicom/toolchain/src/readline/display.c:1866: more
und
efined references to `_tputs' follow
display.so(.text+0x2170): In function `insert_some_chars':
/ubicom/toolchain/src/readline/display.c:1920: undefined reference to
`_tgoto'
display.so(.text+0x2188):/ubicom/toolchain/src/readline/display.c:1921:
undefine
d reference to `_tputs'
display.so(.text+0x21f5): In function `delete_chars':
/ubicom/toolchain/src/readline/display.c:1970: undefined reference to
`_tputs'
display.so(.text+0x2223):/ubicom/toolchain/src/readline/display.c:1963:
undefine
d reference to `_tgoto'
display.so(.text+0x2237):/ubicom/toolchain/src/readline/display.c:1964:
undefine
d reference to `_tputs'
display.so(.text+0x2354): In function `cr':
/ubicom/toolchain/src/readline/display.c:2015: undefined reference to
`_tputs'
display.so(.text+0x2457): In function `_rl_redisplay_after_sigwinch':
/ubicom/toolchain/src/readline/display.c:2069: undefined reference to
`_tputs'
display.so(.text+0x2491):/ubicom/toolchain/src/readline/display.c:2081:
undefine
d reference to `_tputs'
display.so(.text+0x213b): In function `insert_some_chars':
/ubicom/toolchain/src/readline/display.c:1946: undefined reference to
`_tputs'
terminal.so(.text+0x132): In function `_rl_get_screen_size':
/ubicom/toolchain/src/readline/terminal.c:238: undefined reference to
`_tgetnum'

terminal.so(.text+0x191):/ubicom/toolchain/src/readline/terminal.c:225:
undefine
d reference to `_tgetnum'
terminal.so(.text+0x32b): In function `get_term_capabilities':
/ubicom/toolchain/src/readline/terminal.c:362: undefined reference to
`_tgetstr'

terminal.so(.text+0x42d): In function `_rl_init_terminal_io':
/ubicom/toolchain/src/readline/terminal.c:472: undefined reference to
`_tgetflag
'
terminal.so(.text+0x484):/ubicom/toolchain/src/readline/terminal.c:484:
undefine
d reference to `_tgetflag'
terminal.so(.text+0x4e8):/ubicom/toolchain/src/readline/terminal.c:501:
undefine
d reference to `_tgetflag'
terminal.so(.text+0x508):/ubicom/toolchain/src/readline/terminal.c:501:
undefine
d reference to `_tgetflag'
terminal.so(.text+0x6e3):/ubicom/toolchain/src/readline/terminal.c:411:
undefine
d reference to `_tgetent'
terminal.so(.text+0x915): In function `_rl_backspace':
/ubicom/toolchain/src/readline/terminal.c:586: undefined reference to
`_tputs'
terminal.so(.text+0xa10): In function `rl_ding':
/ubicom/toolchain/src/readline/terminal.c:624: undefined reference to
`_tputs'
terminal.so(.text+0xa64): In function `_rl_enable_meta_key':
/ubicom/toolchain/src/readline/terminal.c:650: undefined reference to
`_tputs'
terminal.so(.text+0xaa4): In function `_rl_control_keypad':
/ubicom/toolchain/src/readline/terminal.c:662: undefined reference to
`_tputs'
terminal.so(.text+0xb02): In function `_rl_set_cursor':
/ubicom/toolchain/src/readline/terminal.c:685: undefined reference to
`_tputs'
collect2: ld returned 1 exit status
make[1]: *** [libreadline.so.4] Error 1
make[1]: Leaving directory `/ubicom/toolchain/work/readline/shlib'
make: [shared] Error 2 (ignored)

Thanks

Nick

----- Original Message -----
From: "Elena Zannoni" <ezannoni@redhat.com>
To: <jafa@silicondust.com>
Sent: Monday, December 16, 2002 1:02 PM
Subject: Re: Trunk build problems


*This message was transferred with a trial version of CommuniGate(tm) Pro*
Nick Kelsey writes:
 > Hi guys,
 >
 > - Readline doesn't link under cygwin.
 >

Can you show the errors you get? Surely this is because of the new
readline import. Also the configure line, please.


Elena

 > My snapshot from about 2 weeks ago works fine - these are all new
problems.
 >
 > I am interested if these are known problems and under active
investigation.
 >
 > </gripe>
 >
 > Thanks
 >
 > Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]