Source: cloog
Version: 0.18.3-1
Severity: serious
User: helm...@debian.org
Usertags: rebootstrap

I noticed that since the isl upload 0.15-3 cloog can no longer be cross built
for some (maybe all) architectures. Linking fails finding some isl symbols.
See e.g. https://jenkins.debian.net/job/rebootstrap_ppc64el_gcc5/55/console.
The issue is reproducible natively and I am attaching a native build log from
plummer.d.o. The relevant part is:

| libtool: link: gcc -shared  -fPIC -DPIC  source/.libs/libcloog_isl_la-block.o 
source/.libs/libcloog_isl_la-clast.o source/.libs/libcloog_isl_la-matrix.o 
source/.libs/libcloog_isl_la-state.o source/.libs/libcloog_isl_la-input.o 
source/.libs/libcloog_isl_la-int.o source/.libs/libcloog_isl_la-loop.o 
source/.libs/libcloog_isl_la-names.o source/.libs/libcloog_isl_la-options.o 
source/.libs/libcloog_isl_la-pprint.o source/.libs/libcloog_isl_la-program.o 
source/.libs/libcloog_isl_la-statement.o source/.libs/libcloog_isl_la-stride.o 
source/.libs/libcloog_isl_la-union_domain.o source/.libs/libcloog_isl_la-util.o 
source/.libs/libcloog_isl_la-version.o 
source/isl/.libs/libcloog_isl_la-domain.o 
source/isl/.libs/libcloog_isl_la-constraints.o 
source/isl/.libs/libcloog_isl_la-backend.o   -L/lib -lisl -lgmp  -O2 -Wl,-z 
-Wl,relro -Wl,-z -Wl,defs   -Wl,-soname -Wl,libcloog-isl.so.4 -o 
.libs/libcloog-isl.so.4.0.0
| source/isl/.libs/libcloog_isl_la-domain.o: In function 
`cloog_domain_print_constraints':
| /home/helmutg/cloog-0.18.3/source/isl/domain.c:79: undefined reference to 
`isl_basic_set_print'
| /home/helmutg/cloog-0.18.3/source/isl/domain.c:75: undefined reference to 
`isl_set_print'
| source/isl/.libs/libcloog_isl_la-domain.o: In function 
`cloog_scattering_print_constraints':
| /home/helmutg/cloog-0.18.3/source/isl/domain.c:89: undefined reference to 
`isl_map_print'
| source/isl/.libs/libcloog_isl_la-domain.o: In function 
`cloog_domain_print_structure':
| /home/helmutg/cloog-0.18.3/source/isl/domain.c:361: undefined reference to 
`isl_set_print'
| collect2: error: ld returned 1 exit status
| Makefile:712: recipe for target 'libcloog-isl.la' failed

It seems that these symbols have been removed in isl's soname bump.
Maybe the new upstream release cloog 0.18.4 is adapted already?

Helmut
dpkg-buildpackage: source package cloog
dpkg-buildpackage: source version 0.18.3-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Matthias Klose <d...@debian.org>
 dpkg-source --before-build cloog-0.18.3
dpkg-buildpackage: host architecture ppc64el
 fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f *-stamp 
[ ! -f Makefile ] || /usr/bin/make distclean
rm -f doc/*.info
rm -f cloog-isl-uninstalled.sh *.pc *.pc.in doc/gitversion.texi version.h
rm -f config.log config.status
dh_autotools-dev_restoreconfig
dh_clean 
 debian/rules build-arch
dh_testdir
dh_autotools-dev_updateconfig
chmod +x configure
./configure --build powerpc64le-linux-gnu \
        --prefix=/usr \
        --libdir=/usr/lib/powerpc64le-linux-gnu \
        --with-isl=system \
        --with-bits=gmp \
        --disable-silent-rules \
        CFLAGS="-g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security" CPPFLAGS="-D_FORTIFY_SOURCE=2" LDFLAGS="-Wl,-z,relro 
-Wl,-z,defs"
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/helmutg/cloog-0.18.3/autoconf/missing: Unknown `--is-lightweight' option
Try `/home/helmutg/cloog-0.18.3/autoconf/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for cd... no
checking build system type... powerpc64le-unknown-linux-gnu
checking host system type... powerpc64le-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert powerpc64le-unknown-linux-gnu file names to 
powerpc64le-unknown-linux-gnu format... func_convert_file_noop
checking how to convert powerpc64le-unknown-linux-gnu file names to toolchain 
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf64ppc) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for texi2dvi... texi2dvi
checking for C compiler vendor... gnu
checking CFLAGS_WARN for maximum warnings... -Wall
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for ANSI C header files... (cached) yes
checking for strtol... yes
checking for getrusage... yes
checking which isl to use... system
checking which gmp to use... system
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking whether mp_get_memory_functions is declared... yes
checking which osl to use... no
checking our pkgconfig libname... cloog-isl
checking our pkgconfig version... 0.18.3
checking our pkgconfig_libdir... ${libdir}/pkgconfig
expanded our pkgconfig_libdir... /usr/lib/powerpc64le-linux-gnu/pkgconfig
checking our pkgconfig_libfile... cloog-isl.pc
checking our package / suffix... cloog-isl / 
checking our pkgconfig description... cloog-isl Library
checking our pkgconfig requires... 
checking our pkgconfig ext libs... -lcloog-isl -lgmp
checking our pkgconfig cppflags... -D_FORTIFY_SOURCE=2 -DCLOOG_INT_GMP=1
checking our pkgconfig ldflags... -L/lib -Wl,-z,relro -Wl,-z,defs
noninstalled pkgconfig -L /home/helmutg/cloog-0.18.3/.libs
noninstalled pkgconfig -I /home/helmutg/cloog-0.18.3/./include
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating test/Makefile
config.status: creating autoconf/Doxyfile
config.status: creating doc/Makefile
config.status: creating source/version.c
config.status: creating include/cloog/version.h
config.status: creating genversion.sh
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing cloog-isl.pc commands
config.status: creating cloog-isl.pc.in
config.status: creating cloog-isl.pc
config.status: creating cloog-isl-uninstalled.pc
config.status: creating cloog-isl-uninstalled.sh
config.status: executing version.h commands
config.status: executing doc/gitversion.texi commands
             /*-----------------------------------------------*
              *           CLooG configuration is OK           *
              *-----------------------------------------------*/
It appears that your system is OK to start CLooG compilation. You need
now to type "make". After compilation, you should check CLooG by typing
"make check". If no problem occur, you can type "make uninstall" if
you are upgrading an old version. Lastly type "make install" to install
CLooG on your system (log as root if necessary).
touch configure-stamp
dh_testdir
/usr/bin/make
make[1]: Entering directory '/home/helmutg/cloog-0.18.3'
Making all in .
make[2]: Entering directory '/home/helmutg/cloog-0.18.3'
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-block.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-block.Tpo -c -o source/libcloog_isl_la-block.lo 
`test -f 'source/block.c' || echo './'`source/block.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-block.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-block.Tpo -c source/block.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-block.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-block.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-block.Tpo -c source/block.c -o 
source/libcloog_isl_la-block.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-block.Tpo 
source/.deps/libcloog_isl_la-block.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-clast.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-clast.Tpo -c -o source/libcloog_isl_la-clast.lo 
`test -f 'source/clast.c' || echo './'`source/clast.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-clast.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-clast.Tpo -c source/clast.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-clast.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-clast.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-clast.Tpo -c source/clast.c -o 
source/libcloog_isl_la-clast.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-clast.Tpo 
source/.deps/libcloog_isl_la-clast.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-matrix.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-matrix.Tpo -c -o source/libcloog_isl_la-matrix.lo 
`test -f 'source/matrix.c' || echo './'`source/matrix.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-matrix.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-matrix.Tpo -c source/matrix.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-matrix.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-matrix.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-matrix.Tpo -c source/matrix.c -o 
source/libcloog_isl_la-matrix.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-matrix.Tpo 
source/.deps/libcloog_isl_la-matrix.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-state.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-state.Tpo -c -o source/libcloog_isl_la-state.lo 
`test -f 'source/state.c' || echo './'`source/state.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-state.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-state.Tpo -c source/state.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-state.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-state.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-state.Tpo -c source/state.c -o 
source/libcloog_isl_la-state.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-state.Tpo 
source/.deps/libcloog_isl_la-state.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-input.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-input.Tpo -c -o source/libcloog_isl_la-input.lo 
`test -f 'source/input.c' || echo './'`source/input.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-input.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-input.Tpo -c source/input.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-input.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-input.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-input.Tpo -c source/input.c -o 
source/libcloog_isl_la-input.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-input.Tpo 
source/.deps/libcloog_isl_la-input.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-int.lo -MD -MP -MF source/.deps/libcloog_isl_la-int.Tpo 
-c -o source/libcloog_isl_la-int.lo `test -f 'source/int.c' || echo 
'./'`source/int.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-int.lo -MD -MP -MF source/.deps/libcloog_isl_la-int.Tpo 
-c source/int.c  -fPIC -DPIC -o source/.libs/libcloog_isl_la-int.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-int.lo -MD -MP -MF source/.deps/libcloog_isl_la-int.Tpo 
-c source/int.c -o source/libcloog_isl_la-int.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-int.Tpo source/.deps/libcloog_isl_la-int.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-loop.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-loop.Tpo -c -o source/libcloog_isl_la-loop.lo 
`test -f 'source/loop.c' || echo './'`source/loop.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-loop.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-loop.Tpo -c source/loop.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-loop.o
source/loop.c: In function 'cloog_loop_read':
source/loop.c:319:3: warning: ignoring return value of 'fgets', declared with 
attribute warn_unused_result [-Wunused-result]
   fgets(s,MAX_STRING,foo) ;
   ^
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-loop.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-loop.Tpo -c source/loop.c -o 
source/libcloog_isl_la-loop.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-loop.Tpo 
source/.deps/libcloog_isl_la-loop.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-names.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-names.Tpo -c -o source/libcloog_isl_la-names.lo 
`test -f 'source/names.c' || echo './'`source/names.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-names.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-names.Tpo -c source/names.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-names.o
source/names.c: In function 'cloog_names_read_strings':
source/names.c:274:3: warning: ignoring return value of 'fgets', declared with 
attribute warn_unused_result [-Wunused-result]
   fgets(s,MAX_STRING,file) ;
   ^
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-names.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-names.Tpo -c source/names.c -o 
source/libcloog_isl_la-names.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-names.Tpo 
source/.deps/libcloog_isl_la-names.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-options.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-options.Tpo -c -o 
source/libcloog_isl_la-options.lo `test -f 'source/options.c' || echo 
'./'`source/options.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-options.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-options.Tpo -c source/options.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-options.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-options.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-options.Tpo -c source/options.c -o 
source/libcloog_isl_la-options.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-options.Tpo 
source/.deps/libcloog_isl_la-options.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-pprint.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-pprint.Tpo -c -o source/libcloog_isl_la-pprint.lo 
`test -f 'source/pprint.c' || echo './'`source/pprint.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-pprint.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-pprint.Tpo -c source/pprint.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-pprint.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-pprint.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-pprint.Tpo -c source/pprint.c -o 
source/libcloog_isl_la-pprint.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-pprint.Tpo 
source/.deps/libcloog_isl_la-pprint.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-program.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-program.Tpo -c -o 
source/libcloog_isl_la-program.lo `test -f 'source/program.c' || echo 
'./'`source/program.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-program.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-program.Tpo -c source/program.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-program.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-program.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-program.Tpo -c source/program.c -o 
source/libcloog_isl_la-program.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-program.Tpo 
source/.deps/libcloog_isl_la-program.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-statement.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-statement.Tpo -c -o 
source/libcloog_isl_la-statement.lo `test -f 'source/statement.c' || echo 
'./'`source/statement.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-statement.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-statement.Tpo -c source/statement.c  -fPIC -DPIC 
-o source/.libs/libcloog_isl_la-statement.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-statement.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-statement.Tpo -c source/statement.c -o 
source/libcloog_isl_la-statement.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-statement.Tpo 
source/.deps/libcloog_isl_la-statement.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-stride.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-stride.Tpo -c -o source/libcloog_isl_la-stride.lo 
`test -f 'source/stride.c' || echo './'`source/stride.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-stride.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-stride.Tpo -c source/stride.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-stride.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-stride.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-stride.Tpo -c source/stride.c -o 
source/libcloog_isl_la-stride.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-stride.Tpo 
source/.deps/libcloog_isl_la-stride.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-union_domain.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-union_domain.Tpo -c -o 
source/libcloog_isl_la-union_domain.lo `test -f 'source/union_domain.c' || echo 
'./'`source/union_domain.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-union_domain.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-union_domain.Tpo -c source/union_domain.c  -fPIC 
-DPIC -o source/.libs/libcloog_isl_la-union_domain.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-union_domain.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-union_domain.Tpo -c source/union_domain.c -o 
source/libcloog_isl_la-union_domain.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-union_domain.Tpo 
source/.deps/libcloog_isl_la-union_domain.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-util.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-util.Tpo -c -o source/libcloog_isl_la-util.lo 
`test -f 'source/util.c' || echo './'`source/util.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-util.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-util.Tpo -c source/util.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-util.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-util.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-util.Tpo -c source/util.c -o 
source/libcloog_isl_la-util.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-util.Tpo 
source/.deps/libcloog_isl_la-util.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-version.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-version.Tpo -c -o 
source/libcloog_isl_la-version.lo `test -f 'source/version.c' || echo 
'./'`source/version.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-version.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-version.Tpo -c source/version.c  -fPIC -DPIC -o 
source/.libs/libcloog_isl_la-version.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/libcloog_isl_la-version.lo -MD -MP -MF 
source/.deps/libcloog_isl_la-version.Tpo -c source/version.c -o 
source/libcloog_isl_la-version.o >/dev/null 2>&1
mv -f source/.deps/libcloog_isl_la-version.Tpo 
source/.deps/libcloog_isl_la-version.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-domain.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-domain.Tpo -c -o 
source/isl/libcloog_isl_la-domain.lo `test -f 'source/isl/domain.c' || echo 
'./'`source/isl/domain.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-domain.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-domain.Tpo -c source/isl/domain.c  -fPIC -DPIC 
-o source/isl/.libs/libcloog_isl_la-domain.o
source/isl/domain.c: In function 'cloog_domain_print_constraints':
source/isl/domain.c:75:3: warning: implicit declaration of function 
'isl_set_print' [-Wimplicit-function-declaration]
   isl_set_print(set, foo, 0, ISL_FORMAT_EXT_POLYLIB);
   ^
source/isl/domain.c:79:3: warning: implicit declaration of function 
'isl_basic_set_print' [-Wimplicit-function-declaration]
   isl_basic_set_print(bset, foo,
   ^
source/isl/domain.c: In function 'cloog_scattering_print_constraints':
source/isl/domain.c:89:2: warning: implicit declaration of function 
'isl_map_print' [-Wimplicit-function-declaration]
  isl_map_print(map, foo, 0, ISL_FORMAT_EXT_POLYLIB);
  ^
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-domain.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-domain.Tpo -c source/isl/domain.c -o 
source/isl/libcloog_isl_la-domain.o >/dev/null 2>&1
mv -f source/isl/.deps/libcloog_isl_la-domain.Tpo 
source/isl/.deps/libcloog_isl_la-domain.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-constraints.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-constraints.Tpo -c -o 
source/isl/libcloog_isl_la-constraints.lo `test -f 'source/isl/constraints.c' 
|| echo './'`source/isl/constraints.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-constraints.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-constraints.Tpo -c source/isl/constraints.c  
-fPIC -DPIC -o source/isl/.libs/libcloog_isl_la-constraints.o
source/isl/constraints.c: In function 'cloog_constraint_set_copy':
source/isl/constraints.c:451:49: warning: implicit declaration of function 
'isl_basic_set_dup' [-Wimplicit-function-declaration]
  return cloog_constraint_set_from_isl_basic_set(isl_basic_set_dup(bset));
                                                 ^
source/isl/constraints.c:451:49: warning: passing argument 1 of 
'cloog_constraint_set_from_isl_basic_set' makes pointer from integer without a 
cast [-Wint-conversion]
source/isl/constraints.c:53:21: note: expected 'struct isl_basic_set *' but 
argument is of type 'int'
 CloogConstraintSet *cloog_constraint_set_from_isl_basic_set(struct 
isl_basic_set *bset)
                     ^
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-constraints.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-constraints.Tpo -c source/isl/constraints.c -o 
source/isl/libcloog_isl_la-constraints.o >/dev/null 2>&1
mv -f source/isl/.deps/libcloog_isl_la-constraints.Tpo 
source/isl/.deps/libcloog_isl_la-constraints.Plo
/bin/bash ./libtool  --tag=CC   --mode=compile gcc -DPACKAGE_NAME=\"cloog\" 
-DPACKAGE_TARNAME=\"cloog\" -DPACKAGE_VERSION=\"0.18.3\" 
-DPACKAGE_STRING=\"cloog\ 0.18.3\" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 -DCLOOG_RUSAGE=/\*\*/ -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I.  -I. -I./include -I./include   -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-backend.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-backend.Tpo -c -o 
source/isl/libcloog_isl_la-backend.lo `test -f 'source/isl/backend.c' || echo 
'./'`source/isl/backend.c
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-backend.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-backend.Tpo -c source/isl/backend.c  -fPIC 
-DPIC -o source/isl/.libs/libcloog_isl_la-backend.o
libtool: compile:  gcc -DPACKAGE_NAME=\"cloog\" -DPACKAGE_TARNAME=\"cloog\" 
-DPACKAGE_VERSION=\"0.18.3\" "-DPACKAGE_STRING=\"cloog 0.18.3\"" 
-DPACKAGE_BUGREPORT=\"cloog-developm...@googlegroups.com\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"cloog\" -DVERSION=\"0.18.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DSTDC_HEADERS=1 -DHAVE_STRTOL=1 
-DHAVE_GETRUSAGE=1 "-DCLOOG_RUSAGE=/**/" -DHAVE_DECL_MP_GET_MEMORY_FUNCTIONS=1 
-DCLOOG_INT_GMP=1 -I. -I. -I./include -I./include -D_FORTIFY_SOURCE=2 -Wall -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security -MT 
source/isl/libcloog_isl_la-backend.lo -MD -MP -MF 
source/isl/.deps/libcloog_isl_la-backend.Tpo -c source/isl/backend.c -o 
source/isl/libcloog_isl_la-backend.o >/dev/null 2>&1
mv -f source/isl/.deps/libcloog_isl_la-backend.Tpo 
source/isl/.deps/libcloog_isl_la-backend.Plo
/bin/bash ./libtool  --tag=CC   --mode=link gcc -Wall -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -version-info 4:0:0 
-rpath /usr/lib/powerpc64le-linux-gnu   -L/lib -Wl,-z,relro -Wl,-z,defs -o 
libcloog-isl.la -rpath /usr/lib/powerpc64le-linux-gnu  
source/libcloog_isl_la-block.lo source/libcloog_isl_la-clast.lo 
source/libcloog_isl_la-matrix.lo source/libcloog_isl_la-state.lo 
source/libcloog_isl_la-input.lo source/libcloog_isl_la-int.lo 
source/libcloog_isl_la-loop.lo source/libcloog_isl_la-names.lo 
source/libcloog_isl_la-options.lo source/libcloog_isl_la-pprint.lo 
source/libcloog_isl_la-program.lo source/libcloog_isl_la-statement.lo 
source/libcloog_isl_la-stride.lo source/libcloog_isl_la-union_domain.lo 
source/libcloog_isl_la-util.lo source/libcloog_isl_la-version.lo 
source/isl/libcloog_isl_la-domain.lo source/isl/libcloog_isl_la-constraints.lo 
source/isl/libcloog_isl_la-backend.lo -lisl    -lgmp
libtool: link: gcc -shared  -fPIC -DPIC  source/.libs/libcloog_isl_la-block.o 
source/.libs/libcloog_isl_la-clast.o source/.libs/libcloog_isl_la-matrix.o 
source/.libs/libcloog_isl_la-state.o source/.libs/libcloog_isl_la-input.o 
source/.libs/libcloog_isl_la-int.o source/.libs/libcloog_isl_la-loop.o 
source/.libs/libcloog_isl_la-names.o source/.libs/libcloog_isl_la-options.o 
source/.libs/libcloog_isl_la-pprint.o source/.libs/libcloog_isl_la-program.o 
source/.libs/libcloog_isl_la-statement.o source/.libs/libcloog_isl_la-stride.o 
source/.libs/libcloog_isl_la-union_domain.o source/.libs/libcloog_isl_la-util.o 
source/.libs/libcloog_isl_la-version.o 
source/isl/.libs/libcloog_isl_la-domain.o 
source/isl/.libs/libcloog_isl_la-constraints.o 
source/isl/.libs/libcloog_isl_la-backend.o   -L/lib -lisl -lgmp  -O2 -Wl,-z 
-Wl,relro -Wl,-z -Wl,defs   -Wl,-soname -Wl,libcloog-isl.so.4 -o 
.libs/libcloog-isl.so.4.0.0
source/isl/.libs/libcloog_isl_la-domain.o: In function 
`cloog_domain_print_constraints':
/home/helmutg/cloog-0.18.3/source/isl/domain.c:79: undefined reference to 
`isl_basic_set_print'
/home/helmutg/cloog-0.18.3/source/isl/domain.c:75: undefined reference to 
`isl_set_print'
source/isl/.libs/libcloog_isl_la-domain.o: In function 
`cloog_scattering_print_constraints':
/home/helmutg/cloog-0.18.3/source/isl/domain.c:89: undefined reference to 
`isl_map_print'
source/isl/.libs/libcloog_isl_la-domain.o: In function 
`cloog_domain_print_structure':
/home/helmutg/cloog-0.18.3/source/isl/domain.c:361: undefined reference to 
`isl_set_print'
collect2: error: ld returned 1 exit status
Makefile:712: recipe for target 'libcloog-isl.la' failed
make[2]: *** [libcloog-isl.la] Error 1
make[2]: Leaving directory '/home/helmutg/cloog-0.18.3'
Makefile:1046: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/helmutg/cloog-0.18.3'
debian/rules:37: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

Reply via email to