[EMAIL PROTECTED] writes:

> I have download the wget file from sunsolve .com.  And i tried to
> compile and install but failed.  Can u give me some advice? Thanks.
> 
> The error messages are as below:
> 
> 
> "loading cache ./config.cache
> configuring for GNU Wget 1.6
> checking host system type... sparc-sun-solaris2.6
> checking whether make sets ${MAKE}... (cached) yes
> checking for a BSD compatible install... ./install-sh -c
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc  ) works... no
> configure: error: installation or configuration problem: C compiler cannot create 
>executables."

It looks like you have a misconfigured Gcc in your path.  Either
reinstall Gcc, or use the Sun's `cc' compiler (if you have it) with
`CC=cc ./configure'.

If it is the case that Gcc works for compiling other programs, you can
check out the output of `config.log' to see what went wrong.

Reply via email to