Re: [Plib-users] can't .configure examples.
Brought to you by:
sjbaker
From: Cameron L. <le...@sk...> - 2003-08-11 17:31:56
|
On Mon, Aug 11, 2003 at 09:17:23AM -0700, flashfyre wrote: > This is my 2nd time asking about this in the last few months...no useful > response last time. Would like to this this software work! > > Although I can install plib just fine, the: > > http://plib.sourceforge.net/dist/plib_examples-1.6.1.tar.gz > > ...fails .configure with the following message: > > [flashfyre@wombat plib_examples-1.6.1]$ ./configure > creating cache ./config.cache > configure: error: can not find install-sh or install.sh in . ./.. ./../.. > > This happens under both RedHat 9.0 and Mandrake 9.1 Yeah, some files were left out of the release. An automake install includes those files, so if you have automake installed, you can just copy them over: cd plib_examples-1.6.1 cp /usr/share/automake-1.4/config.sub . cp /usr/share/automake-1.4/config.guess . cp /usr/share/automake-1.4/install-sh . ./configure -- Cameron Lerch <le...@sk...> |