Конфигурация:
Код: Выделить всё
./configure --prefix= --build=i686-pc-linux-gnu --with-curses
Код: Выделить всё
connor41@connor41-Aspire-E1-521 ~/Загрузки/bash-4.4 $ make
***********************************************************
* *
* GNU bash, version 4.4.0(1)-release (i686-pc-linux-gnu)
* *
***********************************************************
rm -f bash
gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/malloc -L./lib/sh -rdynamic -g -O2 -Wno-parentheses -Wno-format-security -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 -lmalloc -ldl
/usr/bin/ld: cannot find -lcurses
./lib/sh/libsh.a(tmpfile.o): In function `sh_mktmpname':
/home/connor41/Загрузки/bash-4.4/lib/sh/tmpfile.c:152: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: error: ld returned 1 exit status
Makefile:572: ошибка выполнения рецепта для цели «bash»
make: *** [bash] Ошибка 1
