According to edwin lin:
> I have problem with installation at Solaris 5.8. Here is what I did.
> 1. ./configure. It works. but with messages:
> checking for a BSD compatible install... ./install-sh -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> 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
> configuring ht://Dig version 3.1.5
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
> 2. So to use make, I set PATH=/usr/ccs/bin:/usr/xpg4/bin, export PATH.
> 3. make install-sh, it says install-sh up-to-date.
> 4. install, it says not install found. What should I do at this stage?

You need to set your PATH correctly and then rerun ./configure.  As it is,
the configure script never managed to finish the job, because it couldn't
find your compiler.  You need to let it find everything it needs before
you get usable Makefiles from it.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to