Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2002-09-03 14:12:23 +0400
committerDick Porter <dick@acm.org>2002-09-03 14:12:23 +0400
commit5e37acebe64591cb595b3e5aadcdcb49d3b71f2d (patch)
treee99d0c9e3fdb7cdea475d586505d147732dab851 /web/mono-build-w32.sh
parent56b6a6396b57ba9fe9fd0676b5321cb2706d884b (diff)
Insist that the cygwin libiconv package is installed (seems to work around
libtool braindamage) svn path=/trunk/mono/; revision=7196
Diffstat (limited to 'web/mono-build-w32.sh')
-rwxr-xr-xweb/mono-build-w32.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/mono-build-w32.sh b/web/mono-build-w32.sh
index b73d3baf372..97c921b9c5d 100755
--- a/web/mono-build-w32.sh
+++ b/web/mono-build-w32.sh
@@ -28,6 +28,12 @@ else
echo "Automake version new enough."
fi
+# Make sure cygwin's libiconv is installed, or libtool blows its tiny mind
+if [ ! -f /usr/lib/libiconv.la ]; then
+ echo "You need to install the cygwin \"libiconv\" package!"
+ exit -1
+fi
+
# Check mono out first, so we can run aclocal from inside the mono dir (it
# needs to see which version of the real aclocal to run)
test -z "$CVSROOT" && CVSROOT=:pserver:anonymous@anoncvs.go-mono.com:/mono