[Mono-list] Problems compiling Mono 2.4.2

Daniel Isenmann daniel.isenmann at gmx.de
Sun Jul 5 08:08:33 EDT 2009


Hi,

I have problems compiling mono 2.4.2. The compilation process went
through without problems, but the "make install" command prints out
following error:

-------

Making install in metadata
make[2]: Entering directory
`/home/ise/svn-packages/mono/trunk/src/mono-2.4.2/mono/metadata'
make[3]: Entering directory
`/home/ise/svn-packages/mono/trunk/src/mono-2.4.2/mono/metadata' test
-z "/usr/bin" || /bin/mkdir -p
"/home/ise/svn-packages/mono/trunk/pkg/usr/bin" ../../doltlibtool
--quiet   --mode=install /bin/install -c pedump
'/home/ise/svn-packages/mono/trunk/pkg/usr/bin' test -z
"/usr/include/mono-1.0/mono/metadata" || /bin/mkdir -p
"/home/ise/svn-packages/mono/trunk/pkg/usr/include/mono-1.0/mono/metadata" /bin/install
-c -m 644 attrdefs.h appdomain.h mono-debug.h mono-gc.h
debug-mono-symfile.h threads.h environment.h assembly.h opcodes.h
blob.h image.h metadata.h verify.h reflection.h row-indexes.h
tokentype.h loader.h class.h object.h exception.h profiler.h
appdomain.h mono-config.h debug-helpers.h mempool.h
'/home/ise/svn-packages/mono/trunk/pkg/usr/include/mono-1.0/mono/metadata' /bin/install:
will not overwrite just-created
`/home/ise/svn-packages/mono/trunk/pkg/usr/include/mono-1.0/mono/metadata/appdomain.h'
with `appdomain.h' make[3]: *** [install-libmonoruntimeincludeHEADERS]
Error 1 make[3]: Leaving directory
`/home/ise/svn-packages/mono/trunk/src/mono-2.4.2/mono/metadata'
make[2]: *** [install-am] Error 2 make[2]: Leaving directory
`/home/ise/svn-packages/mono/trunk/src/mono-2.4.2/mono/metadata'
make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory
`/home/ise/svn-packages/mono/trunk/src/mono-2.4.2/mono' make: ***
[install-recursive] Error 1

--------

I'm compiling with the following flags:

./configure --prefix=/usr --sysconfdir=/etc \
              --with-libgdiplus=installed --with-icu=no \
              --with-tls=pthread --with-jit=yes --with-preview=yes \
              --with-sigaltstack=yes --enable-nunit-tests \
	      --with-moonlight=yes
  make || return 1
  make install


It worked in version 2.4 without problems. Compiling everything with
gcc-4.4.0 on ArchLinux x86_64.

Any hints?

Thanks,
 Daniel


More information about the Mono-list mailing list