Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#230 closed task (invalid)

libreadline.a not founded on compile bash

Reported by: yermandu Owned by: clfs-commits@…
Priority: major Milestone:
Component: BOOK Version: CLFS Standard GIT
Keywords: bash, readline, libreadline.a Cc:

Description

Im in compiling bash 4.0 on step http://cross-lfs.org/view/svn/x86/temp-system/bash.html

make[1]: Entering directory `/pub/clfs/sources/bash-4.0/builtins'
make[1]: `libbuiltins.a' is up to date.
make[1]: Leaving directory `/pub/clfs/sources/bash-4.0/builtins'
making lib/readline/libreadline.a in ./lib/readline
make[1]: Entering directory `/pub/clfs/sources/bash-4.0/lib/readline'
rm -f terminal.o
i586-pc-linux-gnu-gcc -c -DHAVE_CONFIG_H -DSHELL   -I. -I/pub/clfs/sources/bash-4.0 -I../.. -I../../lib  -g -O2 terminal.c
terminal.c: In function 'get_term_capabilities':
terminal.c:415: warning: assignment makes pointer from integer without a cast
terminal.c: In function '_rl_init_terminal_io':
terminal.c:498: error: 'PC' undeclared (first use in this function)
terminal.c:498: error: (Each undeclared identifier is reported only once
terminal.c:498: error: for each function it appears in.)
terminal.c:499: error: 'BC' undeclared (first use in this function)
terminal.c:500: error: 'UP' undeclared (first use in this function)
make[1]: *** [terminal.o] Error 1
make[1]: Leaving directory `/pub/clfs/sources/bash-4.0/lib/readline'
make: *** [lib/readline/libreadline.a] Error 1

I try create link in lib/readline/ and /tools/readline /tools, but still not work.

Att.

Attachments (1)

config.log.gz (27.7 KB ) - added by yermandu 15 years ago.

Download all attachments as: .zip

Change History (3)

by yermandu, 15 years ago

Attachment: config.log.gz added

comment:1 by Joe Ciccone, 15 years ago

Resolution: invalid
Status: newclosed

Check your environment, make sure you're using the right compiler and that your search paths are correct. If this is still an issue, see the support list.

Note: See TracTickets for help on using tickets.