Objet : Developers list for StarPU
Archives de la liste
- From: Hush Zhou <hush.zhou@gmail.com>
- To: Nathalie Furmento <nathalie.furmento@labri.fr>, starpu-devel@lists.gforge.inria.fr
- Subject: Re: [Starpu-devel] Starpu-1.1.0 Configure --enable-blas-lib=goto
- Date: Thu, 10 Apr 2014 10:46:05 -0500
- List-archive: <http://lists.gforge.inria.fr/pipermail/starpu-devel>
- List-id: "Developers list. For discussion of new features, code changes, etc." <starpu-devel.lists.gforge.inria.fr>
Attached please find the config.log
Thanks.
On Thu, Apr 10, 2014 at 9:52 AM, Nathalie Furmento
<nathalie.furmento@labri.fr> wrote:
> Hi,
>
> Could you post the file config.log?
>
> Regards,
>
> Nathalie
>
> On Apr 10, 09:41, Hush Zhou wrote:
>> Hi,
>> I'm trying to configure starpu-1.1 with --enable-blas-lib=goto or
>> --enable-blas-lib=atlas, but I get such error:
>> ... ...
>> checking for main in -lgfortran... no
>> checking for main in -lifcore... no
>> checking for sgemm_ in -lgoto2... no
>> checking for sgemm_ in -lgoto... no
>> configure: error: cannot find goto lib
>>
>> I'm sure I have installed libopenblas-dev, do you have some suggestions?
>> Thanks.
>>
>>
>> Best,
>> Husheng
>>
>> _______________________________________________
>> Starpu-devel mailing list
>> Starpu-devel@lists.gforge.inria.fr
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/starpu-devel
>
> --
> ----------------------------------------------------------------------------
> Dr Nathalie Furmento Ingénieur de recherche CNRS
> Centre de Recherche INRIA Bordeaux Sud-Ouest http://www.labri.fr/~furmento/
> 200 avenue de la vieille Tour Tel: +33 (0)5 24 57 41 20
> 33405 Talence cedex, FRANCE Fax: +33 (0)5 24 57 40 41
> ----------------------------------------------------------------------------
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by StarPU configure 1.1.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ ../configure --enable-blas-lib=goto ## --------- ## ## Platform. ## ## --------- ## hostname = kris-asus uname -m = x86_64 uname -r = 3.8.0-38-generic uname -s = Linux uname -v = #56~precise1-Ubuntu SMP Thu Mar 13 16:22:48 UTC 2014 /usr/bin/uname -p = unknown /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: /opt/AMD/CodeXL_1.3.3487/bin PATH: /usr/local/cuda-5.5/bin PATH: /usr/lib/lightdm/lightdm PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## configure:3253: checking build system type configure:3267: result: x86_64-unknown-linux-gnu configure:3287: checking host system type configure:3300: result: x86_64-unknown-linux-gnu configure:3320: checking target system type configure:3333: result: x86_64-unknown-linux-gnu configure:3377: checking for a BSD-compatible install configure:3445: result: /usr/bin/install -c configure:3456: checking whether build environment is sane configure:3511: result: yes configure:3662: checking for a thread-safe mkdir -p configure:3701: result: /bin/mkdir -p configure:3708: checking for gawk configure:3738: result: no configure:3708: checking for mawk configure:3724: found /usr/bin/mawk configure:3735: result: mawk configure:3746: checking whether make sets $(MAKE) configure:3768: result: yes configure:3797: checking whether make supports nested variables configure:3814: result: yes configure:3951: checking whether make supports nested variables configure:3968: result: yes configure:3994: checking for style of include used by make configure:4022: result: GNU configure:4093: checking for gcc configure:4109: found /usr/bin/gcc configure:4120: result: gcc configure:4349: checking for C compiler version configure:4358: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 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:4369: $? = 0 configure:4358: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:4369: $? = 0 configure:4358: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:4369: $? = 4 configure:4358: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4369: $? = 4 configure:4389: checking whether the C compiler works configure:4411: gcc conftest.c >&5 configure:4415: $? = 0 configure:4463: result: yes configure:4466: checking for C compiler default output file name configure:4468: result: a.out configure:4474: checking for suffix of executables configure:4481: gcc -o conftest conftest.c >&5 configure:4485: $? = 0 configure:4507: result: configure:4529: checking whether we are cross compiling configure:4537: gcc -o conftest conftest.c >&5 configure:4541: $? = 0 configure:4548: ./conftest configure:4552: $? = 0 configure:4567: result: no configure:4572: checking for suffix of object files configure:4594: gcc -c conftest.c >&5 configure:4598: $? = 0 configure:4619: result: o configure:4623: checking whether we are using the GNU C compiler configure:4642: gcc -c conftest.c >&5 configure:4642: $? = 0 configure:4651: result: yes configure:4660: checking whether gcc accepts -g configure:4680: gcc -c -g conftest.c >&5 configure:4680: $? = 0 configure:4721: result: yes configure:4738: checking for gcc option to accept ISO C89 configure:4801: gcc -c -g -O2 conftest.c >&5 configure:4801: $? = 0 configure:4814: result: none needed configure:4839: checking whether gcc understands -c and -o together configure:4861: gcc -c conftest.c -o conftest2.o configure:4864: $? = 0 configure:4861: gcc -c conftest.c -o conftest2.o configure:4864: $? = 0 configure:4876: result: yes configure:4895: checking dependency style of gcc configure:5006: result: gcc3 configure:5071: checking for ar configure:5087: found /usr/bin/ar configure:5098: result: ar configure:5124: checking the archiver (ar) interface configure:5140: gcc -c -g -O2 conftest.c >&5 configure:5140: $? = 0 configure:5142: ar cru libconftest.a conftest.o >&5 configure:5145: $? = 0 configure:5173: result: ar configure:5241: checking for gcc configure:5268: result: gcc configure:5497: checking for C compiler version configure:5506: gcc --version >&5 gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 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:5517: $? = 0 configure:5506: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:5517: $? = 0 configure:5506: gcc -V >&5 gcc: error: unrecognized option '-V' gcc: fatal error: no input files compilation terminated. configure:5517: $? = 4 configure:5506: gcc -qversion >&5 gcc: error: unrecognized option '-qversion' gcc: fatal error: no input files compilation terminated. configure:5517: $? = 4 configure:5521: checking whether we are using the GNU C compiler configure:5549: result: yes configure:5558: checking whether gcc accepts -g configure:5619: result: yes configure:5636: checking for gcc option to accept ISO C89 configure:5712: result: none needed configure:5737: checking whether gcc understands -c and -o together configure:5774: result: yes configure:5793: checking dependency style of gcc configure:5904: result: gcc3 configure:5978: checking for g++ configure:5994: found /usr/bin/g++ configure:6005: result: g++ configure:6032: checking for C++ compiler version configure:6041: g++ --version >&5 g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Copyright (C) 2011 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:6052: $? = 0 configure:6041: g++ -v >&5 Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) configure:6052: $? = 0 configure:6041: g++ -V >&5 g++: error: unrecognized option '-V' g++: fatal error: no input files compilation terminated. configure:6052: $? = 4 configure:6041: g++ -qversion >&5 g++: error: unrecognized option '-qversion' g++: fatal error: no input files compilation terminated. configure:6052: $? = 4 configure:6056: checking whether we are using the GNU C++ compiler configure:6075: g++ -c conftest.cpp >&5 configure:6075: $? = 0 configure:6084: result: yes configure:6093: checking whether g++ accepts -g configure:6113: g++ -c -g conftest.cpp >&5 configure:6113: $? = 0 configure:6154: result: yes configure:6179: checking dependency style of g++ configure:6290: result: gcc3 configure:6310: checking how to run the C preprocessor configure:6341: gcc -E conftest.c configure:6341: $? = 0 configure:6355: gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:6355: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6380: result: gcc -E configure:6400: gcc -E conftest.c configure:6400: $? = 0 configure:6414: gcc -E conftest.c conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:6414: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.0" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6442: checking for a sed that does not truncate output configure:6506: result: /bin/sed configure:6511: checking whether ln -s works configure:6515: result: yes configure:6575: checking for g77 configure:6605: result: no configure:6575: checking for xlf configure:6605: result: no configure:6575: checking for f77 configure:6605: result: no configure:6575: checking for frt configure:6605: result: no configure:6575: checking for pgf77 configure:6605: result: no configure:6575: checking for cf77 configure:6605: result: no configure:6575: checking for fort77 configure:6605: result: no configure:6575: checking for fl32 configure:6605: result: no configure:6575: checking for af77 configure:6605: result: no configure:6575: checking for xlf90 configure:6605: result: no configure:6575: checking for f90 configure:6605: result: no configure:6575: checking for pgf90 configure:6605: result: no configure:6575: checking for pghpf configure:6605: result: no configure:6575: checking for epcf90 configure:6605: result: no configure:6575: checking for gfortran configure:6605: result: no configure:6575: checking for g95 configure:6605: result: no configure:6575: checking for xlf95 configure:6605: result: no configure:6575: checking for f95 configure:6605: result: no configure:6575: checking for fort configure:6605: result: no configure:6575: checking for ifort configure:6605: result: no configure:6575: checking for ifc configure:6605: result: no configure:6575: checking for efc configure:6605: result: no configure:6575: checking for pgfortran configure:6605: result: no configure:6575: checking for pgf95 configure:6605: result: no configure:6575: checking for lf95 configure:6605: result: no configure:6575: checking for ftn configure:6605: result: no configure:6575: checking for nagfor configure:6605: result: no configure:6628: checking for Fortran 77 compiler version configure:6637: --version >&5 ../configure: line 6639: --version: command not found configure:6648: $? = 127 configure:6637: -v >&5 ../configure: line 6639: -v: command not found configure:6648: $? = 127 configure:6637: -V >&5 ../configure: line 6639: -V: command not found configure:6648: $? = 127 configure:6637: -qversion >&5 ../configure: line 6639: -qversion: command not found configure:6648: $? = 127 configure:6657: checking whether we are using the GNU Fortran 77 compiler configure:6670: -c conftest.F >&5 ../configure: line 2058: -c: command not found configure:6670: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6679: result: no configure:6685: checking whether accepts -g configure:6696: -c -g conftest.f >&5 ../configure: line 2058: -c: command not found configure:6696: $? = 127 configure: failed program was: | program main | | end configure:6704: result: no configure:6781: checking how to print strings configure:6808: result: printf configure:6829: checking for a sed that does not truncate output configure:6893: result: /bin/sed configure:6911: checking for grep that handles long lines and -e configure:6969: result: /bin/grep configure:6974: checking for egrep configure:7036: result: /bin/grep -E configure:7041: checking for fgrep configure:7103: result: /bin/grep -F configure:7138: checking for ld used by gcc configure:7205: result: /usr/bin/ld configure:7212: checking if the linker (/usr/bin/ld) is GNU ld configure:7227: result: yes configure:7239: checking for BSD- or MS-compatible name lister (nm) configure:7288: result: /usr/bin/nm -B configure:7418: checking the name lister (/usr/bin/nm -B) interface configure:7425: gcc -c -g -O2 conftest.c >&5 configure:7428: /usr/bin/nm -B "conftest.o" configure:7431: output 0000000000000000 B some_variable configure:7438: result: BSD nm configure:7442: checking the maximum length of command line arguments configure:7573: result: 1572864 configure:7590: checking whether the shell understands some XSI constructs configure:7600: result: yes configure:7604: checking whether the shell understands "+=" configure:7610: result: yes configure:7645: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:7685: result: func_convert_file_noop configure:7692: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:7712: result: func_convert_file_noop configure:7719: checking for /usr/bin/ld option to reload object files configure:7726: result: -r configure:7800: checking for objdump configure:7816: found /usr/bin/objdump configure:7827: result: objdump configure:7856: checking how to recognize dependent libraries configure:8054: result: pass_all configure:8139: checking for dlltool configure:8169: result: no configure:8196: checking how to associate runtime and link libraries configure:8223: result: printf %s\n configure:8347: checking for archiver @FILE support configure:8364: gcc -c -g -O2 conftest.c >&5 configure:8364: $? = 0 configure:8367: ar cru libconftest.a @conftest.lst >&5 configure:8370: $? = 0 configure:8375: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:8378: $? = 1 configure:8390: result: @ configure:8448: checking for strip configure:8464: found /usr/bin/strip configure:8475: result: strip configure:8547: checking for ranlib configure:8563: found /usr/bin/ranlib configure:8574: result: ranlib configure:8676: checking command to parse /usr/bin/nm -B output from gcc object configure:8796: gcc -c -g -O2 conftest.c >&5 configure:8799: $? = 0 configure:8803: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm configure:8806: $? = 0 configure:8872: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:8875: $? = 0 configure:8913: result: ok configure:8950: checking for sysroot configure:8980: result: no configure:9057: gcc -c -g -O2 conftest.c >&5 configure:9060: $? = 0 configure:9243: checking for mt configure:9259: found /bin/mt configure:9270: result: mt configure:9293: checking if mt is a manifest tool configure:9299: mt '-?' configure:9307: result: no configure:9945: checking for ANSI C header files configure:9965: gcc -c -g -O2 conftest.c >&5 configure:9965: $? = 0 configure:10038: gcc -o conftest -g -O2 conftest.c >&5 configure:10038: $? = 0 configure:10038: ./conftest configure:10038: $? = 0 configure:10049: result: yes configure:10062: checking for sys/types.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for sys/stat.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for stdlib.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for string.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for memory.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for strings.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for inttypes.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for stdint.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10062: checking for unistd.h configure:10062: gcc -c -g -O2 conftest.c >&5 configure:10062: $? = 0 configure:10062: result: yes configure:10076: checking for dlfcn.h configure:10076: gcc -c -g -O2 conftest.c >&5 configure:10076: $? = 0 configure:10076: result: yes configure:10592: checking for objdir configure:10607: result: .libs configure:10878: checking if gcc supports -fno-rtti -fno-exceptions configure:10896: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] configure:10900: $? = 0 configure:10913: result: no configure:11240: checking for gcc option to produce PIC configure:11247: result: -fPIC -DPIC configure:11255: checking if gcc PIC flag -fPIC -DPIC works configure:11273: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:11277: $? = 0 configure:11290: result: yes configure:11319: checking if gcc static flag -static works configure:11347: result: yes configure:11362: checking if gcc supports -c -o file.o configure:11383: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:11387: $? = 0 configure:11409: result: yes configure:11417: checking if gcc supports -c -o file.o configure:11464: result: yes configure:11497: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:12654: result: yes configure:12691: checking whether -lc should be explicitly linked in configure:12699: gcc -c -g -O2 conftest.c >&5 configure:12702: $? = 0 configure:12717: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 configure:12720: $? = 0 configure:12734: result: no configure:12894: checking dynamic linker characteristics configure:13394: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:13394: $? = 0 configure:13628: result: GNU/Linux ld.so configure:13735: checking how to hardcode library paths into programs configure:13760: result: immediate configure:14300: checking whether stripping libraries is possible configure:14305: result: yes configure:14340: checking if libtool supports shared libraries configure:14342: result: yes configure:14345: checking whether to build shared libraries configure:14366: result: yes configure:14369: checking whether to build static libraries configure:14373: result: yes configure:14396: checking how to run the C++ preprocessor configure:14423: g++ -E conftest.cpp configure:14423: $? = 0 configure:14437: g++ -E conftest.cpp conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:14437: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:14462: result: g++ -E configure:14482: g++ -E conftest.cpp configure:14482: $? = 0 configure:14496: g++ -E conftest.cpp conftest.cpp:26:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:14496: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:14665: checking for ld used by g++ configure:14732: result: /usr/bin/ld -m elf_x86_64 configure:14739: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:14754: result: yes configure:14809: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15811: result: yes configure:15847: g++ -c -g -O2 conftest.cpp >&5 configure:15850: $? = 0 configure:16370: checking for g++ option to produce PIC configure:16377: result: -fPIC -DPIC configure:16385: checking if g++ PIC flag -fPIC -DPIC works configure:16403: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5 configure:16407: $? = 0 configure:16420: result: yes configure:16443: checking if g++ static flag -static works configure:16471: result: yes configure:16483: checking if g++ supports -c -o file.o configure:16504: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:16508: $? = 0 configure:16530: result: yes configure:16535: checking if g++ supports -c -o file.o configure:16582: result: yes configure:16612: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:16651: result: yes configure:16792: checking dynamic linker characteristics configure:17460: result: GNU/Linux ld.so configure:17513: checking how to hardcode library paths into programs configure:17538: result: immediate configure:20324: checking whether ln -s works configure:20328: result: yes configure:20336: checking for ANSI C header files configure:20440: result: yes configure:20449: checking for C/C++ restrict keyword configure:20474: gcc -c -g -O2 conftest.c >&5 configure:20474: $? = 0 configure:20482: result: __restrict configure:20501: checking for bash configure:20528: result: /bin/bash configure:20543: checking for svnversion configure:20576: result: no configure:20598: checking for lib configure:20631: result: no configure:20671: checking size of void * configure:20676: gcc -o conftest -g -O2 conftest.c >&5 configure:20676: $? = 0 configure:20676: ./conftest configure:20676: $? = 0 configure:20690: result: 8 configure:20776: checking for pthread_create in -lpthread configure:20801: gcc -o conftest -g -O2 conftest.c -lpthread >&5 configure:20801: $? = 0 configure:20810: result: yes configure:20823: checking for library containing sqrt configure:20854: gcc -o conftest -g -O2 conftest.c -lpthread >&5 conftest.c:39:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] /tmp/cczc9TsU.o: In function `main': /home/kris/Desktop/starpu-1.1.0/Debug/conftest.c:43: undefined reference to `sqrt' collect2: ld returned 1 exit status configure:20854: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 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 sqrt (); | int | main () | { | return sqrt (); | ; | return 0; | } configure:20854: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 conftest.c:39:6: warning: conflicting types for built-in function 'sqrt' [enabled by default] configure:20854: $? = 0 configure:20871: result: -lm configure:20881: checking for main in -lws2_32 configure:20900: gcc -o conftest -g -O2 conftest.c -lws2_32 -lm -lpthread >&5 /usr/bin/ld: cannot find -lws2_32 collect2: ld returned 1 exit status configure:20900: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:20909: result: no configure:20923: checking for sysconf configure:20923: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20923: $? = 0 configure:20923: result: yes configure:20933: checking for pthread_spin_lock configure:20933: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20933: $? = 0 configure:20933: result: yes configure:20949: checking for pthread_setaffinity_np configure:20949: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20949: $? = 0 configure:20949: result: yes configure:20962: checking for posix_memalign configure:20962: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20962: $? = 0 configure:20962: result: yes configure:20975: checking for memalign configure:20975: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20975: $? = 0 configure:20975: result: yes configure:20988: checking for drand48 configure:20988: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20988: $? = 0 configure:20988: result: yes configure:20995: checking for erand48_r configure:20995: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:20995: $? = 0 configure:20995: result: yes configure:21022: checking for strerror_r configure:21022: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21022: $? = 0 configure:21022: result: yes configure:21031: checking for setenv configure:21031: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21031: $? = 0 configure:21031: result: yes configure:21040: checking for unsetenv configure:21040: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21040: $? = 0 configure:21040: result: yes configure:21049: checking for nearbyintf configure:21049: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 conftest.c:67:6: warning: conflicting types for built-in function 'nearbyintf' [enabled by default] configure:21049: $? = 0 configure:21049: result: yes configure:21058: checking for rintf configure:21058: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 conftest.c:68:6: warning: conflicting types for built-in function 'rintf' [enabled by default] configure:21058: $? = 0 configure:21058: result: yes configure:21112: checking malloc.h usability configure:21112: gcc -c -g -O2 conftest.c >&5 configure:21112: $? = 0 configure:21112: result: yes configure:21112: checking malloc.h presence configure:21112: gcc -E conftest.c configure:21112: $? = 0 configure:21112: result: yes configure:21112: checking for malloc.h configure:21112: result: yes configure:21135: checking valgrind/valgrind.h usability configure:21135: gcc -c -g -O2 conftest.c >&5 conftest.c:81:31: fatal error: valgrind/valgrind.h: No such file or directory compilation terminated. configure:21135: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <valgrind/valgrind.h> configure:21135: result: no configure:21135: checking valgrind/valgrind.h presence configure:21135: gcc -E conftest.c conftest.c:48:31: fatal error: valgrind/valgrind.h: No such file or directory compilation terminated. configure:21135: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include <valgrind/valgrind.h> configure:21135: result: no configure:21135: checking for valgrind/valgrind.h configure:21135: result: no configure:21149: checking valgrind/helgrind.h usability configure:21149: gcc -c -g -O2 conftest.c >&5 conftest.c:81:31: fatal error: valgrind/helgrind.h: No such file or directory compilation terminated. configure:21149: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <valgrind/helgrind.h> configure:21149: result: no configure:21149: checking valgrind/helgrind.h presence configure:21149: gcc -E conftest.c conftest.c:48:31: fatal error: valgrind/helgrind.h: No such file or directory compilation terminated. configure:21149: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | /* end confdefs.h. */ | #include <valgrind/helgrind.h> configure:21149: result: no configure:21149: checking for valgrind/helgrind.h configure:21149: result: no configure:21168: checking for sched_yield configure:21168: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21168: $? = 0 configure:21168: result: yes configure:21178: checking whether the target supports __sync_val_compare_and_swap configure:21195: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21195: $? = 0 configure:21203: result: yes configure:21213: checking whether the target supports __sync_bool_compare_and_swap configure:21230: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21230: $? = 0 configure:21238: result: yes configure:21248: checking whether the target supports __sync_fetch_and_add configure:21265: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21265: $? = 0 configure:21273: result: yes configure:21283: checking whether the target supports __sync_fetch_and_or configure:21300: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21300: $? = 0 configure:21308: result: yes configure:21318: checking whether the target supports __sync_lock_test_and_set configure:21335: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21335: $? = 0 configure:21343: result: yes configure:21353: checking whether the target supports __sync_synchronize configure:21370: gcc -o conftest -g -O2 conftest.c -lm -lpthread >&5 configure:21370: $? = 0 configure:21378: result: yes configure:21390: checking for library containing set_mempolicy configure:21421: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c >&5 /tmp/ccG6YzMD.o: In function `main': /home/kris/Desktop/starpu-1.1.0/Debug/conftest.c:66: undefined reference to `set_mempolicy' collect2: ld returned 1 exit status configure:21421: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 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 set_mempolicy (); | int | main () | { | return set_mempolicy (); | ; | return 0; | } configure:21421: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lnuma >&5 /usr/bin/ld: cannot find -lnuma collect2: ld returned 1 exit status configure:21421: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 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 set_mempolicy (); | int | main () | { | return set_mempolicy (); | ; | return 0; | } configure:21438: result: no configure:21452: checking whether libnuma is available configure:21454: result: no configure:21467: checking maximum number of sched_ctxs configure:21476: result: 10 configure:21528: checking maximum number of CPUs configure:21537: result: 64 configure:21545: checking whether CPUs should be used configure:21554: result: yes configure:21587: checking maximum number of CUDA devices configure:21596: result: 4 configure:21675: checking whether CUDA is available configure:21678: result: configure:21692: checking cuda.h usability configure:21692: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5 configure:21692: $? = 0 configure:21692: result: yes configure:21692: checking cuda.h presence configure:21692: gcc -E -D_GNU_SOURCE conftest.c configure:21692: $? = 0 configure:21692: result: yes configure:21692: checking for cuda.h configure:21692: result: yes configure:21986: checking whether CUDA is available with: configure:21988: result: configure:21991: checking for main in -lcuda configure:22010: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lcuda -lm -lpthread >&5 configure:22010: $? = 0 configure:22019: result: yes configure:22030: checking for main in -lcudart configure:22049: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lcudart -lm -lpthread >&5 configure:22049: $? = 0 configure:22058: result: yes configure:22072: checking for main in -lcublas configure:22091: gcc -o conftest -g -O2 -D_GNU_SOURCE -lcudart conftest.c -lcublas -lm -lpthread >&5 configure:22091: $? = 0 configure:22100: result: yes configure:23118: checking whether CUDA is working configure:23137: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5 configure:23137: $? = 0 configure:23157: gcc -o conftest -g -O2 -D_GNU_SOURCE -lcudart -lcublas -lcuda conftest.c -lm -lpthread >&5 configure:23157: $? = 0 configure:23157: ./conftest configure:23157: $? = 0 configure:23182: result: yes configure:23197: checking for nvcc configure:23216: found /usr/local/cuda-5.5/bin/nvcc configure:23229: result: /usr/local/cuda-5.5/bin/nvcc configure:23245: checking whether CUDA should be used configure:23247: result: yes configure:23285: checking cuda_gl_interop.h usability configure:23285: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5 configure:23285: $? = 0 configure:23285: result: yes configure:23285: checking cuda_gl_interop.h presence configure:23285: gcc -E -D_GNU_SOURCE conftest.c configure:23285: $? = 0 configure:23285: result: yes configure:23285: checking for cuda_gl_interop.h configure:23285: result: yes configure:23346: checking for pkg-config configure:23364: found /usr/bin/pkg-config configure:23376: result: /usr/bin/pkg-config configure:23401: checking pkg-config is at least version 0.9.0 configure:23404: result: yes configure:23418: checking for MAGMA configure:23426: $PKG_CONFIG --exists --print-errors "magma" Package magma was not found in the pkg-config search path. Perhaps you should add the directory containing `magma.pc' to the PKG_CONFIG_PATH environment variable No package 'magma' found configure:23429: $? = 1 configure:23444: $PKG_CONFIG --exists --print-errors "magma" Package magma was not found in the pkg-config search path. Perhaps you should add the directory containing `magma.pc' to the PKG_CONFIG_PATH environment variable No package 'magma' found configure:23447: $? = 1 No package 'magma' found configure:23475: result: no configure:23503: checking whether MAGMA should be used configure:23505: result: no configure:23509: checking for cufftDoubleComplex configure:23509: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5 configure:23509: $? = 0 configure:23509: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:67:33: error: expected expression before ')' token configure:23509: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | /* end confdefs.h. */ | #include <cufft.h> | | int | main () | { | if (sizeof ((cufftDoubleComplex))) | return 0; | ; | return 0; | } configure:23509: result: yes configure:23536: checking for main in -lcurand configure:23555: gcc -o conftest -g -O2 -D_GNU_SOURCE -lcudart -lcublas -lcuda conftest.c -lcurand -lm -lpthread >&5 configure:23555: $? = 0 configure:23564: result: yes configure:23575: checking whether CURAND is available configure:23577: result: yes configure:23600: checking for cudaMemcpyPeer configure:23600: gcc -o conftest -g -O2 -D_GNU_SOURCE -lcudart -lcublas -lcuda conftest.c -lm -lpthread >&5 /tmp/ccmxT7X2.o: In function `main': /home/kris/Desktop/starpu-1.1.0/Debug/conftest.c:98: undefined reference to `cudaMemcpyPeer' collect2: ld returned 1 exit status configure:23600: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | /* end confdefs.h. */ | /* Define cudaMemcpyPeer to an innocuous variant, in case <limits.h> declares cudaMemcpyPeer. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define cudaMemcpyPeer innocuous_cudaMemcpyPeer | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cudaMemcpyPeer (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef cudaMemcpyPeer | | /* 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 cudaMemcpyPeer (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_cudaMemcpyPeer || defined __stub___cudaMemcpyPeer | choke me | #endif | | int | main () | { | return cudaMemcpyPeer (); | ; | return 0; | } configure:23600: result: no configure:23633: checking maximum number of OpenCL devices configure:23642: result: 8 configure:23755: checking whether OpenCL is available configure:23758: result: configure:23771: checking CL/cl.h usability configure:23771: gcc -c -g -O2 -D_GNU_SOURCE conftest.c >&5 configure:23771: $? = 0 configure:23771: result: yes configure:23771: checking CL/cl.h presence configure:23771: gcc -E -D_GNU_SOURCE conftest.c configure:23771: $? = 0 configure:23771: result: yes configure:23771: checking for CL/cl.h configure:23771: result: yes configure:23823: checking whether OpenCL is available in no configure:23825: result: configure:23827: checking for main in -lOpenCL configure:23846: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lOpenCL -lm -lpthread >&5 configure:23846: $? = 0 configure:23855: result: yes configure:23917: checking for main in -lOpenCL configure:23936: gcc -o conftest -g -O2 -D_GNU_SOURCE conftest.c -lOpenCL -lm -lpthread >&5 configure:23936: $? = 0 configure:23945: result: yes configure:24248: checking whether OpenCL should be used configure:24250: result: yes configure:24278: checking whether asynchronous copy should be disabled configure:24291: result: no configure:24299: checking whether asynchronous CUDA copy should be disabled configure:24312: result: no configure:24320: checking whether asynchronous OpenCL copy should be disabled configure:24333: result: no configure:24457: checking whether blocking drivers should be disabled configure:24466: result: no configure:24482: checking whether debug mode should be enabled configure:24491: result: no configure:24516: checking whether extra checks should be performed configure:24525: result: no configure:24533: checking whether debug messages should be displayed configure:24542: result: no configure:24550: checking whether coverage testing should be enabled configure:24559: result: no configure:24577: checking whether FxT traces should be generated configure:24608: result: no configure:24949: checking whether performance debugging should be enabled configure:24958: result: no configure:24970: checking whether performance model debugging should be enabled configure:24979: result: no configure:24987: checking whether statistics should be generated configure:24996: result: no configure:25008: checking whether memory stats should be displayed configure:25017: result: no configure:25027: checking glpk.h usability configure:25027: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c >&5 conftest.c:100:18: fatal error: glpk.h: No such file or directory compilation terminated. configure:25027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <glpk.h> configure:25027: result: no configure:25027: checking glpk.h presence configure:25027: gcc -E -D_GNU_SOURCE conftest.c conftest.c:67:18: fatal error: glpk.h: No such file or directory compilation terminated. configure:25027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | #include <glpk.h> configure:25027: result: no configure:25027: checking for glpk.h configure:25027: result: no configure:25041: checking for main in -lglpk configure:25060: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lglpk >&5 /usr/bin/ld: cannot find -lglpk collect2: ld returned 1 exit status configure:25060: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:25069: result: no configure:25087: checking Ayudame.h usability configure:25087: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c >&5 conftest.c:100:21: fatal error: Ayudame.h: No such file or directory compilation terminated. configure:25087: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <Ayudame.h> configure:25087: result: no configure:25087: checking Ayudame.h presence configure:25087: gcc -E -D_GNU_SOURCE conftest.c conftest.c:67:21: fatal error: Ayudame.h: No such file or directory compilation terminated. configure:25087: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | /* end confdefs.h. */ | #include <Ayudame.h> configure:25087: result: no configure:25087: checking for Ayudame.h configure:25087: result: no configure:25104: checking how many buffers can be manipulated per task configure:25113: result: 8 configure:25146: checking maximum number of memory nodes configure:25148: result: 16 configure:25157: checking whether allocation cache should be used configure:25166: result: yes configure:25200: checking using explicit performance model location configure:25202: result: no configure:25205: checking performance models location configure:25207: result: $HOME/.starpu/sampling/ configure:25211: checking for clock_gettime in -lrt configure:25236: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:25236: $? = 0 configure:25245: result: yes configure:25258: checking for clock_gettime configure:25258: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:25258: $? = 0 configure:25258: result: yes configure:25271: checking Maximum number of workers configure:25273: result: 80 configure:25282: checking maximum number of implementations configure:25291: result: 8 configure:25320: checking for mpicc configure:25338: found /usr/bin/mpicc configure:25351: result: /usr/bin/mpicc configure:25373: checking mpicc path configure:25375: result: /usr/bin/mpicc configure:25427: checking for mpiexec configure:25459: result: no configure:25471: checking whether mpiexec is available configure:25473: result: no configure:25479: result: The mpiexec script is not valid configure:25494: checking whether MPI tests should be run configure:25496: result: no configure:25502: checking whether the StarPU MPI library should be generated configure:25504: result: yes configure:25550: checking for StarPU-Top configure:25559: checking for qmake-qt4 configure:25577: found /usr/bin/qmake-qt4 configure:25589: result: /usr/bin/qmake-qt4 configure:25605: $PKG_CONFIG --exists --print-errors "QtGui QtNetwork QtOpenGL QtSql" configure:25608: $? = 0 configure:25689: checking whether compiler support -W configure:25711: gcc -c -W -D_GNU_SOURCE conftest.c >&5 configure:25711: $? = 0 configure:25714: result: yes configure:25728: checking whether compiler support -Wall configure:25750: gcc -c -Wall -D_GNU_SOURCE conftest.c >&5 conftest.c: In function 'main': conftest.c:82:18: warning: unused variable 'hello' [-Wunused-variable] configure:25750: $? = 0 configure:25753: result: yes configure:25767: checking whether compiler support -Wextra configure:25789: gcc -c -Wextra -D_GNU_SOURCE conftest.c >&5 configure:25789: $? = 0 configure:25792: result: yes configure:25806: checking whether compiler support -Werror=implicit configure:25828: gcc -c -Werror=implicit -D_GNU_SOURCE conftest.c >&5 configure:25828: $? = 0 configure:25831: result: yes configure:25990: checking whether GCC supports plug-ins configure:26045: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:76: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition conftest.c:81:45: warning: missing terminating ' character [enabled by default] conftest.c: In function 'foo': conftest.c:92:10: warning: return makes pointer from integer without a cast [enabled by default] configure:26045: $? = 0 configure:26061: result: yes configure:26082: checking whether build_call_expr_loc_array is declared configure:26082: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:76: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition configure:26082: $? = 0 configure:26082: result: yes configure:26095: checking whether build_call_expr_loc_vec is declared configure:26095: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:77: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition configure:26095: $? = 0 configure:26095: result: yes configure:26108: checking whether build_array_ref is declared configure:26108: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:78: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition conftest.c: In function 'main': conftest.c:89:10: error: 'build_array_ref' undeclared (first use in this function) conftest.c:89:10: note: each undeclared identifier is reported only once for each function it appears in configure:26108: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | /* end confdefs.h. */ | #include <gcc-plugin.h> | #include <tree.h> | #include <tree-ssa-alias.h> | | int | main () | { | #ifndef build_array_ref | #ifdef __cplusplus | (void) build_array_ref; | #else | (void) build_array_ref; | #endif | #endif | | ; | return 0; | } configure:26108: result: no configure:26121: checking whether build_zero_cst is declared configure:26121: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:79: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition configure:26121: $? = 0 configure:26121: result: yes configure:26134: checking whether builtin_decl_explicit is declared configure:26134: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:80: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition conftest.c: In function 'main': conftest.c:91:10: error: 'builtin_decl_explicit' undeclared (first use in this function) conftest.c:91:10: note: each undeclared identifier is reported only once for each function it appears in configure:26134: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | /* end confdefs.h. */ | #include <gcc-plugin.h> | #include <tree.h> | #include <tree-ssa-alias.h> | | int | main () | { | #ifndef builtin_decl_explicit | #ifdef __cplusplus | (void) builtin_decl_explicit; | #else | (void) builtin_decl_explicit; | #endif | #endif | | ; | return 0; | } configure:26134: result: no configure:26147: checking whether ptr_derefs_may_alias_p is declared configure:26147: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:81: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition configure:26147: $? = 0 configure:26147: result: yes configure:26166: checking for c-common.h configure:26166: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:82: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition conftest.c:85:22: fatal error: c-common.h: No such file or directory compilation terminated. configure:26166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | /* end confdefs.h. */ | #include <gcc-plugin.h> | #include <tree.h> | | #include <c-common.h> configure:26166: result: no configure:26166: checking for c-pragma.h configure:26166: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:82: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition conftest.c:85:22: fatal error: c-pragma.h: No such file or directory compilation terminated. configure:26166: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | /* end confdefs.h. */ | #include <gcc-plugin.h> | #include <tree.h> | | #include <c-pragma.h> configure:26166: result: no configure:26166: checking for c-family/c-common.h configure:26166: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:82: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition configure:26166: $? = 0 configure:26166: result: yes configure:26166: checking for c-family/c-pragma.h configure:26166: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:83: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition configure:26166: $? = 0 configure:26166: result: yes configure:26179: checking for struct attribute_spec.affects_type_identity configure:26179: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:84: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition conftest.c: In function 'main': conftest.c:91:12: error: 'struct attribute_spec' has no member named 'affects_type_identity' configure:26179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | #define HAVE_C_FAMILY_C_COMMON_H 1 | #define HAVE_C_FAMILY_C_PRAGMA_H 1 | /* end confdefs.h. */ | #include <gcc-plugin.h> | #include <tree.h> | | int | main () | { | static struct attribute_spec ac_aggr; | if (ac_aggr.affects_type_identity) | return 0; | ; | return 0; | } configure:26179: gcc -c -O3 -g -O2 -gdwarf-2 -g3 -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include conftest.c >&5 In file included from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/config.h:6:0, from /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/gcc-plugin.h:27, from conftest.c:84: /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1615:0: warning: "PACKAGE_BUGREPORT" redefined [enabled by default] conftest.c:6:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1621:0: warning: "PACKAGE_NAME" redefined [enabled by default] conftest.c:2:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1627:0: warning: "PACKAGE_STRING" redefined [enabled by default] conftest.c:5:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1633:0: warning: "PACKAGE_TARNAME" redefined [enabled by default] conftest.c:3:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1639:0: warning: "PACKAGE_URL" redefined [enabled by default] conftest.c:7:0: note: this is the location of the previous definition /usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include/auto-host.h:1645:0: warning: "PACKAGE_VERSION" redefined [enabled by default] conftest.c:4:0: note: this is the location of the previous definition conftest.c: In function 'main': conftest.c:91:19: error: 'struct attribute_spec' has no member named 'affects_type_identity' configure:26179: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | #define HAVE_C_FAMILY_C_COMMON_H 1 | #define HAVE_C_FAMILY_C_PRAGMA_H 1 | /* end confdefs.h. */ | #include <gcc-plugin.h> | #include <tree.h> | | int | main () | { | static struct attribute_spec ac_aggr; | if (sizeof ac_aggr.affects_type_identity) | return 0; | ; | return 0; | } configure:26179: result: no configure:26202: checking which compiler to use to build GCC plug-ins configure:26264: gcc -I/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include -fPIC -shared conftest.c -o conftest.so configure:26268: $? = 0 configure:26295: gcc -c -fplugin=/home/kris/Desktop/starpu-1.1.0/Debug/conftest.so -D_GNU_SOURCE conftest.c >&5 configure:26295: $? = 0 configure:26318: result: gcc configure:26351: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:26351: $? = 0 configure:26351: ./conftest configure:26351: $? = 0 configure:26355: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:26355: $? = 0 configure:26355: ./conftest configure:26355: $? = 0 configure:26392: checking for guile configure:26410: found /usr/local/bin/guile configure:26422: result: /usr/local/bin/guile configure:26483: checking for SOCL configure:26498: result: yes configure:26520: checking for clGetExtensionFunctionAddressForPlatform configure:26520: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 /tmp/ccjvMBuI.o: In function `main': /home/kris/Desktop/starpu-1.1.0/Debug/conftest.c:119: undefined reference to `clGetExtensionFunctionAddressForPlatform' collect2: ld returned 1 exit status configure:26520: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | #define HAVE_C_FAMILY_C_COMMON_H 1 | #define HAVE_C_FAMILY_C_PRAGMA_H 1 | #define STARPU_INCLUDE_DIR "/usr/local/include/starpu/1.1" | /* end confdefs.h. */ | /* Define clGetExtensionFunctionAddressForPlatform to an innocuous variant, in case <limits.h> declares clGetExtensionFunctionAddressForPlatform. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define clGetExtensionFunctionAddressForPlatform innocuous_clGetExtensionFunctionAddressForPlatform | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clGetExtensionFunctionAddressForPlatform (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef clGetExtensionFunctionAddressForPlatform | | /* 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 clGetExtensionFunctionAddressForPlatform (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_clGetExtensionFunctionAddressForPlatform || defined __stub___clGetExtensionFunctionAddressForPlatform | choke me | #endif | | int | main () | { | return clGetExtensionFunctionAddressForPlatform (); | ; | return 0; | } configure:26520: result: no configure:26546: checking for gdb configure:26564: found /usr/bin/gdb configure:26577: result: /usr/bin/gdb configure:26789: checking whether OpenGL rendering is enabled configure:26793: result: no configure:26804: checking for X configure:26912: gcc -E -D_GNU_SOURCE conftest.c configure:26912: $? = 0 configure:26943: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lX11 -lrt -lm -lpthread >&5 configure:26943: $? = 0 configure:26993: result: libraries , headers configure:27092: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread -lX11 >&5 configure:27092: $? = 0 configure:27190: checking for gethostbyname configure:27190: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:27190: $? = 0 configure:27190: result: yes configure:27287: checking for connect configure:27287: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:27287: $? = 0 configure:27287: result: yes configure:27336: checking for remove configure:27336: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:27336: $? = 0 configure:27336: result: yes configure:27385: checking for shmat configure:27385: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lrt -lm -lpthread >&5 configure:27385: $? = 0 configure:27385: result: yes configure:27443: checking for IceConnectionNumber in -lICE configure:27468: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lICE -lrt -lm -lpthread >&5 configure:27468: $? = 0 configure:27477: result: yes configure:27547: checking for main in -lgfortran configure:27566: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lgfortran >&5 /usr/bin/ld: cannot find -lgfortran collect2: ld returned 1 exit status configure:27566: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | #define HAVE_C_FAMILY_C_COMMON_H 1 | #define HAVE_C_FAMILY_C_PRAGMA_H 1 | #define STARPU_INCLUDE_DIR "/usr/local/include/starpu/1.1" | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:27575: result: no configure:27592: checking for main in -lifcore configure:27611: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lifcore >&5 /usr/bin/ld: cannot find -lifcore collect2: ld returned 1 exit status configure:27611: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | #define HAVE_C_FAMILY_C_COMMON_H 1 | #define HAVE_C_FAMILY_C_PRAGMA_H 1 | #define STARPU_INCLUDE_DIR "/usr/local/include/starpu/1.1" | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:27620: result: no configure:27638: checking for sgemm_ in -lgoto2 configure:27663: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lgoto2 >&5 /usr/bin/ld: cannot find -lgoto2 collect2: ld returned 1 exit status configure:27663: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | #define HAVE_C_FAMILY_C_COMMON_H 1 | #define HAVE_C_FAMILY_C_PRAGMA_H 1 | #define STARPU_INCLUDE_DIR "/usr/local/include/starpu/1.1" | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 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 sgemm_ (); | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:27672: result: no configure:27692: checking for sgemm_ in -lgoto configure:27717: gcc -o conftest -O3 -g -O2 -gdwarf-2 -g3 -D_GNU_SOURCE conftest.c -lgoto >&5 /usr/bin/ld: cannot find -lgoto collect2: ld returned 1 exit status configure:27717: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "StarPU" | #define PACKAGE_TARNAME "starpu" | #define PACKAGE_VERSION "1.1.0" | #define PACKAGE_STRING "StarPU 1.1.0" | #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" | #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" | #define STARPU_MAJOR_VERSION 1 | #define STARPU_MINOR_VERSION 1 | #define STARPU_RELEASE_VERSION 0 | #define PACKAGE "starpu" | #define VERSION "1.1.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 STDC_HEADERS 1 | #define restrict __restrict | #define SIZEOF_VOID_P 8 | #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" | #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." | #define HAVE_LIBPTHREAD 1 | #define HAVE_SYSCONF 1 | #define HAVE_PTHREAD_SPIN_LOCK /**/ | #define HAVE_PTHREAD_SETAFFINITY_NP 1 | #define HAVE_POSIX_MEMALIGN 1 | #define STARPU_HAVE_POSIX_MEMALIGN 1 | #define HAVE_MEMALIGN 1 | #define STARPU_HAVE_MEMALIGN 1 | #define STARPU_USE_DRAND48 1 | #define STARPU_USE_ERAND48_R 1 | #define STARPU_HAVE_STRERROR_R 1 | #define STARPU_HAVE_SETENV 1 | #define STARPU_HAVE_UNSETENV 1 | #define STARPU_HAVE_NEARBYINTF 1 | #define STARPU_HAVE_RINTF 1 | #define HAVE_MALLOC_H 1 | #define STARPU_HAVE_MALLOC_H 1 | #define STARPU_HAVE_SCHED_YIELD 1 | #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 | #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 | #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 | #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 | #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 | #define STARPU_NMAX_SCHED_CTXS 10 | #define STARPU_MAXCPUS 64 | #define STARPU_USE_CPU 1 | #define STARPU_NMAX_COMBINEDWORKERS 128 | #define STARPU_MAXCUDADEVS 4 | #define STARPU_USE_CUDA 1 | #define HAVE_CUDA_GL_INTEROP_H 1 | #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 | #define STARPU_HAVE_CURAND 1 | #define STARPU_MAXOPENCLDEVS 8 | #define STARPU_USE_OPENCL 1 | #define STARPU_NON_BLOCKING_DRIVERS 1 | #define STARPU_NMAXBUFS 8 | #define STARPU_MAXNODES 16 | #define STARPU_USE_ALLOCATION_CACHE 1 | #define HAVE_LIBRT 1 | #define HAVE_CLOCK_GETTIME 1 | #define STARPU_NMAXWORKERS 80 | #define STARPU_MAXIMPLEMENTATIONS 8 | #define STARPU_USE_MPI /**/ | #define STARPU_USE_TOP 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 | #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 | #define HAVE_DECL_BUILD_ARRAY_REF 0 | #define HAVE_DECL_BUILD_ZERO_CST 1 | #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 | #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 | #define HAVE_C_FAMILY_C_COMMON_H 1 | #define HAVE_C_FAMILY_C_PRAGMA_H 1 | #define STARPU_INCLUDE_DIR "/usr/local/include/starpu/1.1" | #define STARPU_GDB_PATH "/usr/bin/gdb" | #define STARPU_HAVE_X11 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 sgemm_ (); | int | main () | { | return sgemm_ (); | ; | return 0; | } configure:27726: result: no configure:27736: error: cannot find goto lib ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_restrict=__restrict ac_cv_cxx_compiler_gnu=yes ac_cv_env_BLAS_LIBS_set= ac_cv_env_BLAS_LIBS_value= ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_FFTWF_CFLAGS_set= ac_cv_env_FFTWF_CFLAGS_value= ac_cv_env_FFTWF_LIBS_set= ac_cv_env_FFTWF_LIBS_value= ac_cv_env_FFTWL_CFLAGS_set= ac_cv_env_FFTWL_CFLAGS_value= ac_cv_env_FFTWL_LIBS_set= ac_cv_env_FFTWL_LIBS_value= ac_cv_env_FFTW_CFLAGS_set= ac_cv_env_FFTW_CFLAGS_value= ac_cv_env_FFTW_LIBS_set= ac_cv_env_FFTW_LIBS_value= ac_cv_env_FXT_CFLAGS_set= ac_cv_env_FXT_CFLAGS_value= ac_cv_env_FXT_LDFLAGS_set= ac_cv_env_FXT_LDFLAGS_value= ac_cv_env_FXT_LIBS_set= ac_cv_env_FXT_LIBS_value= ac_cv_env_HWLOC_CFLAGS_set= ac_cv_env_HWLOC_CFLAGS_value= ac_cv_env_HWLOC_LIBS_set= ac_cv_env_HWLOC_LIBS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_MAGMA_CFLAGS_set= ac_cv_env_MAGMA_CFLAGS_value= ac_cv_env_MAGMA_LIBS_set= ac_cv_env_MAGMA_LIBS_value= ac_cv_env_NVCCFLAGS_set= ac_cv_env_NVCCFLAGS_value= ac_cv_env_NVCC_set= ac_cv_env_NVCC_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_POTI_CFLAGS_set= ac_cv_env_POTI_CFLAGS_value= ac_cv_env_POTI_LIBS_set= ac_cv_env_POTI_LIBS_value= ac_cv_env_STARPU_MS_LIB_set= ac_cv_env_STARPU_MS_LIB_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_f77_compiler_gnu=no ac_cv_func_clGetExtensionFunctionAddressForPlatform=no ac_cv_func_clock_gettime=yes ac_cv_func_connect=yes ac_cv_func_cudaMemcpyPeer=no ac_cv_func_drand48=yes ac_cv_func_erand48_r=yes ac_cv_func_gethostbyname=yes ac_cv_func_memalign=yes ac_cv_func_nearbyintf=yes ac_cv_func_posix_memalign=yes ac_cv_func_pthread_setaffinity_np=yes ac_cv_func_pthread_spin_lock=yes ac_cv_func_remove=yes ac_cv_func_rintf=yes ac_cv_func_sched_yield=yes ac_cv_func_setenv=yes ac_cv_func_shmat=yes ac_cv_func_strerror_r=yes ac_cv_func_sysconf=yes ac_cv_func_unsetenv=yes ac_cv_have_decl_build_array_ref=no ac_cv_have_decl_build_call_expr_loc_array=yes ac_cv_have_decl_build_call_expr_loc_vec=yes ac_cv_have_decl_build_zero_cst=yes ac_cv_have_decl_builtin_decl_explicit=no ac_cv_have_decl_ptr_derefs_may_alias_p=yes ac_cv_have_gcc_plugins=yes ac_cv_have_sync_bool_compare_and_swap=yes ac_cv_have_sync_fetch_and_add=yes ac_cv_have_sync_fetch_and_or=yes ac_cv_have_sync_lock_test_and_set=yes ac_cv_have_sync_synchronize=yes ac_cv_have_sync_val_compare_and_swap=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_Ayudame_h=no ac_cv_header_c_common_h=no ac_cv_header_c_family_c_common_h=yes ac_cv_header_c_family_c_pragma_h=yes ac_cv_header_c_pragma_h=no ac_cv_header_cuda_gl_interop_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_glpk_h=no ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_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_header_valgrind_helgrind_h=no ac_cv_header_valgrind_valgrind_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_OpenCL=ac_cv_lib_OpenCL_main ac_cv_lib_cublas=ac_cv_lib_cublas_main ac_cv_lib_cuda=ac_cv_lib_cuda_main ac_cv_lib_cudart=ac_cv_lib_cudart_main ac_cv_lib_curand=ac_cv_lib_curand_main ac_cv_lib_curand_main=yes ac_cv_lib_gfortran_main=no ac_cv_lib_glpk_main=no ac_cv_lib_goto2_sgemm_=no ac_cv_lib_goto_sgemm_=no ac_cv_lib_ifcore_main=no ac_cv_lib_pthread_pthread_create=yes ac_cv_lib_rt_clock_gettime=yes ac_cv_lib_ws2_32=ac_cv_lib_ws2_32_main ac_cv_lib_ws2_32_main=no ac_cv_member_struct_attribute_spec_affects_type_identity=no ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GDB=/usr/bin/gdb ac_cv_path_GREP=/bin/grep ac_cv_path_GUILE=/usr/local/bin/guile ac_cv_path_NVCC=/usr/local/cuda-5.5/bin/nvcc ac_cv_path_QMAKE=/usr/bin/qmake-qt4 ac_cv_path_SED=/bin/sed ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_path_mpicc_path=/usr/bin/mpicc ac_cv_path_mpiexec_path=no ac_cv_prog_AWK=mawk ac_cv_prog_BASH=/bin/bash ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_OBJDUMP=objdump ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_search_set_mempolicy=no ac_cv_search_sqrt=-lm ac_cv_sizeof_void_p=8 ac_cv_starpu_gcc_for_plugin=gcc ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_cufftDoubleComplex=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes lt_cv_ar_at_file=@ lt_cv_archive_cmds_need_lc=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/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' 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 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/kris/Desktop/starpu-1.1.0/build-aux/missing aclocal-1.14' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' AR='ar' AS='as' ATLASDIR='' ATLAS_BLAS_LIB_FALSE='' ATLAS_BLAS_LIB_TRUE='' AUTOCONF='${SHELL} /home/kris/Desktop/starpu-1.1.0/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/kris/Desktop/starpu-1.1.0/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/kris/Desktop/starpu-1.1.0/build-aux/missing automake-1.14' AWK='mawk' BASH='/bin/bash' BLAS_LIB='' BLAS_LIBS='' BUILD_DOC_FALSE='' BUILD_DOC_TRUE='' BUILD_EXAMPLES_FALSE='#' BUILD_EXAMPLES_TRUE='' BUILD_GCC_PLUGIN_FALSE='#' BUILD_GCC_PLUGIN_TRUE='' BUILD_SOCL_FALSE='#' BUILD_SOCL_TRUE='' BUILD_STARPUFFT_FALSE='' BUILD_STARPUFFT_TRUE='' BUILD_STARPU_TOP_FALSE='#' BUILD_STARPU_TOP_TRUE='' CC='gcc' CCDEPMODE='depmode=gcc3' CC_OR_MPICC='/usr/bin/mpicc' CFLAGS='-O3 -g -O2 -gdwarf-2 -g3 ' COVERAGE='no' CPP='gcc -E' CPPFLAGS=' -D_GNU_SOURCE ' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='false' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EXEEXT='' F77='' FFLAGS='' FFTWF_CFLAGS='' FFTWF_LIBS='' FFTWL_CFLAGS='' FFTWL_LIBS='' FFTW_CFLAGS='' FFTW_LIBS='' FGREP='/bin/grep -F' FXTDIR='' FXT_CFLAGS='' FXT_LDFLAGS='' FXT_LIBS='' GCC_FOR_PLUGIN='gcc' GCC_FOR_PLUGIN_LIBTOOL_TAG='CC' GCC_PLUGIN_DIR_PKGCONFIG='gccplugindir=${pkglibdir}/1.1/gcc/4.6' GCC_PLUGIN_INCLUDE_DIR='/usr/lib/gcc/x86_64-linux-gnu/4.6/plugin/include' GCC_PLUGIN_PKGCONFIG='gccplugin=${gccplugindir}/starpu.so' GDB='/usr/bin/gdb' GLOBAL_AM_CFLAGS=' -W -Wall -Wextra -Werror=implicit' GOTODIR='' GOTO_BLAS_LIB_FALSE='' GOTO_BLAS_LIB_TRUE='' GREP='/bin/grep' GUILE='/usr/local/bin/guile' HAVE_FFTWFL='' HAVE_OPENGL_FALSE='' HAVE_OPENGL_TRUE='#' HAVE_PTR_DEREFS_MAY_ALIAS_P_FALSE='#' HAVE_PTR_DEREFS_MAY_ALIAS_P_TRUE='' HAVE_X11_FALSE='#' HAVE_X11_TRUE='' HELP2MAN='' HWLOC_CFLAGS='' HWLOC_LIBS='' HWLOC_REQUIRES='' ICC='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/usr/bin/ld -m elf_x86_64' LDFLAGS='' LIBOBJS='' LIBS='' LIBSOCL_INTERFACE_AGE='0' LIBSOCL_INTERFACE_CURRENT='1' LIBSOCL_INTERFACE_REVISION='0' LIBSTARPUFFT_INTERFACE_AGE='0' LIBSTARPUFFT_INTERFACE_CURRENT='1' LIBSTARPUFFT_INTERFACE_REVISION='1' LIBSTARPUMPI_INTERFACE_AGE='0' LIBSTARPUMPI_INTERFACE_CURRENT='2' LIBSTARPUMPI_INTERFACE_REVISION='2' LIBSTARPU_INTERFACE_AGE='1' LIBSTARPU_INTERFACE_CURRENT='5' LIBSTARPU_INTERFACE_REVISION='0' LIBSTARPU_LDFLAGS='' LIBSTARPU_LINK='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAGMA_CFLAGS='' MAGMA_LIBS='' MAKEINFO='${SHELL} /home/kris/Desktop/starpu-1.1.0/build-aux/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='/bin/mkdir -p' MKL_BLAS_LIB_FALSE='' MKL_BLAS_LIB_TRUE='' MPICC='/usr/bin/mpicc' MPICC_LDFLAGS='-pthread -L/usr/lib/openmpi/lib -lmpi -ldl' MPIEXEC='' NM='/usr/bin/nm -B' NMEDIT='' NO_BLAS_LIB_FALSE='' NO_BLAS_LIB_TRUE='' NVCC='/usr/local/cuda-5.5/bin/nvcc' NVCCFLAGS=' -ccbin ${CC} -m64' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='starpu' PACKAGE_BUGREPORT='starpu-devel@lists.gforge.inria.fr' PACKAGE_NAME='StarPU' PACKAGE_STRING='StarPU 1.1.0' PACKAGE_TARNAME='starpu' PACKAGE_URL='http://runtime.bordeaux.inria.fr/StarPU/' PACKAGE_VERSION='1.1.0' PATH_SEPARATOR=':' PKG_CONFIG='/usr/bin/pkg-config' POTI_CFLAGS='' POTI_LIBS='' QMAKE='/usr/bin/qmake-qt4' QWT_PRI='embed' RANLIB='ranlib' RUN_GCC_PLUGIN_TESTS_FALSE='#' RUN_GCC_PLUGIN_TESTS_TRUE='' SED='/bin/sed' SET_MAKE='' SHELL='/bin/bash' SIMGRID_CFLAGS='' SIMGRID_LIBS='' SOCL_OCL_LIB_OPENCL='' SOCL_VENDORS='' STARPU_BLAS_LDFLAGS=' ' STARPU_BUILD_DIR='/home/kris/Desktop/starpu-1.1.0/Debug' STARPU_BUILD_SC_HYPERVISOR_FALSE='' STARPU_BUILD_SC_HYPERVISOR_TRUE='#' STARPU_COVERAGE_ENABLED_FALSE='' STARPU_COVERAGE_ENABLED_TRUE='#' STARPU_CUDA_CPPFLAGS='' STARPU_CUDA_FORTRAN_LDFLAGS='' STARPU_CUDA_LDFLAGS=' -lcudart -lcublas -lcuda -lstdc++' STARPU_CUFFT_LDFLAGS='-lcufft' STARPU_CURAND_LDFLAGS=' -lcurand' STARPU_EFFECTIVE_VERSION='1.1' STARPU_ENABLE_STATS='no' STARPU_GCC_VERSION_MAJOR='4' STARPU_GCC_VERSION_MINOR='6' STARPU_GLPK_LDFLAGS=' ' STARPU_HAVE_AM111_FALSE='' STARPU_HAVE_AM111_TRUE='' STARPU_HAVE_CUFFTDOUBLECOMPLEX_FALSE='#' STARPU_HAVE_CUFFTDOUBLECOMPLEX_TRUE='' STARPU_HAVE_F77_H='' STARPU_HAVE_F77_H_FALSE='' STARPU_HAVE_F77_H_TRUE='' STARPU_HAVE_FFTW='' STARPU_HAVE_FFTWF='' STARPU_HAVE_FFTWF_FALSE='' STARPU_HAVE_FFTWF_TRUE='' STARPU_HAVE_FFTWL_FALSE='' STARPU_HAVE_FFTWL_TRUE='' STARPU_HAVE_FFTW_FALSE='' STARPU_HAVE_FFTW_TRUE='' STARPU_HAVE_HELP2MAN_FALSE='' STARPU_HAVE_HELP2MAN_TRUE='' STARPU_HAVE_HWLOC='' STARPU_HAVE_ICC_FALSE='' STARPU_HAVE_ICC_TRUE='' STARPU_HAVE_MAGMA='' STARPU_HAVE_MAGMA_FALSE='' STARPU_HAVE_MAGMA_TRUE='#' STARPU_HAVE_MS_LIB_FALSE='' STARPU_HAVE_MS_LIB_TRUE='#' STARPU_HAVE_WINDOWS_FALSE='' STARPU_HAVE_WINDOWS_TRUE='#' STARPU_LIBNUMA_LDFLAGS=' ' STARPU_LONG_CHECK_FALSE='' STARPU_LONG_CHECK_TRUE='#' STARPU_MAJOR_VERSION='1' STARPU_MINOR_VERSION='1' STARPU_MPI_CHECK_FALSE='' STARPU_MPI_CHECK_TRUE='#' STARPU_MS_LIB='' STARPU_MS_LIB_ARCH='X64' STARPU_OPENCL_CPPFLAGS=' -DSTARPU_OPENCL_DATADIR=${prefix}/share/starpu/opencl' STARPU_OPENCL_DATAdir='NONE/share/starpu/opencl/examples' STARPU_OPENCL_LDFLAGS=' -lOpenCL' STARPU_OPENGL_RENDER='no' STARPU_OPENGL_RENDER_LDFLAGS='' STARPU_PERF_DEBUG='no' STARPU_QUICK_CHECK_FALSE='' STARPU_QUICK_CHECK_TRUE='#' STARPU_QWT_INCLUDE='' STARPU_QWT_LDFLAGS='' STARPU_RELEASE_VERSION='0' STARPU_SC_HYPERVISOR='' STARPU_SIMGRID_FALSE='' STARPU_SIMGRID_TRUE='#' STARPU_SRC_DIR='/home/kris/Desktop/starpu-1.1.0/Debug/..' STARPU_USE_CPU='yes' STARPU_USE_CPU_FALSE='#' STARPU_USE_CPU_TRUE='' STARPU_USE_CUDA='yes' STARPU_USE_CUDA_FALSE='#' STARPU_USE_CUDA_TRUE='' STARPU_USE_FXT='no' STARPU_USE_FXT_FALSE='' STARPU_USE_FXT_TRUE='#' STARPU_USE_OPENCL='yes' STARPU_USE_OPENCL_FALSE='#' STARPU_USE_OPENCL_TRUE='' STARPU_USE_SC_HYPERVISOR_FALSE='' STARPU_USE_SC_HYPERVISOR_TRUE='#' STARPU_USE_SOCL_FALSE='#' STARPU_USE_SOCL_TRUE='' STARPU_USE_TOP='yes' STATS='no' STRIP='strip' SYSTEM_BLAS_LIB_FALSE='' SYSTEM_BLAS_LIB_TRUE='' USE_MPI='yes' USE_MPI_FALSE='#' USE_MPI_TRUE='' VERSION='1.1.0' XMKMF='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS=' -lSM -lICE' YACC='${SHELL} /home/kris/Desktop/starpu-1.1.0/build-aux/missing bison' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_DUMPBIN='' ac_ct_F77='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' doxygencommand='' dvidir='${docdir}' exec_prefix='NONE' gccplugindir='${pkglibdir}/1.1/gcc/4.6' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/kris/Desktop/starpu-1.1.0/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' mpicc_path='/usr/bin/mpicc' mpiexec_path='' oldincludedir='/usr/include' pdfdir='${docdir}' pdflatex='' pkglibdir='${libdir}/starpu' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' svnversioncommand='' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "StarPU" #define PACKAGE_TARNAME "starpu" #define PACKAGE_VERSION "1.1.0" #define PACKAGE_STRING "StarPU 1.1.0" #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr" #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/" #define STARPU_MAJOR_VERSION 1 #define STARPU_MINOR_VERSION 1 #define STARPU_RELEASE_VERSION 0 #define PACKAGE "starpu" #define VERSION "1.1.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 STDC_HEADERS 1 #define restrict __restrict #define SIZEOF_VOID_P 8 #define STARPU_BUILD_DIR "/home/kris/Desktop/starpu-1.1.0/Debug" #define STARPU_SRC_DIR "/home/kris/Desktop/starpu-1.1.0/Debug/.." #define HAVE_LIBPTHREAD 1 #define HAVE_SYSCONF 1 #define HAVE_PTHREAD_SPIN_LOCK /**/ #define HAVE_PTHREAD_SETAFFINITY_NP 1 #define HAVE_POSIX_MEMALIGN 1 #define STARPU_HAVE_POSIX_MEMALIGN 1 #define HAVE_MEMALIGN 1 #define STARPU_HAVE_MEMALIGN 1 #define STARPU_USE_DRAND48 1 #define STARPU_USE_ERAND48_R 1 #define STARPU_HAVE_STRERROR_R 1 #define STARPU_HAVE_SETENV 1 #define STARPU_HAVE_UNSETENV 1 #define STARPU_HAVE_NEARBYINTF 1 #define STARPU_HAVE_RINTF 1 #define HAVE_MALLOC_H 1 #define STARPU_HAVE_MALLOC_H 1 #define STARPU_HAVE_SCHED_YIELD 1 #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1 #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1 #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1 #define STARPU_HAVE_SYNC_FETCH_AND_OR 1 #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1 #define STARPU_HAVE_SYNC_SYNCHRONIZE 1 #define STARPU_NMAX_SCHED_CTXS 10 #define STARPU_MAXCPUS 64 #define STARPU_USE_CPU 1 #define STARPU_NMAX_COMBINEDWORKERS 128 #define STARPU_MAXCUDADEVS 4 #define STARPU_USE_CUDA 1 #define HAVE_CUDA_GL_INTEROP_H 1 #define STARPU_HAVE_CUFFTDOUBLECOMPLEX 1 #define STARPU_HAVE_CURAND 1 #define STARPU_MAXOPENCLDEVS 8 #define STARPU_USE_OPENCL 1 #define STARPU_NON_BLOCKING_DRIVERS 1 #define STARPU_NMAXBUFS 8 #define STARPU_MAXNODES 16 #define STARPU_USE_ALLOCATION_CACHE 1 #define HAVE_LIBRT 1 #define HAVE_CLOCK_GETTIME 1 #define STARPU_NMAXWORKERS 80 #define STARPU_MAXIMPLEMENTATIONS 8 #define STARPU_USE_MPI /**/ #define STARPU_USE_TOP 1 #define HAVE_DECL_BUILD_CALL_EXPR_LOC_ARRAY 1 #define HAVE_DECL_BUILD_CALL_EXPR_LOC_VEC 1 #define HAVE_DECL_BUILD_ARRAY_REF 0 #define HAVE_DECL_BUILD_ZERO_CST 1 #define HAVE_DECL_BUILTIN_DECL_EXPLICIT 0 #define HAVE_DECL_PTR_DEREFS_MAY_ALIAS_P 1 #define HAVE_C_FAMILY_C_COMMON_H 1 #define HAVE_C_FAMILY_C_PRAGMA_H 1 #define STARPU_INCLUDE_DIR "/usr/local/include/starpu/1.1" #define STARPU_GDB_PATH "/usr/bin/gdb" #define STARPU_HAVE_X11 1 configure: exit 1
- [Starpu-devel] Starpu-1.1.0 Configure --enable-blas-lib=goto, Hush Zhou, 10/04/2014
- Re: [Starpu-devel] Starpu-1.1.0 Configure --enable-blas-lib=goto, Nathalie Furmento, 10/04/2014
- Re: [Starpu-devel] Starpu-1.1.0 Configure --enable-blas-lib=goto, Hush Zhou, 10/04/2014
- Re: [Starpu-devel] Starpu-1.1.0 Configure --enable-blas-lib=goto, Nathalie Furmento, 11/04/2014
- Re: [Starpu-devel] Starpu-1.1.0 Configure --enable-blas-lib=goto, Hush Zhou, 10/04/2014
- Re: [Starpu-devel] Starpu-1.1.0 Configure --enable-blas-lib=goto, Nathalie Furmento, 10/04/2014
Archives gérées par MHonArc 2.6.19+.