[Freeciv] Re: Configure script
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, 01 Dec 1999, James L S Neave wrote:
> I recently, by accident, deleted my version of freeciv (1.8.0) and am
> attempting to compile 1.9.0, but ./configure returns
>
> ./configure: Command not found
>
> I'm in the right directory, and it just doesn't run, can anybody help?
Does /bin/sh exist? Retarded question, I know.. but some systems it only
exists in /usr/bin/sh or some stupidness.
Try running the configure script through sh as follows:
[habauer@smack freeciv-1.9.0]$ which sh
/bin/sh
[habauer@smack freeciv-1.9.0]$ /bin/sh ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
[...]
If that doesn't work, try "bash" instead of "sh".
- Henry Bauer
|
|