[Mono-list] Error while compiling mono from SVN in cygwin

Andrus kobruleht2 at hot.ee
Fri Aug 22 06:12:08 EDT 2008


I tried to compile mono from SVN in cygwin using instructions from Ivan's 
blog but got error below.
How to fix ?

Andrus.

$ cat makemono
export MONO_LOCATION=/cygdrive/c/mono
export PATH=${PATH}:${MONO_LOCATION}/bin
export ACLOCAL_FLAGS="-I ${MONO_LOCATION}/share/aclocal"
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:${MONO_LOCATION}/lib/pkgconfig
./autogen.sh --prefix=/mono/build
make
make install
andrus at andrus-notebook /mono/svn/mono
$ ./makemono
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to 
`aclocal.m4'.
 ...re/aclocall -I /cygdrive/c/mono
': No such file or directorydirectory `/cygdrive/c/mono

**Error**: aclocal failed. This may mean that you have not
installed all of the packages you need, or you may need to
set ACLOCAL_FLAGS to include "-I $prefix/share/aclocal"
for the prefix where you installed the packages whose
macros were not found
./makemono: line 6: $'make\r': command not found
make: *** No rule to make target `install'.  Stop.

andrus at andrus-notebook /mono/svn/mono
$ 



More information about the Mono-list mailing list