On Sat, Apr 29, 2000 at 10:34:15PM -0400, Rick Scott wrote:
> It looks like we have had over 80 downloads of the experimental 0.90.1,
> and not a single "works for me" or "it sucks". So does it
> configure/build for people or what????
On HP-UX 10.20 and 11.00:
% ./configure
creating cache ./config.cache
configure: error: can not find install-sh or install.sh in . ./.. ./../..
Setup failed. Exiting.
% cp -p test/install-sh .
% ./configure
creating cache ./config.cache
checking host system type... configure: error: can not run /bin/sh
./config.sub
Setup failed. Exiting.
% cp -p test/config.sub .
creating cache ./config.cache
checking host system type... /bin/sh: ./config.guess: not found.
configure: error: can not guess host type; you must specify one
Setup failed. Exiting.
% cp -p test/config.guess .
checking for ranlib... ranlib
checking for strip... strip
updating cache ./config.cache
/bin/sh: ./ltconfig: not found.
configure: error: libtool configure failed
Setup failed. Exiting.
I had to set ac_aux_dir=test in configure to shut all the errors up.
--
albert chin ([EMAIL PROTECTED])