Ethereal-dev: Re: [Ethereal-dev] First time trying to install on Solaris 2.6--Problem

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxx>
Date: Mon, 28 Jan 2002 10:39:10 -0600
On Mon, 28 Jan 2002 10:20:24 Gilbert Ramirez wrote:
> On Mon, 28 Jan 2002 10:01:28 Rajiv Dhawale wrote:
> > # ./configure
> > loading 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.6
> > checking for gcc... no
> > checking for cc... no
> > configure: error: no acceptable cc found in $PATH
> > # 
> > 
> 
> It appears that you have no C compiler on your system; or your
> PATH setting doesn't include the directory to the C compiler.
> 

And I also see that you're missing 'make'; you'll definitely
need 'make' and a C compiler if you want to build ethereal
from source code.

--gilbert