[Mono-list] Building mono on cygwin (SOLVED, kinda)

Dick Porter dick@ximian.com
Mon, 1 Apr 2002 11:02:27 +0100


On Sun, Mar 31, 2002 at 08:11:08PM -0800, Piers Haken wrote:
> removing this include from the source file, I believe the correct way is
> to get the configure script to generate the correct flags initially. The
> mono-build-w32.sh script does all this correctly, but it also checks out
> the sources, rebuilds the makefiles, etc... which is a bit of pain if
> you're going to run it more than once.

The checkout will just update the files that have changed. The make only
recompiles the files that have changed;  running the script a second time
should be a lot faster than the first.

If you've run the script successfully once you can also just cd to the
top mono/ directory and type make if your PATH and LD_LIBRARY_PATH etc
variables are correct, as everything will already be configured.

- Dick