Compilar programas en Ubuntu
Algunas versiones de Ubuntu no vienen preparadas para poder compilar programas, esto produce que cuando queremos hacerlo dal el siguiente error:
root@op912545:~/c3po/ccid-1.1.0# ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i686-pc-linux-gnulibc1 checking host system type... i686-pc-linux-gnulibc1 checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
Para poder compilar basta con instalar el siguiente package:
# apt-get install build-essential
