Skip to main content
Topic: Problem with compiling Simutrans: install-sh not found (Read 2736 times) previous topic - next topic

Problem with compiling Simutrans: install-sh not found

I wanted to compile Simutrans to test some patches. So I downloaded the src-Files from sourceforge. I extracted them into a new directory and started compiling by "./configure". This it was the commandline says:
Quote
configure: error: cannot find install-sh or install.sh in misc "."/misc
.

I looked for a directory called "misc" in my compiling-directory but: It is neither in the downloaded src-File nor in my directory.

Do I have to write the install-sh by myself?

Thanks for help.
world is like a parachute: it works better when it's open
whenever you feel lost and alone, always remember your calculator is something you can count on
pak96.comic addons

Re: Problem with compiling Simutrans: install-sh not found

Reply #1
Try it :

$ sudo updatedb
$ locate install-sh
/usr/lib/python2.6/config/install-sh
/usr/share/aclocal-1.10/install-sh.m4
/usr/share/automake/install-sh
/usr/share/automake-1.10/install-sh
/usr/share/automake-1.4/install-sh
/usr/share/doc/libxerces-c2-dev/examples/install-sh
/usr/share/icu/3.8.1/install-sh
/usr/share/libtool/config/install-sh
$ ln -s /usr/share/automake/install-sh install-sh

Re: Problem with compiling Simutrans: install-sh not found

Reply #2
No, with simutrans you have to go to the directory above trunk and type ./configure.sh. Simutrans does not use autoconf.

Re: Problem with compiling Simutrans: install-sh not found

Reply #3
What do you mean by that? I downloaded the source-Files from sourceforge.net, extracted it into a new directory and added some patch-files. Next, I typed "./configure". ???
world is like a parachute: it works better when it's open
whenever you feel lost and alone, always remember your calculator is something you can count on
pak96.comic addons

Re: Problem with compiling Simutrans: install-sh not found

Reply #4
this will not work, as I said above. I can try "./configure.sh" but it may faild too. The you just need to copy config.template to config.defualt and edit it a little.