On Fri, Mar 03, 2000 at 11:26:41AM -0600, Erick Lemus wrote:
>
>
> Hi guys, I have a problem when i run ./configure in the ethereal package,
> Im
> running it under solaris 2.5.1, the display is as follows:
>
> perro% ./configure
> creating cache ./config.cache
> checking for a BSD compatible install... ./install-sh -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... ./configure: make: not found
> no
> checking for working aclocal... missing
> checking for working autoconf... missing
> checking for working automake... missing
> checking for working autoheader... missing
> checking for working makeinfo... missing
> checking host system type... sparc-sun-solaris2.5.1
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
>
>
> Would you help me please?
Do you have a C compiler on your Sun box? If so, it's not in your path.
If not, you can download gcc for Solaris from: http://smc.vnet.com/
There are installation instructions for Solaris packages on that web site.
--gilbert