[Mono-dev] Trouble compiling Mono on Cygwin

Alex xtzgzorex at gmail.com
Sun Apr 3 06:11:05 EDT 2011


Hi Timo,

You should run ./autoconf.sh before anything else (particularly configure).

My standard procedure for compiling under Cygwin is:

1) Make sure all 4.x versions of GCC are uninstalled.
2) Replace my make.exe in /usr/bin with
http://www.go-mono.com/archive/helper/make-3.80-1.tar.bz2.
3) Alias gcc to gcc-3 in .bash_profile.
4) Clone the Mono repo.
5) ./autogen.sh
6) ./configure --options...
7) make; make install

Hope this helps.

Regards,
Alex

2011/4/3 vinculum <timo at raccoon-interactive.com>:
> Hi,
>
> Well, there's the configure.in. Runnin autoconf gives me configure but
> running that gives me:
>
> configure: error: cannot find install-sh, install.sh, or shtool in "."
> "./.." "./../..". I found install-sh under libgc but that can't be used
> since running configure with that install-sh copied into the mono root
> folder (same level as configure now is) gives me the following error
> "configure: error: cannot run /bin/sh ./config.sub".
>
> -----
> Timo Heinäpurola
> Raccoon Interactive
>
> http://www.raccoon-interactive.com
> @raccoon_int
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Trouble-compiling-Mono-on-Cygwin-tp3421942p3423222.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


More information about the Mono-devel-list mailing list