Problemas En Linux

Buenas, queria saber si pudieran ayudarme , estoy instalando las librerias de linux. Hace demasiado tiempo que no toco el tema de compilación. Solo tengo problemas con las librerias.

Hasta ahi todo en orden:

wget http://download.dre…CE-6.0.0.tar.gz

tar xvzf ACE-6.0.0.tar.gz

cd ACE_wrappers/

mkdir build

cd build

Luego cuando toca la parte:

Method 1: Systemwide installation

[SIZE=12px][FONT=sans-serif]Recommended method. This will install ACE for all users of the machine. It will build the library as a user without any specific privileges, and then install it into /usr/local as root (the superuser).[/FONT][/SIZE]

…/configure --disable-ssl

make

sudo make install

Me da el error que muestro abajo al poner el “make”

root@*********:~# cd ACE_wrappers/

root@*********:~/ACE_wrappers# cd build

root@*********:~/ACE_wrappers/build# make

make: *** No targets specified and no makefile found. Stop.

root@*******:~/ACE_wrappers/build#

Si pudieran ayudarme se los agradeceria.

Saludos

Antes de hacer make, has ejecutado

[FONT=helvetica]../configure --disable-ssl[/FONT][FONT=helvetica][/CODE][/FONT]