Re: [Plib-users] can't .configure examples.
Brought to you by:
sjbaker
From: flashfyre <fla...@us...> - 2003-08-11 20:24:19
|
Cameron Lerch wrote: > On Mon, Aug 11, 2003 at 09:17:23AM -0700, flashfyre wrote: > >>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 > Thanks it passes ./configure fine now. Am now having a problem compiling the examples and left a new message about that. |