a me da un problema, tutto a posto lo script ma mi dice che nn può installarlo perchè manca bc.
Bene, l'ho scaricato, l'ho estratto e stavo iniziando a scrivere ./configure, poi make e poi make install; quando ho inviato ./configure mi ha dato questo errore riguardante LEX
codice:
[root@localhost bc-1.06]# ./configure
loadin cache ./config.cache
checking for a BSD copatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for minix/config.h... (cached) no
checking for flex... (cached) lex
checking for flex... (cached) lex
checking for yywrap in -ll... (cached) no
checking lex output file root... ./configure: line 1274: lex: command not found
configure: error: cannot find output from lex; giving up
[root@localhost bc-1.06]#
Come posso risolvere?
Uso Mandrake 10.1 RC1 e stavo loggato come root.