> cd /mono/svn/mono
> export PATH=${MONO_LOCATION}/bin:${PATH}
> export MONO_LOCATION=/cygdrive/c/mono
> export ACLOCAL_FLAGS="-I ${MONO_LOCATION}/share/aclocal"
> ./autogen.sh --prefix=/mono/build
I swapped two lines here. Order which I used was
cd /mono/svn/mono
export MONO_LOCATION=/cygdrive/c/mono
export PATH=${MONO_LOCATION}/bin:${PATH}
export ACLOCAL_FLAGS="-I ${MONO_LOCATION}/share/aclocal"
./autogen.sh --prefix=/mono/build
Andrus.
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list