Re: Problems installing on my DEC Alpha 4000

From: Daniel Stenberg <Daniel.Stenberg_at_frontec.se_at_hypermail-project.org>
Date: Wed, 17 Nov 1999 08:56:35 +0100 (MET)
Message-ID: <Pine.GSO.4.20.9911170849310.8841-200000_at_magnum>


On Tue, 16 Nov 1999, Kent Landfield wrote:

> > # make install
> > if [ ! -d /usr/local/bin ]; then mkdir /usr/local/bin; fi
> > install -s -c -m 0755 hypermail /usr/local/bin
> > *** Exit 2
> > Stop.
>
> Seems that 'install' is not working as it should. Could you send me a
> copy of the install manpage ? I'll see if I can correct it.

This is an appearant bug in the src/Makefile.in. In the configure script it does:

checking for a BSD compatible install... ./install-sh -c

so, then it should use "./install-sh -c" and not just 'install'...

The attached patch corrects the src/Makefile.in and should correct the problem for that particular makefile. The similar correction should be done in the other Makefile.ins too.

-- 
 Daniel Stenberg -- http://www.fts.frontec.se/~dast/
 You'll find my hypermail pages at http://www.fts.frontec.se/~dast/hypermail


Received on Wed 17 Nov 1999 09:57:29 AM GMT

This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:11 AM GMT GMT