[Mono-list] Error while compiling mono from SVN in cygwin
Andrus
kobruleht2 at hot.ee
Fri Aug 22 11:32:43 EDT 2008
> 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.
More information about the Mono-list
mailing list