Installing Nessus on Solaris 10

I get the folliowin error when I run ./configure loading cache ./config.cachechecking for gcc... (cached) gccchecking whether the C compiler (gcc ) works... noconfigure: error: installation or configuration problem: C compiler cannot create executables.
[295 byte] By [D_souza] at [2007-11-25 23:38:38]
# 1
http://alanpae.tripod.comsitemaphow to compile c code
alan_pae at 2007-7-5 18:22:27 > top of Java-index,General,Talk to the Sysop...
# 2
Apparently I read through the link. I have checked my path and also reinstalled gcc package form sunfreeware. I believe there are some issues with the the header. I keep getting the same errors.
D_souza at 2007-7-5 18:22:27 > top of Java-index,General,Talk to the Sysop...
# 3

> 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

Darren_Dunham at 2007-7-5 18:22:27 > top of Java-index,General,Talk to the Sysop...