Be sure that gcc is in your path.
See if you can compile a test program, i.e.:
#include <stdio.h>
main()
{
printf("hello world\n");
}
Also check config.log
Matthew Dormer wrote...
> I am running 2 Sun Sparcstartions 1 SparcStation 4 and 1 SparcStation 5
> Both have the same config.
>
> Solaris 2.6
> Bash 2.02
> gcc 2.81
> make 3.76.1
>
> When I try a ./configure I get the following Error:
>
>
> loading cache ./config.cache
> checking host system type... sparc-sun-solaris2.6
> checking cached information... ok
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... no
> configure: error: installation or configuration problem: C compiler
> cannot create executables.
>
> Any Ideas???
>
> Matt
>
--
josh