Ciao a tutti.

Ho un problemino con la compilazione dei sorgenti:
premetto che la compilazione con l'emerge funziona
tranquillamente ma quando cerco di compilare qualche sorgente
a mano il ./configure di dice questo:

-bash: ./configure: /bin/sh: bad interpreter: Permission denied

se invece do sh configure il risultato è questo:

checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.

Mi sapreste aiutare?

Grazie