1 # Process this file with autoconf to produce a configure script.
4 # when bumping version number below, keep it in sync with man/mono.1 too
6 [http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono])
8 AC_CONFIG_SRCDIR([README.md])
9 AC_CONFIG_MACRO_DIR([m4])
13 # Gross hack to enable 'make dist' on automake 1.9+tar 1.14.
14 # The extra brackets are to foil regex-based scans.
15 m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
17 AM_INIT_AUTOMAKE([1.9 dist-bzip2 tar-ustar no-dist-gzip foreign subdir-objects]
18 m4_esyscmd([case `automake --version | head -n 1` in # parallel-tests is default in automake 1.13+, we need to explicitly enable it
19 *1.11*|*1.12*) echo parallel-tests;; # for 1.11 and 1.12 but not below as those versions don't recognize the flag
20 esac])) # TODO: remove this hack once we require automake 1.11+
22 AC_CONFIG_HEADERS([config.h])
30 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
34 echo "Run configure using ./configure --host=i686-pc-mingw32"
38 # In case of cygwin, override LN_S, irrespective of what it determines.
39 # The build uses cygwin, but the actual runtime doesn't.
41 *cygwin* ) LN_S='cp -p';;
49 # These variables are the CPPFLAGS/CFLAGS passed to libgc's configure
50 # libgc should inherit the original CFLAGS/CPPFLAGS passed to configure, i.e. -O0
51 CPPFLAGS_FOR_LIBGC=$CPPFLAGS
52 CFLAGS_FOR_LIBGC=$CFLAGS
53 CPPFLAGS_FOR_EGLIB=$CPPFLAGS
54 CFLAGS_FOR_EGLIB=$CFLAGS
55 CPPFLAGS_FOR_BTLS=$CPPFLAGS
56 CFLAGS_FOR_BTLS=$CFLAGS
58 # libgc uses some deprecated APIs
59 CFLAGS_FOR_LIBGC="$CFLAGS -Wno-deprecated-declarations"
62 # These are the flags that need to be stored in the mono.pc file for
63 # compiling code that will embed Mono
67 AC_SUBST(libmono_cflags)
68 AC_SUBST(libmono_ldflags)
70 # Variable to have relocatable .pc files (lib, or lib64)
71 # realpath isn't always available, and requires that all but the tip of the provided
72 # path exists. Fall back to the old behaviour, but realpath allows depth >1
73 # e.g. Debian puts Mono in /usr/bin and libs in /usr/lib/x86_64-linux-gnu/ which is
74 # too deep for the old method to work
75 reloc_libdir=`realpath --relative-to=${prefix} ${libdir} 2> /dev/null || basename ${libdir}`
76 AC_SUBST(reloc_libdir)
78 # Set to yes if Unix sockets cannot be created in an anonymous namespace
81 #Set to extra linker flags to be passed to the runtime binaries (mono /mono-sgen)
82 extra_runtime_ldflags=""
84 # Thread configuration inspired by sleepycat's db
85 AC_MSG_CHECKING([host platform characteristics])
97 AC_DEFINE(DISABLE_PORTABILITY,1,[Disable the io-portability layer])
98 AC_DEFINE(PLATFORM_NO_SYMLINKS,1,[This platform does not support symlinks])
101 if test "x$cross_compiling" = "xno"; then
102 if test "x$host" = "x$build" -a "x$host" = "x$target"; then
106 if test "x$host" = "x$target"; then
111 # Windows Vista or later is required
112 CPPFLAGS="$CPPFLAGS -DWINVER=0x0600 -D_WIN32_WINNT=0x0600 -D_WIN32_IE=0x0501 -D_UNICODE -DUNICODE -DWIN32_THREADS -DFD_SETSIZE=1024"
113 LDFLAGS="$LDFLAGS -lmswsock -lws2_32 -lole32 -loleaut32 -lpsapi -lversion -ladvapi32 -lwinmm -lkernel32 -liphlpapi"
114 libmono_cflags="-mms-bitfields -mwindows"
115 libmono_ldflags="-mms-bitfields -mwindows"
120 with_sgen_default_concurrent=yes
122 # This forces libgc to use the DllMain based thread registration code on win32
123 libgc_configure_args="$libgc_configure_args --enable-win32-dllmain=yes"
126 CPPFLAGS="$CPPFLAGS -D_REENTRANT -DGC_NETBSD_THREADS -D_GNU_SOURCE"
127 libmono_cflags="-D_REENTRANT"
128 LDFLAGS="$LDFLAGS -pthread"
129 CPPFLAGS="$CPPFLAGS -DPLATFORM_BSD"
130 libmono_ldflags="-pthread"
133 libgc_threads=pthreads
136 with_sgen_default_concurrent=yes
139 CPPFLAGS="$CPPFLAGS -DGC_FREEBSD_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP -DUSE_MUNMAP -DTHREAD_LOCAL_ALLOC -pthread"
140 libmono_cflags="-D_REENTRANT -DTHREAD_LOCAL_ALLOC -pthread"
141 libmono_ldflags="-lpthread -pthread"
143 libgc_threads=pthreads
147 with_sgen_default_concurrent=yes
150 if test "x$PTHREAD_CFLAGS" = "x"; then
151 CPPFLAGS="$CPPFLAGS -DGC_FREEBSD_THREADS"
154 CPPFLAGS="$CPPFLAGS $PTHREAD_CFLAGS -DGC_FREEBSD_THREADS"
155 libmono_cflags="$PTHREAD_CFLAGS"
157 if test "x$PTHREAD_LIBS" = "x"; then
158 LDFLAGS="$LDFLAGS -pthread -L/usr/local/lib"
159 libmono_ldflags="-pthread"
161 LDFLAGS="$LDFLAGS $PTHREAD_LIBS -L/usr/local/lib"
162 libmono_ldflags="$PTHREAD_LIBS"
164 CPPFLAGS="$CPPFLAGS -DPLATFORM_BSD"
166 AC_DEFINE(PTHREAD_POINTER_ID, 1, [pthread is a pointer])
168 libgc_threads=pthreads
171 with_sgen_default_concurrent=yes
174 CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE -DGC_OPENBSD_THREADS -DPLATFORM_BSD -D_REENTRANT -DUSE_MMAP"
175 if test "x$disable_munmap" != "xyes"; then
176 CPPFLAGS="$CPPFLAGS -DUSE_MUNMAP"
178 libmono_cflags="-D_THREAD_SAFE -D_REENTRANT"
179 LDFLAGS="$LDFLAGS -pthread"
181 AC_DEFINE(PTHREAD_POINTER_ID)
183 libgc_threads=pthreads
186 with_sgen_default_concurrent=yes
190 AC_DEFINE(PLATFORM_ANDROID,1,[Targeting the Android platform])
191 AC_DEFINE(TARGET_ANDROID,1,[Targeting the Android platform])
193 CPPFLAGS="$CPPFLAGS -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP"
194 if test "x$disable_munmap" != "xyes"; then
195 CPPFLAGS="$CPPFLAGS -DUSE_MUNMAP"
197 libmono_cflags="-D_REENTRANT"
199 libgc_threads=pthreads
206 # Android doesn't support boehm, as it's missing <link.h>
210 # isinf(3) requires -lm; see isinf check below
211 LDFLAGS="$LDFLAGS -lm"
213 # Bionic's <pthread.h> sets PTHREAD_STACK_MIN=2*PAGE_SIZE; doesn't define
214 # PAGE_SIZE; breaks mono/io-layer/collection.c
215 # Bionic doesn't provide S_IWRITE; breaks io-layer/io.c
216 CFLAGS="$CFLAGS -DPAGE_SIZE=4096 -DS_IWRITE=S_IWUSR"
217 CXXFLAGS="$CXXFLAGS -DPAGE_SIZE=4096 -DS_IWRITE=S_IWUSR"
219 # The configure check can't detect this
220 AC_DEFINE(HAVE_LARGE_FILE_SUPPORT, 1, [Have large file support])
222 # to bypass the underscore linker check, can't work when cross-compiling
227 CPPFLAGS="$CPPFLAGS -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP"
228 if test "x$disable_munmap" != "xyes"; then
229 CPPFLAGS="$CPPFLAGS -DUSE_MUNMAP"
231 libmono_cflags="-D_REENTRANT"
233 libgc_threads=pthreads
235 if test "x$cross_compiling" != "xno"; then
236 # to bypass the underscore linker check, not
237 # available during cross-compilation
246 # https://bugzilla.novell.com/show_bug.cgi?id=504411
250 with_sgen_default_concurrent=yes
253 CPPFLAGS="$CPPFLAGS -DGC_LINUX_THREADS -D_GNU_SOURCE -D_REENTRANT -DUSE_MMAP"
254 if test "x$disable_munmap" != "xyes"; then
255 CPPFLAGS="$CPPFLAGS -DUSE_MUNMAP"
257 libmono_cflags="-D_REENTRANT"
259 libgc_threads=pthreads
262 AC_DEFINE(DISABLE_SOCKETS,1,[Disable sockets support])
263 AC_DEFINE(DISABLE_ATTACH, 1, [Disable agent attach support])
266 CPPFLAGS="$CPPFLAGS -DGC_HPUX_THREADS -D_HPUX_SOURCE -D_XOPEN_SOURCE_EXTENDED -D_REENTRANT"
267 # +ESdbgasm only valid on bundled cc on RISC
268 # silently ignored for ia64
269 if test $GCC != "yes"; then
270 CFLAGS="$CFLAGS +ESdbgasm"
271 # Arrange for run-time dereferencing of null
272 # pointers to produce a SIGSEGV signal.
273 LDFLAGS="$LDFLAGS -z"
275 CFLAGS="$CFLAGS +ESdbgasm"
276 LDFLAGS="$LDFLAGS -z"
277 libmono_cflags="-D_REENTRANT"
278 libmono_ldflags="-lpthread"
279 libgc_threads=pthreads
284 CPPFLAGS="$CPPFLAGS -DGC_SOLARIS_THREADS -DGC_SOLARIS_PTHREADS -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_MMAP -DUSE_MUNMAP -DPLATFORM_SOLARIS"
286 libmono_cflags="-D_REENTRANT"
287 libgc_threads=pthreads
290 enable_solaris_tar_check=yes
293 parallel_mark="Disabled_Currently_Hangs_On_MacOSX"
296 CPPFLAGS="$CPPFLAGS -D_THREAD_SAFE -DGC_MACOSX_THREADS -DPLATFORM_MACOSX -DUSE_MMAP -DUSE_MUNMAP"
297 libmono_cflags="-D_THREAD_SAFE"
299 AC_DEFINE(PTHREAD_POINTER_ID)
300 AC_DEFINE(USE_MACH_SEMA, 1, [...])
302 libgc_threads=pthreads
304 if test "x$cross_compiling" = "xyes"; then
305 has_broken_apple_cpp=yes
307 dnl Snow Leopard is horribly broken -- it reports itself as i386-apple-darwin*, but
308 dnl its gcc defaults to 64-bit mode. They have also deprecated the usage of ucontext
309 dnl we need to set some flags to build our 32-bit binaries on 10.6 properly
311 dnl Snow Leopard and newer config.guess reports as this
313 BROKEN_DARWIN_FLAGS="-arch i386 -D_XOPEN_SOURCE"
314 BROKEN_DARWIN_CPPFLAGS="-D_XOPEN_SOURCE"
315 CPPFLAGS="$CPPFLAGS $BROKEN_DARWIN_CPPFLAGS"
316 CFLAGS="$CFLAGS $BROKEN_DARWIN_FLAGS"
317 CXXFLAGS="$CXXFLAGS $BROKEN_DARWIN_FLAGS"
318 CCASFLAGS="$CCASFLAGS $BROKEN_DARWIN_FLAGS"
319 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC $BROKEN_DARWIN_CPPFLAGS"
320 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC $BROKEN_DARWIN_FLAGS"
321 CPPFLAGS_FOR_EGLIB="$CPPFLAGS_FOR_EGLIB $BROKEN_DARWIN_CPPFLAGS"
322 CFLAGS_FOR_EGLIB="$CFLAGS_FOR_EGLIB $BROKEN_DARWIN_FLAGS"
323 with_sgen_default_concurrent=yes
326 with_sgen_default_concurrent=yes
334 CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_THREAD_SAFE"
335 libmono_cflags="-D_REENTRANT -D_THREAD_SAFE"
337 LIBS="$LIBS -lnetwork"
339 AC_DEFINE(PTHREAD_POINTER_ID)
340 libgc_threads=pthreads
344 AC_MSG_WARN([*** Please add $host to configure.ac checks!])
350 if test x$need_link_unlink = xyes; then
351 AC_DEFINE(NEED_LINK_UNLINK, 1, [Define if Unix sockets cannot be created in an anonymous namespace])
354 if test x$host_win32 = xyes; then
355 AC_DEFINE(HOST_WIN32, 1, [Host Platform is Win32])
358 if test x$target_win32 = xyes; then
359 AC_DEFINE(TARGET_WIN32, 1, [Target Platform is Win32])
362 # Defined for all targets/platforms using classic Windows API support.
363 AC_DEFINE(HAVE_CLASSIC_WINAPI_SUPPORT, 1, [Use classic Windows API support])
364 AC_DEFINE(HAVE_UWP_WINAPI_SUPPORT, 0, [Don't use UWP Windows API support])
366 AC_SUBST(extra_runtime_ldflags)
367 AM_CONDITIONAL(HOST_WIN32, test x$host_win32 = xyes)
368 AM_CONDITIONAL(TARGET_WIN32, test x$target_win32 = xyes)
369 AM_CONDITIONAL(PLATFORM_LINUX, echo x$target_os | grep -q linux)
370 AM_CONDITIONAL(PLATFORM_DARWIN, test x$host_darwin = xyes)
371 AM_CONDITIONAL(PLATFORM_SIGPOSIX, test x$use_sigposix = xyes)
372 AM_CONDITIONAL(PLATFORM_ANDROID, test x$platform_android = xyes)
374 if test -z "$PLATFORM_DARWIN_TRUE"; then :
375 PLATFORM_AOT_SUFFIX=.dylib
378 if test -z "$PLATFORM_LINUX_TRUE"; then :
379 PLATFORM_AOT_SUFFIX=.so
382 AC_SUBST(PLATFORM_AOT_SUFFIX)
384 ## PLATFORM_AOT_SUFFIX not so simple for windows :-)
386 AC_CHECK_TOOL(CC, gcc, gcc)
388 AC_CHECK_TOOL(CXX, g++, g++)
394 dnl We should use AM_PROG_AS, but it's not available on automake/aclocal 1.4
396 # Set ASFLAGS if not already set.
397 : ${CCASFLAGS='$(CFLAGS)'}
401 # AC_PROG_CXX helpfully sets CXX to g++ even if no c++ compiler is found so check
402 # GXX instead. See http://lists.gnu.org/archive/html/bug-autoconf/2002-04/msg00056.html
403 if test "x$CXX" = "xg++"; then
404 if test "x$GXX" != "xyes"; then
405 # automake/libtool is so broken, it requires g++ even if the c++ sources
406 # are inside automake conditionals
407 AC_MSG_ERROR([You need to install g++])
411 dnl may require a specific autoconf version
412 dnl AC_PROG_CC_FOR_BUILD
413 dnl CC_FOR_BUILD not automatically detected
415 CFLAGS_FOR_BUILD=$CFLAGS
417 if test "x$cross_compiling" = "xyes"; then
422 AC_SUBST(CC_FOR_BUILD)
423 AC_SUBST(CFLAGS_FOR_BUILD)
425 AC_SUBST(BUILD_EXEEXT)
427 AM_CONDITIONAL(CROSS_COMPILING, [test x$cross_compiling = xyes])
428 AM_CONDITIONAL(USE_BATCH_FILES, [test x$host_win32 = xyes -a x$cross_compiling = xyes])
433 # This causes monodis to not link correctly
434 #AC_DISABLE_FAST_INSTALL
436 # Use dolt (http://dolt.freedesktop.org/) instead of libtool for building.
439 export_ldflags=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
440 AC_SUBST(export_ldflags)
442 # Test whenever ld supports -version-script
448 AC_CHECK_HEADERS(sys/filio.h sys/sockio.h netdb.h utime.h sys/utime.h semaphore.h sys/un.h linux/rtc.h sys/syscall.h sys/mkdev.h sys/uio.h sys/param.h sys/sysctl.h libproc.h sys/prctl.h)
449 AC_CHECK_HEADERS(sys/param.h sys/socket.h sys/ipc.h sys/utsname.h alloca.h ucontext.h pwd.h sys/select.h netinet/tcp.h netinet/in.h unistd.h sys/types.h link.h asm/sigcontext.h sys/inotify.h arpa/inet.h complex.h unwind.h)
450 AC_CHECK_HEADERS([linux/netlink.h linux/rtnetlink.h],
451 [], [], [#include <stddef.h>
452 #include <sys/socket.h>
453 #include <linux/socket.h>])
455 AC_CHECK_HEADERS(sys/user.h, [], [],
457 #ifdef HAVE_SYS_PARAM_H
458 # include <sys/param.h>
462 AC_CHECK_HEADERS(linux/serial.h)
464 AC_CHECK_HEADER(zlib.h, [have_zlib=yes], [have_zlib=no])
465 if test x$have_zlib = xyes; then
466 AC_TRY_COMPILE([#include <zlib.h>], [
467 #if defined(ZLIB_VERNUM) && (ZLIB_VERNUM >= 0x1230)
470 #error No good zlib found
473 AC_MSG_RESULT(Using system zlib)
474 zlib_msg="system zlib"
475 AC_DEFINE(HAVE_SYS_ZLIB,1,[Have system zlib])
477 AC_MSG_RESULT(Using embedded zlib)
479 zlib_msg="bundled zlib"
483 AM_CONDITIONAL(HAVE_ZLIB, test x$have_zlib = xyes)
484 AC_DEFINE(HAVE_ZLIB,1,[Have system zlib])
486 # for mono/metadata/debug-symfile.c
487 AC_CHECK_HEADERS(elf.h)
490 AC_CHECK_HEADERS(poll.h)
491 AC_CHECK_HEADERS(sys/poll.h)
492 AC_CHECK_HEADERS(sys/wait.h)
493 AC_CHECK_HEADERS(grp.h)
494 AC_CHECK_HEADERS(syslog.h)
497 AC_CHECK_HEADERS(wchar.h)
498 AC_CHECK_HEADERS(ieeefp.h)
499 AC_MSG_CHECKING(for isinf)
500 AC_TRY_LINK([#include <math.h>], [
504 AC_DEFINE(HAVE_ISINF, 1, [isinf available])
506 # We'll have to use signals
510 AC_CHECK_FUNCS(_finite, , AC_MSG_CHECKING(for _finite in math.h)
511 AC_TRY_LINK([#include <math.h>],
513 AC_DEFINE(HAVE__FINITE, 1, [Have _finite in -lm]) AC_MSG_RESULT(yes),
516 # for Linux statfs support
517 AC_CHECK_HEADERS(linux/magic.h)
519 # not 64 bit clean in cross-compile
520 AC_CHECK_SIZEOF(void *, 4)
522 AC_CACHE_CHECK([for clang],
536 AC_ARG_ENABLE(visibility-hidden,
537 [ --disable-visibility-hidden disable usage of -fvisiblity=hidden],
538 disable_visibility_hidden=yes, disable_visibility_hidden=no)
541 if test x"$GCC" = xyes; then
542 WARN='-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-cast-qual -Wwrite-strings -Wno-switch -Wno-switch-enum -Wno-unused-value -Wno-attributes'
544 # We require C99 with some GNU extensions, e.g. `linux` macro
545 CFLAGS="$CFLAGS -std=gnu99"
547 # The runtime code does not respect ANSI C strict aliasing rules
548 CFLAGS="$CFLAGS -fno-strict-aliasing"
550 # We rely on signed overflow to behave
551 CFLAGS="$CFLAGS -fwrapv"
553 CFLAGS="$CFLAGS -DMONO_DLL_EXPORT"
554 if test x"$disable_visibility_hidden" = xno; then
555 # Don't export any symbols by default
556 SHARED_CFLAGS="-fvisibility=hidden"
557 CFLAGS_FOR_EGLIB="$CFLAGS_FOR_EGLIB -fvisibility=hidden"
558 CXXFLAGS="$CXXFLAGS -fvisibility=hidden"
562 # Check for the normal version, since gcc ignores unknown -Wno options
563 CFLAGS="$CFLAGS -Wunused-but-set-variable -Werror"
564 AC_MSG_CHECKING(for -Wno-unused-but-set-variable option to gcc)
569 CFLAGS="$ORIG_CFLAGS -Wno-unused-but-set-variable"
575 if test "x$mono_cv_clang" = "xyes"; then
576 # https://bugzilla.samba.org/show_bug.cgi?id=8118
577 WARN="$WARN -Qunused-arguments"
578 WARN="$WARN -Wno-unused-function -Wno-tautological-compare -Wno-parentheses-equality -Wno-self-assign -Wno-return-stack-address -Wno-constant-logical-operand"
579 # We rely on zero length arrays in structs
580 WARN="$WARN -Wno-zero-length-array"
583 # The Sun Forte compiler complains about inline functions that access static variables
584 # so disable all inlining.
587 CFLAGS="$CFLAGS -Dinline="
591 CFLAGS="$CFLAGS -g $WARN"
592 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -g"
593 CPPFLAGS="$CPPFLAGS -g $WARN"
595 # Where's the 'mcs' source tree?
596 if test -d $srcdir/mcs; then
602 AC_ARG_WITH(mcs-path, [ --with-mcs-path=/path/to/mcs Specify an alternate mcs source tree],
603 if test x$with_mcs_path != "x" -a -d $with_mcs_path ; then
604 mcsdir=$with_mcs_path
608 AC_ARG_WITH(jumptables, [ --with-jumptables=yes,no enable/disable support for jumptables (ARM-only for now) (defaults to no)],[],[with_jumptables=no])
611 # A sanity check to catch cases where the package was unpacked
612 # with an ancient tar program (Solaris)
614 AC_ARG_ENABLE(solaris-tar-check,
615 [ --disable-solaris-tar-check disable solaris tar check],
616 do_solaris_tar_check=no, do_solaris_tar_check=yes)
618 if test x"$do_solaris_tar_check" = xyes -a x"$enable_solaris_tar_check" = xyes; then
619 AC_MSG_CHECKING(integrity of package)
620 if test -f $mcsdir/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/SoapTypeMapper.cs
624 errorm="Your mono distribution is incomplete; if unpacking from a tar file, make sure you use GNU tar; see http://www.mono-project.com/IncompletePackage for more details"
625 AC_MSG_ERROR([$errorm])
629 if test "x$with_mcs_path" != "x"; then
630 mcs_topdir=$(cd "$mcsdir" && pwd)
631 mcs_topdir_from_srcdir=$mcs_topdir
633 mcs_topdir=$(cd "$srcdir/$mcsdir" && pwd)
634 mcs_topdir_from_srcdir='$(top_builddir)'/$mcsdir
637 # Convert mcs_topdir* paths to Windows syntax.
638 if test x$cross_compiling$host_win32 = xnoyes; then
639 mcs_topdir=$(cygpath -m $mcs_topdir)
640 case $mcs_topdir_from_srcdir in
642 mcs_topdir_from_srcdir=$(cygpath -m $mcs_topdir_from_srcdir)
647 AC_SUBST([mcs_topdir])
648 AC_SUBST([mcs_topdir_from_srcdir])
650 # gettext: prepare the translation directories.
651 # we do not configure the full gettext, as we consume it dynamically from C#
654 if test "x$USE_NLS" = "xyes"; then
655 AC_CHECK_PROG(HAVE_MSGFMT, msgfmt,yes,no)
657 if test "x$HAVE_MSGFMT" = "xno"; then
658 AC_MSG_ERROR([msgfmt not found. You need to install the 'gettext' package, or pass --enable-nls=no to configure.])
662 AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
665 AC_ARG_WITH(crosspkgdir, [ --with-crosspkgdir=/path/to/pkg-config/dir Change pkg-config dir to custom dir],
666 if test x$with_crosspkgdir = "x"; then
667 if test -s $PKG_CONFIG_PATH; then
668 pkg_config_path=$PKG_CONFIG_PATH
671 pkg_config_path=$with_crosspkgdir
672 PKG_CONFIG_PATH=$pkg_config_path
673 export PKG_CONFIG_PATH
677 AC_ARG_ENABLE(werror, [ --enable-werror Pass -Werror to the C compiler], werror_flag=$enableval, werror_flag=no)
678 if test x$werror_flag = xyes; then
679 WERROR_CFLAGS="-Werror"
681 AC_SUBST([WERROR_CFLAGS])
682 AC_SUBST([SHARED_CFLAGS])
684 ac_configure_args="$ac_configure_args \"CPPFLAGS_FOR_EGLIB=$EGLIB_CPPFLAGS\" \"CFLAGS_FOR_EGLIB=$CFLAGS_FOR_EGLIB\""
685 AC_CONFIG_SUBDIRS(eglib)
687 GLIB_CFLAGS='-I$(top_srcdir)/eglib/src -I$(top_builddir)/eglib/src'
688 GLIB_LIBS='-L$(top_builddir)/eglib/src -leglib -lm'
690 AC_SUBST(GLIB_CFLAGS)
693 # Enable support for fast thread-local storage
694 # Some systems have broken support, so we allow to disable it.
695 AC_ARG_WITH(tls, [ --with-tls=__thread,pthread select Thread Local Storage implementation (defaults to __thread)],[],[with_tls=__thread])
697 # Enable support for using sigaltstack for SIGSEGV and stack overflow handling
698 # This does not work on some platforms (bug #55253)
699 AC_ARG_WITH(sigaltstack, [ --with-sigaltstack=yes,no enable/disable support for sigaltstack (defaults to yes)],[],[with_sigaltstack=yes])
701 AC_ARG_WITH(static_mono, [ --with-static_mono=yes,no link mono statically to libmono (faster) (defaults to yes)],[],[with_static_mono=yes])
702 AC_ARG_WITH(shared_mono, [ --with-shared_mono=yes,no build a shared libmono library (defaults to yes)],[],[with_shared_mono=yes])
703 # Same as --with-shared_mono=no
704 AC_ARG_ENABLE(libraries, [ --disable-libraries disable the build of libmono], enable_libraries=$enableval, enable_libraries=yes)
706 if test "x$enable_static" = "xno"; then
710 if test "x$enable_shared" = "xno"; then
714 if test "x$enable_libraries" = "xno"; then
718 AM_CONDITIONAL(DISABLE_LIBRARIES, test x$enable_libraries = xno)
721 *nacl* ) with_shared_mono=yes;;
724 if test "x$host_win32" = "xyes"; then
725 # Boehm GC requires the runtime to be in its own dll
729 AM_CONDITIONAL(STATIC_MONO, test x$with_static_mono != xno)
730 AM_CONDITIONAL(SHARED_MONO, test x$with_shared_mono != xno)
731 AC_ARG_ENABLE(mcs-build, [ --disable-mcs-build disable the build of the mcs directory], try_mcs_build=$enableval, enable_mcs_build=yes)
733 AC_ARG_WITH(xen_opt, [ --with-xen_opt=yes,no Enable Xen-specific behaviour (defaults to yes)],[],[with_xen_opt=yes])
734 if test "x$with_xen_opt" = "xyes" -a "x$mono_cv_clang" = "xno"; then
735 AC_DEFINE(MONO_XEN_OPT, 1, [Xen-specific behaviour])
737 CFLAGS="$CFLAGS -mno-tls-direct-seg-refs"
738 AC_MSG_CHECKING(for -mno-tls-direct-seg-refs option to gcc)
743 # Pass it to libgc as well
744 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -mno-tls-direct-seg-refs"
751 AC_ARG_ENABLE(small-config, [ --enable-small-config Enable tweaks to reduce requirements (and capabilities)], enable_small_config=$enableval, enable_small_config=no)
753 if test x$enable_small_config = xyes; then
754 AC_DEFINE(MONO_SMALL_CONFIG,1,[Reduce runtime requirements (and capabilities)])
755 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -DSMALL_CONFIG"
758 AC_ARG_ENABLE(system-aot, [ --enable-system-aot Enable the Ahead-Of-Time compilation of system assemblies during the build (on by default on some platforms)], enable_system_aot=$enableval, enable_system_aot=default)
760 DISABLED_FEATURES=none
763 # Set the build profiles and options before things which use them
766 AC_ARG_WITH(profile4_x, [ --with-profile4_x=yes,no If you want to install the 4.x FX (defaults to yes)], [], [with_profile4_x=default])
767 AC_ARG_WITH(monodroid, [ --with-monodroid=yes,no If you want to build the MonoDroid assemblies (defaults to no)], [], [with_monodroid=default])
768 AC_ARG_WITH(monotouch, [ --with-monotouch=yes,no If you want to build the Xamarin.iOS assemblies (defaults to no)], [], [with_monotouch=default])
769 AC_ARG_WITH(monotouch_watch, [ --with-monotouch_watch=yes,no If you want to build the Xamarin.WatchOS assemblies (defaults to no)],[], [with_monotouch_watch=default])
770 AC_ARG_WITH(monotouch_tv, [ --with-monotouch_tv=yes,no If you want to build the Xamarin.TVOS assemblies (defaults to no)], [], [with_monotouch_tv=default])
771 AC_ARG_WITH(bitcode, [ --with-bitcode=yes,no If bitcode is enabled (defaults to no)], [], [with_bitcode=default])
772 AC_ARG_WITH(xammac, [ --with-xammac=yes,no If you want to build the Xamarin.Mac assemblies (defaults to no)], [], [with_xammac=default])
773 AC_ARG_WITH(mobile_static, [ --with-mobile_static=yes,no If you want to build the mobile_static assemblies (defaults to no)], [], [with_mobile_static=default])
775 AC_ARG_WITH(runtime_preset, [ --with-runtime_preset=net_4_x,all,mobile_static,bitcode_mobile_static Which default profile to build (defaults to net_4_x)], [], [with_runtime_preset=net_4_x])
781 enable_llvm_default=no
783 INVARIANT_AOT_OPTIONS=nimt-trampolines=2000,ntrampolines=8000,nrgctx-fetch-trampolines=256,ngsharedvt-trampolines=4000
785 if test x$cross_compiling = xyes -o x$enable_mcs_build = xno; then
786 DISABLE_MCS_DOCS_default=yes
787 with_profile4_x_default=no
788 with_monodroid_default=no
789 with_monotouch_default=no
790 with_monotouch_watch_default=no
791 with_monotouch_tv_default=no
792 with_xammac_default=no
793 with_mobile_static_default=no
794 with_bitcode_default=no
795 with_cooperative_gc_default=no
796 elif test x$with_runtime_preset = xnet_4_x; then
797 with_cooperative_gc_default=no
798 with_profile4_x_default=yes
799 with_monodroid_default=no
800 with_monotouch_default=no
801 with_monotouch_watch_default=no
802 with_monotouch_tv_default=no
803 with_xammac_default=no
804 with_mobile_static_default=no
805 with_bitcode_default=no
806 elif test x$with_runtime_preset = xall; then
807 with_cooperative_gc_default=no
808 with_profile4_x_default=yes
809 with_monodroid_default=yes
810 with_monotouch_default=yes
811 with_monotouch_watch_default=yes
812 with_monotouch_tv_default=yes
813 with_xammac_default=yes
814 with_mobile_static_default=no
815 with_bitcode_default=no
816 elif test x$with_runtime_preset = xmobile_static; then
817 DISABLE_MCS_DOCS_default=yes
818 with_cooperative_gc_default=no
819 with_profile4_x_default=no
820 with_monodroid_default=no
821 with_monotouch_default=no
822 with_monotouch_watch_default=no
823 with_monotouch_tv_default=no
824 with_xammac_default=no
825 with_mobile_static_default=yes
826 with_bitcode_default=no
827 with_cooperative_gc_default=no
828 TEST_PROFILE=mobile_static
830 mono_feature_disable_com='yes'
831 mono_feature_disable_remoting='yes'
832 mono_feature_disable_reflection_emit_save='yes'
833 mono_feature_disable_reflection_emit='yes'
834 mono_feature_disable_appdomains='yes'
836 AOT_BUILD_FLAGS="-O=gsharedvt --aot=full,$INVARIANT_AOT_OPTIONS"
837 AOT_RUN_FLAGS="--full-aot"
838 elif test x$with_runtime_preset = xbitcode_mobile_static; then
839 DISABLE_MCS_DOCS_default=yes
840 with_profile4_x_default=no
841 with_monodroid_default=no
842 with_monotouch_default=no
843 with_monotouch_watch_default=no
844 with_monotouch_tv_default=no
845 with_xammac_default=no
846 with_mobile_static_default=yes
847 with_bitcode_default=yes
848 with_cooperative_gc_default=yes
849 TEST_PROFILE=mobile_static
850 enable_llvm_default=yes
852 mono_feature_disable_com='yes'
853 mono_feature_disable_remoting='yes'
854 mono_feature_disable_reflection_emit_save='yes'
855 mono_feature_disable_reflection_emit='yes'
856 mono_feature_disable_appdomains='yes'
858 AOT_BUILD_FLAGS="--aot=llvmonly,$INVARIANT_AOT_OPTIONS"
859 AOT_RUN_FLAGS="--llvmonly"
861 with_profile4_x_default=yes
862 with_monodroid_default=no
863 with_monotouch_default=no
864 with_monotouch_watch_default=no
865 with_monotouch_tv_default=no
866 with_bitcode_default=no
867 with_xammac_default=no
868 with_mobile_static_default=no
869 with_cooperative_gc_default=no
872 if test "x$AOT_BUILD_FLAGS" != "x"; then :
873 AC_SUBST(AOT_BUILD_FLAGS)
874 AC_SUBST(AOT_RUN_FLAGS)
875 # For llvmonlycheck + fullaotcheck
876 AC_SUBST(INVARIANT_AOT_OPTIONS)
879 AC_SUBST(TEST_PROFILE)
881 if test "x$with_profile4_x" = "xdefault"; then
882 with_profile4_x=$with_profile4_x_default
884 if test "x$with_monodroid" = "xdefault"; then
885 with_monodroid=$with_monodroid_default
887 if test "x$with_monotouch" = "xdefault"; then
888 with_monotouch=$with_monotouch_default
890 if test "x$with_monotouch_watch" = "xdefault"; then
891 with_monotouch_watch=$with_monotouch_watch_default
893 if test "x$with_monotouch_tv" = "xdefault"; then
894 with_monotouch_tv=$with_monotouch_tv_default
896 if test "x$with_bitcode" = "xdefault"; then
897 with_bitcode=$with_bitcode_default
899 if test "x$with_xammac" = "xdefault"; then
900 with_xammac=$with_xammac_default
902 if test "x$with_mobile_static" = "xdefault"; then
903 with_mobile_static=$with_mobile_static_default
906 AM_CONDITIONAL(INSTALL_4_x, [test "x$with_profile4_x" = "xyes"])
907 AM_CONDITIONAL(INSTALL_MONODROID, [test "x$with_monodroid" != "xno"])
908 AM_CONDITIONAL(INSTALL_MONOTOUCH, [test "x$with_monotouch" != "xno"])
909 AM_CONDITIONAL(INSTALL_MONOTOUCH_WATCH, [test "x$with_monotouch_watch" != "xno"])
910 AM_CONDITIONAL(INSTALL_MONOTOUCH_TV, [test "x$with_monotouch_tv" != "xno"])
911 AM_CONDITIONAL(BITCODE, test "x$with_bitcode" = "xyes")
912 AM_CONDITIONAL(INSTALL_XAMMAC, [test "x$with_xammac" != "xno"])
913 AM_CONDITIONAL(INSTALL_MOBILE_STATIC, [test "x$with_mobile_static" != "xno"])
915 AC_SUBST(INSTALL_MOBILE_STATIC)
917 default_profile=net_4_x
918 if test -z "$INSTALL_MONODROID_TRUE"; then :
919 default_profile=monodroid
921 if test -z "$INSTALL_MONOTOUCH_TRUE"; then :
922 default_profile=monotouch
924 if test -z "$INSTALL_XAMMAC_TRUE"; then :
925 default_profile=xammac
927 if test -z "$INSTALL_MOBILE_STATIC_TRUE"; then :
928 default_profile=mobile_static
930 if test -z "$INSTALL_4_x_TRUE"; then :
931 default_profile=net_4_x
933 DEFAULT_PROFILE=$default_profile
934 AC_SUBST(DEFAULT_PROFILE)
937 # End build profile configuration
940 if test x$USE_NLS = xprofile_default; then
942 if test x$host_darwin = xyes; then
943 # We make the default value for USE_NLS
944 # "no" on OSX because it isn't available on most
945 # default OSX installs. The most common configurations will
946 # all disable it, so this saves us typing.
949 AC_MSG_RESULT([$USE_NLS])
953 AC_MSG_RESULT([$USE_NLS])
958 AC_ARG_ENABLE(minimal, [ --enable-minimal=LIST drop support for LIST subsystems.
959 LIST is a comma-separated list from: aot, profiler, decimal, pinvoke, debug, appdomains, verifier,
960 reflection_emit, reflection_emit_save, large_code, logging, com, ssa, generics, attach, jit, simd, soft_debug, perfcounters, normalization, assembly_remapping, shared_perfcounters, remoting,
961 security, sgen_remset, sgen_marksweep_par, sgen_marksweep_fixed, sgen_marksweep_fixed_par, sgen_copying.],
963 for feature in `echo "$enable_minimal" | sed -e "s/,/ /g"`; do
964 eval "mono_feature_disable_$feature='yes'"
966 DISABLED_FEATURES=$enable_minimal
967 disabled="Disabled: $enable_minimal"
970 AC_DEFINE_UNQUOTED(DISABLED_FEATURES, "$DISABLED_FEATURES", [String of disabled features])
972 if test "x$mono_feature_disable_aot" = "xyes"; then
973 AC_DEFINE(DISABLE_AOT, 1, [Disable AOT Compiler])
975 AC_MSG_NOTICE([Disabled AOT compiler])
978 if test "x$mono_feature_disable_profiler" = "xyes"; then
979 AC_DEFINE(DISABLE_PROFILER, 1, [Disable default profiler support])
980 AC_MSG_NOTICE([Disabled support for the profiler])
982 AM_CONDITIONAL(DISABLE_PROFILER, test x$mono_feature_disable_profiler = xyes)
984 if test "x$mono_feature_disable_decimal" = "xyes"; then
985 AC_DEFINE(DISABLE_DECIMAL, 1, [Disable System.Decimal support])
986 AC_MSG_NOTICE([Disabled support for decimal])
989 if test "x$mono_feature_disable_pinvoke" = "xyes"; then
990 AC_DEFINE(DISABLE_PINVOKE, 1, [Disable P/Invoke support])
991 AC_MSG_NOTICE([Disabled support for P/Invoke])
994 if test "x$mono_feature_disable_debug" = "xyes"; then
995 AC_DEFINE(DISABLE_DEBUG, 1, [Disable runtime debugging support])
996 AC_MSG_NOTICE([Disabled support for runtime debugging])
999 if test "x$mono_feature_disable_reflection_emit" = "xyes"; then
1000 AC_DEFINE(DISABLE_REFLECTION_EMIT, 1, [Disable reflection emit support])
1001 mono_feature_disable_reflection_emit_save=yes
1002 AC_MSG_NOTICE([Disabled support for Reflection.Emit])
1005 if test "x$mono_feature_disable_reflection_emit_save" = "xyes"; then
1006 AC_DEFINE(DISABLE_REFLECTION_EMIT_SAVE, 1, [Disable assembly saving support in reflection emit])
1007 AC_MSG_NOTICE([Disabled support for Reflection.Emit.Save])
1010 if test "x$mono_feature_disable_large_code" = "xyes"; then
1011 AC_DEFINE(DISABLE_LARGE_CODE, 1, [Disable support for huge assemblies])
1012 AC_MSG_NOTICE([Disabled support for large assemblies])
1015 if test "x$mono_feature_disable_logging" = "xyes"; then
1016 AC_DEFINE(DISABLE_LOGGING, 1, [Disable support debug logging])
1017 AC_MSG_NOTICE([Disabled support for logging])
1020 if test "x$mono_feature_disable_com" = "xyes"; then
1021 AC_DEFINE(DISABLE_COM, 1, [Disable COM support])
1022 AC_MSG_NOTICE([Disabled COM support])
1025 if test "x$mono_feature_disable_ssa" = "xyes"; then
1026 AC_DEFINE(DISABLE_SSA, 1, [Disable advanced SSA JIT optimizations])
1027 AC_MSG_NOTICE([Disabled SSA JIT optimizations])
1030 if test "x$mono_feature_disable_generics" = "xyes"; then
1031 AC_DEFINE(DISABLE_GENERICS, 1, [Disable generics support])
1032 AC_MSG_NOTICE([Disabled Generics Support])
1035 if test "x$mono_feature_disable_shadowcopy" = "xyes"; then
1036 AC_DEFINE(DISABLE_SHADOW_COPY, 1, [Disable Shadow Copy for AppDomains])
1037 AC_MSG_NOTICE([Disabled Shadow copy for AppDomains])
1040 if test "x$mono_feature_disable_portability" = "xyes"; then
1041 AC_DEFINE(DISABLE_PORTABILITY, 1, [Disables the IO portability layer])
1042 AC_MSG_NOTICE([Disabled IO Portability layer])
1045 if test "x$mono_feature_disable_attach" = "xyes"; then
1046 AC_DEFINE(DISABLE_ATTACH, 1, [Disable agent attach support])
1047 AC_MSG_NOTICE([Disabled agent attach])
1050 if test "x$mono_feature_disable_full_messages" = "xyes"; then
1051 AC_DEFINE(DISABLE_FULL_MESSAGES, 1, [Disables building in the full table of WAPI messages])
1052 AC_MSG_NOTICE([Disabled full messages for Win32 errors, only core message strings shipped])
1055 if test "x$mono_feature_disable_verifier" = "xyes"; then
1056 AC_DEFINE(DISABLE_VERIFIER, 1, [Disables the verifier])
1057 AC_MSG_NOTICE([Disabled the metadata and IL verifiers])
1060 if test "x$mono_feature_disable_jit" = "xyes"; then
1061 AC_DEFINE(DISABLE_JIT, 1, [Disable the JIT, only full-aot mode will be supported by the runtime.])
1062 AC_MSG_NOTICE([Disabled the JIT engine, only full AOT will be supported])
1065 AM_CONDITIONAL(DISABLE_JIT, test x$mono_feature_disable_jit = xyes)
1067 if test "x$mono_feature_disable_simd" = "xyes"; then
1068 AC_DEFINE(DISABLE_SIMD, 1, [Disable SIMD intrinsics related optimizations.])
1069 AC_MSG_NOTICE([Disabled SIMD support])
1072 if test "x$mono_feature_disable_soft_debug" = "xyes"; then
1073 AC_DEFINE(DISABLE_SOFT_DEBUG, 1, [Disable Soft Debugger Agent.])
1074 AC_MSG_NOTICE([Disabled Soft Debugger.])
1077 if test "x$mono_feature_disable_perfcounters" = "xyes"; then
1078 AC_DEFINE(DISABLE_PERFCOUNTERS, 1, [Disable Performance Counters.])
1079 AC_MSG_NOTICE([Disabled Performance Counters.])
1081 if test "x$mono_feature_disable_normalization" = "xyes"; then
1082 AC_DEFINE(DISABLE_NORMALIZATION, 1, [Disable String normalization support.])
1083 AC_MSG_NOTICE([Disabled String normalization support.])
1086 if test "x$mono_feature_disable_assembly_remapping" = "xyes"; then
1087 AC_DEFINE(DISABLE_ASSEMBLY_REMAPPING, 1, [Disable assembly remapping.])
1088 AC_MSG_NOTICE([Disabled Assembly remapping.])
1091 if test "x$mono_feature_disable_shared_perfcounters" = "xyes"; then
1092 AC_DEFINE(DISABLE_SHARED_PERFCOUNTERS, 1, [Disable shared perfcounters.])
1093 AC_MSG_NOTICE([Disabled Shared perfcounters.])
1096 if test "x$mono_feature_disable_appdomains" = "xyes"; then
1097 AC_DEFINE(DISABLE_APPDOMAINS, 1, [Disable support for multiple appdomains.])
1098 AC_MSG_NOTICE([Disabled support for multiple appdomains.])
1101 if test "x$mono_feature_disable_remoting" = "xyes"; then
1102 AC_DEFINE(DISABLE_REMOTING, 1, [Disable remoting support (This disables type proxies and make com non-functional)])
1103 AC_MSG_NOTICE([Disabled remoting])
1106 if test "x$mono_feature_disable_security" = "xyes"; then
1107 AC_DEFINE(DISABLE_SECURITY, 1, [Disable CAS/CoreCLR security])
1108 AC_MSG_NOTICE([Disabled CAS/CoreCLR security manager (used e.g. for Moonlight)])
1111 if test "x$mono_feature_disable_sgen_remset" = "xyes"; then
1112 AC_DEFINE(DISABLE_SGEN_REMSET, 1, [Disable wbarrier=remset support in SGEN.])
1113 AC_MSG_NOTICE([Disabled wbarrier=remset support in SGEN.])
1116 if test "x$mono_feature_disable_sgen_marksweep_par" = "xyes"; then
1117 AC_DEFINE(DISABLE_SGEN_MAJOR_MARKSWEEP_PAR, 1, [Disable major=marksweep-par support in SGEN.])
1118 AC_MSG_NOTICE([Disabled major=marksweep-par support in SGEN.])
1121 if test "x$mono_feature_disable_sgen_marksweep_fixed" = "xyes"; then
1122 AC_DEFINE(DISABLE_SGEN_MAJOR_MARKSWEEP_FIXED, 1, [Disable major=marksweep-fixed support in SGEN.])
1123 AC_MSG_NOTICE([Disabled major=marksweep-fixed support in SGEN.])
1126 if test "x$mono_feature_disable_sgen_marksweep_fixed_par" = "xyes"; then
1127 AC_DEFINE(DISABLE_SGEN_MAJOR_MARKSWEEP_FIXED_PAR, 1, [Disable major=marksweep-fixed-par support in SGEN.])
1128 AC_MSG_NOTICE([Disabled major=marksweep-fixed-par support in SGEN.])
1131 if test "x$mono_feature_disable_sgen_copying" = "xyes"; then
1132 AC_DEFINE(DISABLE_SGEN_MAJOR_COPYING, 1, [Disable major=copying support in SGEN.])
1133 AC_MSG_NOTICE([Disabled major=copying support in SGEN.])
1136 AC_ARG_ENABLE(executables, [ --disable-executables disable the build of the runtime executables], enable_executables=$enableval, enable_executables=yes)
1137 AM_CONDITIONAL(DISABLE_EXECUTABLES, test x$enable_executables = xno)
1139 has_extension_module=no
1140 AC_ARG_ENABLE(extension-module, [ --enable-extension-module=LIST enable the core-extensions from LIST],
1142 for extension in `echo "$enable_extension_module" | sed -e "s/,/ /g"`; do
1143 if test x$extension = xdefault ; then
1144 has_extension_module=yes;
1147 if test x$enable_extension_module = xyes; then
1148 has_extension_module=yes;
1152 AM_CONDITIONAL([HAS_EXTENSION_MODULE], [test x$has_extension_module != xno])
1154 if test x$has_extension_module != xno ; then
1155 AC_DEFINE([ENABLE_EXTENSION_MODULE], 1, [Extension module enabled])
1156 AC_MSG_NOTICE([Enabling mono extension module.])
1160 AC_ARG_ENABLE(gsharedvt, [ --enable-gsharedvt Enable generic valuetype sharing (Deprecated)], enable_gsharedvt=$enableval, enable_gsharedvt=no)
1162 AC_MSG_CHECKING(for visibility __attribute__)
1165 void __attribute__ ((visibility ("hidden"))) doit (void) {}
1166 int main () { doit (); return 0; }
1169 have_visibility_hidden=yes
1172 have_visibility_hidden=no
1177 dnl Boehm GC configuration
1180 AC_ARG_WITH(libgc, [ --with-gc=included,none Controls the Boehm GC config, default=included],[libgc=$with_gc],[libgc=included])
1182 AC_ARG_ENABLE(boehm, [ --disable-boehm Disable the Boehm GC.], support_boehm=$enableval,support_boehm=${support_boehm:-yes})
1183 AM_CONDITIONAL(SUPPORT_BOEHM, test x$support_boehm = xyes)
1185 if test "x$support_boehm" = "xyes"; then
1187 AC_ARG_ENABLE(parallel-mark, [ --enable-parallel-mark Enables Boehm GC Parallel Marking], enable_parallel_mark=$enableval, enable_parallel_mark=$parallel_mark)
1188 if test x$enable_parallel_mark = xyes; then
1189 libgc_configure_args="$libgc_configure_args --enable-parallel-mark"
1199 if test "x$support_boehm" = "xyes"; then
1203 LIBGC_CPPFLAGS='-I$(top_srcdir)/libgc/include'
1204 LIBGC_LIBS='$(top_builddir)/libgc/libmonogc.la'
1205 LIBGC_STATIC_LIBS='$(top_builddir)/libgc/libmonogc-static.la'
1207 BOEHM_DEFINES="-DHAVE_BOEHM_GC"
1209 if test x$target_win32 = xyes; then
1210 BOEHM_DEFINES="$BOEHM_DEFINES -DGC_NOT_DLL"
1211 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -DGC_BUILD -DGC_NOT_DLL"
1214 gc_msg="Included Boehm GC with typed GC"
1215 if test x$enable_parallel_mark = xyes; then
1216 AC_DEFINE_UNQUOTED(DEFAULT_GC_NAME, "Included Boehm (with typed GC and Parallel Mark)", [GC description])
1217 gc_msg="$gc_msg and parallel mark"
1219 AC_DEFINE_UNQUOTED(DEFAULT_GC_NAME, "Included Boehm (with typed GC)", [GC description])
1224 AC_MSG_WARN("External Boehm is no longer supported")
1228 AC_MSG_WARN("Use --with-sgen instead, --with-gc= controls Boehm configuration")
1232 AC_MSG_WARN("Compiling mono without GC.")
1233 AC_DEFINE_UNQUOTED(DEFAULT_GC_NAME, "none", [GC description])
1234 AC_DEFINE(HAVE_NULL_GC,1,[No GC support.])
1238 AC_MSG_ERROR([Invalid argument to --with-gc.])
1242 AC_ARG_WITH(large-heap, [ --with-large-heap=yes,no Enable support for GC heaps larger than 3GB (defaults to no)], [large_heap=$withval], [large_heap=no])
1243 if test "x$large_heap" = "xyes"; then
1244 CPPFLAGS="$CPPFLAGS -DLARGE_CONFIG"
1247 AC_SUBST(LIBGC_CPPFLAGS)
1248 AC_SUBST(LIBGC_LIBS)
1249 AC_SUBST(LIBGC_STATIC_LIBS)
1251 AC_SUBST(BOEHM_DEFINES)
1256 dnl End of Boehm GC Configuration
1259 dnl *************************************
1260 dnl *** Checks for zero length arrays ***
1261 dnl *************************************
1262 AC_MSG_CHECKING(whether $CC supports zero length arrays)
1270 AC_DEFINE_UNQUOTED(MONO_ZERO_LEN_ARRAY, 0, [Length of zero length arrays])
1273 AC_DEFINE_UNQUOTED(MONO_ZERO_LEN_ARRAY, 1, [Length of zero length arrays])
1276 AC_CHECK_HEADERS(nacl/nacl_dyncode.h)
1278 dnl ***********************************
1279 dnl *** Checks for signals
1280 dnl ***********************************
1281 AC_CHECK_HEADERS(signal.h)
1282 AC_CHECK_FUNCS(sigaction)
1283 AC_CHECK_FUNCS(kill)
1284 AC_CHECK_FUNCS(signal)
1286 # signal() is declared inline in Android headers
1287 # so we need to workaround it by overriding the check.
1288 if test x$platform_android = xyes; then
1289 AC_DEFINE(HAVE_SIGNAL,1)
1292 if test x$host_win32 = xno; then
1294 dnl hires monotonic clock support
1295 AC_SEARCH_LIBS(clock_gettime, rt)
1296 AC_CHECK_FUNCS(clock_nanosleep)
1298 dnl dynamic loader support
1299 AC_CHECK_FUNC(dlopen, DL_LIB="",
1300 AC_CHECK_LIB(dl, dlopen, DL_LIB="-ldl", dl_support=no)
1302 if test x$dl_support = xno; then
1303 AC_MSG_WARN([No dynamic loading support available])
1305 LIBS="$LIBS $DL_LIB"
1306 AC_DEFINE(HAVE_DL_LOADER,1,[dlopen-based dynamic loader available])
1307 dnl from glib's configure.ac
1308 AC_CACHE_CHECK([for preceeding underscore in symbols],
1310 AC_TRY_RUN([#include <dlfcn.h>
1311 int mono_underscore_test (void) { return 42; }
1313 void *f1 = (void*)0, *f2 = (void*)0, *handle;
1314 handle = dlopen ((void*)0, 0);
1316 f1 = dlsym (handle, "mono_underscore_test");
1317 f2 = dlsym (handle, "_mono_underscore_test");
1318 } return (!f2 || f1);
1320 [mono_cv_uscore=yes],
1321 [mono_cv_uscore=no],
1324 if test "x$mono_cv_uscore" = "xyes"; then
1325 MONO_DL_NEED_USCORE=1
1327 MONO_DL_NEED_USCORE=0
1329 AC_SUBST(MONO_DL_NEED_USCORE)
1330 AC_CHECK_FUNC(dlerror)
1333 dnl ******************************************************************
1334 dnl *** Checks for the IKVM JNI interface library ***
1335 dnl ******************************************************************
1336 AC_ARG_WITH(ikvm-native, [ --with-ikvm-native=yes,no build the IKVM JNI interface library (defaults to yes)],[with_ikvm_native=$withval],[with_ikvm_native=$ikvm_native])
1339 if test x$with_ikvm_native = xyes; then
1340 ikvm_native_dir=ikvm-native
1341 jdk_headers_found="IKVM Native"
1344 AC_SUBST(ikvm_native_dir)
1346 AC_CHECK_HEADERS(execinfo.h)
1348 AC_CHECK_HEADERS(sys/auxv.h sys/resource.h)
1350 AC_CHECK_FUNCS(getgrgid_r)
1351 AC_CHECK_FUNCS(getgrnam_r)
1352 AC_CHECK_FUNCS(getpwnam_r)
1353 AC_CHECK_FUNCS(getpwuid_r)
1354 AC_CHECK_FUNCS(getresuid)
1355 AC_CHECK_FUNCS(setresuid)
1356 AC_CHECK_FUNCS(kqueue)
1357 AC_CHECK_FUNCS(backtrace_symbols)
1358 AC_CHECK_FUNCS(mkstemp)
1359 AC_CHECK_FUNCS(mmap)
1360 AC_CHECK_FUNCS(madvise)
1361 AC_CHECK_FUNCS(getrusage)
1362 AC_CHECK_FUNCS(getpriority)
1363 AC_CHECK_FUNCS(setpriority)
1364 AC_CHECK_FUNCS(dl_iterate_phdr)
1365 AC_CHECK_FUNCS(dladdr)
1366 AC_CHECK_FUNCS(sysconf)
1367 AC_CHECK_FUNCS(getrlimit)
1368 AC_CHECK_FUNCS(prctl)
1370 AC_CHECK_FUNCS(sched_getaffinity)
1371 AC_CHECK_FUNCS(sched_setaffinity)
1372 AC_CHECK_FUNCS(sched_getcpu)
1374 dnl ****************************************************************
1375 dnl *** Check for sched_setaffinity from glibc versions before ***
1376 dnl *** 2.3.4. The older versions of the function only take 2 ***
1377 dnl *** parameters, not 3. ***
1379 dnl *** Because the interface change was not made in a minor ***
1380 dnl *** version rev, the __GLIBC__ and __GLIBC_MINOR__ macros ***
1381 dnl *** won't always indicate the interface sched_affinity has. ***
1382 dnl ****************************************************************
1383 AC_MSG_CHECKING(for sched_setaffinity from glibc < 2.3.4)
1384 AC_TRY_COMPILE([#include <sched.h>], [
1386 sched_setaffinity(0, &mask);
1389 # Yes, we have it...
1391 AC_DEFINE(GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY, 1, [Have GLIBC_BEFORE_2_3_4_SCHED_SETAFFINITY])
1393 # We have the new, three-parameter version
1398 dnl ******************************************************************
1399 dnl *** Check for large file support ***
1400 dnl *** (If we were using autoconf 2.50 we'd use AC_SYS_LARGEFILE) ***
1401 dnl ******************************************************************
1403 # Check that off_t can represent 2**63 - 1 correctly, working around
1404 # potential compiler bugs. Defines LARGE_FILE_SUPPORT, adds $1 to
1405 # CPPFLAGS and sets $large_offt to yes if the test succeeds
1407 AC_DEFUN([LARGE_FILES], [
1408 large_CPPFLAGS=$CPPFLAGS
1409 CPPFLAGS="$CPPFLAGS $1"
1411 #include <sys/types.h>
1414 /* Lifted this compile time assert method from: http://www.jaggersoft.com/pubs/CVu11_3.html */
1415 #define COMPILE_TIME_ASSERT(pred) \
1416 switch(0){case 0:case pred:;}
1417 COMPILE_TIME_ASSERT(sizeof(off_t) * CHAR_BIT == 64);
1420 AC_DEFINE(HAVE_LARGE_FILE_SUPPORT, 1, [Have large file support])
1421 large_CPPFLAGS="$large_CPPFLAGS $1"
1426 CPPFLAGS=$large_CPPFLAGS
1429 AC_MSG_CHECKING(if off_t is 64 bits wide)
1431 if test $large_offt = no; then
1432 AC_MSG_CHECKING(if _FILE_OFFSET_BITS=64 gives 64 bit off_t)
1433 LARGE_FILES("-D_FILE_OFFSET_BITS=64")
1435 if test $large_offt = no; then
1436 AC_MSG_WARN([No 64 bit file size support available])
1439 dnl *****************************
1440 dnl *** Checks for libsocket ***
1441 dnl *****************************
1442 AC_CHECK_LIB(socket, socket, LIBS="$LIBS -lsocket")
1446 dnl *****************************
1447 dnl *** Checks for libinotify ***
1448 dnl *****************************
1449 AC_CHECK_LIB(inotify, inotify_init, LIBS="$LIBS -linotify")
1452 dnl *******************************
1453 dnl *** Checks for MSG_NOSIGNAL ***
1454 dnl *******************************
1455 AC_MSG_CHECKING(for MSG_NOSIGNAL)
1456 AC_TRY_COMPILE([#include <sys/socket.h>], [
1457 int f = MSG_NOSIGNAL;
1459 # Yes, we have it...
1461 AC_DEFINE(HAVE_MSG_NOSIGNAL, 1, [Have MSG_NOSIGNAL])
1463 # We'll have to use signals
1467 dnl *****************************
1468 dnl *** Checks for IPPROTO_IP ***
1469 dnl *****************************
1470 AC_MSG_CHECKING(for IPPROTO_IP)
1471 AC_TRY_COMPILE([#include <netinet/in.h>], [
1472 int level = IPPROTO_IP;
1474 # Yes, we have it...
1476 AC_DEFINE(HAVE_IPPROTO_IP, 1, [Have IPPROTO_IP])
1478 # We'll have to use getprotobyname
1482 dnl *******************************
1483 dnl *** Checks for IPPROTO_IPV6 ***
1484 dnl *******************************
1485 AC_MSG_CHECKING(for IPPROTO_IPV6)
1486 AC_TRY_COMPILE([#include <netinet/in.h>], [
1487 int level = IPPROTO_IPV6;
1489 # Yes, we have it...
1491 AC_DEFINE(HAVE_IPPROTO_IPV6, 1, [Have IPPROTO_IPV6])
1493 # We'll have to use getprotobyname
1497 dnl ******************************
1498 dnl *** Checks for IPPROTO_TCP ***
1499 dnl ******************************
1500 AC_MSG_CHECKING(for IPPROTO_TCP)
1501 AC_TRY_COMPILE([#include <netinet/in.h>], [
1502 int level = IPPROTO_TCP;
1504 # Yes, we have it...
1506 AC_DEFINE(HAVE_IPPROTO_TCP, 1, [Have IPPROTO_TCP])
1508 # We'll have to use getprotobyname
1512 dnl *****************************
1513 dnl *** Checks for SOL_IP ***
1514 dnl *****************************
1515 AC_MSG_CHECKING(for SOL_IP)
1516 AC_TRY_COMPILE([#include <netdb.h>], [
1519 # Yes, we have it...
1521 AC_DEFINE(HAVE_SOL_IP, 1, [Have SOL_IP])
1523 # We'll have to use getprotobyname
1527 dnl *****************************
1528 dnl *** Checks for SOL_IPV6 ***
1529 dnl *****************************
1530 AC_MSG_CHECKING(for SOL_IPV6)
1531 AC_TRY_COMPILE([#include <netdb.h>], [
1532 int level = SOL_IPV6;
1534 # Yes, we have it...
1536 AC_DEFINE(HAVE_SOL_IPV6, 1, [Have SOL_IPV6])
1538 # We'll have to use getprotobyname
1542 dnl *****************************
1543 dnl *** Checks for SOL_TCP ***
1544 dnl *****************************
1545 AC_MSG_CHECKING(for SOL_TCP)
1546 AC_TRY_COMPILE([#include <netdb.h>], [
1547 int level = SOL_TCP;
1549 # Yes, we have it...
1551 AC_DEFINE(HAVE_SOL_TCP, 1, [Have SOL_TCP])
1553 # We'll have to use getprotobyname
1557 dnl *****************************
1558 dnl *** Checks for IP_PKTINFO ***
1559 dnl *****************************
1560 AC_MSG_CHECKING(for IP_PKTINFO)
1561 AC_TRY_COMPILE([#include <linux/in.h>], [
1562 int level = IP_PKTINFO;
1564 # Yes, we have it...
1566 AC_DEFINE(HAVE_IP_PKTINFO, 1, [Have IP_PKTINFO])
1571 dnl *****************************
1572 dnl *** Checks for IPV6_PKTINFO ***
1573 dnl *****************************
1574 AC_MSG_CHECKING(for IPV6_PKTINFO)
1575 AC_TRY_COMPILE([#include <netdb.h>], [
1576 int level = IPV6_PKTINFO;
1578 # Yes, we have it...
1580 AC_DEFINE(HAVE_IPV6_PKTINFO, 1, [Have IPV6_PKTINFO])
1585 dnl **********************************
1586 dnl *** Checks for IP_DONTFRAG ***
1587 dnl **********************************
1588 AC_MSG_CHECKING(for IP_DONTFRAG)
1589 AC_TRY_COMPILE([#include <netinet/in.h>], [
1590 int level = IP_DONTFRAG;
1592 # Yes, we have it...
1594 AC_DEFINE(HAVE_IP_DONTFRAG, 1, [Have IP_DONTFRAG])
1599 dnl **********************************
1600 dnl *** Checks for IP_DONTFRAGMENT ***
1601 dnl **********************************
1602 AC_MSG_CHECKING(for IP_DONTFRAGMENT)
1603 AC_TRY_COMPILE([#include <Ws2ipdef.h>], [
1604 int level = IP_DONTFRAGMENT;
1606 # Yes, we have it...
1608 AC_DEFINE(HAVE_IP_DONTFRAGMENT, 1, [Have IP_DONTFRAGMENT])
1613 dnl **********************************
1614 dnl *** Checks for IP_MTU_DISCOVER ***
1615 dnl **********************************
1616 AC_MSG_CHECKING(for IP_MTU_DISCOVER)
1617 AC_TRY_COMPILE([#include <linux/in.h>], [
1618 int level = IP_MTU_DISCOVER;
1620 # Yes, we have it...
1622 AC_DEFINE(HAVE_IP_MTU_DISCOVER, 1, [Have IP_MTU_DISCOVER])
1627 dnl **********************************
1628 dnl *** Checks for IP_PMTUDISC_DO ***
1629 dnl **********************************
1630 AC_MSG_CHECKING(for IP_PMTUDISC_DO)
1631 AC_TRY_COMPILE([#include <linux/in.h>], [
1632 int level = IP_PMTUDISC_DO;
1634 # Yes, we have it...
1636 AC_DEFINE(HAVE_IP_PMTUDISC_DO, 1, [Have IP_PMTUDISC_DO])
1641 dnl *********************************
1642 dnl *** Check for struct ip_mreqn ***
1643 dnl *********************************
1644 AC_MSG_CHECKING(for struct ip_mreqn)
1645 AC_TRY_COMPILE([#include <netinet/in.h>], [
1646 struct ip_mreqn mreq;
1647 mreq.imr_address.s_addr = 0;
1649 # Yes, we have it...
1651 AC_DEFINE(HAVE_STRUCT_IP_MREQN, 1, [Have struct ip_mreqn])
1653 # We'll just have to try and use struct ip_mreq
1655 AC_MSG_CHECKING(for struct ip_mreq)
1656 AC_TRY_COMPILE([#include <netinet/in.h>], [
1657 struct ip_mreq mreq;
1658 mreq.imr_interface.s_addr = 0;
1660 # Yes, we have it...
1662 AC_DEFINE(HAVE_STRUCT_IP_MREQ, 1, [Have struct ip_mreq])
1664 # No multicast support
1669 dnl **********************************
1670 dnl *** Check for getaddrinfo ***
1671 dnl **********************************
1672 AC_MSG_CHECKING(for getaddrinfo)
1677 getaddrinfo(NULL,NULL,NULL,NULL);
1679 # Yes, we have it...
1681 AC_DEFINE(HAVE_GETADDRINFO, 1, [Have getaddrinfo])
1686 dnl **********************************
1687 dnl *** Check for gethostbyname2_r ***
1688 dnl **********************************
1689 AC_MSG_CHECKING(for gethostbyname2_r)
1695 gethostbyname2_r(NULL,0,NULL,NULL,0,NULL,NULL);
1697 # Yes, we have it...
1699 AC_DEFINE(HAVE_GETHOSTBYNAME2_R, 1, [Have gethostbyname2_r])
1704 dnl **********************************
1705 dnl *** Check for gethostbyname2 ***
1706 dnl **********************************
1707 AC_MSG_CHECKING(for gethostbyname2)
1712 gethostbyname2(NULL,0);
1714 # Yes, we have it...
1716 AC_DEFINE(HAVE_GETHOSTBYNAME2, 1, [Have gethostbyname2])
1721 dnl **********************************
1722 dnl *** Check for gethostbyname ***
1723 dnl **********************************
1724 AC_MSG_CHECKING(for gethostbyname)
1729 gethostbyname(NULL);
1731 # Yes, we have it...
1733 AC_DEFINE(HAVE_GETHOSTBYNAME, 1, [Have gethostbyname])
1738 dnl **********************************
1739 dnl *** Check for getprotobyname ***
1740 dnl **********************************
1741 AC_MSG_CHECKING(for getprotobyname)
1746 getprotobyname(NULL);
1748 # Yes, we have it...
1750 AC_DEFINE(HAVE_GETPROTOBYNAME, 1, [Have getprotobyname])
1755 dnl **********************************
1756 dnl *** Check for getnameinfo ***
1757 dnl **********************************
1758 AC_MSG_CHECKING(for getnameinfo)
1763 getnameinfo (NULL, 0, NULL, 0, NULL, 0, 0);
1765 # Yes, we have it...
1767 AC_DEFINE(HAVE_GETNAMEINFO, 1, [Have getnameinfo])
1773 dnl **********************************
1774 dnl *** Check for inet_ntop ***
1775 dnl **********************************
1776 AC_MSG_CHECKING(for inet_ntop)
1779 #include <arpa/inet.h>
1781 inet_ntop (0, NULL, NULL, 0);
1783 # Yes, we have it...
1785 AC_DEFINE(HAVE_INET_NTOP, 1, [Have inet_ntop])
1790 dnl *****************************
1791 dnl *** Checks for libnsl ***
1792 dnl *****************************
1793 AC_CHECK_FUNC(gethostbyaddr, , AC_CHECK_LIB(nsl, gethostbyaddr, LIBS="$LIBS -lnsl"))
1795 AC_CHECK_FUNCS(inet_pton inet_aton)
1797 dnl *****************************
1798 dnl *** Checks for libxnet ***
1799 dnl *****************************
1802 AC_MSG_CHECKING(for Solaris XPG4 support)
1803 if test -f /usr/lib/libxnet.so; then
1804 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500"
1805 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
1806 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED=1"
1813 if test "$GCC" = "yes"; then
1814 CFLAGS="$CFLAGS -Wno-char-subscripts"
1819 dnl *****************************
1820 dnl *** Checks for libpthread ***
1821 dnl *****************************
1822 # on FreeBSD -STABLE, the pthreads functions all reside in libc_r
1823 # and libpthread does not exist
1827 AC_CHECK_LIB(pthread, main, LIBS="$LIBS -pthread")
1830 AC_CHECK_LIB(pthread, main, LIBS="$LIBS -pthread")
1833 AC_CHECK_LIB(pthread, main, LIBS="$LIBS -lpthread")
1836 AC_CHECK_HEADERS(pthread.h)
1837 AC_CHECK_HEADERS(pthread_np.h)
1838 AC_CHECK_FUNCS(pthread_mutex_timedlock)
1839 AC_CHECK_FUNCS(pthread_getattr_np pthread_attr_get_np pthread_setname_np)
1840 AC_CHECK_FUNCS(pthread_kill)
1841 AC_MSG_CHECKING(for PTHREAD_MUTEX_RECURSIVE)
1842 AC_TRY_COMPILE([ #include <pthread.h>], [
1843 pthread_mutexattr_t attr;
1844 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
1849 AC_ERROR(Posix system lacks support for recursive mutexes)
1851 AC_CHECK_FUNCS(pthread_attr_setstacksize)
1852 AC_CHECK_FUNCS(pthread_attr_getstack pthread_attr_getstacksize)
1853 AC_CHECK_FUNCS(pthread_get_stacksize_np pthread_get_stackaddr_np)
1855 dnl **********************************
1856 dnl *** Check for mincore ***
1857 dnl **********************************
1858 AC_MSG_CHECKING(for mincore)
1861 #include <sys/types.h>
1862 #include <sys/mman.h>
1864 mincore(NULL, 0, NULL);
1866 # Yes, we have it...
1868 AC_DEFINE(HAVE_MINCORE, 1, [Have mincore])
1873 dnl ***********************************
1874 dnl *** Checks for working __thread ***
1875 dnl ***********************************
1876 AC_MSG_CHECKING(for working __thread)
1877 if test "x$with_tls" != "x__thread"; then
1878 AC_MSG_RESULT(disabled)
1879 elif test "x$cross_compiling" = "xyes"; then
1880 AC_MSG_RESULT(cross compiling, assuming yes)
1883 #if defined(__APPLE__) && defined(__clang__)
1884 #error "__thread does not currently work with clang on Mac OS X"
1887 #include <pthread.h>
1889 static int res1, res2;
1891 void thread_main (void *arg)
1906 pthread_create (&t1, NULL, thread_main, 1);
1907 pthread_create (&t2, NULL, thread_main, 2);
1909 pthread_join (t1, NULL);
1910 pthread_join (t2, NULL);
1912 return !(res1 + res2 == 2);
1922 dnl **************************************
1923 dnl *** Checks for working sigaltstack ***
1924 dnl **************************************
1925 AC_MSG_CHECKING(for working sigaltstack)
1926 if test "x$with_sigaltstack" != "xyes"; then
1927 AC_MSG_RESULT(disabled)
1928 elif test "x$cross_compiling" = "xyes"; then
1929 AC_MSG_RESULT(cross compiling, assuming yes)
1936 #include <pthread.h>
1937 #include <sys/wait.h>
1938 #if defined(__FreeBSD__) || defined(__NetBSD__)
1939 #define SA_STACK SA_ONSTACK
1942 sigsegv_signal_handler (int _dummy, siginfo_t *info, void *context)
1947 volatile char*__ptr = NULL;
1949 loop (void *ignored)
1958 struct sigaction sa;
1962 struct sigaltstack sas;
1965 pthread_attr_t attr;
1967 sa.sa_sigaction = sigsegv_signal_handler;
1968 sigemptyset (&sa.sa_mask);
1969 sa.sa_flags = SA_SIGINFO | SA_ONSTACK;
1970 if (sigaction (SIGSEGV, &sa, NULL) == -1) {
1971 perror ("sigaction");
1975 /* x86 darwin deliver segfaults using SIGBUS */
1976 if (sigaction (SIGBUS, &sa, NULL) == -1) {
1977 perror ("sigaction");
1980 sas.ss_sp = malloc (SIGSTKSZ);
1981 sas.ss_size = SIGSTKSZ;
1983 if (sigaltstack (&sas, NULL) == -1) {
1984 perror ("sigaltstack");
1988 pthread_attr_init (&attr);
1989 if (pthread_create(&id, &attr, loop, &attr) != 0) {
1990 printf ("pthread_create\n");
2014 for (i = 0; i < 300; ++i) {
2015 waitpid (son, &status, WNOHANG);
2016 if (WIFEXITED (status) && WEXITSTATUS (status) == 0)
2021 kill (son, SIGKILL);
2027 AC_DEFINE(HAVE_WORKING_SIGALTSTACK, 1, [Have a working sigaltstack])
2034 dnl ********************************
2035 dnl *** Checks for semaphore lib ***
2036 dnl ********************************
2037 # 'Real Time' functions on Solaris
2038 # posix4 on Solaris 2.6
2039 # pthread (first!) on Linux
2040 AC_SEARCH_LIBS(sem_init, pthread rt posix4)
2042 AC_SEARCH_LIBS(shm_open, pthread rt posix4)
2043 AC_CHECK_FUNCS(shm_open)
2045 dnl ********************************
2046 dnl *** Checks for timezone stuff **
2047 dnl ********************************
2048 AC_CACHE_CHECK(for tm_gmtoff in struct tm, ac_cv_struct_tm_gmtoff,
2054 ], ac_cv_struct_tm_gmtoff=yes, ac_cv_struct_tm_gmtoff=no))
2055 if test $ac_cv_struct_tm_gmtoff = yes; then
2056 AC_DEFINE(HAVE_TM_GMTOFF, 1, [Have tm_gmtoff])
2058 AC_CACHE_CHECK(for timezone variable, ac_cv_var_timezone,
2063 ], ac_cv_var_timezone=yes, ac_cv_var_timezone=no))
2064 if test $ac_cv_var_timezone = yes; then
2065 AC_DEFINE(HAVE_TIMEZONE, 1, [Have timezone variable])
2067 AC_ERROR(unable to find a way to determine timezone)
2071 dnl *********************************
2072 dnl *** Checks for math functions ***
2073 dnl *********************************
2074 AC_SEARCH_LIBS(sqrtf, m)
2075 if test "x$has_broken_apple_cpp" != "xyes"; then
2076 AC_CHECK_FUNCS(finite, , AC_MSG_CHECKING(for finite in math.h)
2077 AC_TRY_LINK([#include <math.h>],
2079 AC_DEFINE(HAVE_FINITE, 1, [Have finite in -lm]) AC_MSG_RESULT(yes),
2082 AC_CHECK_FUNCS(isfinite, , AC_MSG_CHECKING(for isfinite in math.h)
2083 AC_TRY_LINK([#include <math.h>],
2085 AC_DEFINE(HAVE_ISFINITE, 1, [Have isfinite]) AC_MSG_RESULT(yes),
2088 dnl ****************************************************************
2089 dnl *** Checks for working poll() (macosx defines it but doesn't ***
2090 dnl *** have it in the library (duh)) ***
2091 dnl ****************************************************************
2092 AC_CHECK_FUNCS(poll)
2094 dnl *************************
2095 dnl *** Check for signbit ***
2096 dnl *************************
2097 AC_MSG_CHECKING(for signbit)
2098 AC_TRY_LINK([#include <math.h>], [
2099 int s = signbit(1.0);
2102 AC_DEFINE(HAVE_SIGNBIT, 1, [Have signbit])
2107 dnl **********************************
2109 dnl **********************************
2110 if test "x$ac_cv_header_nacl_nacl_dyncode_h" = "xno"; then
2111 AC_CHECK_HEADERS(sys/epoll.h)
2113 AC_CHECK_FUNCS(epoll_ctl, [haveepoll=yes], )
2114 if test "x$haveepoll" = "xyes" -a "x$ac_cv_header_sys_epoll_h" = "xyes"; then
2115 AC_DEFINE(HAVE_EPOLL, 1, [epoll supported])
2121 AC_CHECK_HEADERS(sys/event.h)
2122 AC_CHECK_FUNCS(kqueue, [havekqueue=yes], )
2124 dnl **************************************
2125 dnl * Darwin has a race that prevents us from using reliably:
2126 dnl * http://lists.apple.com/archives/darwin-dev/2011/Jun/msg00016.html
2127 dnl * Since kqueue is mostly used for scaling large web servers,
2128 dnl * and very few folks run Mono on large web servers on OSX, falling
2130 dnl **************************************
2131 if test "x$havekqueue" = "xyes" -a "x$ac_cv_header_sys_event_h" = "xyes"; then
2132 if test "x$host_darwin" = "xno"; then
2133 AC_DEFINE(USE_KQUEUE_FOR_THREADPOOL, 1, [Use kqueue for the threadpool])
2137 dnl ******************************
2138 dnl *** Checks for SIOCGIFCONF ***
2139 dnl ******************************
2140 AC_CHECK_HEADERS(sys/ioctl.h)
2141 AC_CHECK_HEADERS(net/if.h, [], [],
2143 #ifdef HAVE_SYS_TYPES_H
2144 # include <sys/types.h>
2146 #ifdef HAVE_SYS_SOCKET_H
2147 # include <sys/socket.h>
2150 AC_MSG_CHECKING(for ifreq)
2153 #include <sys/ioctl.h>
2161 x = (void *) &ifr->ifr_addr;
2164 AC_DEFINE(HAVE_SIOCGIFCONF, 1, [Can get interface list])
2168 dnl **********************************
2169 dnl *** Checks for sin_len ***
2170 dnl **********************************
2171 AC_MSG_CHECKING(for sockaddr_in.sin_len)
2173 #include <netinet/in.h>
2175 struct sockaddr_in saddr;
2176 saddr.sin_len = sizeof (saddr);
2179 AC_DEFINE(HAVE_SOCKADDR_IN_SIN_LEN, 1, [sockaddr_in has sin_len])
2183 dnl **********************************
2184 dnl *** Checks for sin6_len ***
2185 dnl **********************************
2186 AC_MSG_CHECKING(for sockaddr_in6.sin6_len)
2188 #include <netinet/in.h>
2190 struct sockaddr_in6 saddr6;
2191 saddr6.sin6_len = sizeof (saddr6);
2194 AC_DEFINE(HAVE_SOCKADDR_IN6_SIN_LEN, 1, [sockaddr_in6 has sin6_len])
2198 dnl **********************************
2199 dnl *** Check for getifaddrs ***
2200 dnl **********************************
2201 AC_MSG_CHECKING(for getifaddrs)
2204 #include <sys/types.h>
2205 #include <sys/socket.h>
2206 #include <ifaddrs.h>
2210 # Yes, we have it...
2212 AC_DEFINE(HAVE_GETIFADDRS, 1, [Have getifaddrs])
2216 dnl **********************************
2217 dnl *** Check for if_nametoindex ***
2218 dnl **********************************
2219 AC_MSG_CHECKING(for if_nametoindex)
2222 #include <sys/types.h>
2223 #include <sys/socket.h>
2226 if_nametoindex(NULL);
2228 # Yes, we have it...
2230 AC_DEFINE(HAVE_IF_NAMETOINDEX, 1, [Have if_nametoindex])
2235 dnl **********************************
2236 dnl *** Checks for MonoPosixHelper ***
2237 dnl **********************************
2238 AC_CHECK_HEADERS(checklist.h)
2239 AC_CHECK_HEADERS(pathconf.h)
2240 AC_CHECK_HEADERS(fstab.h)
2241 AC_CHECK_HEADERS(attr/xattr.h)
2242 AC_CHECK_HEADERS(sys/extattr.h)
2243 AC_CHECK_HEADERS(sys/sendfile.h)
2244 AC_CHECK_HEADERS(sys/statvfs.h)
2245 AC_CHECK_HEADERS(sys/statfs.h)
2246 AC_CHECK_HEADERS(sys/vfstab.h)
2247 AC_CHECK_HEADERS(sys/xattr.h)
2248 AC_CHECK_HEADERS(sys/mman.h)
2249 AC_CHECK_HEADERS(sys/param.h)
2250 AC_CHECK_HEADERS(sys/mount.h, [], [],
2252 #ifdef HAVE_SYS_PARAM_H
2253 # include <sys/param.h>
2256 AC_CHECK_HEADERS(sys/mount.h)
2257 AC_CHECK_FUNCS(confstr)
2258 AC_CHECK_FUNCS(seekdir telldir)
2259 AC_CHECK_FUNCS(getdomainname)
2260 AC_CHECK_FUNCS(setdomainname)
2261 AC_CHECK_FUNCS(endgrent getgrent fgetgrent setgrent)
2262 AC_CHECK_FUNCS(setgroups)
2263 AC_CHECK_FUNCS(endpwent getpwent fgetpwent setpwent)
2264 AC_CHECK_FUNCS(getfsstat)
2265 AC_CHECK_FUNCS(lutimes futimes)
2266 AC_CHECK_FUNCS(mremap)
2267 AC_CHECK_FUNCS(remap_file_pages)
2268 AC_CHECK_FUNCS(posix_fadvise)
2269 AC_CHECK_FUNCS(posix_fallocate)
2270 AC_CHECK_FUNCS(posix_madvise)
2271 AC_CHECK_FUNCS(vsnprintf)
2272 AC_CHECK_FUNCS(sendfile)
2273 AC_CHECK_FUNCS(gethostid sethostid)
2274 AC_CHECK_FUNCS(sethostname)
2275 AC_CHECK_FUNCS(statfs)
2276 AC_CHECK_FUNCS(fstatfs)
2277 AC_CHECK_FUNCS(statvfs)
2278 AC_CHECK_FUNCS(fstatvfs)
2279 AC_CHECK_FUNCS(stime)
2280 AC_CHECK_FUNCS(strerror_r)
2281 AC_CHECK_FUNCS(ttyname_r)
2282 AC_CHECK_FUNCS(psignal)
2283 AC_CHECK_FUNCS(getlogin_r)
2284 AC_CHECK_FUNCS(lockf)
2285 AC_CHECK_FUNCS(swab)
2286 AC_CHECK_FUNCS(setusershell endusershell)
2287 AC_CHECK_FUNCS(futimens utimensat)
2288 AC_CHECK_FUNCS(fstatat mknodat readlinkat)
2289 AC_CHECK_FUNCS(readv writev preadv pwritev)
2290 AC_CHECK_FUNCS(setpgid)
2291 AC_CHECK_FUNCS(system)
2292 AC_CHECK_FUNCS(fork execv execve)
2293 AC_CHECK_FUNCS(accept4)
2294 AC_CHECK_SIZEOF(size_t)
2295 AC_CHECK_TYPES([blksize_t], [AC_DEFINE(HAVE_BLKSIZE_T)], ,
2296 [#include <sys/types.h>
2297 #include <sys/stat.h>
2298 #include <unistd.h>])
2299 AC_CHECK_TYPES([blkcnt_t], [AC_DEFINE(HAVE_BLKCNT_T)], ,
2300 [#include <sys/types.h>
2301 #include <sys/stat.h>
2302 #include <unistd.h>])
2303 AC_CHECK_TYPES([suseconds_t], [AC_DEFINE(HAVE_SUSECONDS_T)], ,
2304 [#include <sys/time.h>])
2305 AC_CHECK_TYPES([struct cmsghdr], [AC_DEFINE(HAVE_STRUCT_CMSGHDR)], ,
2306 [#include <sys/socket.h>])
2307 AC_CHECK_TYPES([struct flock], [AC_DEFINE(HAVE_STRUCT_FLOCK)], ,
2308 [#include <unistd.h>
2309 #include <fcntl.h>])
2310 AC_CHECK_TYPES([struct iovec], [AC_DEFINE(HAVE_STRUCT_IOVEC)], ,
2311 [#include <sys/uio.h>])
2312 AC_CHECK_TYPES([struct linger], [AC_DEFINE(HAVE_STRUCT_LINGER)], ,
2313 [#include <sys/socket.h>])
2314 AC_CHECK_TYPES([struct pollfd], [AC_DEFINE(HAVE_STRUCT_POLLFD)], ,
2315 [#include <sys/poll.h>])
2316 AC_CHECK_TYPES([struct sockaddr], [AC_DEFINE(HAVE_STRUCT_SOCKADDR)], ,
2317 [#include <sys/socket.h>])
2318 AC_CHECK_TYPES([struct sockaddr_storage], [AC_DEFINE(HAVE_STRUCT_SOCKADDR_STORAGE)], ,
2319 [#include <sys/socket.h>])
2320 AC_CHECK_TYPES([struct sockaddr_in], [AC_DEFINE(HAVE_STRUCT_SOCKADDR_IN)], ,
2321 [#include <netinet/in.h>])
2322 AC_CHECK_TYPES([struct sockaddr_in6], [AC_DEFINE(HAVE_STRUCT_SOCKADDR_IN6)], ,
2323 [#include <netinet/in.h>])
2324 AC_CHECK_TYPES([struct sockaddr_un], [AC_DEFINE(HAVE_STRUCT_SOCKADDR_UN)], ,
2325 [#include <sys/un.h>])
2326 AC_CHECK_TYPES([struct stat], [AC_DEFINE(HAVE_STRUCT_STAT)], ,
2327 [#include <sys/types.h>
2328 #include <sys/stat.h>
2329 #include <unistd.h>])
2330 AC_CHECK_TYPES([struct timespec], [AC_DEFINE(HAVE_STRUCT_TIMESPEC)], ,
2331 [#include <time.h>])
2332 AC_CHECK_TYPES([struct timeval], [AC_DEFINE(HAVE_STRUCT_TIMEVAL)], ,
2333 [#include <sys/time.h>
2334 #include <sys/types.h>
2335 #include <utime.h>])
2336 AC_CHECK_TYPES([struct timezone], [AC_DEFINE(HAVE_STRUCT_TIMEZONE)], ,
2337 [#include <sys/time.h>])
2338 AC_CHECK_TYPES([struct utimbuf], [AC_DEFINE(HAVE_STRUCT_UTIMBUF)], ,
2339 [#include <sys/types.h>
2340 #include <utime.h>])
2342 [struct dirent.d_off, struct dirent.d_reclen, struct dirent.d_type],,,
2343 [#include <sys/types.h>
2344 #include <dirent.h>])
2346 [struct passwd.pw_gecos],,,
2347 [#include <sys/types.h>
2350 [struct statfs.f_flags],,,
2351 [#include <sys/types.h>
2352 #include <sys/vfs.h>])
2354 [struct stat.st_atim, struct stat.st_mtim, struct stat.st_ctim],,,
2355 [#include <sys/types.h>
2356 #include <sys/stat.h>
2357 #include <unistd.h>])
2359 dnl Favour xattr through glibc, but use libattr if we have to
2360 AC_CHECK_FUNC(lsetxattr, ,
2361 AC_CHECK_LIB(attr, lsetxattr, XATTR_LIB="-lattr",)
2365 dnl kinfo_proc.kp_proc works on darwin but fails on other simil-bsds
2367 [struct kinfo_proc.kp_proc],,,
2368 [#include <sys/types.h>
2369 #include <sys/param.h>
2370 #include <sys/sysctl.h>
2371 #include <sys/proc.h>
2374 dnl *********************************
2375 dnl *** Checks for Windows compilation ***
2376 dnl *********************************
2377 AC_CHECK_HEADERS(sys/time.h)
2378 AC_CHECK_HEADERS(sys/param.h)
2379 AC_CHECK_HEADERS(dirent.h)
2381 dnl ******************************************
2382 dnl *** Checks for OSX and iOS compilation ***
2383 dnl ******************************************
2384 AC_CHECK_HEADERS(CommonCrypto/CommonDigest.h)
2386 dnl *********************************
2387 dnl *** Check for Console 2.0 I/O ***
2388 dnl *********************************
2389 AC_CHECK_HEADERS([curses.h])
2390 AC_CHECK_HEADERS([term.h], [], [],
2395 AC_CHECK_HEADERS([termios.h])
2397 dnl *********************************
2398 dnl *** Checks for Windows compilation ***
2399 dnl *********************************
2400 AC_CHECK_HEADERS(winternl.h)
2402 jdk_headers_found=no
2403 AC_CHECK_LIB(ws2_32, main, LIBS="$LIBS -lws2_32", AC_ERROR(bad mingw install?))
2404 AC_CHECK_LIB(psapi, main, LIBS="$LIBS -lpsapi", AC_ERROR(bad mingw install?))
2405 AC_CHECK_LIB(ole32, main, LIBS="$LIBS -lole32", AC_ERROR(bad mingw install?))
2406 AC_CHECK_LIB(winmm, main, LIBS="$LIBS -lwinmm", AC_ERROR(bad mingw install?))
2407 AC_CHECK_LIB(oleaut32, main, LIBS="$LIBS -loleaut32", AC_ERROR(bad mingw install?))
2408 AC_CHECK_LIB(advapi32, main, LIBS="$LIBS -ladvapi32", AC_ERROR(bad mingw install?))
2409 AC_CHECK_LIB(version, main, LIBS="$LIBS -lversion", AC_ERROR(bad mingw install?))
2411 dnl *********************************
2412 dnl *** Check for struct ip_mreqn ***
2413 dnl *********************************
2414 AC_MSG_CHECKING(for struct ip_mreqn)
2415 AC_TRY_COMPILE([#include <ws2tcpip.h>], [
2416 struct ip_mreqn mreq;
2417 mreq.imr_address.s_addr = 0;
2419 # Yes, we have it...
2421 AC_DEFINE(HAVE_STRUCT_IP_MREQN)
2423 # We'll just have to try and use struct ip_mreq
2425 AC_MSG_CHECKING(for struct ip_mreq)
2426 AC_TRY_COMPILE([#include <ws2tcpip.h>], [
2427 struct ip_mreq mreq;
2428 mreq.imr_interface.s_addr = 0;
2430 # Yes, we have it...
2432 AC_DEFINE(HAVE_STRUCT_IP_MREQ)
2434 # No multicast support
2439 dnl **********************************
2440 dnl *** Check for getaddrinfo ***
2441 dnl **********************************
2442 AC_MSG_CHECKING(for getaddrinfo)
2445 #include <winsock2.h>
2446 #include <ws2tcpip.h>
2448 getaddrinfo(NULL,NULL,NULL,NULL);
2450 # Yes, we have it...
2452 AC_DEFINE(HAVE_GETADDRINFO, 1, [Have getaddrinfo])
2457 dnl **********************************
2458 dnl *** Check for gethostbyname ***
2459 dnl **********************************
2460 AC_MSG_CHECKING(for gethostbyname)
2463 #include <winsock2.h>
2464 #include <ws2tcpip.h>
2466 gethostbyname(NULL);
2468 # Yes, we have it...
2470 AC_DEFINE(HAVE_GETHOSTBYNAME, 1, [Have gethostbyname])
2475 dnl **********************************
2476 dnl *** Check for getprotobyname ***
2477 dnl **********************************
2478 AC_MSG_CHECKING(for getprotobyname)
2481 #include <winsock2.h>
2482 #include <ws2tcpip.h>
2484 getprotobyname(NULL);
2486 # Yes, we have it...
2488 AC_DEFINE(HAVE_GETPROTOBYNAME, 1, [Have getprotobyname])
2493 dnl **********************************
2494 dnl *** Check for getnameinfo ***
2495 dnl **********************************
2496 AC_MSG_CHECKING(for getnameinfo)
2499 #include <winsock2.h>
2500 #include <ws2tcpip.h>
2502 getnameinfo (NULL, 0, NULL, 0, NULL, 0, 0);
2504 # Yes, we have it...
2506 AC_DEFINE(HAVE_GETNAMEINFO, 1, [Have getnameinfo])
2511 dnl **********************************
2512 dnl *** Check for inet_ntop ***
2513 dnl **********************************
2514 AC_MSG_CHECKING(for inet_ntop)
2517 #include <winsock2.h>
2518 #include <ws2tcpip.h>
2520 inet_ntop (0, NULL, NULL, 0);
2522 # Yes, we have it...
2524 AC_DEFINE(HAVE_INET_NTOP, 1, [Have inet_ntop])
2529 dnl **********************************
2530 dnl *** Check for inet_pton ***
2531 dnl **********************************
2532 AC_MSG_CHECKING(for inet_pton)
2535 #include <winsock2.h>
2536 #include <ws2tcpip.h>
2541 inet_pton (0, NULL, NULL);
2543 # Yes, we have it...
2545 AC_DEFINE(HAVE_INET_PTON, 1, [Have inet_pton])
2550 AC_CHECK_DECLS(InterlockedExchange64, [], [], [[#include <windows.h>]])
2551 AC_CHECK_DECLS(InterlockedCompareExchange64, [], [], [[#include <windows.h>]])
2552 AC_CHECK_DECLS(InterlockedDecrement64, [], [], [[#include <windows.h>]])
2553 AC_CHECK_DECLS(InterlockedIncrement64, [], [], [[#include <windows.h>]])
2554 AC_CHECK_DECLS(InterlockedAdd, [], [], [[#include <windows.h>]])
2555 AC_CHECK_DECLS(InterlockedAdd64, [], [], [[#include <windows.h>]])
2556 AC_CHECK_DECLS(__readfsdword, [], [], [[#include <windows.h>]])
2560 AC_MSG_CHECKING(for socklen_t)
2562 #include <sys/types.h>
2563 #include <sys/socket.h>
2567 ac_cv_c_socklen_t=yes
2568 AC_DEFINE(HAVE_SOCKLEN_T, 1, [Have socklen_t])
2574 AC_MSG_CHECKING(for array element initializer support)
2575 AC_TRY_COMPILE([#include <sys/socket.h>], [
2576 const int array[] = {[1] = 2,};
2578 # Yes, we have it...
2580 AC_DEFINE(HAVE_ARRAY_ELEM_INIT,1,[Supports C99 array initialization])
2582 # We'll have to use signals
2586 AC_CHECK_FUNCS(trunc, , AC_MSG_CHECKING(for trunc in math.h)
2587 # Simply calling trunc (0.0) is no good since gcc will optimize the call away
2588 AC_TRY_LINK([#include <math.h>],
2589 [ static void *p = &trunc; ],
2591 AC_DEFINE(HAVE_TRUNC)
2597 if test "x$ac_cv_truncl" != "xyes"; then
2598 AC_CHECK_LIB(sunmath, aintl, [ AC_DEFINE(HAVE_AINTL, 1, [Has the 'aintl' function]) LIBS="$LIBS -lsunmath"])
2601 AC_CHECK_FUNCS(execvp)
2603 dnl ****************************
2604 dnl *** Look for /dev/random ***
2605 dnl ****************************
2607 AC_MSG_CHECKING([if usage of random device is requested])
2608 AC_ARG_ENABLE(dev-random,
2609 [ --disable-dev-random disable the use of the random device (enabled by default)],
2610 try_dev_random=$enableval, try_dev_random=yes)
2612 AC_MSG_RESULT($try_dev_random)
2616 NAME_DEV_RANDOM="/dev/srandom"
2619 dnl Win32 does not have /dev/random, they have their own method...
2621 *-mingw*|*-*-cygwin*)
2622 ac_cv_have_dev_random=no
2625 dnl Everywhere else, it's /dev/random
2628 NAME_DEV_RANDOM="/dev/random"
2632 AC_DEFINE_UNQUOTED(NAME_DEV_RANDOM, "$NAME_DEV_RANDOM", [Name of /dev/random])
2634 dnl Now check if the device actually exists
2636 if test "x$try_dev_random" = "xyes"; then
2637 AC_CACHE_CHECK(for random device, ac_cv_have_dev_random,
2638 [if test -r "$NAME_DEV_RANDOM" ; then
2639 ac_cv_have_dev_random=yes; else ac_cv_have_dev_random=no; fi])
2640 if test "x$ac_cv_have_dev_random" = "xyes"; then
2641 AC_DEFINE(HAVE_CRYPT_RNG, 1, [Have /dev/random])
2644 AC_MSG_CHECKING(for random device)
2645 ac_cv_have_dev_random=no
2646 AC_MSG_RESULT(has been disabled)
2649 if test "x$host_win32" = "xyes"; then
2650 AC_DEFINE(HAVE_CRYPT_RNG)
2653 if test "x$ac_cv_have_dev_random" = "xno" \
2654 && test "x$host_win32" = "xno"; then
2657 *** A system-provided entropy source was not found on this system.
2658 *** Because of this, the System.Security.Cryptography random number generator
2659 *** will throw a NotImplemented exception.
2661 *** If you are seeing this message, and you know your system DOES have an
2662 *** entropy collection in place, please contact <crichton@gimp.org> and
2663 *** provide information about the system and how to access the random device.
2665 *** Otherwise you can install either egd or prngd and set the environment
2666 *** variable MONO_EGD_SOCKET to point to the daemon's socket to use that.
2670 AC_ARG_ENABLE(bcl-opt, [ --disable-bcl-opt BCL is compiled with no optimizations (allows accurate BCL debugging)], test_bcl_opt=$enableval, test_bcl_opt=yes)
2672 AC_MSG_CHECKING([if big-arrays are to be enabled])
2673 AC_ARG_ENABLE(big-arrays, [ --enable-big-arrays Enable the allocation and indexing of arrays greater than Int32.MaxValue], enable_big_arrays=$enableval, enable_big_arrays=no)
2674 if test "x$enable_big_arrays" = "xyes" ; then
2675 if test "x$ac_cv_sizeof_void_p" = "x8"; then
2676 AC_DEFINE(MONO_BIG_ARRAYS,1,[Enable the allocation and indexing of arrays greater than Int32.MaxValue])
2678 AC_MSG_ERROR([The allocation and indexing of arrays greater than Int32.MaxValue is not supported on this platform.])
2681 AC_MSG_RESULT($enable_big_arrays)
2687 AC_ARG_ENABLE(dtrace,[ --enable-dtrace Enable DTrace probes], enable_dtrace=$enableval, enable_dtrace=$has_dtrace)
2689 if test "x$enable_dtrace" = "xyes"; then
2690 if test "x$has_dtrace" = "xno"; then
2691 AC_MSG_ERROR([DTrace probes are not supported on this platform.])
2693 AC_PATH_PROG(DTRACE, [dtrace], [no], [$PATH:/usr/sbin])
2694 if test "x$DTRACE" = "xno"; then
2695 AC_MSG_RESULT([dtrace utility not found, dtrace support disabled.])
2697 elif ! $DTRACE -h -s $srcdir/data/mono.d > /dev/null 2>&1; then
2698 AC_MSG_RESULT([dtrace doesn't support -h option, dtrace support disabled.])
2704 if test "x$enable_dtrace" = "xyes"; then
2705 AC_DEFINE(ENABLE_DTRACE, 1, [Enable DTrace probes])
2707 if test "x$ac_cv_sizeof_void_p" = "x8"; then
2710 DTRACEFLAGS="-arch ppc64"
2713 DTRACEFLAGS="-arch x86_64"
2722 DTRACEFLAGS="-arch ppc"
2725 DTRACEFLAGS="-arch i386"
2732 AC_SUBST(DTRACEFLAGS)
2738 AC_CHECK_HEADERS([sys/sdt.h])
2740 AM_CONDITIONAL(ENABLE_DTRACE, [test x$enable_dtrace = xyes])
2741 AM_CONDITIONAL(DTRACE_G_REQUIRED, [test x$dtrace_g = xyes])
2747 AC_ARG_ENABLE(nacl_codegen, [ --enable-nacl-codegen Enable Native Client code generation], enable_nacl_codegen=$enableval, enable_nacl_codegen=no)
2748 AC_ARG_ENABLE(nacl_gc, [ --enable-nacl-gc Enable Native Client garbage collection], enable_nacl_gc=$enableval, enable_nacl_gc=no)
2750 AM_CONDITIONAL(NACL_CODEGEN, test x$enable_nacl_codegen != xno)
2753 dnl Hack to use system mono for operations in build/install not allowed in NaCl.
2756 if test "x$ac_cv_header_nacl_nacl_dyncode_h" = "xyes"; then
2757 nacl_self_host="nacl_self_host"
2759 AC_SUBST(nacl_self_host)
2761 if test "x$enable_nacl_codegen" = "xyes"; then
2762 MONO_NACL_ALIGN_MASK_OFF=1
2763 AC_DEFINE(TARGET_NACL, 1, [...])
2764 AC_DEFINE(__native_client_codegen__, 1, [...])
2766 if test "x$enable_nacl_gc" = "xyes"; then
2767 if test "x$TARGET" = "xAMD64" -o "x$TARGET" = "xX86"; then
2768 INSTRUMENT_CFLAG="-finstrument-for-thread-suspension"
2770 # Not yet implemented
2773 CPPFLAGS="$CPPFLAGS $INSTRUMENT_CFLAG -D__native_client_gc__"
2775 AC_SUBST(MONO_NACL_ALIGN_MASK_OFF)
2777 dnl **************************
2778 dnl *** AOT cross offsets ***
2779 dnl **************************
2781 AC_ARG_WITH(cross-offsets, [ --with-cross-offsets=<offsets file path> Explicit AOT cross offsets file],
2782 AC_DEFINE_UNQUOTED(MONO_OFFSETS_FILE, "$withval", [AOT cross offsets file]))
2788 AC_ARG_ENABLE(llvm,[ --enable-llvm Enable the LLVM back-end], enable_llvm=$enableval, enable_llvm=default)
2789 AC_ARG_ENABLE(loadedllvm,[ --enable-loadedllvm Load the LLVM back-end dynamically], enable_llvm=$enableval && enable_loadedllvm=$enableval, enable_loadedllvm=no)
2790 AC_ARG_ENABLE(llvm-version-check,[ --enable-llvm-version-check Check that the LLVM matches the version expected by mono], enable_llvm_version_check=$enableval, enable_llvm_version_check=no)
2791 AC_ARG_ENABLE(llvm-runtime,[ --enable-llvm-runtime Enable runtime support for llvmonly code], enable_llvm_runtime=$enableval, enable_llvm_runtime=no)
2793 AC_ARG_WITH(llvm, [ --with-llvm=<llvm prefix> Enable the LLVM back-end], enable_llvm=yes,)
2795 if test "x$enable_llvm" = "xdefault"; then
2796 enable_llvm=$enable_llvm_default
2799 if test "x$enable_llvm" = "xyes"; then
2800 if test "x$with_llvm" != "x"; then
2801 LLVM_CONFIG=$with_llvm/bin/llvm-config
2802 if test x$host_win32 = xyes; then
2803 LLVM_CONFIG=$LLVM_CONFIG.exe
2805 if test ! -x $LLVM_CONFIG; then
2806 AC_MSG_ERROR([LLVM executable $LLVM_CONFIG not found.])
2809 AC_PATH_PROG(LLVM_CONFIG, llvm-config, no)
2810 if test "x$LLVM_CONFIG" = "xno"; then
2811 AC_MSG_ERROR([llvm-config not found.])
2815 llvm_codegen="x86codegen"
2818 llvm_codegen="armcodegen"
2822 if test "x$host_win32" = "xno"; then
2824 # Should be something like '2.6' or '2.7svn'
2825 llvm_version=`$LLVM_CONFIG --version`
2826 llvm_api_version=`$LLVM_CONFIG --mono-api-version 2>/dev/null`
2827 AC_MSG_CHECKING(LLVM version)
2828 AC_MSG_RESULT($llvm_version $llvm_api_version)
2829 if echo $llvm_version | grep -q 'mono'; then
2830 if test "x$enable_llvm_version_check" = "xyes"; then
2831 if test "$llvm_version" != "$expected_llvm_version"; then
2832 AC_MSG_ERROR([Expected llvm version $expected_llvm_version, but llvm-config --version returned $llvm_version"])
2836 AC_MSG_ERROR([Compiling with stock LLVM is not supported, please use the Mono LLVM repo at https://github.com/mono/llvm, with the GIT branch which matches this version of mono, i.e. 'mono-2-10' for Mono 2.10.])
2839 # The output of --cflags seems to include optimizations flags too
2840 if test $llvm_api_version -gt 100; then
2841 # The --cflags argument includes all kinds of warnings -pendantic etc.
2842 LLVM_CFLAGS="-I$with_llvm/include -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
2843 LLVM_CXXFLAGS="-I$with_llvm/include -std=c++11 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
2845 LLVM_CFLAGS=`$LLVM_CONFIG --cflags | sed -e 's/-O2//g' | sed -e 's/-O0//g' | sed -e 's/-fomit-frame-pointer//g' | sed -e 's/-fPIC//g'`
2846 LLVM_CXXFLAGS=`$LLVM_CONFIG --cxxflags | sed -e 's/-O2//g' | sed -e 's/-O0//g' | sed -e 's/-fomit-frame-pointer//g' | sed -e 's/-fPIC//g'`
2848 # LLVM is compiled with -fno-rtti, so we need this too, since our classes inherit
2849 # from LLVM classes.
2850 LLVM_CXXFLAGS="$LLVM_CXXFLAGS -fno-rtti -fexceptions"
2851 LLVM_LDFLAGS=`$LLVM_CONFIG --ldflags`
2852 # This might include empty lines
2853 LLVM_SYSTEM_LIBS=`$LLVM_CONFIG --system-libs 2>/dev/null | grep -- -`
2854 llvm_jit_supported=yes
2855 llvm_jit_libs="jit mcjit $llvm_codegen"
2856 if test "x$host" != "x$target"; then
2857 # No need for jit libs
2858 llvm_jit_supported=no
2860 elif test $llvm_api_version -gt 100; then
2861 llvm_jit_libs="orcjit $llvm_codegen"
2863 LLVM_LIBS=`$LLVM_CONFIG --libs analysis core bitwriter $llvm_jit_libs`
2864 if test "x$LLVM_LIBS" = "x"; then
2865 echo "$LLVM_CONFIG --libs failed."
2868 LLVM_LIBS="$LLVM_LIBS $LLVM_LDFLAGS $LLVM_SYSTEM_LIBS"
2869 # The c++ standard library used by llvm doesn't show up in $LLVM_SYSTEM_LIBS so add it manually
2870 if echo $LLVM_CXXFLAGS | grep -q -- '-stdlib=libc++'; then
2871 LLVM_LIBS="$LLVM_LIBS -lc++"
2873 LLVM_LIBS="$LLVM_LIBS -lstdc++"
2876 expected_llvm_version="3.4svn-mono-mono/e656cac"
2879 LLVM_CFLAGS="-I$with_llvm/include -DNDEBUG -D__NO_CTYPE_INLINE -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS"
2880 LLVM_CXXFLAGS="$LLVM_CFLAGS -std=gnu++11 -fvisibility-inlines-hidden -fno-rtti -Woverloaded-virtual -Wcast-qual"
2881 LLVM_LDFLAGS="-L$with_llvm/lib"
2882 LLVM_SYSTEM_LIBS="-lshell32 -lpsapi -limagehlp -ldbghelp -lm"
2883 LLVM_LIBS="-lLLVMLTO -lLLVMObjCARCOpts -lLLVMLinker -lLLVMipo -lLLVMVectorize -lLLVMBitWriter \
2884 -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo \
2885 -lLLVMARMAsmPrinter -lLLVMTableGen -lLLVMDebugInfo -lLLVMOption -lLLVMX86Disassembler \
2886 -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMX86Desc \
2887 -lLLVMMCDisassembler -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMJIT \
2888 -lLLVMAnalysis -lLLVMTarget \
2889 -lLLVMIRReader -lLLVMAsmParser -lLLVMLineEditor -lLLVMMCAnalysis -lLLVMInstrumentation \
2890 -lLLVMInterpreter -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils \
2891 -lLLVMipa -lLLVMAnalysis -lLLVMProfileData -lLLVMMCJIT -lLLVMTarget -lLLVMRuntimeDyld \
2892 -lLLVMObject -lLLVMMCParser -lLLVMBitReader -lLLVMExecutionEngine -lLLVMMC -lLLVMCore \
2893 -lLLVMSupport -lstdc++"
2894 LLVM_LIBS="$LLVM_LIBS $LLVM_SYSTEM_LIBS"
2896 llvm_config_path=$with_llvm/include/llvm/Config/llvm-config.h
2897 llvm_api_version=`awk '/MONO_API_VERSION/ { print $3 }' $llvm_config_path`
2900 if test "x$llvm_api_version" = "x"; then
2901 LLVM_CFLAGS="$LLVM_CFLAGS -DLLVM_API_VERSION=0"
2902 LLVM_CXXFLAGS="$LLVM_CXXFLAGS -DLLVM_API_VERSION=0"
2904 LLVM_CFLAGS="$LLVM_CFLAGS -DLLVM_API_VERSION=$llvm_api_version"
2905 LLVM_CXXFLAGS="$LLVM_CXXFLAGS -DLLVM_API_VERSION=$llvm_api_version"
2908 AC_DEFINE_UNQUOTED(LLVM_VERSION, "$llvm_version", [Full version of LLVM libraties])
2910 AC_SUBST(LLVM_CFLAGS)
2911 AC_SUBST(LLVM_CXXFLAGS)
2913 AC_SUBST(LLVM_LDFLAGS)
2914 AC_DEFINE(ENABLE_LLVM, 1, [Enable the LLVM back end])
2917 AM_CONDITIONAL(ENABLE_LLVM, [test x$enable_llvm = xyes])
2918 if test "x$enable_loadedllvm" = "xyes"; then
2919 AC_DEFINE(MONO_LLVM_LOADED, 1, [The LLVM back end is dynamically loaded])
2921 AM_CONDITIONAL(LOADED_LLVM, [test x$enable_loadedllvm = xyes])
2923 if test "x$enable_llvm" = "xyes"; then
2924 enable_llvm_runtime=yes
2926 if test "x$enable_llvm_runtime" = "xyes"; then
2927 AC_DEFINE(ENABLE_LLVM_RUNTIME, 1, [Runtime support code for llvm enabled])
2929 AM_CONDITIONAL(ENABLE_LLVM_RUNTIME, [test x$enable_llvm_runtime = xyes])
2932 ACCESS_UNALIGNED="yes"
2936 SQLITE="libsqlite.so.0"
2937 SQLITE3="libsqlite3.so.0"
2939 GDKX11="libgdk-x11-2.0.so.0"
2940 GTKX11="libgtk-x11-2.0.so.0"
2941 XINERAMA="libXinerama.so.1"
2943 sizeof_register="SIZEOF_VOID_P"
2946 boehm_supported=true
2954 ACCESS_UNALIGNED="no"
2956 AC_MSG_CHECKING(for mips n32)
2958 #if _MIPS_SIM != _ABIN32
2976 if test "x$ac_cv_sizeof_void_p" = "x8"; then
2981 # On solaris 10 x86, gcc prints a warning saying 'visibility attribute not supported on this configuration; ignored', but linking fails. A test case:
2982 # int astruct __attribute__ ((visibility ("hidden")));
2985 # void *p = &astruct;
2987 # gcc -fPIC --shared -o libfoo.so foo.c
2989 # foo.c:6: warning: visibility attribute not supported in this configuration; ignored
2990 # ld: fatal: relocation error: R_386_GOTOFF: file /var/tmp//ccxYR96k.o: symbol astruct: relocation must bind locally
2991 have_visibility_hidden=no
2994 have_visibility_hidden=no
3009 openbsd*|freebsd*|kfreebsd-gnu*)
3013 x86_64-*-* | amd64-*-*)
3016 if test "x$ac_cv_sizeof_void_p" = "x4"; then
3017 AC_DEFINE(__mono_ilp32__, 1, [64 bit mode with 4 byte longs and pointers])
3024 BTLS_PLATFORM=x86_64
3029 BTLS_PLATFORM=x86_64
3031 openbsd*|freebsd*|kfreebsd-gnu*)
3038 AC_DEFINE(__mono_ilp32__, 1, [64 bit mode with 4 byte longs and pointers])
3046 ACCESS_UNALIGNED="no"
3049 AC_CHECK_LIB(unwind, _U_dyn_register, [], [AC_MSG_ERROR(library libunwind not found)])
3050 libmono_ldflags="-lunwind"
3053 if test "x$ac_cv_sizeof_void_p" = "x8"; then
3059 ACCESS_UNALIGNED="no"
3066 if test x"$GCC" = xyes; then
3067 # We don't support v8 cpus
3068 CFLAGS="$CFLAGS -Wno-cast-align -mcpu=v9"
3070 if test x"$AR" = xfalse; then
3071 AC_MSG_ERROR([The required utility 'ar' is not found in your PATH. Usually it can be found in /usr/ccs/bin.])
3074 *-mingw*|*-*-cygwin*)
3075 # When this is enabled, it leads to very strange crashes at runtime (gcc-3.4.4)
3076 have_visibility_hidden=no
3079 macppc-*-openbsd* | powerpc*-*-linux* | powerpc-*-openbsd* | \
3080 powerpc-*-sysv* | powerpc-*-darwin* | powerpc-*-netbsd* | powerpc-*-freebsd* )
3081 if test "x$ac_cv_sizeof_void_p" = "x8"; then
3083 CPPFLAGS="$CPPFLAGS -D__mono_ppc__ -D__mono_ppc64__"
3084 CFLAGS="$CFLAGS -mminimal-toc"
3087 CPPFLAGS="$CPPFLAGS -D__mono_ppc__"
3100 ACCESS_UNALIGNED="no"
3101 CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
3107 ACCESS_UNALIGNED="no"
3108 CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
3113 ACCESS_UNALIGNED="no"
3115 CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
3120 ACCESS_UNALIGNED="no"
3121 CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
3123 # TODO: make proper support for NaCl host.
3127 # ACCESS_UNALIGNED="no"
3128 # AOT_SUPPORTED="no"
3131 # https://lkml.org/lkml/2012/7/15/133
3134 boehm_supported=false
3140 ACCESS_UNALIGNED="yes"
3141 CFLAGS="$CFLAGS -mbackchain -D__USE_STRING_INLINES"
3147 if test "x$host" != "x$target"; then
3148 AC_DEFINE(MONO_CROSS_COMPILE,1,[The runtime is compiled for cross-compiling mode])
3155 ACCESS_UNALIGNED="no"
3156 CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
3157 # Can't use tls, since it depends on the runtime detection of tls offsets
3158 # in mono-compiler.h
3163 AC_DEFINE(TARGET_WATCHOS, 1, [...])
3167 powerpc64-ps3-linux-gnu)
3169 arch_target=powerpc64
3170 AC_DEFINE(TARGET_PS3, 1, [...])
3171 # It would be better to just use TARGET_POWERPC64, but lots of code already
3173 AC_DEFINE(__mono_ppc64__, 1, [...])
3174 AC_DEFINE(__mono_ilp32__, 1, [64 bit mode with 4 byte longs and pointers])
3176 target_byte_order=G_BIG_ENDIAN
3178 powerpc64-xbox360-linux-gnu)
3180 arch_target=powerpc64
3181 AC_DEFINE(TARGET_XBOX360, 1, [...])
3182 # It would be better to just use TARGET_POWERPC64, but lots of code already
3185 target_byte_order=G_BIG_ENDIAN
3190 AC_DEFINE(TARGET_AMD64, 1, [...])
3191 AC_DEFINE(__mono_ilp32__, 1, [64 bit mode with 4 byte longs and pointers])
3194 # TODO: make proper support for NaCl target.
3198 # AC_DEFINE(TARGET_ARM, 1, [...])
3199 # ACCESS_UNALIGNED="no"
3201 # CPPFLAGS="$CPPFLAGS \
3204 # -D__portable_native_client__ \
3205 # -Dtimezone=_timezone \
3206 # -DDISABLE_SOCKETS \
3207 # -DDISABLE_ATTACH \
3209 # Can't use tls, since it depends on the runtime detection of tls offsets
3210 # in mono-compiler.h
3216 AC_DEFINE(TARGET_X86, 1, [...])
3222 AC_DEFINE(TARGET_ARM, 1, [...])
3223 AC_DEFINE(TARGET_ANDROID, 1, [...])
3224 ACCESS_UNALIGNED="no"
3225 CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
3226 # Can't use tls, since it depends on the runtime detection of tls offsets
3227 # in mono-compiler.h
3231 armv7l-unknown-linux-gnueabi*)
3233 CPPFLAGS="$CPPFLAGS"
3235 armv5-*-linux-androideabi*)
3236 CPPFLAGS="$CPPFLAGS"
3243 AC_DEFINE(TARGET_ARM, 1, [...])
3244 ACCESS_UNALIGNED="no"
3245 CPPFLAGS="$CPPFLAGS -D__ARM_EABI__"
3246 # Can't use tls, since it depends on the runtime detection of tls offsets
3247 # in mono-compiler.h
3254 AC_DEFINE(TARGET_X86, 1, [...])
3255 AC_DEFINE(TARGET_ANDROID, 1, [...])
3256 CPPFLAGS="$CPPFLAGS"
3257 # Can't use tls, since it depends on the runtime detection of tls offsets
3258 # in mono-compiler.h
3265 AC_DEFINE(TARGET_AMD64, 1, [...])
3266 AC_DEFINE(TARGET_ANDROID, 1, [...])
3267 CPPFLAGS="$CPPFLAGS"
3268 # Can't use tls, since it depends on the runtime detection of tls offsets
3269 # in mono-compiler.h
3276 AC_DEFINE(TARGET_AMD64, 1, [...])
3277 AC_DEFINE(TARGET_PS4, 1, [...])
3278 AC_DEFINE(DISABLE_HW_TRAPS, 1, [...])
3279 CPPFLAGS="$CPPFLAGS"
3280 # Can't use tls, since it depends on the runtime detection of tls offsets
3281 # in mono-compiler.h
3289 AC_DEFINE(TARGET_ARM64, 1, [...])
3290 AC_DEFINE(TARGET_ANDROID, 1, [...])
3291 CPPFLAGS="$CPPFLAGS"
3292 # Can't use tls, since it depends on the runtime detection of tls offsets
3293 # in mono-compiler.h
3301 AC_MSG_ERROR([Cross compiling is not supported for target $target])
3307 AC_DEFINE(TARGET_X86, 1, [...])
3310 AC_DEFINE(TARGET_AMD64, 1, [...])
3313 AC_DEFINE(TARGET_ARM, 1, [...])
3316 AC_DEFINE(TARGET_ARM64, 1, [...])
3319 AC_DEFINE(TARGET_POWERPC, 1, [...])
3322 AC_DEFINE(TARGET_POWERPC, 1, [...])
3323 AC_DEFINE(TARGET_POWERPC64, 1, [...])
3326 AC_DEFINE(TARGET_S390X, 1, [...])
3329 AC_DEFINE(TARGET_MIPS, 1, [...])
3332 AC_DEFINE(TARGET_IA64, 1, [...])
3335 AC_DEFINE(TARGET_SPARC, 1, [...])
3338 AC_DEFINE(TARGET_SPARC64, 1, [...])
3344 AC_DEFINE(HOST_X86, 1, [...])
3347 AC_DEFINE(HOST_AMD64, 1, [...])
3350 AC_DEFINE(HOST_ARM, 1, [...])
3353 AC_DEFINE(HOST_ARM64, 1, [...])
3356 AC_DEFINE(HOST_POWERPC, 1, [...])
3359 AC_DEFINE(HOST_POWERPC, 1, [...])
3360 AC_DEFINE(HOST_POWERPC64, 1, [...])
3363 AC_DEFINE(HOST_S390X, 1, [...])
3366 AC_DEFINE(HOST_MIPS, 1, [...])
3369 AC_DEFINE(HOST_IA64, 1, [...])
3372 AC_DEFINE(HOST_SPARC, 1, [...])
3375 AC_DEFINE(HOST_SPARC64, 1, [...])
3385 AC_ARG_ENABLE(vtune,[ --enable-vtune Enable the VTUNE back-end], enable_vtune=$enableval, enable_vtune=no)
3386 AC_ARG_WITH(vtune, [ --with-vtune=<vtune prefix> Enable jit vtune profiling], enable_vtune=yes,)
3388 AM_CONDITIONAL(HAVE_VTUNE, test x$enable_vtune = xyes)
3390 if test "x$enable_vtune" = "xyes"; then
3391 if test "x$with_vtune" = "x"; then
3392 VTUNE_PATH=/opt/intel/vtune_amplifier_xe
3394 VTUNE_PATH=$with_vtune
3396 VTUNE_INCLUDE=$VTUNE_PATH/include
3399 VTUNE_LIB=$VTUNE_PATH/lib32
3402 VTUNE_LIB=$VTUNE_PATH/lib64
3405 AC_MSG_ERROR([Unsupported target $TARGET for VTUNE.])
3408 if test ! -f $VTUNE_INCLUDE/jitprofiling.h; then
3409 AC_MSG_ERROR([VTUNE $VTUNE_INCLUDE/jitprofiling.h not found.])
3411 if test ! -f $VTUNE_LIB/libjitprofiling.a; then
3412 AC_MSG_ERROR([VTUNE $VTUNE_LIB/libjitprofiling.a not found.])
3415 VTUNE_CFLAGS=-I$VTUNE_INCLUDE
3416 VTUNE_LIBS="-L/$VTUNE_LIB/ -ljitprofiling"
3418 AC_SUBST(VTUNE_LIBS)
3419 AC_SUBST(VTUNE_CFLAGS)
3421 dnl Use GCC atomic ops if they work on the target.
3422 if test x$GCC = "xyes"; then
3424 X86 | AMD64 | ARM | ARM64 | POWERPC | POWERPC64 | MIPS | S390X | SPARC | SPARC64)
3425 AC_DEFINE(USE_GCC_ATOMIC_OPS, 1, [...])
3430 if test "x$target_mach" = "xyes"; then
3432 if test "x$TARGET_SYS" = "xWATCHOS"; then
3433 AC_DEFINE(TARGET_WATCHOS,1,[The JIT/AOT targets WatchOS])
3434 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC -DTARGET_WATCHOS"
3435 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -DTARGET_WATCHOS"
3437 elif test "x$TARGET" = "xARM" -o "x$TARGET" = "xARM64"; then
3438 AC_DEFINE(TARGET_IOS,1,[The JIT/AOT targets iOS])
3439 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC -DTARGET_IOS"
3440 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -DTARGET_IOS"
3443 AC_TRY_COMPILE([#include "TargetConditionals.h"],[
3444 #if TARGET_IPHONE_SIMULATOR == 1 || TARGET_OS_IPHONE == 1
3445 #error fail this for ios
3449 AC_DEFINE(TARGET_OSX,1,[The JIT/AOT targets OSX])
3450 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC -DTARGET_OSX"
3451 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -DTARGET_OSX"
3453 AC_DEFINE(TARGET_IOS,1,[The JIT/AOT targets iOS])
3454 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC -DTARGET_IOS"
3455 CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC -DTARGET_IOS"
3459 AC_DEFINE(TARGET_MACH,1,[The JIT/AOT targets Apple platforms])
3462 if test "x$sizeof_register" = "x4"; then
3463 AC_DEFINE(SIZEOF_REGISTER,4,[size of machine integer registers])
3464 elif test "x$sizeof_register" = "x8"; then
3465 AC_DEFINE(SIZEOF_REGISTER,8,[size of machine integer registers])
3467 AC_DEFINE(SIZEOF_REGISTER,SIZEOF_VOID_P,[size of machine integer registers])
3470 if test "x$target_byte_order" = "xG_BIG_ENDIAN"; then
3471 AC_DEFINE(TARGET_BYTE_ORDER,G_BIG_ENDIAN,[byte order of target])
3472 elif test "x$target_byte_order" = "xG_LITTLE_ENDIAN"; then
3473 AC_DEFINE(TARGET_BYTE_ORDER,G_LITTLE_ENDIAN,[byte order of target])
3475 AC_DEFINE(TARGET_BYTE_ORDER,G_BYTE_ORDER,[byte order of target])
3478 if test "x$have_visibility_hidden" = "xyes"; then
3479 AC_DEFINE(HAVE_VISIBILITY_HIDDEN, 1, [Support for the visibility ("hidden") attribute])
3482 if test "x$have_deprecated" = "xyes"; then
3483 AC_DEFINE(HAVE_DEPRECATED, 1, [Support for the deprecated attribute])
3487 dnl Simple Generational checks (sgen)
3490 AC_ARG_WITH(sgen, [ --with-sgen=yes,no Extra Generational GC, default=yes],[buildsgen=$with_sgen],[buildsgen=yes])
3491 AC_ARG_WITH(sgen-default-concurrent, [ --with-sgen-default-concurrent=yes,no Use Concurrent GC, default=no],[],[with_sgen_default_concurrent=no])
3492 if test x$buildsgen = xyes; then
3493 AC_DEFINE(HAVE_MOVING_COLLECTOR, 1, [Moving collector])
3494 SGEN_DEFINES="-DHAVE_SGEN_GC"
3497 if test x$with_sgen_default_concurrent != xno; then
3498 AC_DEFINE(HAVE_CONC_GC_AS_DEFAULT, 1, [Defaults to concurrent GC])
3499 conc_gc_msg=" (concurrent by default)"
3502 if test "x$gc_msg" = "x"; then
3503 gc_msg="sgen$conc_gc_msg"
3505 gc_msg="sgen$conc_gc_msg and $gc_msg"
3508 AC_SUBST(SGEN_DEFINES)
3509 AM_CONDITIONAL(SUPPORT_SGEN, test x$buildsgen = xyes)
3511 jit_status="Building and using the JIT"
3519 INTL="libintl.dylib"
3520 SQLITE="libsqlite.0.dylib"
3521 SQLITE3="libsqlite3.0.dylib"
3523 GDKX11="libgdk-x11-2.0.dylib"
3524 GTKX11="libgtk-x11-2.0.dylib"
3529 SQLITE="libsqlite.so"
3530 SQLITE3="libsqlite3.so"
3540 SQLITE="libsqlite.so"
3541 SQLITE3="libsqlite3.so"
3546 SQLITE="libsqlite.so"
3547 SQLITE3="libsqlite3.so"
3551 dlsearch_path=`(libtool --config ; echo eval echo \\$sys_lib_dlsearch_path_spec) | sh`
3552 AC_MSG_CHECKING(for the soname of libX11.so)
3553 for i in $x_libraries $dlsearch_path; do
3555 if test -f $i/libX11.so.$r; then
3562 if test "x$X11" = "xlibX11.so"; then
3563 AC_MSG_WARN([Could not find libX11.so. Do you have X.org or XFree86 installed? Assuming libX11.so.6...]);
3572 AC_ARG_WITH([libgdiplus],
3573 [ --with-libgdiplus=installed|sibling|<path> Override the libgdiplus used for System.Drawing tests (defaults to installed)],
3574 [], [with_libgdiplus=installed])
3576 # default install location
3577 libgdiplus_install_loc=libgdiplus${libsuffix}
3580 libgdiplus_install_loc=libgdiplus${libsuffix}.0
3584 case $with_libgdiplus in
3590 libgdiplus_loc=`cd ../libgdiplus && pwd`/src/libgdiplus.la
3593 /*) # absolute path, assume it is an install location
3594 libgdiplus_loc=$with_libgdiplus
3595 libgdiplus_install_loc=$with_libgdiplus
3599 libgdiplus_loc=`pwd`/$with_libgdiplus
3602 AC_SUBST([libgdiplus_loc])
3603 AC_SUBST([libgdiplus_install_loc])
3605 AC_ARG_ENABLE(icall-symbol-map,[ --enable-icall-symbol-map Generate tables which map icall functions to their C symbols], icall_symbol_map=$enableval, icall_symbol_map=no)
3606 if test "x$icall_symbol_map" = "xyes"; then
3607 AC_DEFINE(ENABLE_ICALL_SYMBOL_MAP, 1, [Icall symbol map enabled])
3610 AC_ARG_ENABLE(icall-export,[ --enable-icall-export Export icall functions], icall_export=$enableval, icall_export=no)
3611 if test "x$icall_export" = "xyes"; then
3612 AC_DEFINE(ENABLE_ICALL_EXPORT, 1, [Icall export enabled])
3615 AC_ARG_ENABLE(icall-tables,[ --disable-icall-tables Disable the runtime lookup of icalls], icall_tables=$enableval, icall_tables=yes)
3616 if test "x$icall_tables" = "xno"; then
3617 AC_DEFINE(DISABLE_ICALL_TABLES, 1, [Icall tables disabled])
3620 if test "x$with_tls" = "x__thread"; then
3621 AC_DEFINE(HAVE_KW_THREAD, 1, [Have __thread keyword])
3622 # Pass the information to libgc
3623 CPPFLAGS="$CPPFLAGS -DUSE_COMPILER_TLS"
3624 AC_MSG_CHECKING(if the tls_model attribute is supported)
3625 AC_TRY_COMPILE([static __thread int foo __attribute__((tls_model("initial-exec")));], [
3628 AC_DEFINE(HAVE_TLS_MODEL_ATTR, 1, [tls_model available])
3634 if test ${TARGET} = ARM; then
3635 dnl ******************************************
3636 dnl *** Check to see what FPU is available ***
3637 dnl ******************************************
3638 AC_MSG_CHECKING(which FPU to use)
3641 # This is a bit tricky:
3643 # if (__ARM_PCS_VFP) {
3644 # /* mfloat-abi=hard == VFP with hard ABI */
3645 # } elif (!__SOFTFP__) {
3646 # /* mfloat-abi=softfp == VFP with soft ABI */
3648 # /* mfloat-abi=soft == no VFP */
3651 # The exception is iOS (w/ GCC) where none of the above
3652 # are defined (but iOS always uses the 'softfp' ABI).
3654 # No support for FPA.
3659 # iOS GCC always uses the 'softfp' ABI.
3660 if test x"$GCC" = xyes && test x$host_darwin = xyes; then
3664 # Are we using the 'hard' ABI?
3665 if test x$fpu = xNONE; then
3666 AC_TRY_COMPILE([], [
3667 #ifndef __ARM_PCS_VFP
3668 #error "Float ABI is not 'hard'"
3678 # No 'hard' ABI. 'soft' or 'softfp'?
3679 if test x$fpu = xNONE; then
3680 AC_TRY_COMPILE([], [
3682 #error "Float ABI is not 'softfp'"
3692 if test x$arm_fpu != x; then
3697 CPPFLAGS="$CPPFLAGS -DARM_FPU_$fpu=1"
3700 dnl *********************************************
3701 dnl *** Check which ARM version(s) we can use ***
3702 dnl *********************************************
3703 AC_MSG_CHECKING(which ARM version to use)
3705 AC_TRY_COMPILE([], [
3706 #if !defined(__ARM_ARCH_5T__) && !defined(__ARM_ARCH_5TE__) && !defined(__ARM_ARCH_5TEJ__)
3707 #error Not on ARM v5.
3716 AC_TRY_COMPILE([], [
3717 #if !defined(__ARM_ARCH_6J__) && !defined(__ARM_ARCH_6ZK__) && !defined(__ARM_ARCH_6K__) && !defined(__ARM_ARCH_6T2__) && !defined(__ARM_ARCH_6M__)
3718 #error Not on ARM v6.
3728 AC_TRY_COMPILE([], [
3729 #if !defined(__ARM_ARCH_7A__) && !defined(__ARM_ARCH_7R__) && !defined(__ARM_ARCH_7EM__) && !defined(__ARM_ARCH_7M__) && !defined(__ARM_ARCH_7S__)
3730 #error Not on ARM v7.
3741 AC_MSG_RESULT($arm_ver)
3743 if test x$arm_v5 = xyes; then
3744 AC_DEFINE(HAVE_ARMV5, 1, [ARM v5])
3745 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC -DHAVE_ARMV5=1"
3748 if test x$arm_v6 = xyes; then
3749 AC_DEFINE(HAVE_ARMV6, 1, [ARM v6])
3750 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC -DHAVE_ARMV6=1"
3753 if test x$arm_v7 = xyes; then
3754 AC_DEFINE(HAVE_ARMV7, 1, [ARM v7])
3755 CPPFLAGS_FOR_LIBGC="$CPPFLAGS_FOR_LIBGC -DHAVE_ARMV7=1"
3759 if test ${TARGET} = unknown; then
3760 CPPFLAGS="$CPPFLAGS -DNO_PORT"
3761 AC_MSG_WARN("mono has not been ported to $host: some things may not work.")
3764 if test "x$platform_android" = "xyes"; then
3765 case "x${TARGET}" in
3770 BTLS_PLATFORM=android-armv5
3774 BTLS_PLATFORM=android-armv6
3778 BTLS_PLATFORM=android-armv7
3787 BTLS_PLATFORM=android-v8a
3791 BTLS_PLATFORM=android-x86
3795 BTLS_PLATFORM=android-x64
3803 if test ${ACCESS_UNALIGNED} = no; then
3804 CPPFLAGS="$CPPFLAGS -DNO_UNALIGNED_ACCESS"
3809 # Pass CPPFLAGS to libgc configure
3810 # We should use a separate variable for this to avoid passing useless and
3811 # potentially problematic defines to libgc (like -D_FILE_OFFSET_BITS=64)
3812 # This should be executed late so we pick up the final version of CPPFLAGS
3813 # The problem with this approach, is that during a reconfigure, the main
3814 # configure scripts gets invoked with these arguments, so we use separate
3815 # variables understood by libgc's configure to pass CPPFLAGS and CFLAGS.
3816 TMP_CPPFLAGS="$CPPFLAGS $CPPFLAGS_FOR_LIBGC"
3817 if test x$TARGET = xSPARC -o x$TARGET = xSPARC64; then
3818 TMP_CPPFLAGS=`echo $TMP_CPPFLAGS | sed -e 's/-D_FILE_OFFSET_BITS=64//g'`
3820 # Don't pass -finstrument-for-thread-suspension in,
3821 # if these are instrumented it will be very bad news
3822 # (infinite recursion, undefined parking behavior, etc)
3823 TMP_CPPFLAGS=`echo $TMP_CPPFLAGS | sed -e 's/-finstrument-for-thread-suspension//g'`
3824 ac_configure_args="$ac_configure_args --disable-embed-check --with-libgc-threads=$libgc_threads $libgc_configure_args \"CPPFLAGS_FOR_LIBGC=$TMP_CPPFLAGS\" \"CFLAGS_FOR_LIBGC=$CFLAGS_FOR_LIBGC\""
3825 if test "x$support_boehm" = "xyes"; then
3826 AC_CONFIG_SUBDIRS(libgc)
3832 AC_ARG_WITH(malloc_mempools,[ --with-malloc-mempools=yes,no Use malloc for each single mempool allocation (only for runtime debugging, defaults to no)],[
3833 if test x$with_malloc_mempools = xyes; then
3835 AC_DEFINE(USE_MALLOC_FOR_MEMPOOLS,1,[Use malloc for each single mempool allocation])
3840 DISABLE_MCS_DOCS=default
3841 AC_ARG_WITH(mcs_docs,[ --with-mcs-docs=yes,no If you want to build the documentation under mcs (defaults to yes)],[
3842 if test x$with_mcs_docs != xyes; then
3843 DISABLE_MCS_DOCS=yes
3846 if test -n "$INSTALL_4_x_TRUE"; then :
3847 DISABLE_MCS_DOCS=yes
3849 if test "x$DISABLE_MCS_DOCS" = "xdefault"; then
3850 DISABLE_MCS_DOCS=$DISABLE_MCS_DOCS_default
3853 AC_ARG_WITH(lazy_gc_thread_creation, [ --with-lazy-gc-thread-creation=yes|no Enable lazy runtime thread creation, embedding host must do it explicitly (defaults to no)],[
3854 if test x$with_lazy_gc_thread_creation != xno ; then
3855 AC_DEFINE(LAZY_GC_THREAD_CREATION,1,[Enable lazy gc thread creation by the embedding host.])
3857 ], [with_lazy_gc_thread_creation=no])
3859 AC_ARG_WITH(cooperative_gc, [ --with-cooperative-gc=yes|no Enable cooperative stop-the-world garbage collection (sgen only) (defaults to no)], [], [with_cooperative_gc=default])
3861 if test x$with_cooperative_gc = xdefault; then
3862 with_cooperative_gc=$with_cooperative_gc_default
3865 if test x$with_cooperative_gc != xno; then
3866 AC_DEFINE(USE_COOP_GC,1,[Enable cooperative stop-the-world garbage collection.])
3869 AM_CONDITIONAL([ENABLE_COOP], [test x$with_cooperative_gc != xno])
3871 AC_ARG_ENABLE(checked_build, [ --enable-checked-build=LIST To enable checked build (expensive asserts), configure with a comma-separated LIST of checked build modules and then include that same list in the environment variable MONO_CHECK_MODE at runtime. Recognized checked build modules: all, gc, metadata, thread],[
3873 if test x$enable_checked_build != x ; then
3874 AC_DEFINE(ENABLE_CHECKED_BUILD,1,[Enable checked build])
3876 for feature in `echo "$enable_checked_build" | sed -e "s/,/ /g"`; do
3877 eval "mono_checked_build_test_enable_$feature='yes'"
3880 if test "x$mono_checked_build_test_enable_all" = "xyes"; then
3881 eval "mono_checked_build_test_enable_gc='yes'"
3882 eval "mono_checked_build_test_enable_metadata='yes'"
3883 eval "mono_checked_build_test_enable_thread='yes'"
3886 if test "x$mono_checked_build_test_enable_gc" = "xyes"; then
3887 AC_DEFINE(ENABLE_CHECKED_BUILD_GC, 1, [Enable GC checked build])
3890 if test "x$mono_checked_build_test_enable_metadata" = "xyes"; then
3891 AC_DEFINE(ENABLE_CHECKED_BUILD_METADATA, 1, [Enable metadata checked build])
3894 if test "x$mono_checked_build_test_enable_thread" = "xyes"; then
3895 AC_DEFINE(ENABLE_CHECKED_BUILD_THREAD, 1, [Enable thread checked build])
3900 AC_CHECK_HEADER([malloc.h],
3901 [AC_DEFINE([HAVE_USR_INCLUDE_MALLOC_H], [1],
3902 [Define to 1 if you have /usr/include/malloc.h.])],,)
3904 if test x"$GCC" = xyes; then
3905 # Implicit function declarations are not 64 bit safe
3906 # Do this late, since this causes lots of configure tests to fail
3907 CFLAGS="$CFLAGS -Werror-implicit-function-declaration"
3908 # jay has a lot of implicit declarations
3909 JAY_CFLAGS="-Wno-implicit-function-declaration"
3912 # When --disable-shared is used, libtool transforms libmono-2.0.la into libmono-2.0.so
3913 # instead of libmono-static.a
3914 if test "x$enable_shared" = "xno" -a "x$enable_executables" = "xyes"; then
3915 LIBMONO_LA=libmini-static.la
3917 if test x$buildsgen = xyes; then
3918 LIBMONO_LA=libmonosgen-$API_VER.la
3920 LIBMONO_LA=libmonoboehm-$API_VER.la
3923 AC_SUBST(LIBMONO_LA)
3929 AC_ARG_ENABLE(btls, [ --disable-btls Disable the BoringTls provider], enable_btls=$enableval, enable_btls=$BTLS_SUPPORTED)
3930 AC_ARG_WITH(btls_android_ndk, [ --with-btls-android-ndk Android NDK for BoringTls])
3932 AC_ARG_ENABLE(dynamic-btls, [ --enable-dynamic-btls Place the BTLS provider into a separate shared library/archive.], enable_dynamic_btls=$enableval, enable_dynamic_btls=no)
3934 AM_CONDITIONAL(BTLS, test x$enable_btls = xyes)
3937 if test "x$enable_btls" = "xyes"; then
3938 AC_PATH_PROG(CMAKE, [cmake], [no], [$PATH:/Applications/CMake.app/Contents/bin:/usr/local/bin])
3939 if test "x$CMAKE" = "xno"; then
3940 AC_MSG_ERROR("cmake not found")
3943 BTLS_ROOT=`cd $srcdir && pwd`/external/boringssl
3950 case "$BTLS_PLATFORM" in
3956 btls_cflags="$btls_cflags -arch i386"
3963 BTLS_CMAKE_ARGS="-DANDROID_ABI=\"armeabi\" -DANDROID_NATIVE_API_LEVEL=12"
3966 BTLS_CMAKE_ARGS="-DANDROID_ABI=\"armeabi\" -DANDROID_NATIVE_API_LEVEL=12"
3969 BTLS_CMAKE_ARGS="-DANDROID_ABI=\"armeabi-v7a\" -DANDROID_NATIVE_API_LEVEL=12"
3972 BTLS_CMAKE_ARGS="-DANDROID_ABI=\"arm64-v8a\" -DANDROID_NATIVE_API_LEVEL=12"
3975 BTLS_CMAKE_ARGS="-DANDROID_ABI=\"x86\" -DANDROID_NATIVE_API_LEVEL=12"
3978 BTLS_CMAKE_ARGS="-DANDROID_ABI=\"x86_64\" -DANDROID_NATIVE_API_LEVEL=12"
3981 AC_MSG_ERROR(Invalid BTLS platform)
3984 if test "x$platform_android" = "xyes"; then
3986 BTLS_CMAKE_ARGS="$BTLS_CMAKE_ARGS -DCMAKE_TOOLCHAIN_FILE=$BTLS_ROOT/util/android-cmake/android.toolchain.cmake"
3987 if test "x$with_btls_android_ndk" != "x"; then
3988 BTLS_CMAKE_ARGS="$BTLS_CMAKE_ARGS -DANDROID_NDK=\"$with_btls_android_ndk\""
3992 if test "x$btls_arch" != "x"; then
3993 BTLS_CMAKE_ARGS="$BTLS_CMAKE_ARGS -DBTLS_ARCH=\"$btls_arch\""
3996 BTLS_CFLAGS="$CPPFLAGS_FOR_BTLS $btls_cflags"
3998 AC_SUBST(BTLS_CFLAGS)
3999 AC_SUBST(BTLS_PLATFORM)
4000 AC_SUBST(BTLS_CMAKE_ARGS)
4002 AC_DEFINE(HAVE_BTLS, 1, [BoringTls is supported])
4007 AM_CONDITIONAL(BTLS_ANDROID, test x$btls_android = xyes)
4009 if test x$DISABLE_MCS_DOCS = xyes; then
4016 ## Maybe should also disable if mcsdir is invalid. Let's punt the issue for now.
4017 AM_CONDITIONAL(BUILD_MCS, [test x$cross_compiling = xno && test x$enable_mcs_build != xno])
4019 libmono_ldflags="$libmono_ldflags $LIBS"
4021 AM_CONDITIONAL(MIPS_GCC, test ${TARGET}${ac_cv_prog_gcc} = MIPSyes)
4022 AM_CONDITIONAL(MIPS_SGI, test ${TARGET}${ac_cv_prog_gcc} = MIPSno)
4023 AM_CONDITIONAL(SPARC, test x$TARGET = xSPARC)
4024 AM_CONDITIONAL(SPARC64, test x$TARGET = xSPARC64)
4025 AM_CONDITIONAL(X86, test x$TARGET = xX86)
4026 AM_CONDITIONAL(AMD64, test x$TARGET = xAMD64)
4027 AM_CONDITIONAL(IA64, test x$TARGET = xIA64)
4028 AM_CONDITIONAL(MIPS, test x$TARGET = xMIPS)
4029 AM_CONDITIONAL(POWERPC, test x$TARGET = xPOWERPC)
4030 AM_CONDITIONAL(POWERPC64, test x$TARGET = xPOWERPC64)
4031 AM_CONDITIONAL(ARM, test x$TARGET = xARM)
4032 AM_CONDITIONAL(ARM64, test x$TARGET = xARM64)
4033 AM_CONDITIONAL(S390X, test x$TARGET = xS390X)
4034 AM_CONDITIONAL(HOST_X86, test x$HOST = xX86)
4035 AM_CONDITIONAL(HOST_AMD64, test x$HOST = xAMD64)
4036 AM_CONDITIONAL(HOST_ARM, test x$HOST = xARM)
4037 AM_CONDITIONAL(HOST_ARM64, test x$HOST = xARM64)
4038 AM_CONDITIONAL(CROSS_COMPILE, test "x$host" != "x$target")
4048 AC_DEFINE_UNQUOTED(MONO_ARCHITECTURE,"$arch_target",[The architecture this is running on])
4049 AC_SUBST(arch_target)
4054 #This must always be defined when building the runtime
4055 AC_DEFINE(MONO_INSIDE_RUNTIME,1, [Disable banned functions from being used by the runtime])
4057 mono_build_root=`pwd`
4058 AC_SUBST(mono_build_root)
4060 mono_runtime=mono/mini/mono
4061 AC_SUBST(mono_runtime)
4063 mono_cfg_root=$mono_build_root/runtime
4064 if test x$host_win32 = xyes; then
4065 if test "x$cross_compiling" = "xno"; then
4066 mono_cfg_dir=`cygpath -w -a $mono_cfg_root`\\etc
4068 mono_cfg_dir=`echo $mono_cfg_root | tr '/' '\\'`\\etc
4071 mono_cfg_dir=$mono_cfg_root/etc
4073 AC_SUBST(mono_cfg_dir)
4075 AC_CONFIG_FILES([po/mcs/Makefile.in])
4077 AC_CONFIG_FILES([runtime/mono-wrapper],[chmod +x runtime/mono-wrapper])
4078 AC_CONFIG_FILES([runtime/monodis-wrapper],[chmod +x runtime/monodis-wrapper])
4080 AC_CONFIG_COMMANDS([runtime/etc/mono/1.0/machine.config],
4083 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4085 *) reldir=$depth/$srcdir ;;
4087 $ac_aux_dir/install-sh -d runtime/etc/mono/1.0
4088 cd runtime/etc/mono/1.0
4089 rm -f machine.config
4090 $LN_S $reldir/data/net_1_1/machine.config machine.config
4094 AC_CONFIG_COMMANDS([runtime/etc/mono/2.0/machine.config],
4097 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4099 *) reldir=$depth/$srcdir ;;
4101 $ac_aux_dir/install-sh -d runtime/etc/mono/2.0
4102 cd runtime/etc/mono/2.0
4103 rm -f machine.config
4104 $LN_S $reldir/data/net_2_0/machine.config machine.config
4108 AC_CONFIG_COMMANDS([runtime/etc/mono/2.0/web.config],
4111 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4113 *) reldir=$depth/$srcdir ;;
4115 $ac_aux_dir/install-sh -d runtime/etc/mono/2.0
4116 cd runtime/etc/mono/2.0
4118 $LN_S $reldir/data/net_2_0/web.config web.config
4122 AC_CONFIG_COMMANDS([runtime/etc/mono/browscap.ini],
4125 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4127 *) reldir=$depth/$srcdir ;;
4129 $ac_aux_dir/install-sh -d runtime/etc/mono/
4130 cd runtime/etc/mono/
4132 $LN_S $reldir/data/browscap.ini browscap.ini
4136 AC_CONFIG_COMMANDS([runtime/etc/mono/2.0/Browsers/Compat.browser],
4137 [ depth=../../../../..
4139 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4141 *) reldir=$depth/$srcdir ;;
4143 $ac_aux_dir/install-sh -d runtime/etc/mono/2.0/Browsers/
4144 cd runtime/etc/mono/2.0/Browsers
4145 rm -f Compat.browser
4146 $LN_S $reldir/data/Browsers/Compat.browser Compat.browser
4150 AC_CONFIG_COMMANDS([runtime/etc/mono/4.0/Browsers/Compat.browser],
4151 [ depth=../../../../..
4153 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4155 *) reldir=$depth/$srcdir ;;
4157 $ac_aux_dir/install-sh -d runtime/etc/mono/4.0/Browsers/
4158 cd runtime/etc/mono/4.0/Browsers
4159 rm -f Compat.browser
4160 $LN_S $reldir/data/Browsers/Compat.browser Compat.browser
4164 AC_CONFIG_COMMANDS([runtime/etc/mono/4.5/Browsers/Compat.browser],
4165 [ depth=../../../../..
4167 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4169 *) reldir=$depth/$srcdir ;;
4171 $ac_aux_dir/install-sh -d runtime/etc/mono/4.5/Browsers/
4172 cd runtime/etc/mono/4.5/Browsers
4173 rm -f Compat.browser
4174 $LN_S $reldir/data/Browsers/Compat.browser Compat.browser
4178 AC_CONFIG_COMMANDS([runtime/etc/mono/4.0/machine.config],
4181 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4183 *) reldir=$depth/$srcdir ;;
4185 $ac_aux_dir/install-sh -d runtime/etc/mono/4.0
4186 cd runtime/etc/mono/4.0
4187 rm -f machine.config
4188 $LN_S $reldir/data/net_4_0/machine.config machine.config
4192 AC_CONFIG_COMMANDS([runtime/etc/mono/4.0/web.config],
4195 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4197 *) reldir=$depth/$srcdir ;;
4199 $ac_aux_dir/install-sh -d runtime/etc/mono/4.0
4200 cd runtime/etc/mono/4.0
4202 $LN_S $reldir/data/net_4_0/web.config web.config
4206 AC_CONFIG_COMMANDS([runtime/etc/mono/4.5/machine.config],
4209 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4211 *) reldir=$depth/$srcdir ;;
4213 $ac_aux_dir/install-sh -d runtime/etc/mono/4.5
4214 cd runtime/etc/mono/4.5
4215 rm -f machine.config
4216 $LN_S $reldir/data/net_4_5/machine.config machine.config
4220 AC_CONFIG_COMMANDS([runtime/etc/mono/4.5/web.config],
4223 [[\\/$]]* | ?:[[\\/]]* ) reldir=$srcdir ;;
4225 *) reldir=$depth/$srcdir ;;
4227 $ac_aux_dir/install-sh -d runtime/etc/mono/4.5
4228 cd runtime/etc/mono/4.5
4230 $LN_S $reldir/data/net_4_5/web.config web.config
4234 AC_CONFIG_COMMANDS([quiet-libtool], [sed -e 's/echo "copying selected/# "copying selected/g' < libtool > libtool.tmp && mv libtool.tmp libtool && chmod a+x libtool; sed -e 's/$ECHO "copying selected/# "copying selected/g' < libtool > libtool.tmp && mv libtool.tmp libtool && chmod a+x libtool])
4235 AC_CONFIG_COMMANDS([nolock-libtool], [sed -e 's/lock_old_archive_extraction=yes/lock_old_archive_extraction=no/g' < libtool > libtool.tmp && mv libtool.tmp libtool && chmod a+x libtool])
4240 acceptance-tests/Makefile
4242 scripts/mono-find-provides
4243 scripts/mono-find-requires
4247 mono/metadata/Makefile
4251 mono/arch/x86/Makefile
4252 mono/arch/amd64/Makefile
4253 mono/arch/ppc/Makefile
4254 mono/arch/sparc/Makefile
4255 mono/arch/s390x/Makefile
4256 mono/arch/arm/Makefile
4257 mono/arch/arm64/Makefile
4258 mono/arch/ia64/Makefile
4259 mono/arch/mips/Makefile
4262 mono/tests/tests-config
4263 mono/tests/assemblyresolve/Makefile
4264 mono/tests/gc-descriptors/Makefile
4265 mono/unit-tests/Makefile
4266 mono/benchmark/Makefile
4267 mono/io-layer/Makefile
4269 mono/profiler/Makefile
4271 ikvm-native/Makefile
4276 data/net_2_0/Makefile
4277 data/net_4_0/Makefile
4278 data/net_4_5/Makefile
4279 data/net_2_0/Browsers/Makefile
4280 data/net_4_0/Browsers/Makefile
4281 data/net_4_5/Browsers/Makefile
4288 data/mono-options.pc
4289 data/mono-lineeditor.pc
4295 data/system.web.extensions_1.0.pc
4296 data/system.web.extensions.design_1.0.pc
4297 data/system.web.mvc.pc
4298 data/system.web.mvc2.pc
4299 data/system.web.mvc3.pc
4300 data/aspnetwebstack.pc
4306 tools/locale-builder/Makefile
4308 tools/monograph/Makefile
4309 tools/pedump/Makefile
4315 # Update all submodules recursively to ensure everything is checked out
4316 $srcdir/scripts/update_submodules
4318 if test x$host_win32 = xyes; then
4319 # Get rid of 'cyg' prefixes in library names
4320 sed -e "s/\/cyg\//\/\//" libtool > libtool.new; mv libtool.new libtool; chmod 755 libtool
4321 # libtool seems to inherit -mno-cygwin from our CFLAGS, and uses it to compile its executable
4322 # wrapper scripts which use exec(). gcc has no problem compiling+linking this, but the resulting
4323 # executable doesn't work...
4324 sed -e "s,-mno-cygwin,,g" libtool > libtool.new; mv libtool.new libtool; chmod 755 libtool
4327 if test x$host_darwin = xyes; then
4328 # This doesn't seem to be required and it slows down parallel builds
4329 sed -e 's,lock_old_archive_extraction=yes,lock_old_archive_extraction=no,g' < libtool > libtool.new && mv libtool.new libtool && chmod +x libtool
4334 NONE) prefix=$ac_default_prefix ;;
4336 case $exec_prefix in
4337 NONE) exec_prefix='${prefix}' ;;
4341 # If we are cross compiling, we don't build in the mcs/ tree. Let us not clobber
4342 # any existing config.make. This allows people to share the same source tree
4343 # with different build directories, one native and one cross
4345 if test x$cross_compiling = xno && test x$enable_mcs_build != xno; then
4347 test -w $mcs_topdir/build || chmod +w $mcs_topdir/build
4349 echo "prefix=$prefix" > $mcs_topdir/build/config.make
4350 echo "exec_prefix=$exec_prefix" >> $mcs_topdir/build/config.make
4351 echo "sysconfdir=$sysconfdir" >> $mcs_topdir/build/config.make
4352 echo 'mono_libdir=${exec_prefix}/lib' >> $mcs_topdir/build/config.make
4353 echo 'IL_FLAGS = /debug' >> $mcs_topdir/build/config.make
4354 echo "RUNTIME = $mono_build_root/runtime/mono-wrapper" >> $mcs_topdir/build/config.make
4355 echo "ILDISASM = $mono_build_root/runtime/monodis-wrapper" >> $mcs_topdir/build/config.make
4356 echo "JAY_CFLAGS = $JAY_CFLAGS" >> $mcs_topdir/build/config.make
4359 [[\\/$]]* | ?:[[\\/]]* ) mcs_INSTALL=$INSTALL ;;
4360 *) mcs_INSTALL=$mono_build_root/$INSTALL ;;
4363 echo "INSTALL = $mcs_INSTALL" >> $mcs_topdir/build/config.make
4366 [myver=$($AWK 'BEGIN {
4367 split (ENVIRON["VERSION"] ".0.0.0", vsplit, ".")
4368 if(length(vsplit [1]) > 4) {
4369 split (substr(ENVIRON["VERSION"], 0, 4) "." substr(ENVIRON["VERSION"], 5) ".0.0", vsplit, ".")
4371 print vsplit [1] "." vsplit [2] "." vsplit [3] "." vsplit [4]
4374 echo "MONO_VERSION = $myver" >> $mcs_topdir/build/config.make
4376 if test x$host_darwin = xyes; then
4377 echo "PLATFORM = darwin" >> $mcs_topdir/build/config.make
4380 if test "x$PLATFORM_AOT_SUFFIX" != "x"; then
4381 echo "PLATFORM_AOT_SUFFIX = $PLATFORM_AOT_SUFFIX" >> $mcs_topdir/build/config.make
4384 if test x$AOT_SUPPORTED = xyes -a x$enable_system_aot = xdefault; then
4385 enable_system_aot=yes
4388 if test x$host_win32 = xno -a x$enable_system_aot = xyes; then
4389 echo "ENABLE_AOT = 1" >> $mcs_topdir/build/config.make
4392 if test x$DISABLE_MCS_DOCS = xyes; then
4393 echo "DISABLE_MCS_DOCS = yes" >> $mcs_topdir/build/config.make
4396 if test x$has_extension_module != xno; then
4397 echo "EXTENSION_MODULE = 1" >> $srcdir/$mcsdir/build/config.make
4400 echo "DEFAULT_PROFILE = $default_profile" >> $srcdir/$mcsdir/build/config.make
4402 if test "x$test_bcl_opt" = "xyes"; then
4403 echo "BCL_OPTIMIZE = 1" >> $srcdir/$mcsdir/build/config.make
4406 if test "x$AOT_BUILD_FLAGS" != "x" ; then
4407 echo "AOT_RUN_FLAGS=$AOT_RUN_FLAGS" >> $srcdir/$mcsdir/build/config.make
4408 echo "AOT_BUILD_FLAGS=$AOT_BUILD_FLAGS" >> $srcdir/$mcsdir/build/config.make
4411 if test "x$enable_btls" = "xyes"; then
4412 echo "HAVE_BTLS=1" >> $srcdir/$mcsdir/build/config.make
4413 if test "x$enable_dynamic_btls" = "xyes"; then
4414 echo "HAVE_DYNAMIC_BTLS=1" >> $srcdir/$mcsdir/build/config.make
4422 libgdiplus_msg=${libgdiplus_loc:-assumed to be installed}
4424 btls_platform_string=
4425 if test x$enable_btls = xyes; then
4426 if test x$btls_android = xyes; then
4427 btls_platform_string=" (android:$BTLS_PLATFORM)"
4429 btls_platform_string=" ($BTLS_PLATFORM)"
4441 SIGALTSTACK: $with_sigaltstack
4443 BigArrays: $enable_big_arrays
4444 DTrace: $enable_dtrace
4445 LLVM Back End: $enable_llvm (dynamically loaded: $enable_loadedllvm)
4448 .NET 4.x: $with_profile4_x
4449 Xamarin.Android: $with_monodroid
4450 Xamarin.iOS: $with_monotouch
4451 Xamarin.WatchOS: $with_monotouch_watch
4452 Xamarin.TVOS: $with_monotouch_tv
4453 Xamarin.Mac: $with_xammac
4454 mobile_static: $with_mobile_static
4455 JNI support: $jdk_headers_found
4456 libgdiplus: $libgdiplus_msg
4458 BTLS: $enable_btls$btls_platform_string
4461 if test x$with_static_mono = xno -a "x$host_win32" != "xyes"; then
4462 AC_MSG_WARN(Turning off static Mono is a risk, you might run into unexpected bugs)