bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI! - bash-5.0-alpha - on AIX 6.1 , with xlc as compiler


From: Michael
Subject: FYI! - bash-5.0-alpha - on AIX 6.1 , with xlc as compiler
Date: Wed, 19 Sep 2018 17:00:30 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

"rltty.c", line 398.1: 1506-485 (S) Parameter declaration list is
incompatible with declarator for rltty_warning.
make[1]: *** [Makefile:72: rltty.o] Error 1
make: *** [Makefile:663: lib/readline/libreadline.a] Error 1
/opt/bin/make returned an error

make -i compiles the rest of the files. Obviously, the final link is not
going to work. FYI: It says:

root@x066:[/data/prj/gnu/bash/bash-5.0-beta]make

          ***********************************************************
          *                                                         *
          * GNU bash, version 5.0.0(1)-beta (powerpc-ibm-aix6.1.7.0)
          *                                                         *
          ***********************************************************

rm -f bash
xlc_r -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob
-L./lib/tilde  -L./lib/sh   -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5  
-o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o 
dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o
flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o
unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o
arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o  list.o
stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o
xmalloc.o  -lbuiltins -lglob -lsh -lreadline -lhistory -lcurses -ltilde 
/opt/lib/libintl.a /opt/lib/libiconv.a  -ldl
ld: 0711-317 ERROR: Undefined symbol: .rl_tty_set_default_bindings
ld: 0711-317 ERROR: Undefined symbol: rl_prep_term_function
ld: 0711-317 ERROR: Undefined symbol: rl_deprep_term_function
ld: 0711-317 ERROR: Undefined symbol: .rl_restart_output
ld: 0711-317 ERROR: Undefined symbol: ._rl_restore_tty_signals
ld: 0711-317 ERROR: Undefined symbol: ._rl_disable_tty_signals
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]