> I get the folliowin error when I run ./configure
>
> loading cache ./config.cache
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc ) works... no
> configure: error: installation or configuration
> problem: C compiler cannot create executables.
Could be any number of things. Normally configure will create a 'config.log' file with the exact source and compilation line used along with any output from the compiler. Without that information it's difficult to guess.
--
Darren