Estou tentando instalar o Mylar.
As instruções informam que requer vários pré-requisitos:
Acredito que instalei os dois primeiros corretamente com o apt-get.
também libgmp-dev e libreadline-dev aparecem com "i" no aptitude, então acho que isso significa que eles foram instalados corretamente.
Tenho certeza de que a libpbc não está instalada corretamente.
Está disponível em:
Eu tentei usar o git para obtê-lo, e o git criou um diretório para ele, mas quando tento fazer ./configure nesse diretório, recebo:
./configure ./configure: line 2175: AM_INIT_AUTOMAKE: command not found ./configure: line 2180: LT_INIT: command not found ./configure: line 2212: AC_LIBTOOL_WIN32_DLL: command not found checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed ./configure: line 3038: AM_PROG_CC_C_O: command not found checking how to run the C preprocessor... gcc -E configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
e que claramente falta pelo menos um requisito.
Tags linux