On 8 Jan 2010, at 16:53, Greg Ercolano wrote: > I believe that means it tried to run "/bin/install" and could not > find > the executable.
Although, if his Msys installation is correct, he ought to have "install" installed (though in practice I think it is just a wrapper for cp in practice...) > > in which case you can probably find where it is with: > > which install Oddly, that didn't used to work (though it ought to nowadays) - the Msys guys had an implementation of "install", for example, but no implementation of "which". I know I posted a patch, back in the day, which I think is now in by default, to create a shell script called "which" that simply does a "type -p" - the output from that looks a lot like "which" for most simple cases... _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

