From: "Nick Kelsey" <nickk@ubicom.com>
To: "Elena Zannoni" <ezannoni@redhat.com>
Cc: <gdb@sources.redhat.com>
Subject: Re: Trunk build problems
Date: Mon, 16 Dec 2002 13:12:00 -0000 [thread overview]
Message-ID: <0c4501c2a547$d7cccee0$f601a8c0@nkelseyxp> (raw)
In-Reply-To: <redirect-4840171@silicondust.com>
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
next prev parent reply other threads:[~2002-12-16 21:12 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-16 12:36 Nick Kelsey
2002-12-16 12:41 ` Daniel Jacobowitz
2002-12-16 12:59 ` Elena Zannoni
2002-12-16 13:01 ` Andrew Cagney
2002-12-16 13:18 ` DJ Delorie
2002-12-22 23:43 ` Nathanael Nerode
[not found] ` <redirect-4840171@silicondust.com>
2002-12-16 13:12 ` Nick Kelsey [this message]
2002-12-16 19:22 ` Christopher Faylor
2002-12-16 17:58 ` Christopher Faylor
2002-12-16 18:06 ` Christopher Faylor
[not found] <redirect-4840161@silicondust.com>
2002-12-18 19:21 ` Nick Kelsey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='0c4501c2a547$d7cccee0$f601a8c0@nkelseyxp' \
--to=nickk@ubicom.com \
--cc=ezannoni@redhat.com \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox