ts wrote:
> >>>>> "D" == Daniel Berger <Daniel.Berger / qwest.com> writes:
>
> >> which install
> D> /usr/sbin/install
>
>  and
>
>   ruby -rrbconfig -e 'p Config::CONFIG["INSTALL"]'
>
>  and in the directory ruby-1.8.4
>
>   ruby -ne 'print if /result.*install/' config.log
>
>  this is when configure, for ruby, run that it search an install
>  program
>
>
> Guy Decoux

Any more ideas?  Looks like a bug to me in the configure script
somewhere in the code that starts at line 3779.

Also, the comment about using "/usr/etc/install" for SunOS is bogus,
since there is no such file on any Solaris machine I've ever touched. I
see an install program in /etc and /usr/sbin and that's it.

Regards,

Dan