This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: final install problems


On Fri, Nov 02, 2001 at 04:36:54PM -0500, David Edelsohn wrote:
> >>>>> Joe Buck writes:
> 
> Joe> 1) if a known-good system, see if install exists in the standard
> Joe> place (/usr/ucb/install for Solaris and AIX, /usr/bin/install for
> Joe> BSD or GNU/Linux), if so assume it's OK.  The full path should be
> Joe> used, to avoid using the wrong install.
> 
> 	AIX /usr/ucb/install does meet GNU install requirements.  /usr/ucb
> is not good enough.

I was thinking along the lines of "for each install found in the user's
PATH, test to see if it works and understands the command line arguments
we need."  More reliable, and more in the spirit of autoconf.

(Do we use any switches other than -c and -m?)

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]