Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14604 > unrolled thread
| Started by | Michael <aixtools@felt.demon.nl> |
|---|---|
| First post | 2018-09-19 17:00 +0200 |
| Last post | 2018-09-19 17:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
FYI! - bash-5.0-alpha - on AIX 6.1 , with xlc as compiler Michael <aixtools@felt.demon.nl> - 2018-09-19 17:00 +0200
| From | Michael <aixtools@felt.demon.nl> |
|---|---|
| Date | 2018-09-19 17:00 +0200 |
| Subject | FYI! - bash-5.0-alpha - on AIX 6.1 , with xlc as compiler |
| Message-ID | <mailman.987.1537369264.1284.bug-bash@gnu.org> |
[Multipart message — attachments visible in raw view] — view raw
"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.
Back to top | Article view | gnu.bash.bug
csiph-web