This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by MPI.NET configure 0.6.0, which was generated by GNU Autoconf 2.64. Invocation command line was $ ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-shared --enable-static ## --------- ## ## Platform. ## ## --------- ## hostname = tinderbox uname -m = i686 uname -r = 2.6.30-gentoo-r4 uname -s = Linux uname -v = #5 SMP PREEMPT Tue Jul 28 13:27:04 CEST 2009 /usr/bin/uname -p = Quad-Core AMD Opteron(tm) Processor 2350 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/lib/ccache/bin PATH: /usr/lib/portage/bin/ebuild-helpers PATH: /usr/local/sbin PATH: /sbin PATH: /usr/sbin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /opt/bin PATH: /usr/i486-pc-linux-gnu/gcc-bin/4.1.2 PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.4.1 PATH: /opt/intel/cc/10.1.018/bin PATH: /opt/intel/fc/10.1.018/bin PATH: /opt/SunStudioExpress/bin PATH: /opt/intel/idb/10.1.018/bin PATH: /opt/ICAClient PATH: /opt/stuffit/bin PATH: /opt/xxe PATH: /opt/gwydion-dylan/ PATH: /opt/gwydion-dylan/bin PATH: /opt/blackdown-jdk-1.4.2.03/bin PATH: /opt/blackdown-jdk-1.4.2.03/jre/bin PATH: /opt/dmd/bin PATH: /usr/lib/plan9/bin PATH: /opt/c3-4 PATH: /opt/hp/hpacucli PATH: /usr/kde/3.5/sbin PATH: /usr/kde/3.5/bin PATH: /usr/qt/3/bin PATH: /usr/qt/3-embedded/bin PATH: /usr/i686-pc-linux-gnu/gnat-gcc-bin/4.3 PATH: /usr/libexec/gnat-gcc/i686-pc-linux-gnu/4.3 PATH: /usr/libexec/gpc/i686-pc-linux-gnu/3.4 PATH: /opt/eagle-5.6.0/bin PATH: /opt/flexlm/bin PATH: /opt/vmware/server/bin PATH: /opt/vmware/server/console/bin PATH: /opt/vmware/vix/bin PATH: /opt/coccinella PATH: /opt/cuda/bin PATH: /usr/GNUstep/System/Tools PATH: /usr/GNUstep/Local/Tools PATH: /usr/share/karamba/bin PATH: /usr/ti-linux-gnu/tigcc-bin/4.1.2 PATH: /usr/ti-linux-gnu/bin PATH: /var/vpopmail/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2126: loading site script /usr/share/config.site | #!/bin/bash | # Copyright 2009 Gentoo Foundation | # Distributed under the terms of the GNU General Public License v2 | # $Header: /var/cvsroot/gentoo-projects/crossdev-wrappers/site/config.site,v 1.3 2009/03/20 01:25:56 solar Exp $ | | TOPDIR=/usr/share/crossdev/include/site | | config_site_arch() { | local host=$(echo ${CHOST/-/ } | awk '{print $1}') | | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm | | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel | | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 | | echo ${host} | } | | config_site_names() { | local site_arch=$(config_site_arch) | local sites="" | local x | | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" | | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" | | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" | | for x in ${sites} ${CHOST}; do | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} | done | } | | if [[ ${CHOST} != "" ]]; then | sites="$(config_site_names)" | if [[ ${sites} != "" ]]; then | for site in ${sites}; do | echo "$(basename $0): loading site script ${site}" | . ${site} | done | fi | unset site | unset sites | fi configure:2257: checking for a BSD-compatible install configure:2325: result: /usr/bin/install -c configure:2336: checking whether build environment is sane configure:2373: result: yes configure:2398: checking for a thread-safe mkdir -p configure:2437: result: /bin/mkdir -p configure:2450: checking for gawk configure:2466: found /bin/gawk configure:2477: result: gawk configure:2488: checking whether make sets $(MAKE) configure:2510: result: yes configure:2792: checking build system type configure:2806: result: i686-pc-linux-gnu configure:2826: checking host system type configure:2839: result: i686-pc-linux-gnu configure:2871: checking for style of include used by make configure:2899: result: GNU configure:2929: checking for i686-pc-linux-gnu-gcc configure:2945: found /usr/lib/ccache/bin/i686-pc-linux-gnu-gcc configure:2956: result: i686-pc-linux-gnu-gcc configure:3225: checking for C compiler version configure:3234: i686-pc-linux-gnu-gcc --version >&5 i686-pc-linux-gnu-gcc (Gentoo 4.4.1 p1.0) 4.4.1 Copyright (C) 2009 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3245: $? = 0 configure:3234: i686-pc-linux-gnu-gcc -v >&5 Using built-in specs. Reading specs from /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/asneeded.specs Target: i686-pc-linux-gnu Configured with: /var/tmp/portage/sys-devel/gcc-4.4.1/work/gcc-4.4.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.4.1 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.1 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.1/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.4.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.4.1/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-arch=i686 --enable-languages=c,c++,java,objc,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.4.1 p1.0' Thread model: posix gcc version 4.4.1 (Gentoo 4.4.1 p1.0) configure:3245: $? = 0 configure:3234: i686-pc-linux-gnu-gcc -V >&5 i686-pc-linux-gnu-gcc: '-V' option must have argument configure:3245: $? = 1 configure:3234: i686-pc-linux-gnu-gcc -qversion >&5 i686-pc-linux-gnu-gcc: unrecognized option '-qversion' i686-pc-linux-gnu-gcc: no input files configure:3245: $? = 1 configure:3267: checking for C compiler default output file name configure:3289: i686-pc-linux-gnu-gcc -O2 -pipe -Wl,-O1 conftest.c >&5 configure:3293: $? = 0 configure:3330: result: a.out configure:3346: checking whether the C compiler works configure:3355: ./a.out configure:3359: $? = 0 configure:3374: result: yes configure:3381: checking whether we are cross compiling configure:3383: result: no configure:3386: checking for suffix of executables configure:3393: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 conftest.c >&5 configure:3397: $? = 0 configure:3419: result: configure:3425: checking for suffix of object files configure:3447: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:3451: $? = 0 configure:3472: result: o configure:3476: checking whether we are using the GNU C compiler configure:3495: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:3495: $? = 0 configure:3504: result: yes configure:3513: checking whether i686-pc-linux-gnu-gcc accepts -g configure:3533: i686-pc-linux-gnu-gcc -c -g conftest.c >&5 configure:3533: $? = 0 configure:3574: result: yes configure:3591: checking for i686-pc-linux-gnu-gcc option to accept ISO C89 configure:3655: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:3655: $? = 0 configure:3668: result: none needed configure:3690: checking dependency style of i686-pc-linux-gnu-gcc configure:3781: result: gcc3 configure:3796: checking for a sed that does not truncate output configure:3860: result: /bin/sed configure:3878: checking for grep that handles long lines and -e configure:3936: result: /bin/grep configure:3941: checking for egrep configure:4003: result: /bin/grep -E configure:4008: checking for fgrep configure:4070: result: /bin/grep -F configure:4105: checking for ld used by i686-pc-linux-gnu-gcc configure:4172: result: /usr/i686-pc-linux-gnu/bin/ld configure:4179: checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld configure:4194: result: yes configure:4206: checking for BSD- or MS-compatible name lister (nm) configure:4255: result: /usr/bin/nm -B configure:4373: checking the name lister (/usr/bin/nm -B) interface configure:4380: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:4383: /usr/bin/nm -B "conftest.o" configure:4386: output 00000000 B some_variable configure:4393: result: BSD nm configure:4396: checking whether ln -s works configure:4400: result: yes configure:4408: checking the maximum length of command line arguments configure:4528: result: 1572864 configure:4545: checking whether the shell understands some XSI constructs configure:4555: result: yes configure:4559: checking whether the shell understands "+=" configure:4565: result: yes configure:4600: checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files configure:4607: result: -r configure:4636: checking for i686-pc-linux-gnu-objdump configure:4652: found /usr/bin/i686-pc-linux-gnu-objdump configure:4663: result: i686-pc-linux-gnu-objdump configure:4735: checking how to recognize dependent libraries configure:4931: result: pass_all configure:4951: checking for i686-pc-linux-gnu-ar configure:4967: found /usr/bin/i686-pc-linux-gnu-ar configure:4978: result: i686-pc-linux-gnu-ar configure:5056: checking for i686-pc-linux-gnu-strip configure:5072: found /usr/bin/i686-pc-linux-gnu-strip configure:5083: result: i686-pc-linux-gnu-strip configure:5155: checking for i686-pc-linux-gnu-ranlib configure:5171: found /usr/bin/i686-pc-linux-gnu-ranlib configure:5182: result: i686-pc-linux-gnu-ranlib configure:5312: checking command to parse /usr/bin/nm -B output from i686-pc-linux-gnu-gcc object configure:5430: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:5433: $? = 0 configure:5437: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:5440: $? = 0 configure:5494: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 conftest.c conftstm.o >&5 configure:5497: $? = 0 configure:5535: result: ok configure:6344: checking how to run the C preprocessor configure:6375: i686-pc-linux-gnu-gcc -E conftest.c configure:6375: $? = 0 configure:6389: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:6389: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPI.NET" | #define PACKAGE_TARNAME "mpi-net" | #define PACKAGE_VERSION "0.6.0" | #define PACKAGE_STRING "MPI.NET 0.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "mpi-net" | #define VERSION "0.6.0" | /* end confdefs.h. */ | #include configure:6414: result: i686-pc-linux-gnu-gcc -E configure:6434: i686-pc-linux-gnu-gcc -E conftest.c configure:6434: $? = 0 configure:6448: i686-pc-linux-gnu-gcc -E conftest.c conftest.c:11:28: error: ac_nonexistent.h: No such file or directory configure:6448: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPI.NET" | #define PACKAGE_TARNAME "mpi-net" | #define PACKAGE_VERSION "0.6.0" | #define PACKAGE_STRING "MPI.NET 0.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "mpi-net" | #define VERSION "0.6.0" | /* end confdefs.h. */ | #include configure:6477: checking for ANSI C header files configure:6497: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6497: $? = 0 configure:6570: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 conftest.c >&5 configure:6570: $? = 0 configure:6570: ./conftest configure:6570: $? = 0 configure:6581: result: yes configure:6594: checking for sys/types.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for sys/stat.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for stdlib.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for string.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for memory.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for strings.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for inttypes.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for stdint.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6594: checking for unistd.h configure:6594: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6594: $? = 0 configure:6594: result: yes configure:6609: checking for dlfcn.h configure:6609: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:6609: $? = 0 configure:6609: result: yes configure:6733: checking for objdir configure:6748: result: .libs configure:7040: checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions configure:7058: i686-pc-linux-gnu-gcc -c -O2 -pipe -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7062: $? = 0 configure:7075: result: no configure:7095: checking for i686-pc-linux-gnu-gcc option to produce PIC configure:7367: result: -fPIC -DPIC configure:7379: checking if i686-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works configure:7397: i686-pc-linux-gnu-gcc -c -O2 -pipe -fPIC -DPIC -DPIC conftest.c >&5 configure:7401: $? = 0 configure:7414: result: yes configure:7438: checking if i686-pc-linux-gnu-gcc static flag -static works configure:7466: result: yes configure:7481: checking if i686-pc-linux-gnu-gcc supports -c -o file.o configure:7502: i686-pc-linux-gnu-gcc -c -O2 -pipe -o out/conftest2.o conftest.c >&5 configure:7506: $? = 0 configure:7528: result: yes configure:7536: checking if i686-pc-linux-gnu-gcc supports -c -o file.o configure:7583: result: yes configure:7616: checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries configure:8602: result: yes configure:8639: checking whether -lc should be explicitly linked in configure:8644: i686-pc-linux-gnu-gcc -c -O2 -pipe conftest.c >&5 configure:8647: $? = 0 configure:8662: i686-pc-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:8665: $? = 0 configure:8677: result: no configure:8841: checking dynamic linker characteristics configure:9287: i686-pc-linux-gnu-gcc -o conftest -O2 -pipe -Wl,-O1 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:9287: $? = 0 configure:9505: result: GNU/Linux ld.so configure:9607: checking how to hardcode library paths into programs configure:9632: result: immediate configure:10152: checking whether stripping libraries is possible configure:10157: result: yes configure:10192: checking if libtool supports shared libraries configure:10194: result: yes configure:10197: checking whether to build shared libraries configure:10218: result: yes configure:10221: checking whether to build static libraries configure:10225: result: yes configure:10263: checking for csc configure:10281: found /usr/bin/csc configure:10294: result: /usr/bin/csc configure:10304: checking for gmcs configure:10322: found /usr/bin/gmcs configure:10335: result: /usr/bin/gmcs configure:10345: checking for mono configure:10363: found /usr/bin/mono configure:10376: result: /usr/bin/mono configure:10387: checking for ilasm2 configure:10405: found /usr/bin/ilasm2 configure:10418: result: /usr/bin/ilasm2 configure:10429: checking for sed configure:10460: result: /bin/sed configure:10470: checking for perl configure:10488: found /usr/bin/perl configure:10501: result: /usr/bin/perl configure:10541: checking for mpicc configure:10557: found /usr/bin/mpicc configure:10568: result: mpicc configure:10586: checking for MPI_Init configure:10586: mpicc -o conftest -O2 -pipe -Wl,-O1 conftest.c >&5 configure:10586: $? = 0 configure:10586: result: yes configure:10678: checking for mpi.h configure:10691: mpicc -c -O2 -pipe conftest.c >&5 configure:10691: $? = 0 configure:10692: result: yes configure:10719: checking for mpiexec configure:10737: found /usr/bin/mpiexec configure:10750: result: /usr/bin/mpiexec configure:10763: checking which MPI is available configure:10781: mpicc -c -O2 -pipe conftest.c >&5 configure:10781: $? = 0 configure:10782: result: MPICH2-based configure:10866: checking for location of mpi.h configure:10878: result: /usr/include/mpi.h configure:10888: checking for MPI_Init in -lpmpich configure:10913: mpicc -o conftest -O2 -pipe -Wl,-O1 conftest.c -lpmpich >&5 /usr/lib/gcc/i686-pc-linux-gnu/4.4.1/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lpmpich collect2: ld returned 1 exit status configure:10913: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "MPI.NET" | #define PACKAGE_TARNAME "mpi-net" | #define PACKAGE_VERSION "0.6.0" | #define PACKAGE_STRING "MPI.NET 0.6.0" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define PACKAGE "mpi-net" | #define VERSION "0.6.0" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_MPI 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char MPI_Init (); | int | main () | { | return MPI_Init (); | ; | return 0; | } configure:10922: result: no configure:10930: checking for PMPI_Init in -lmpich configure:10955: mpicc -o conftest -O2 -pipe -Wl,-O1 conftest.c -lmpich >&5 configure:10955: $? = 0 configure:10964: result: yes configure:10977: error: MPICH library is built statically. Please install MPICH built as a shared library by configuring MPICH with the --enable-sharedlibs=??? option) ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-pc-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe' ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-Wl,-O1 ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MPICC_set= ac_cv_env_MPICC_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i686-pc-linux-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i686-pc-linux-gnu ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_file___dev_urandom_=yes ac_cv_file__usr_share_sgml_X11_defs_ent=1 ac_cv_func_MPI_Init=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_setgrent_void=yes ac_cv_func_strnlen_working=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_pwd_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i686-pc-linux-gnu ac_cv_lib_mpich_PMPI_Init=yes ac_cv_lib_pmpich_MPI_Init=no ac_cv_objext=o ac_cv_path_CSC=/usr/bin/csc ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_ILASM=/usr/bin/ilasm2 ac_cv_path_MCS=/usr/bin/gmcs ac_cv_path_MONO=/usr/bin/mono ac_cv_path_MPIEXEC=/usr/bin/mpiexec ac_cv_path_PERL=/usr/bin/perl ac_cv_path_SED=/bin/sed ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AR=i686-pc-linux-gnu-ar ac_cv_prog_AWK=gawk ac_cv_prog_CC=i686-pc-linux-gnu-gcc ac_cv_prog_CPP='i686-pc-linux-gnu-gcc -E' ac_cv_prog_MPICC=mpicc ac_cv_prog_OBJDUMP=i686-pc-linux-gnu-objdump ac_cv_prog_RANLIB=i686-pc-linux-gnu-ranlib ac_cv_prog_STRIP=i686-pc-linux-gnu-strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 fu_cv_sys_stat_statvfs=yes gl_cv_func_malloc_0_nonnull=yes glib_cv___va_copy=yes glib_cv_has__inline=yes glib_cv_has__inline__=yes glib_cv_hasinline=yes glib_cv_rtldglobal_broken=no glib_cv_sane_realloc=yes glib_cv_sizeof_gmutex=40 glib_cv_stack_grows=no glib_cv_uscore=no glib_cv_va_copy=yes glib_cv_va_val_copy=no lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/i686-pc-linux-gnu/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_gnu_ld=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' lt_cv_sys_max_cmd_len=1572864 ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /var/tmp/portage/sys-cluster/mpi-dotnet-1.0.0/work/mpi.net-1.0.0/Config/missing --run aclocal-1.10' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /var/tmp/portage/sys-cluster/mpi-dotnet-1.0.0/work/mpi.net-1.0.0/Config/missing --run tar' AR='i686-pc-linux-gnu-ar' AUTOCONF='${SHELL} /var/tmp/portage/sys-cluster/mpi-dotnet-1.0.0/work/mpi.net-1.0.0/Config/missing --run autoconf' AUTOHEADER='${SHELL} /var/tmp/portage/sys-cluster/mpi-dotnet-1.0.0/work/mpi.net-1.0.0/Config/missing --run autoheader' AUTOMAKE='${SHELL} /var/tmp/portage/sys-cluster/mpi-dotnet-1.0.0/work/mpi.net-1.0.0/Config/missing --run automake-1.10' AWK='gawk' CC='mpicc' CCDEPMODE='depmode=gcc3' CFLAGS='-O2 -pipe' CPP='i686-pc-linux-gnu-gcc -E' CPPFLAGS='' CSC='/usr/bin/csc' CSHARP_DEFINES=' -define:BROKEN_IL_EMIT -define:BROKEN_NULL_DELEGATE' CSHARP_FLAGS='-optimize+' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' ILASM='/usr/bin/ilasm2' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/i686-pc-linux-gnu/bin/ld' LDFLAGS='-Wl,-O1' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /var/tmp/portage/sys-cluster/mpi-dotnet-1.0.0/work/mpi.net-1.0.0/Config/missing --run makeinfo' MCS='/usr/bin/gmcs' MKDIR_P='/bin/mkdir -p' MONO='/usr/bin/mono' MPICC='mpicc' MPIEXEC='/usr/bin/mpiexec' MPILIBS=' ' MPINET_CBRIDGE_FALSE='' MPINET_CBRIDGE_TRUE='' MPI_FUNC_PREFIX='PMPI' MPI_HEADER='/usr/include/mpi.h' MPI_SHARED_LIB_NAME='mpich' NM='/usr/bin/nm -B' NMEDIT='' OBJDUMP='i686-pc-linux-gnu-objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='mpi-net' PACKAGE_BUGREPORT='' PACKAGE_NAME='MPI.NET' PACKAGE_STRING='MPI.NET 0.6.0' PACKAGE_TARNAME='mpi-net' PACKAGE_URL='' PACKAGE_VERSION='0.6.0' PATH_SEPARATOR=':' PERL='/usr/bin/perl' RANLIB='i686-pc-linux-gnu-ranlib' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STRIP='i686-pc-linux-gnu-strip' VERSION='0.6.0' ac_ct_CC='' ac_ct_DUMPBIN='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='i686-pc-linux-gnu' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='/usr/share' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='i686-pc-linux-gnu' host_cpu='i686' host_os='linux-gnu' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='/usr/share/info' install_sh='$(SHELL) /var/tmp/portage/sys-cluster/mpi-dotnet-1.0.0/work/mpi.net-1.0.0/Config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='/var/lib' lt_ECHO='echo' mandir='/usr/share/man' mkdir_p='/bin/mkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "MPI.NET" #define PACKAGE_TARNAME "mpi-net" #define PACKAGE_VERSION "0.6.0" #define PACKAGE_STRING "MPI.NET 0.6.0" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define PACKAGE "mpi-net" #define VERSION "0.6.0" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_MPI 1 configure: exit 1