Build tree for "hdf5-cpp-fortran"
on toolchain "clang_glibc"
- 0
None
- 0
None
- 127
/usr/bin/pacman -T time gcc-fortran
- 0
/usr/bin/pacman -T zlib sh gcc-libs
- ?
sudo /usr/bin/pacman --noconfirm --color never --noprogressbar -S --asdeps time
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin
)
1 /usr/bin/tty
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 ./configure --host=x86_64-unknown-linux --prefix=/usr --disable-static --enable-hl --enable-cxx --enable-fortran --enable-fortran2003 --enable-linux-lfs --enable-build-mode=production --with-pic --docdir=/usr/share/doc/hdf5/ --with-pthread=/usr/lib/ --disable-sharedlib-rpath
- 0
None
- 1
None
- 0
expr xstatic : .*[^-+._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='libdynlibadd.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c libdynlibadd.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- 0
/usr/bin/install -c .libs/libdynlibadd.so.0.0.0 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlibadd.so.0.0.0
- 0
/usr/bin/install -c .libs/libdynlibadd.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlibadd.la
- 0
/bin/sh -c list='h5repack'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
gawk BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5repack /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- 0
/usr/bin/dd bs=4096 count=1
- 0
/usr/bin/install -c .libs/h5repack /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5repack
- 0
make install-exec-hook
- 0
hostname
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5jam h5unjam'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
make -f -
- 0
/bin/sh bin/config.sub sun4
- 0
/bin/sh bin/config.guess
- 0
clang -V
- 0
sed 10a\
... rest of stderr output deleted ...
10q conftest.err
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
sed 10a\
... rest of stderr output deleted ...
10q conftest.err
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5c++'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
if test -f "$d$p"; then echo "$d$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n' \
-e 'h;s|.*|.|' \
-e 'p;x;s,.*/,,;s,x,x,' | sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1; } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) { files[d] = files[d] " " $1; \
if (++n[d] == 40) { \
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
else { print "f", d "/" $4, $1 } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
gawk BEGIN { files["."] = ""; dirs["."] = 1; } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) { files[d] = files[d] " " $1; \
if (++n[d] == 40) { \
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
else { print "f", d "/" $4, $1 } } \
END { for (d in files) print "f", d, files[d] }
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o a.out /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-914664.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- ?
/usr/bin/install -c h5c++ /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- 0
/bin/sh -c list='libhdf5_cpp.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c libhdf5_cpp.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-303a9a.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/install -c .libs/libhdf5_cpp.so.100.0.0T /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_cpp.so.100.0.0
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 1
/usr/bin/install -c .libs/libhdf5_cpp.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_cpp.la
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/bin/sh -c list='H5Cpp.h H5AbstractDs.h H5AtomType.h H5Attribute.h H5Classes.h H5CommonFG.h H5CompType.h H5DataSet.h H5DataSpace.h H5DataType.h H5OcreatProp.h H5DcreatProp.h H5DxferProp.h H5EnumType.h H5Exception.h H5FaccProp.h H5FcreatProp.h H5File.h H5FloatType.h H5Group.h H5IdComponent.h H5Include.h H5IntType.h H5Library.h H5Location.h H5Object.h H5PredType.h H5PropList.h H5StrType.h H5CppDoc.h H5ArrayType.h H5VarLenType.h '; test -n "/usr/include" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/install -c -m 644 $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit $?; \
done
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-6240f3.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
cat confdefs.h -
- 0
/usr/bin/sed s%@inst_prefix_dir@%-inst-prefix-dir /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran%
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest2.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest2.o -x c conftest.c
- 0
rm -f core conftest.c conftest2.o
- 0
make -s -f confmf
- 0
sed s/^/| / conftest.c
- 0
sed s/-recursive//
- 0
/usr/bin/grep --version
- 0
make install
- 0
make install-am
- 0
make install-exec-am install-data-am
- ?
/usr/bin/install -c h5fc /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5fc
- 0
/bin/sh -c list='libhdf5_fortran.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c libhdf5_fortran.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- 0
/usr/bin/sed s|.| |g
- 0
/usr/bin/install -c .libs/libhdf5_fortran.so.100.0.0T /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_fortran.so.100.0.0
- ?
/usr/bin/install -c .libs/libhdf5_fortran.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_fortran.la
- 0
/bin/sh -c if test -n "mod" && test "Xmod" != "Xo"; then \
cp ../../fortran/src/*.mod /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include/. ; \
fi
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
rm -f conftest.c
- 0
/usr/bin/sed s|/[^/]*$||
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
cat confdefs.h -
- 0
/usr/bin/sed s% @SYMFILE@%%
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
rm -f conftest.o
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='src test tools c++ fortran examples' ;; \
*) list='src test tools c++ fortran' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
rm -f core conftest.err conftest.o conftest.c
- 0
sed s/-recursive//
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='libhdf5_hl.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c libhdf5_hl.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- ?
/usr/bin/install -c .libs/libhdf5_hl.so.100.0.0T /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_hl.so.100.0.0
- ?
/usr/bin/install -c .libs/libhdf5_hl.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_hl.la
- 0
/bin/sh -c list='hdf5_hl.h H5DOpublic.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h H5LDpublic.h'; test -n "/usr/include" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/install -c -m 644 $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit $?; \
done
- 0
/usr/bin/mkdir -p /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
cat confdefs.h -
- 0
/usr/bin/sed s|.| |g
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
cat
- 0
/bin/sh /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/libtool --silent --tag CC --mode=relink clang -version-info 100:0:0 -o libhdf5_hl.la -rpath /usr/lib H5DO.lo H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo H5LD.lo ../../src/libhdf5.la -lz -ldl -lm -inst-prefix-dir /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libhdf5_hl.so.100.0.0 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib .libs/H5DO.o .libs/H5DS.o .libs/H5IM.o .libs/H5LT.o .libs/H5LTanalyze.o .libs/H5LTparse.o .libs/H5PT.o .libs/H5TB.o .libs/H5LD.o -lhdf5 -lz -ldl -lm -soname libhdf5_hl.so.100 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
cat confdefs.h -
- 0
/usr/bin/sed s/:/ /g
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
rm -f conftest.o
- 1
/usr/bin/install -c -m 644 hdf5_hl.h H5DOpublic.h H5IMpublic.h H5LTpublic.h H5TBpublic.h H5DSpublic.h H5PTpublic.h H5LDpublic.h /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
make install
- 0
make install-exec-am install-data-am
- 0
cat conftest.er1
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='gif2h5 h5watch' ;; \
*) list='gif2h5 h5watch' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
sed s/^/| / conftest.c
- 0
/bin/sh ../../../libtool --mode=install /usr/bin/install -c gif2h5 h52gif /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/gif2h5 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/gif2h5
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h52gif /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h52gif
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
cat confdefs.h -
- 1
/usr/bin/sed s|/[^/]*$||
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-d6b9ab.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
cat
- 0
/usr/bin/sed s%^.*/%%g
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-562f0b.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-f15b18.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5watch'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- 0
/bin/sh ../../../libtool --mode=install /usr/bin/install -c h5watch /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- 0
/usr/bin/sed s%^.*/%%g
- ?
/usr/bin/install -c .libs/h5watch /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5watch
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-ef1cba.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-6c69db.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o /tmp/conftest-66eab9.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-d72ad6.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
cat
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/c++'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='src test examples' ;; \
*) list='src test' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-f0605e.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
sed s/-recursive//
- 0
./conftest
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='libhdf5_hl_cpp.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../../../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../../../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../../../libtool --mode=install /usr/bin/install -c libhdf5_hl_cpp.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- 0
/bin/sh /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/libtool --silent --tag CXX --mode=relink clang++ -version-info 100:0:0 -o libhdf5_hl_cpp.la -rpath /usr/lib H5PacketTable.lo ../../../hl/src/libhdf5_hl.la ../../../c++/src/libhdf5_cpp.la -lz -ldl -lm -inst-prefix-dir /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran
- 1
/usr/bin/grep ^# ### BEGIN LIBTOOL TAG CONFIG: CXX$ /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/libtool
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/grep ^installed=no /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/libhdf5.la
- 0
gfortran --version
- 0
/usr/bin/sed s% \([^ $]*\).ltframework% -framework \1%g
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libhdf5_hl_cpp.so.100.0.0 -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/H5PacketTable.o -lhdf5_hl -lhdf5_cpp -lhdf5 -lz -ldl -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -soname libhdf5_hl_cpp.so.100
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.F -ffixed-form -cpp=/tmp/ccwVn3aZ.f90 -quiet conftest.F -quiet -dumpbase conftest.F -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc5UTaxV.s
- 0
as --64 -o conftest.o /tmp/cc5UTaxV.s
- 0
/usr/bin/install -c .libs/libhdf5_hl_cpp.so.100.0.0T /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_hl_cpp.so.100.0.0
- 0
gfortran -c -g conftest.f
- 0
as --64 -o conftest.o /tmp/ccTgX4Y1.s
- ?
/usr/bin/install -c .libs/libhdf5_hl_cpp.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5_hl_cpp.la
- 0
/bin/sh -c list='H5PacketTable.h'; test -n "/usr/include" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/install -c -m 644 $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit $?; \
done
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
gfortran -V
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='src test examples' ;; \
*) list='src test' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-116d89.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
rm -f core conftest.err conftest.o conftest.c
- 1
/usr/bin/sed s|:*$||
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
rm -f conftest.err conftest.i conftest.c
- 0
rm -f conftest.er1 conftest.err
- 0
gfortran -qversion
- 0
rm -f conftest.er1 conftest.err
- 0
/usr/bin/install -c -m 644 H5PacketTable.h /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include
- 0
gfortran -v
- 0
make install
- 0
make install-exec-am install-data-am
- 0
gfortran -qversion
- 0
cat conftest.er1
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='libhdf5hl_fortran.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../../../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../../../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../../../libtool --mode=install /usr/bin/install -c libhdf5hl_fortran.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- ?
/usr/bin/install -c .libs/libhdf5hl_fortran.so.100.0.0T /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5hl_fortran.so.100.0.0
- 0
/usr/bin/install -c .libs/libhdf5hl_fortran.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5hl_fortran.la
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-1280c6.o cfortran_test.o -lgfortran -lm -lquadmath -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c if test -n "mod" && test "Xmod" != "Xo"; then \
cp ../../../hl/fortran/src/*.mod /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include/. ; \
fi
- 0
gfortran -c conftest.f90
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccUq6Da6.s
- 0
as --64 -o conftest.o /tmp/ccUq6Da6.s
- 0
cat
- ?
/usr/bin/sed s|^.*/||
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I conftestdir -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccS5MOu6.s
- 0
as -I conftestdir --64 -o conftest.o /tmp/ccS5MOu6.s
- 0
rm -f conftest.o conftest
- ?
/usr/bin/sed -e s%/usr/lib$%%
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccAz9ks8.s
- ?
/usr/bin/sed s%@inst_prefix_dir@%-inst-prefix-dir /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran%
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccJd5N41.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccrLwbg5.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
as -I . --64 -o /tmp/ccrLwbg5.o /tmp/ccAz9ks8.s
- 0
cat
- 0
/usr/bin/sed -e s/\(["`\\]\)/\\\1/g -e s/\\\\\\\\/&\
/g
s/^\\\\\$/\\&/
s/\([^\\]\)\\\\\$/\1\\\\\\\$/g
s/\n//g
- 0
gfortran -c -I. conftest.f90
- 0
as -I . --64 -o conftest.o /tmp/ccyctzpb.s
- 0
/bin/sh /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/libtool --silent --tag FC --mode=relink gfortran -I../../../fortran/src -I../../../fortran/src -version-info 100:0:0 -o libhdf5hl_fortran.la -rpath /usr/lib H5DSfc.lo H5LTfc.lo H5IMfc.lo H5IMcc.lo H5TBfc.lo H5DSff.lo H5LTff.lo H5TBff.lo H5IMff.lo H5LTff_gen.lo H5TBff_gen.lo ../../../hl/src/libhdf5_hl.la ../../../fortran/src/libhdf5_fortran.la -lz -ldl -lm -inst-prefix-dir /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran
- 1
gfortran -shared -fPIC .libs/H5DSfc.o .libs/H5LTfc.o .libs/H5IMfc.o .libs/H5IMcc.o .libs/H5TBfc.o .libs/H5DSff.o .libs/H5LTff.o .libs/H5TBff.o .libs/H5IMff.o .libs/H5LTff_gen.o .libs/H5TBff_gen.o -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -lhdf5_hl -lhdf5_fortran -lhdf5 -lz -ldl -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lgfortran -lquadmath -lm -lc -lgcc_s -Wl,-soname -Wl,libhdf5hl_fortran.so.100 -o .libs/libhdf5hl_fortran.so.100.0.0
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cciyKoSw.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5hl_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5DSfc.o .libs/H5LTfc.o .libs/H5IMfc.o .libs/H5IMcc.o .libs/H5TBfc.o .libs/H5DSff.o .libs/H5LTff.o .libs/H5TBff.o .libs/H5IMff.o .libs/H5LTff_gen.o .libs/H5TBff_gen.o -lhdf5_hl -lhdf5_fortran -lhdf5 -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5hl_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cciyKoSw.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5hl_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5DSfc.o .libs/H5LTfc.o .libs/H5IMfc.o .libs/H5IMcc.o .libs/H5TBfc.o .libs/H5DSff.o .libs/H5LTff.o .libs/H5TBff.o .libs/H5IMff.o .libs/H5LTff_gen.o .libs/H5TBff_gen.o -lhdf5_hl -lhdf5_fortran -lhdf5 -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5hl_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
cat
- 0
/usr/bin/sed s% \([^ $]*\).ltframework% -framework \1%g
- 0
gfortran -o conftest -I. -v conftest.f90
- 0
as -v -I . --64 -o /tmp/ccwqiKl6.o /tmp/ccRh7Pc9.s
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cchmhov3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccwqiKl6.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
cat confdefs.h -
- 0
/usr/bin/sed s% \([^ $]*\).ltframework% -framework \1%g
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-fc0f06.o -lgfortran -lm -lquadmath -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
cat
- 0
/usr/bin/sed s% @SYMFILE@%%
- 0
gfortran -c -I. conftest.f90
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccxsRZag.s
- 0
rm -f conftest.o conftest
- 0
make install
- 0
make install-exec-am install-data-am
- 0
rm -f core conftest.err conftest.o conftest.f90
- 0
make install-examples
- 0
../bin/mkdirs /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c
- 0
/bin/sh -c for f in X h5_write.c h5_read.c h5_extend_write.c h5_chunk_read.c h5_crtgrpd.c h5_subset.c h5_cmprss.c h5_rdwt.c h5_crtgrpar.c h5_extend.c h5_crtatt.c h5_crtgrp.c h5_crtdat.c h5_compound.c h5_group.c h5_select.c h5_attribute.c h5_mount.c h5_reference.c h5_drivers.c h5_extlink.c h5_elink_unix2win.c h5_ref2reg.c h5_shared_mesg.c ph5example.c h5_vds.c h5_vds-exc.c h5_vds-exclim.c h5_vds-eiger.c h5_vds-simpleIO.c h5_vds-percival.c h5_vds-percival-unlim.c h5_vds-percival-unlim-maxmin.c; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/$f; \
fi; \
done
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/h5_write.c
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccWdbmcz.s
- 0
/usr/bin/install -c ./h5_read.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/h5_read.c
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccc2zm0v.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccfOREAx.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
/usr/bin/install -c ./h5_extend_write.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/h5_chunk_read.c
- 0
gfortran -o conftest -I. conftest.f90
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvJcN6B.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccf09JvD.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/install -c ./h5_subset.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- ?
/usr/bin/install -c ./h5_crtgrpd.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/h5_ref2reg.c
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccsKmnSi.s
- 0
/usr/bin/install -c ./h5_shared_mesg.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/h5_shared_mesg.c
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2NSqwC.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/cct3GMGs.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/install -c ./ph5example.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/h5_vds-percival-unlim-maxmin.c
- 0
as -I . --64 -o /tmp/ccrDSMkC.o /tmp/cc004hfs.s
- ?
/usr/bin/install -c run-c-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/bin/sh -c for f in X run-c-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c $f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/. || exit 1);\
fi; \
done
- 0
/bin/sh -c for f in X README; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/$f;\
fi; \
done
- 0
/bin/sh -c for f in X run-all-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/. || exit 1); \
fi; \
done
- 0
gfortran -o conftest -I. conftest.f90
- 0
as -I . --64 -o /tmp/cckI6Szq.o /tmp/ccNPADAs.s
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cczeXnAo.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/cckI6Szq.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
rm -f conftest.o conftest
- 0
/usr/bin/install -c ./h5_write.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
cat
- ?
/usr/bin/install -c ./h5_chunk_read.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
rm -f core conftest.err conftest.o conftest conftest.f90
- ?
/usr/bin/install -c ./h5_cmprss.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
sed -n 1p pac_fconftest.out
- ?
/usr/bin/install -c ./h5_crtatt.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
cat
- 0
/usr/bin/install -c ./h5_crtgrp.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
sed -n 4p pac_fconftest.out
- 0
/usr/bin/install -c ./h5_crtdat.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
cat
- ?
/usr/bin/install -c ./h5_group.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
rm -f core *.core core.conftest.* gmon.out bb.out conftest conftest.o conftest.beam conftest.f90
- ?
/usr/bin/install -c ./h5_select.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
sed -n 1p pac_fconftest.out
- ?
/usr/bin/install -c ./h5_drivers.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
sed -n 4p pac_fconftest.out
- ?
/usr/bin/install -c ./h5_extlink.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
rm -f pac_fconftest.out
- ?
/usr/bin/install -c ./h5_elink_unix2win.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
cat
- 0
/usr/bin/install -c ./h5_ref2reg.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- ?
/usr/bin/install -c ./h5_vds.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
sed -n 3p pac_fconftest.out
- ?
/usr/bin/install -c ./h5_vds-exc.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
sed -n 5p pac_fconftest.out
- 0
/usr/bin/install -c ./h5_vds-eiger.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
cat
- ?
/usr/bin/install -c ./h5_vds-simpleIO.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
rm -f pac_fconftest.out
- ?
/usr/bin/install -c ./h5_vds-percival.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
cat
- 0
/usr/bin/install -c ./h5_vds-percival-unlim-maxmin.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
rm -f pac_fconftest.out
- ?
/usr/bin/install -c ./run-all-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/.
- 0
cat
- 0
make install-examples
- 0
/bin/sh -c (cd examples && make install-examples) || exit 1;
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccWtqLym.s
- 0
make install-examples
- 0
../../bin/mkdirs /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAXzr4G.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccWInaOw.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/bin/sh -c for f in X h5_crtdat.f90 h5_rdwt.f90 h5_crtatt.f90 h5_crtgrp.f90 h5_crtgrpar.f90 h5_crtgrpd.f90 h5_extend.f90 h5_subset.f90 h5_cmprss.f90 hyperslab.f90 selectele.f90 refobjexample.f90 refregexample.f90 mountexample.f90 compound.f90 ph5example.f90 rwdset_fortran2003.f90 nested_derived_type.f90 compound_fortran2003.f90 compound_complex_fortran2003.f90; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/$f; \
fi; \
done
- 0
gfortran -o conftest -I. conftest.f90
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFVw0DI.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccIcQ8dy.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/install -c ./h5_rdwt.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- ?
/usr/bin/install -c ./h5_crtdat.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/h5_rdwt.f90
- 0
./conftest
- ?
/usr/bin/install -c ./h5_crtatt.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/h5_cmprss.f90
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccPDmgTu.s
- 0
/usr/bin/install -c ./hyperslab.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/hyperslab.f90
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccP5iPpQ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccSku8DF.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/install -c ./selectele.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/ph5example.f90
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cccFNHlz.s
- 0
/usr/bin/install -c ./rwdset_fortran2003.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/rwdset_fortran2003.f90
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc8YRKcV.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccYDIQgK.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/install -c ./nested_derived_type.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
/bin/sh -c for f in X run-fortran-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c $f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/. || exit 1);\
fi; \
done
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc32eWnF.s
- 0
/usr/bin/install -c run-fortran-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/$f;\
fi; \
done
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/. || exit 1); \
fi; \
done
- 0
rm -f pac_fconftest.out
- ?
/usr/bin/install -c ./h5_crtgrp.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
cat pac_fconftest.out
- ?
/usr/bin/install -c ./h5_subset.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
cat
- 0
/usr/bin/install -c ./h5_cmprss.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- ?
/usr/bin/install -c ./refobjexample.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
rm -f core *.core core.conftest.* gmon.out bb.out conftest conftest.o conftest.beam
- 0
/usr/bin/install -c ./refregexample.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
sed -e s/,$//
- ?
/usr/bin/install -c ./mountexample.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
cat
- 0
/usr/bin/install -c ./ph5example.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- ?
/usr/bin/install -c ./compound_fortran2003.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
rm -f core *.core core.conftest.* gmon.out bb.out conftest conftest.o conftest.beam
- ?
/usr/bin/install -c ./compound_complex_fortran2003.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
cat pac_fconftest.out
- 0
make install-examples
- 0
../../bin/mkdirs /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++
- 0
/bin/sh -c for f in X create.cpp readdata.cpp writedata.cpp compound.cpp extend_ds.cpp chunks.cpp h5group.cpp h5tutr_cmprss.cpp h5tutr_crtatt.cpp h5tutr_crtdat.cpp h5tutr_crtgrpar.cpp h5tutr_crtgrp.cpp h5tutr_crtgrpd.cpp h5tutr_extend.cpp h5tutr_rdwt.cpp h5tutr_subset.cpp; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/$f; \
fi; \
done
- 0
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/readdata.cpp
- 0
gfortran -o conftest -I. conftest.f90
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctO1cm6.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccowpSXU.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/install -c ./compound.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- ?
/usr/bin/install -c ./writedata.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/compound.cpp
- 0
./conftest
- ?
/usr/bin/install -c ./extend_ds.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/chunks.cpp
- 0
/usr/bin/install -c ./h5group.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- ?
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/h5tutr_crtgrpd.cpp
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cczVNhUT.s
- 0
/usr/bin/install -c ./h5tutr_extend.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
/bin/sh -c for f in X run-c++-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c $f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/. || exit 1);\
fi; \
done
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/$f;\
fi; \
done
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/. || exit 1); \
fi; \
done
- 0
cat
- ?
sed -e s#/$##
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccqSABKG.s
- 0
as -I . --64 -o /tmp/ccQ1k0YR.o /tmp/ccqSABKG.s
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- ?
/usr/bin/install -c ./create.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
rm -f core *.core core.conftest.* gmon.out bb.out conftest conftest.o conftest.beam
- ?
/usr/bin/install -c ./readdata.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
rm -f pac_fconftest.out
- ?
/usr/bin/install -c ./chunks.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
cat
- 0
/usr/bin/install -c ./h5tutr_cmprss.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
grep 16
- ?
/usr/bin/install -c ./h5tutr_crtatt.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- ?
/usr/bin/install -c ./h5tutr_crtgrp.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
rm -f conftest.o
- 0
/usr/bin/install -c ./h5tutr_crtgrpd.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
cat
- 0
/usr/bin/install -c ./h5tutr_rdwt.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
sed -ne s/.*,\([0-9]*\)\}/\1/p
- 0
/usr/bin/install -c ./h5tutr_subset.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
sed -e s/}//g
- 0
make install-examples
- 0
../../bin/mkdirs /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c
- 0
/bin/sh -c for f in X ex_lite1.c ex_lite2.c ex_lite3.c ptExampleFL.c ex_image1.c ex_image2.c ex_table_01.c ex_table_02.c ex_table_03.c ex_table_04.c ex_table_05.c ex_table_06.c ex_table_07.c ex_table_08.c ex_table_09.c ex_table_10.c ex_table_11.c ex_table_12.c ex_ds1.c image24pixel.txt image8.txt pal_rgb.h; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/$f; \
fi; \
done
- 0
/usr/bin/install -c ./ex_image2.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
/usr/bin/install -c ./ex_table_02.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/ex_table_04.c
- 0
rm -f sub/conftest.TPo
- ?
/usr/bin/install -c ./ex_table_05.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
mv sub/conftest.TPo sub/conftest.Po
- ?
/usr/bin/install -c ./ex_table_06.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 1
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/ex_table_07.c
- 0
grep ignoring option conftest.err
- ?
/usr/bin/install -c ./ex_table_08.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
/usr/bin/install -c ./ex_table_10.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 1
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/image8.txt
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o - -x c++ conftest.cpp
- ?
/usr/bin/install -c ./pal_rgb.h /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
/bin/sh -c for f in X run-hlc-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c $f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/. || exit 1);\
fi; \
done
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/$f;\
fi; \
done
- 0
/bin/sh -c for f in X run-hl-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/. || exit 1); \
fi; \
done
- 0
rm -f conftest.er1 conftest.err
- 1
/usr/bin/install -c ./ex_lite1.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
sed 10a\
... rest of stderr output deleted ...
10q conftest.err
- ?
/usr/bin/install -c ./ex_lite2.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
cat conftest.er1
- ?
/usr/bin/install -c ./ptExampleFL.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
rm -f conftest.o
- 0
/usr/bin/install -c ./ex_image1.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
rm -f conftest.o
- 0
/usr/bin/install -c ./ex_table_01.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
mkdir conftest.dir
- ?
/usr/bin/install -c ./ex_table_03.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
grep sub/conftest.o sub/conftest.Po
- 0
/usr/bin/install -c ./ex_table_07.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
cat confdefs.h -
- 0
/usr/bin/install -c ./ex_table_09.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
grep -v ^ *+ conftest.err
- ?
/usr/bin/install -c ./ex_table_12.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
sed s/^/| / conftest.cpp
- ?
/usr/bin/install -c ./ex_ds1.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
rm -f conftest.err conftest.i conftest.cpp
- ?
/usr/bin/install -c ./image8.txt /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
mv -f conftest.er1 conftest.err
- ?
/usr/bin/install -c run-hlc-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
rm -f conftest.o conftest
- 0
/usr/bin/install -c ./run-hl-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/.
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-37bd26.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make install-examples
- 0
/bin/sh -c (cd examples && make install-examples) || exit 1;
- 0
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
- 0
make install-examples
- 0
../../../bin/mkdirs /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/fortran
- 0
/bin/sh -c for f in X exlite.f90 ex_ds1.f90; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/fortran/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/fortran/$f; \
fi; \
done
- 0
/bin/sh -c for f in X run-hlfortran-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c $f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/fortran/. || exit 1);\
fi; \
done
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/$f;\
fi; \
done
- 0
make install-examples
- 0
/bin/sh -c (cd examples && make install-examples) || exit 1;
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/. || exit 1); \
fi; \
done
- 0
rm -f conftest.o conftest
- 0
/usr/bin/install -c run-hlfortran-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/fortran/.
- 0
time echo baz
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/nm -B conftest.o
- ?
uniq
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-d08e9c.o conftstm.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/nm -B --help
- ?
/usr/bin/dd bs=32 count=1
- 0
cmp -s conftest.i conftest.out
- ?
/usr/bin/dd bs=32 count=1
- 0
cmp -s conftest.i conftest.out
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- ?
/usr/bin/file conftest.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-66d39c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D PIC -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld -m elf_x86_64 -static -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginT.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-acee39.o --start-group -lgcc -lgcc_eh -lc --end-group /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest/out/conftest2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o out/conftest2.o -x c conftest.c
- 0
/usr/bin/ld -m elf_x86_64 --help
- 0
/usr/bin/ld -m elf_x86_64 -v
- 0
/usr/bin/ld -m elf_x86_64 --help
- 0
clang -V
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib conftest.o -soname conftest -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
clang -print-search-dirs
- 1
clang -print-multi-os-directory
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -rpath /foo /tmp/conftest-bc8d3c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- ?
objdump -p conftest
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-c61f31.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-1c7d8b.o -ldld -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-28a0fa.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-7972bc.o -ldl -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib --export-dynamic /tmp/conftest-28bf0a.o -ldl -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
./conftest
- 1
/usr/bin/ld -m elf_x86_64 -static -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginT.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib --export-dynamic /tmp/conftest-da4f7e.o -ldl --start-group -lgcc -lgcc_eh -lc --end-group /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
strip -V
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o - -x c++ conftest.cpp
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o - -x c++ conftest.cpp
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.cpp -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o conftest.o -x c++ conftest.cpp
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-9ce61e.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
clang++ -print-prog-name=ld
- 0
/usr/bin/ld -m elf_x86_64 -v
- 0
clang++ -print-prog-name=ld
- 0
/usr/bin/ld --help
- 0
clang++ -V
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.cpp -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o conftest.o -x c++ conftest.cpp
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o a.out /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib conftest.o -lstdc++ -lm -lgcc_s -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.cpp -resource-dir /usr/bin/../lib/clang/3.8.0 -D PIC -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o conftest.o -x c++ conftest.cpp
- 0
/usr/bin/ld -m elf_x86_64 -static -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginT.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-9dfa55.o -lstdc++ -lm --start-group -lgcc -lgcc_eh -lc --end-group /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest/out/conftest2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o out/conftest2.o -x c++ conftest.cpp
- 0
gfortran -c -I. conftest.f90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccPOV4aO.s
- 0
as -I . --64 -o conftest.o /tmp/ccPOV4aO.s
- 0
gfortran -o conftest -I. conftest.f90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccvJrNLR.s
- 0
as -I . --64 -o /tmp/cc7q90am.o /tmp/ccvJrNLR.s
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccc3EVAQ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/cc7q90am.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccc3EVAQ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/cc7q90am.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
gfortran -c -I. conftest.f90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccm9FtBU.s
- 0
as -I . --64 -o conftest.o /tmp/ccm9FtBU.s
- 0
gfortran -shared -I. -v conftest.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccBhVJAT.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. conftest.o -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccBhVJAT.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. conftest.o -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
gfortran -c -I. -fPIC conftest.f90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccMSvpxZ.s
- 0
as -I . --64 -o conftest.o /tmp/ccMSvpxZ.s
- 1
gfortran -o conftest -I. -static conftest.f90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase conftest -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccqmmvlY.s
- 0
as -I . --64 -o /tmp/ccyr2Zat.o /tmp/ccqmmvlY.s
- 1
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgiKp1X.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lc --build-id --hash-style=gnu -m elf_x86_64 -static -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginT.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccyr2Zat.o -lgfortran -lm --start-group -lgcc -lgcc_eh -lquadmath -lm -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 1
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgiKp1X.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_eh -plugin-opt=-pass-through=-lc --build-id --hash-style=gnu -m elf_x86_64 -static -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginT.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccyr2Zat.o -lgfortran -lm --start-group -lgcc -lgcc_eh -lquadmath -lm -lgcc -lgcc_eh -lc --end-group /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
gfortran -c -I. -o out/conftest2.o conftest.f90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 conftest.f90 -I . -quiet -dumpbase conftest.f90 -mtune=generic -march=x86-64 -auxbase-strip out/conftest2.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc0Fw3K2.s
- 0
as -I . --64 -o out/conftest2.o /tmp/cc0Fw3K2.s
- 0
/usr/bin/ld -m elf_x86_64 --help
- 0
/usr/bin/ld -m elf_x86_64 -v
- 0
/usr/bin/ld -m elf_x86_64 --help
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-0f122b.o -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-2cc972.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-e51590.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-4df65c.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-cecea3.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-a1d44c.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-2f04ce.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-3ff2c5.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-ea5832.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-5ba7d0.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-64b154.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-3c8dbf.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-36dca7.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-c9f14d.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-952ebd.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-062724.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-eb54db.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-dae755.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-dde32f.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-298e4d.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-cb29d2.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-dbe38d.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-3ff38a.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-7d110e.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-bf250d.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-b5153f.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-f975a2.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-923069.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-d25113.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-e9534e.o -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -E -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o - -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-3ff016.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-394c98.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-4c7ca5.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-ea7a90.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-3dd8fc.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-ca9333.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-57ade4.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-bad952.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 1
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-20a705.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-fa634f.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-9ff4fd.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-a08dfd.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-fabb45.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-228afc.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-7f0dbc.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-e53d6d.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-2a1958.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-ba355e.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-d6c1db.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-2ba768.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-511ccd.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-4f0a23.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-52f611.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-98b859.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-4fc1b5.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-76d1d0.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-ae207a.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-9f41e3.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-29f29e.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-9893b7.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-d6562c.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-01cd8e.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-5b3d94.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-538c71.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-99aa3c.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-7b74ec.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-20c461.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-035b22.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-896a76.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-975403.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-11294f.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-089e41.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.c -resource-dir /usr/bin/../lib/clang/3.8.0 -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o conftest.o -x c conftest.c
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-0ade0b.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-8ed7c8.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-43d5c8.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 1
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-ad4da3.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-3b6d37.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
head -1
- ?
whoami
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /tmp/conftest-fabbed.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
./conftest
- 0
/bin/sh ./config.lt
- 0
/bin/sh
- 0
./libtool --features
- 0
/bin/sh ./config.status
- 0
/usr/bin/sed s%\([^/]*\)$%.libs/\1%
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5jam h5unjam /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- 0
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5jam /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5jam
- 0
/usr/bin/dd bs=4096 count=1
- 0
/usr/bin/install -c .libs/h5unjam /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5unjam
- 0
make -f conftest.make
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5copy'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5copy /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- 0
/usr/bin/install -c .libs/h5copy /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5copy
- 0
mktemp -d /tmp/cgXXXXXX
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5stat'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
gawk BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5stat /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- 0
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5stat /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5stat
- 0
/bin/sh -c list=''; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
if test -f "$d$p"; then echo "$d$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n' \
-e 'h;s|.*|.|' \
-e 'p;x;s,.*/,,;s,x,x,' | sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1; } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) { files[d] = files[d] " " $1; \
if (++n[d] == 40) { \
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
else { print "f", d "/" $4, $1 } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5format_convert'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5format_convert /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- 0
/usr/bin/dd bs=4096 count=1
- 1
/usr/bin/install -c .libs/h5format_convert /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5format_convert
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5perf_serial'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
sed -e p;s,.*/,,;n;h -e s|.*|.| -e p;x;s,.*/,,;s/$//;s,x,x,;s/$//
- 0
grep -v icc version
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5perf_serial /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- 0
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5perf_serial /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5perf_serial
- 0
/usr/bin/sed s%^.*/%%g
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='src test examples' ;; \
*) list='src test' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install
- 0
make install-exec-am install-data-am
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
/bin/sh /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/libtool --silent --tag CXX --mode=relink clang++ -version-info 100:0:0 -o libhdf5_cpp.la -rpath /usr/lib H5Exception.lo H5IdComponent.lo H5Library.lo H5Attribute.lo H5Location.lo H5Object.lo H5PropList.lo H5FaccProp.lo H5FcreatProp.lo H5DcreatProp.lo H5DxferProp.lo H5OcreatProp.lo H5DataType.lo H5DataSpace.lo H5AbstractDs.lo H5AtomType.lo H5PredType.lo H5EnumType.lo H5IntType.lo H5FloatType.lo H5StrType.lo H5ArrayType.lo H5VarLenType.lo H5CompType.lo H5DataSet.lo H5CommonFG.lo H5Group.lo H5File.lo ../../src/libhdf5.la -lz -ldl -lm -inst-prefix-dir /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran
- 0
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libhdf5_cpp.so.100.0.0 -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/H5Exception.o .libs/H5IdComponent.o .libs/H5Library.o .libs/H5Attribute.o .libs/H5Location.o .libs/H5Object.o .libs/H5PropList.o .libs/H5FaccProp.o .libs/H5FcreatProp.o .libs/H5DcreatProp.o .libs/H5DxferProp.o .libs/H5OcreatProp.o .libs/H5DataType.o .libs/H5DataSpace.o .libs/H5AbstractDs.o .libs/H5AtomType.o .libs/H5PredType.o .libs/H5EnumType.o .libs/H5IntType.o .libs/H5FloatType.o .libs/H5StrType.o .libs/H5ArrayType.o .libs/H5VarLenType.o .libs/H5CompType.o .libs/H5DataSet.o .libs/H5CommonFG.o .libs/H5Group.o .libs/H5File.o -lhdf5 -lz -ldl -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -soname libhdf5_cpp.so.100
- 0
clang++ -V
- 0
sed 5q
- 0
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name conftest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.dir/sub/conftest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file sub/conftest.TPo -sys-header-deps -MP -MT sub/conftest.o -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/conftest.dir -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o sub/conftest.o -x c sub/conftest.c
- 0
/usr/bin/install -c -m 644 H5Cpp.h H5AbstractDs.h H5AtomType.h H5Attribute.h H5Classes.h H5CommonFG.h H5CompType.h H5DataSet.h H5DataSpace.h H5DataType.h H5OcreatProp.h H5DcreatProp.h H5DxferProp.h H5EnumType.h H5Exception.h H5FaccProp.h H5FcreatProp.h H5File.h H5FloatType.h H5Group.h H5IdComponent.h H5Include.h H5IntType.h H5Library.h H5Location.h H5Object.h H5PredType.h H5PropList.h H5StrType.h H5CppDoc.h H5ArrayType.h H5VarLenType.h /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include
- 0
/bin/sh /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/libtool --silent --tag FC --mode=relink gfortran -I../../src -I../../fortran/src -version-info 100:0:0 -o libhdf5_fortran.la -rpath /usr/lib H5f90global.lo H5fortran_types.lo H5_ff.lo H5Aff.lo H5Dff.lo H5Eff.lo H5Fff.lo H5Gff.lo H5Iff.lo H5Lff.lo H5Off.lo H5Pff.lo H5Rff.lo H5Sff.lo H5Tff.lo H5Zff.lo H5_gen.lo H5fortkit.lo H5f90kit.lo H5_f.lo H5Af.lo H5Df.lo H5Ef.lo H5Ff.lo H5Gf.lo H5If.lo H5Lf.lo H5Of.lo H5Pf.lo H5Rf.lo H5Sf.lo H5Tf.lo H5Zf.lo HDF5.lo ../../src/libhdf5.la -lz -ldl -lm -inst-prefix-dir /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran
- ?
gfortran -shared -fPIC .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o .libs/H5Tff.o .libs/H5Zff.o .libs/H5_gen.o .libs/H5fortkit.o .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o .libs/HDF5.o -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -lhdf5 -lz -ldl -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lgfortran -lquadmath -lm -lc -lgcc_s -Wl,-soname -Wl,libhdf5_fortran.so.100 -o .libs/libhdf5_fortran.so.100.0.0
- 0
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccB0vRNN.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o .libs/H5Tff.o .libs/H5Zff.o .libs/H5_gen.o .libs/H5fortkit.o .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o .libs/HDF5.o -lhdf5 -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccB0vRNN.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib -L/usr/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o .libs/H5Tff.o .libs/H5Zff.o .libs/H5_gen.o .libs/H5fortkit.o .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o .libs/HDF5.o -lhdf5 -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
make install
- 0
make install-exec-am install-data-am
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='gif2h5 h52gif'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
clang++ -V
- 0
/usr/bin/install -c ./h5_rdwt.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
as -I . --64 -o /tmp/ccmd0yWL.o /tmp/ccn6IhcJ.s
- ?
/usr/bin/install -c ./h5_crtgrpar.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/usr/bin/install -c ./h5_extend.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/usr/bin/install -c ./h5_compound.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/usr/bin/install -c ./h5_attribute.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
as -I . --64 -o /tmp/ccRUfSDp.o /tmp/ccxTPI4f.s
- ?
/usr/bin/install -c ./h5_mount.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/usr/bin/install -c ./h5_reference.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/usr/bin/install -c ./h5_vds-exclim.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/usr/bin/install -c ./h5_vds-percival-unlim.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c/.
- 0
/usr/bin/install -c ./README /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/.
- 0
/usr/bin/install -c ./h5_crtgrpar.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
as -I . --64 -o /tmp/cccjhMvE.o /tmp/ccOUR7Wt.s
- ?
/usr/bin/install -c ./h5_crtgrpd.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
/usr/bin/install -c ./h5_extend.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
/usr/bin/install -c ./compound.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/fortran/.
- 0
make install-examples
- 0
/bin/sh -c (cd examples && make install-examples) || exit 1;
- 0
/usr/bin/install -c ./h5tutr_crtdat.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
as -I . --64 -o /tmp/ccIp6OIZ.o /tmp/ccn5rBaO.s
- ?
/usr/bin/install -c ./h5tutr_crtgrpar.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
/usr/bin/install -c run-c++-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/c++/.
- 0
make install-examples
- 0
/bin/sh -c for d in examples fortran c++; do \
(cd $d && make install-examples) || exit 1; \
done
- 0
/usr/bin/install -c ./ex_lite3.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
/usr/bin/install -c ./ex_table_04.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
/usr/bin/install -c ./ex_table_11.c /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
/usr/bin/install -c ./image24pixel.txt /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c/.
- 0
/usr/bin/install -c ./exlite.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/fortran/.
- 0
/usr/bin/install -c ./ex_ds1.f90 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/fortran/.
- 0
make install-examples
- 0
../../../bin/mkdirs /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c++
- 0
/bin/sh -c for f in X ptExampleFL.cpp; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c++/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c++/$f; \
fi; \
done
- 0
/bin/sh -c for f in X run-hlc++-ex.sh; do \
if test $f != X; then \
(set -x; /usr/bin/install -c $f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c++/. || exit 1);\
fi; \
done
- 0
/usr/bin/sed --version
- ?
/usr/bin/install -c run-hlc++-ex.sh /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c++/.
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/. || exit 1); \
chmod a-x /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/$f;\
fi; \
done
- 0
/bin/sh -c for f in X ; do \
if test $f != X; then \
(set -x; /usr/bin/install -c ./$f /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/. || exit 1); \
fi; \
done
- 0
/usr/bin/install -c ./ptExampleFL.cpp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/hdf5_examples/hl/c++/.
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 make
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='src test testpar tools . c++ fortran hl examples java' ;; \
*) list='src test tools . c++ fortran hl' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c test -f H5config.h || rm -f stamp-h1
- 0
/bin/sh -c test -f H5config.h || make stamp-h1
- 0
make all-am
- 0
/bin/sh -c echo " CC " H5.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5.lo -MD -MP -MF .deps/H5.Tpo -c -o H5.lo H5.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5.Tpo -sys-header-deps -MP -MT H5.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5.o -x c H5.c
- 0
/bin/sh -c echo " CC " H5checksum.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5checksum.lo -MD -MP -MF .deps/H5checksum.Tpo -c -o H5checksum.lo H5checksum.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5checksum.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5checksum.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5checksum.Tpo -sys-header-deps -MP -MT H5checksum.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5checksum.o -x c H5checksum.c
- 0
/bin/sh -c echo " CC " H5dbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5dbg.lo -MD -MP -MF .deps/H5dbg.Tpo -c -o H5dbg.lo H5dbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5dbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5dbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5dbg.Tpo -sys-header-deps -MP -MT H5dbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5dbg.o -x c H5dbg.c
- 0
/bin/sh -c echo " CC " H5system.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5system.lo -MD -MP -MF .deps/H5system.Tpo -c -o H5system.lo H5system.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5system.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5system.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5system.Tpo -sys-header-deps -MP -MT H5system.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5system.o -x c H5system.c
- 0
/bin/sh -c echo " CC " H5timer.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5timer.lo -MD -MP -MF .deps/H5timer.Tpo -c -o H5timer.lo H5timer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5timer.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5timer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5timer.Tpo -sys-header-deps -MP -MT H5timer.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5timer.o -x c H5timer.c
- 0
/bin/sh -c echo " CC " H5trace.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5trace.lo -MD -MP -MF .deps/H5trace.Tpo -c -o H5trace.lo H5trace.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5trace.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5trace.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5trace.Tpo -sys-header-deps -MP -MT H5trace.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5trace.o -x c H5trace.c
- 0
/bin/sh -c echo " CC " H5A.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5A.lo -MD -MP -MF .deps/H5A.Tpo -c -o H5A.lo H5A.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5A.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5A.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5A.Tpo -sys-header-deps -MP -MT H5A.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5A.o -x c H5A.c
- 0
/bin/sh -c echo " CC " H5Abtree2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Abtree2.lo -MD -MP -MF .deps/H5Abtree2.Tpo -c -o H5Abtree2.lo H5Abtree2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Abtree2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Abtree2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Abtree2.Tpo -sys-header-deps -MP -MT H5Abtree2.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Abtree2.o -x c H5Abtree2.c
- 0
/bin/sh -c echo " CC " H5Adense.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Adense.lo -MD -MP -MF .deps/H5Adense.Tpo -c -o H5Adense.lo H5Adense.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Adense.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Adense.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Adense.Tpo -sys-header-deps -MP -MT H5Adense.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Adense.o -x c H5Adense.c
- 0
/bin/sh -c echo " CC " H5Adeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Adeprec.lo -MD -MP -MF .deps/H5Adeprec.Tpo -c -o H5Adeprec.lo H5Adeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Adeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Adeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Adeprec.Tpo -sys-header-deps -MP -MT H5Adeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Adeprec.o -x c H5Adeprec.c
- 0
/bin/sh -c echo " CC " H5Aint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Aint.lo -MD -MP -MF .deps/H5Aint.Tpo -c -o H5Aint.lo H5Aint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Aint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Aint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Aint.Tpo -sys-header-deps -MP -MT H5Aint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Aint.o -x c H5Aint.c
- 0
/bin/sh -c echo " CC " H5Atest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Atest.lo -MD -MP -MF .deps/H5Atest.Tpo -c -o H5Atest.lo H5Atest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Atest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Atest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Atest.Tpo -sys-header-deps -MP -MT H5Atest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Atest.o -x c H5Atest.c
- 0
/bin/sh -c echo " CC " H5AC.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5AC.lo -MD -MP -MF .deps/H5AC.Tpo -c -o H5AC.lo H5AC.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5AC.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5AC.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5AC.Tpo -sys-header-deps -MP -MT H5AC.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5AC.o -x c H5AC.c
- 0
/bin/sh -c echo " CC " H5AClog.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5AClog.lo -MD -MP -MF .deps/H5AClog.Tpo -c -o H5AClog.lo H5AClog.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5AClog.lo -MD -MP -MF .deps/H5AClog.Tpo -c -o H5AClog.lo H5AClog.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5AClog.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5AClog.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5AClog.Tpo -sys-header-deps -MP -MT H5AClog.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5AClog.o -x c H5AClog.c
- 0
/bin/sh -c echo " CC " H5B.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B.lo -MD -MP -MF .deps/H5B.Tpo -c -o H5B.lo H5B.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B.Tpo -sys-header-deps -MP -MT H5B.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B.o -x c H5B.c
- 0
/bin/sh -c echo " CC " H5Bcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Bcache.lo -MD -MP -MF .deps/H5Bcache.Tpo -c -o H5Bcache.lo H5Bcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Bcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Bcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Bcache.Tpo -sys-header-deps -MP -MT H5Bcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Bcache.o -x c H5Bcache.c
- 0
/bin/sh -c echo " CC " H5Bdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Bdbg.lo -MD -MP -MF .deps/H5Bdbg.Tpo -c -o H5Bdbg.lo H5Bdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Bdbg.lo -MD -MP -MF .deps/H5Bdbg.Tpo -c -o H5Bdbg.lo H5Bdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Bdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Bdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Bdbg.Tpo -sys-header-deps -MP -MT H5Bdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Bdbg.o -x c H5Bdbg.c
- 0
/bin/sh -c echo " CC " H5B2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2.lo -MD -MP -MF .deps/H5B2.Tpo -c -o H5B2.lo H5B2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B2.Tpo -sys-header-deps -MP -MT H5B2.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B2.o -x c H5B2.c
- 0
/bin/sh -c echo " CC " H5B2cache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2cache.lo -MD -MP -MF .deps/H5B2cache.Tpo -c -o H5B2cache.lo H5B2cache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B2cache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B2cache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B2cache.Tpo -sys-header-deps -MP -MT H5B2cache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B2cache.o -x c H5B2cache.c
- 0
/bin/sh -c echo " CC " H5B2dbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2dbg.lo -MD -MP -MF .deps/H5B2dbg.Tpo -c -o H5B2dbg.lo H5B2dbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B2dbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B2dbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B2dbg.Tpo -sys-header-deps -MP -MT H5B2dbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B2dbg.o -x c H5B2dbg.c
- 0
/bin/sh -c echo " CC " H5B2hdr.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2hdr.lo -MD -MP -MF .deps/H5B2hdr.Tpo -c -o H5B2hdr.lo H5B2hdr.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2hdr.lo -MD -MP -MF .deps/H5B2hdr.Tpo -c -o H5B2hdr.lo H5B2hdr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B2hdr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B2hdr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B2hdr.Tpo -sys-header-deps -MP -MT H5B2hdr.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B2hdr.o -x c H5B2hdr.c
- 0
/bin/sh -c echo " CC " H5B2int.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2int.lo -MD -MP -MF .deps/H5B2int.Tpo -c -o H5B2int.lo H5B2int.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B2int.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B2int.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B2int.Tpo -sys-header-deps -MP -MT H5B2int.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B2int.o -x c H5B2int.c
- 0
/bin/sh -c echo " CC " H5B2stat.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2stat.lo -MD -MP -MF .deps/H5B2stat.Tpo -c -o H5B2stat.lo H5B2stat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B2stat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B2stat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B2stat.Tpo -sys-header-deps -MP -MT H5B2stat.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B2stat.o -x c H5B2stat.c
- 0
/bin/sh -c echo " CC " H5B2test.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5B2test.lo -MD -MP -MF .deps/H5B2test.Tpo -c -o H5B2test.lo H5B2test.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5B2test.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5B2test.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5B2test.Tpo -sys-header-deps -MP -MT H5B2test.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5B2test.o -x c H5B2test.c
- 0
/bin/sh -c echo " CC " H5C.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5C.lo -MD -MP -MF .deps/H5C.Tpo -c -o H5C.lo H5C.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5C.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5C.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5C.Tpo -sys-header-deps -MP -MT H5C.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5C.o -x c H5C.c
- 0
/bin/sh -c echo " CC " H5CS.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5CS.lo -MD -MP -MF .deps/H5CS.Tpo -c -o H5CS.lo H5CS.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5CS.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5CS.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5CS.Tpo -sys-header-deps -MP -MT H5CS.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5CS.o -x c H5CS.c
- 0
/bin/sh -c echo " CC " H5D.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5D.lo -MD -MP -MF .deps/H5D.Tpo -c -o H5D.lo H5D.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5D.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5D.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5D.Tpo -sys-header-deps -MP -MT H5D.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5D.o -x c H5D.c
- 0
/bin/sh -c echo " CC " H5Dbtree.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dbtree.lo -MD -MP -MF .deps/H5Dbtree.Tpo -c -o H5Dbtree.lo H5Dbtree.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dbtree.lo -MD -MP -MF .deps/H5Dbtree.Tpo -c -o H5Dbtree.lo H5Dbtree.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dbtree.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dbtree.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dbtree.Tpo -sys-header-deps -MP -MT H5Dbtree.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dbtree.o -x c H5Dbtree.c
- 0
/bin/sh -c echo " CC " H5Dbtree2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dbtree2.lo -MD -MP -MF .deps/H5Dbtree2.Tpo -c -o H5Dbtree2.lo H5Dbtree2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dbtree2.lo -MD -MP -MF .deps/H5Dbtree2.Tpo -c -o H5Dbtree2.lo H5Dbtree2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dbtree2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dbtree2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dbtree2.Tpo -sys-header-deps -MP -MT H5Dbtree2.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dbtree2.o -x c H5Dbtree2.c
- 0
/bin/sh -c echo " CC " H5Dchunk.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dchunk.lo -MD -MP -MF .deps/H5Dchunk.Tpo -c -o H5Dchunk.lo H5Dchunk.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dchunk.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dchunk.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dchunk.Tpo -sys-header-deps -MP -MT H5Dchunk.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dchunk.o -x c H5Dchunk.c
- 0
/bin/sh -c echo " CC " H5Dcompact.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dcompact.lo -MD -MP -MF .deps/H5Dcompact.Tpo -c -o H5Dcompact.lo H5Dcompact.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dcompact.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dcompact.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dcompact.Tpo -sys-header-deps -MP -MT H5Dcompact.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dcompact.o -x c H5Dcompact.c
- 0
/bin/sh -c echo " CC " H5Dcontig.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dcontig.lo -MD -MP -MF .deps/H5Dcontig.Tpo -c -o H5Dcontig.lo H5Dcontig.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dcontig.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dcontig.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dcontig.Tpo -sys-header-deps -MP -MT H5Dcontig.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dcontig.o -x c H5Dcontig.c
- 0
/bin/sh -c echo " CC " H5Ddbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ddbg.lo -MD -MP -MF .deps/H5Ddbg.Tpo -c -o H5Ddbg.lo H5Ddbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ddbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ddbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ddbg.Tpo -sys-header-deps -MP -MT H5Ddbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ddbg.o -x c H5Ddbg.c
- 0
/bin/sh -c echo " CC " H5Ddeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ddeprec.lo -MD -MP -MF .deps/H5Ddeprec.Tpo -c -o H5Ddeprec.lo H5Ddeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ddeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ddeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ddeprec.Tpo -sys-header-deps -MP -MT H5Ddeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ddeprec.o -x c H5Ddeprec.c
- 0
/bin/sh -c echo " CC " H5Dearray.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dearray.lo -MD -MP -MF .deps/H5Dearray.Tpo -c -o H5Dearray.lo H5Dearray.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dearray.lo -MD -MP -MF .deps/H5Dearray.Tpo -c -o H5Dearray.lo H5Dearray.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dearray.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dearray.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dearray.Tpo -sys-header-deps -MP -MT H5Dearray.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dearray.o -x c H5Dearray.c
- 0
/bin/sh -c echo " CC " H5Defl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Defl.lo -MD -MP -MF .deps/H5Defl.Tpo -c -o H5Defl.lo H5Defl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Defl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Defl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Defl.Tpo -sys-header-deps -MP -MT H5Defl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Defl.o -x c H5Defl.c
- 0
/bin/sh -c echo " CC " H5Dfarray.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dfarray.lo -MD -MP -MF .deps/H5Dfarray.Tpo -c -o H5Dfarray.lo H5Dfarray.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dfarray.lo -MD -MP -MF .deps/H5Dfarray.Tpo -c -o H5Dfarray.lo H5Dfarray.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dfarray.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dfarray.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dfarray.Tpo -sys-header-deps -MP -MT H5Dfarray.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dfarray.o -x c H5Dfarray.c
- 0
/bin/sh -c echo " CC " H5Dsingle.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dsingle.lo -MD -MP -MF .deps/H5Dsingle.Tpo -c -o H5Dsingle.lo H5Dsingle.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dsingle.lo -MD -MP -MF .deps/H5Dsingle.Tpo -c -o H5Dsingle.lo H5Dsingle.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dsingle.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dsingle.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dsingle.Tpo -sys-header-deps -MP -MT H5Dsingle.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dsingle.o -x c H5Dsingle.c
- 0
/bin/sh -c echo " CC " H5Dfill.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dfill.lo -MD -MP -MF .deps/H5Dfill.Tpo -c -o H5Dfill.lo H5Dfill.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dfill.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dfill.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dfill.Tpo -sys-header-deps -MP -MT H5Dfill.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dfill.o -x c H5Dfill.c
- 0
/bin/sh -c echo " CC " H5Dint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dint.lo -MD -MP -MF .deps/H5Dint.Tpo -c -o H5Dint.lo H5Dint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dint.Tpo -sys-header-deps -MP -MT H5Dint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dint.o -x c H5Dint.c
- 0
/bin/sh -c echo " CC " H5Dio.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dio.lo -MD -MP -MF .deps/H5Dio.Tpo -c -o H5Dio.lo H5Dio.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dio.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dio.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dio.Tpo -sys-header-deps -MP -MT H5Dio.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dio.o -x c H5Dio.c
- 0
/bin/sh -c echo " CC " H5Dlayout.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dlayout.lo -MD -MP -MF .deps/H5Dlayout.Tpo -c -o H5Dlayout.lo H5Dlayout.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dlayout.lo -MD -MP -MF .deps/H5Dlayout.Tpo -c -o H5Dlayout.lo H5Dlayout.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dlayout.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dlayout.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dlayout.Tpo -sys-header-deps -MP -MT H5Dlayout.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dlayout.o -x c H5Dlayout.c
- 0
/bin/sh -c echo " CC " H5Dnone.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dnone.lo -MD -MP -MF .deps/H5Dnone.Tpo -c -o H5Dnone.lo H5Dnone.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dnone.lo -MD -MP -MF .deps/H5Dnone.Tpo -c -o H5Dnone.lo H5Dnone.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dnone.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dnone.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dnone.Tpo -sys-header-deps -MP -MT H5Dnone.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dnone.o -x c H5Dnone.c
- 0
/bin/sh -c echo " CC " H5Doh.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Doh.lo -MD -MP -MF .deps/H5Doh.Tpo -c -o H5Doh.lo H5Doh.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Doh.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Doh.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Doh.Tpo -sys-header-deps -MP -MT H5Doh.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Doh.o -x c H5Doh.c
- 0
/bin/sh -c echo " CC " H5Dscatgath.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dscatgath.lo -MD -MP -MF .deps/H5Dscatgath.Tpo -c -o H5Dscatgath.lo H5Dscatgath.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dscatgath.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dscatgath.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dscatgath.Tpo -sys-header-deps -MP -MT H5Dscatgath.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dscatgath.o -x c H5Dscatgath.c
- 0
/bin/sh -c echo " CC " H5Dselect.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dselect.lo -MD -MP -MF .deps/H5Dselect.Tpo -c -o H5Dselect.lo H5Dselect.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dselect.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dselect.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dselect.Tpo -sys-header-deps -MP -MT H5Dselect.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dselect.o -x c H5Dselect.c
- 0
/bin/sh -c echo " CC " H5Dtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dtest.lo -MD -MP -MF .deps/H5Dtest.Tpo -c -o H5Dtest.lo H5Dtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dtest.Tpo -sys-header-deps -MP -MT H5Dtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dtest.o -x c H5Dtest.c
- 0
/bin/sh -c echo " CC " H5Dvirtual.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dvirtual.lo -MD -MP -MF .deps/H5Dvirtual.Tpo -c -o H5Dvirtual.lo H5Dvirtual.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Dvirtual.lo -MD -MP -MF .deps/H5Dvirtual.Tpo -c -o H5Dvirtual.lo H5Dvirtual.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Dvirtual.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Dvirtual.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Dvirtual.Tpo -sys-header-deps -MP -MT H5Dvirtual.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Dvirtual.o -x c H5Dvirtual.c
- 0
/bin/sh -c echo " CC " H5E.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5E.lo -MD -MP -MF .deps/H5E.Tpo -c -o H5E.lo H5E.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5E.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5E.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5E.Tpo -sys-header-deps -MP -MT H5E.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5E.o -x c H5E.c
- 0
/bin/sh -c echo " CC " H5Edeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Edeprec.lo -MD -MP -MF .deps/H5Edeprec.Tpo -c -o H5Edeprec.lo H5Edeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Edeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Edeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Edeprec.Tpo -sys-header-deps -MP -MT H5Edeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Edeprec.o -x c H5Edeprec.c
- 0
/bin/sh -c echo " CC " H5Eint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Eint.lo -MD -MP -MF .deps/H5Eint.Tpo -c -o H5Eint.lo H5Eint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Eint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Eint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Eint.Tpo -sys-header-deps -MP -MT H5Eint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Eint.o -x c H5Eint.c
- 0
/bin/sh -c echo " CC " H5EA.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EA.lo -MD -MP -MF .deps/H5EA.Tpo -c -o H5EA.lo H5EA.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EA.lo -MD -MP -MF .deps/H5EA.Tpo -c -o H5EA.lo H5EA.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EA.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EA.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EA.Tpo -sys-header-deps -MP -MT H5EA.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EA.o -x c H5EA.c
- 0
/bin/sh -c echo " CC " H5EAcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAcache.lo -MD -MP -MF .deps/H5EAcache.Tpo -c -o H5EAcache.lo H5EAcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAcache.lo -MD -MP -MF .deps/H5EAcache.Tpo -c -o H5EAcache.lo H5EAcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAcache.Tpo -sys-header-deps -MP -MT H5EAcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAcache.o -x c H5EAcache.c
- 0
/bin/sh -c echo " CC " H5EAdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAdbg.lo -MD -MP -MF .deps/H5EAdbg.Tpo -c -o H5EAdbg.lo H5EAdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAdbg.lo -MD -MP -MF .deps/H5EAdbg.Tpo -c -o H5EAdbg.lo H5EAdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAdbg.Tpo -sys-header-deps -MP -MT H5EAdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAdbg.o -x c H5EAdbg.c
- 0
/bin/sh -c echo " CC " H5EAdblkpage.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAdblkpage.lo -MD -MP -MF .deps/H5EAdblkpage.Tpo -c -o H5EAdblkpage.lo H5EAdblkpage.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAdblkpage.lo -MD -MP -MF .deps/H5EAdblkpage.Tpo -c -o H5EAdblkpage.lo H5EAdblkpage.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAdblkpage.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAdblkpage.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAdblkpage.Tpo -sys-header-deps -MP -MT H5EAdblkpage.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAdblkpage.o -x c H5EAdblkpage.c
- 0
/bin/sh -c echo " CC " H5EAdblock.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAdblock.lo -MD -MP -MF .deps/H5EAdblock.Tpo -c -o H5EAdblock.lo H5EAdblock.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAdblock.lo -MD -MP -MF .deps/H5EAdblock.Tpo -c -o H5EAdblock.lo H5EAdblock.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAdblock.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAdblock.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAdblock.Tpo -sys-header-deps -MP -MT H5EAdblock.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAdblock.o -x c H5EAdblock.c
- 0
/bin/sh -c echo " CC " H5EAhdr.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAhdr.lo -MD -MP -MF .deps/H5EAhdr.Tpo -c -o H5EAhdr.lo H5EAhdr.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAhdr.lo -MD -MP -MF .deps/H5EAhdr.Tpo -c -o H5EAhdr.lo H5EAhdr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAhdr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAhdr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAhdr.Tpo -sys-header-deps -MP -MT H5EAhdr.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAhdr.o -x c H5EAhdr.c
- 0
/bin/sh -c echo " CC " H5EAiblock.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAiblock.lo -MD -MP -MF .deps/H5EAiblock.Tpo -c -o H5EAiblock.lo H5EAiblock.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAiblock.lo -MD -MP -MF .deps/H5EAiblock.Tpo -c -o H5EAiblock.lo H5EAiblock.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAiblock.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAiblock.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAiblock.Tpo -sys-header-deps -MP -MT H5EAiblock.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAiblock.o -x c H5EAiblock.c
- 0
/bin/sh -c echo " CC " H5EAint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAint.lo -MD -MP -MF .deps/H5EAint.Tpo -c -o H5EAint.lo H5EAint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAint.lo -MD -MP -MF .deps/H5EAint.Tpo -c -o H5EAint.lo H5EAint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAint.Tpo -sys-header-deps -MP -MT H5EAint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAint.o -x c H5EAint.c
- 0
/bin/sh -c echo " CC " H5EAsblock.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAsblock.lo -MD -MP -MF .deps/H5EAsblock.Tpo -c -o H5EAsblock.lo H5EAsblock.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAsblock.lo -MD -MP -MF .deps/H5EAsblock.Tpo -c -o H5EAsblock.lo H5EAsblock.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAsblock.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAsblock.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAsblock.Tpo -sys-header-deps -MP -MT H5EAsblock.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAsblock.o -x c H5EAsblock.c
- 0
/bin/sh -c echo " CC " H5EAstat.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAstat.lo -MD -MP -MF .deps/H5EAstat.Tpo -c -o H5EAstat.lo H5EAstat.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAstat.lo -MD -MP -MF .deps/H5EAstat.Tpo -c -o H5EAstat.lo H5EAstat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAstat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAstat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAstat.Tpo -sys-header-deps -MP -MT H5EAstat.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAstat.o -x c H5EAstat.c
- 0
/bin/sh -c echo " CC " H5EAtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAtest.lo -MD -MP -MF .deps/H5EAtest.Tpo -c -o H5EAtest.lo H5EAtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5EAtest.lo -MD -MP -MF .deps/H5EAtest.Tpo -c -o H5EAtest.lo H5EAtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EAtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5EAtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EAtest.Tpo -sys-header-deps -MP -MT H5EAtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5EAtest.o -x c H5EAtest.c
- 0
/bin/sh -c echo " CC " H5F.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5F.lo -MD -MP -MF .deps/H5F.Tpo -c -o H5F.lo H5F.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5F.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5F.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5F.Tpo -sys-header-deps -MP -MT H5F.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5F.o -x c H5F.c
- 0
/bin/sh -c echo " CC " H5Fint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fint.lo -MD -MP -MF .deps/H5Fint.Tpo -c -o H5Fint.lo H5Fint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fint.lo -MD -MP -MF .deps/H5Fint.Tpo -c -o H5Fint.lo H5Fint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fint.Tpo -sys-header-deps -MP -MT H5Fint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fint.o -x c H5Fint.c
- 0
/bin/sh -c echo " CC " H5Faccum.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Faccum.lo -MD -MP -MF .deps/H5Faccum.Tpo -c -o H5Faccum.lo H5Faccum.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Faccum.lo -MD -MP -MF .deps/H5Faccum.Tpo -c -o H5Faccum.lo H5Faccum.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Faccum.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Faccum.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Faccum.Tpo -sys-header-deps -MP -MT H5Faccum.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Faccum.o -x c H5Faccum.c
- 0
/bin/sh -c echo " CC " H5Fcwfs.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fcwfs.lo -MD -MP -MF .deps/H5Fcwfs.Tpo -c -o H5Fcwfs.lo H5Fcwfs.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fcwfs.lo -MD -MP -MF .deps/H5Fcwfs.Tpo -c -o H5Fcwfs.lo H5Fcwfs.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fcwfs.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fcwfs.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fcwfs.Tpo -sys-header-deps -MP -MT H5Fcwfs.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fcwfs.o -x c H5Fcwfs.c
- 0
/bin/sh -c echo " CC " H5Fdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fdbg.lo -MD -MP -MF .deps/H5Fdbg.Tpo -c -o H5Fdbg.lo H5Fdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fdbg.Tpo -sys-header-deps -MP -MT H5Fdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fdbg.o -x c H5Fdbg.c
- 0
/bin/sh -c echo " CC " H5Fdeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fdeprec.lo -MD -MP -MF .deps/H5Fdeprec.Tpo -c -o H5Fdeprec.lo H5Fdeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fdeprec.lo -MD -MP -MF .deps/H5Fdeprec.Tpo -c -o H5Fdeprec.lo H5Fdeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fdeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fdeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fdeprec.Tpo -sys-header-deps -MP -MT H5Fdeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fdeprec.o -x c H5Fdeprec.c
- 0
/bin/sh -c echo " CC " H5Fefc.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fefc.lo -MD -MP -MF .deps/H5Fefc.Tpo -c -o H5Fefc.lo H5Fefc.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fefc.lo -MD -MP -MF .deps/H5Fefc.Tpo -c -o H5Fefc.lo H5Fefc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fefc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fefc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fefc.Tpo -sys-header-deps -MP -MT H5Fefc.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fefc.o -x c H5Fefc.c
- 0
/bin/sh -c echo " CC " H5Ffake.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ffake.lo -MD -MP -MF .deps/H5Ffake.Tpo -c -o H5Ffake.lo H5Ffake.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ffake.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ffake.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ffake.Tpo -sys-header-deps -MP -MT H5Ffake.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ffake.o -x c H5Ffake.c
- 0
/bin/sh -c echo " CC " H5Fio.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fio.lo -MD -MP -MF .deps/H5Fio.Tpo -c -o H5Fio.lo H5Fio.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fio.lo -MD -MP -MF .deps/H5Fio.Tpo -c -o H5Fio.lo H5Fio.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fio.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fio.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fio.Tpo -sys-header-deps -MP -MT H5Fio.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fio.o -x c H5Fio.c
- 0
/bin/sh -c echo " CC " H5Fmount.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fmount.lo -MD -MP -MF .deps/H5Fmount.Tpo -c -o H5Fmount.lo H5Fmount.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fmount.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fmount.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fmount.Tpo -sys-header-deps -MP -MT H5Fmount.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fmount.o -x c H5Fmount.c
- 0
/bin/sh -c echo " CC " H5Fquery.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fquery.lo -MD -MP -MF .deps/H5Fquery.Tpo -c -o H5Fquery.lo H5Fquery.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fquery.lo -MD -MP -MF .deps/H5Fquery.Tpo -c -o H5Fquery.lo H5Fquery.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fquery.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fquery.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fquery.Tpo -sys-header-deps -MP -MT H5Fquery.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fquery.o -x c H5Fquery.c
- 0
/bin/sh -c echo " CC " H5Fsfile.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fsfile.lo -MD -MP -MF .deps/H5Fsfile.Tpo -c -o H5Fsfile.lo H5Fsfile.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fsfile.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fsfile.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fsfile.Tpo -sys-header-deps -MP -MT H5Fsfile.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fsfile.o -x c H5Fsfile.c
- 0
/bin/sh -c echo " CC " H5Fsuper.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fsuper.lo -MD -MP -MF .deps/H5Fsuper.Tpo -c -o H5Fsuper.lo H5Fsuper.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fsuper.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fsuper.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fsuper.Tpo -sys-header-deps -MP -MT H5Fsuper.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fsuper.o -x c H5Fsuper.c
- 0
/bin/sh -c echo " CC " H5Fsuper_cache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fsuper_cache.lo -MD -MP -MF .deps/H5Fsuper_cache.Tpo -c -o H5Fsuper_cache.lo H5Fsuper_cache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Fsuper_cache.lo -MD -MP -MF .deps/H5Fsuper_cache.Tpo -c -o H5Fsuper_cache.lo H5Fsuper_cache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Fsuper_cache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Fsuper_cache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Fsuper_cache.Tpo -sys-header-deps -MP -MT H5Fsuper_cache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Fsuper_cache.o -x c H5Fsuper_cache.c
- 0
/bin/sh -c echo " CC " H5Ftest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ftest.lo -MD -MP -MF .deps/H5Ftest.Tpo -c -o H5Ftest.lo H5Ftest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ftest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ftest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ftest.Tpo -sys-header-deps -MP -MT H5Ftest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ftest.o -x c H5Ftest.c
- 0
/bin/sh -c echo " CC " H5FA.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FA.lo -MD -MP -MF .deps/H5FA.Tpo -c -o H5FA.lo H5FA.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FA.lo -MD -MP -MF .deps/H5FA.Tpo -c -o H5FA.lo H5FA.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FA.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FA.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FA.Tpo -sys-header-deps -MP -MT H5FA.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FA.o -x c H5FA.c
- 0
/bin/sh -c echo " CC " H5FAcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAcache.lo -MD -MP -MF .deps/H5FAcache.Tpo -c -o H5FAcache.lo H5FAcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAcache.lo -MD -MP -MF .deps/H5FAcache.Tpo -c -o H5FAcache.lo H5FAcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAcache.Tpo -sys-header-deps -MP -MT H5FAcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAcache.o -x c H5FAcache.c
- 0
/bin/sh -c echo " CC " H5FAdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAdbg.lo -MD -MP -MF .deps/H5FAdbg.Tpo -c -o H5FAdbg.lo H5FAdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAdbg.lo -MD -MP -MF .deps/H5FAdbg.Tpo -c -o H5FAdbg.lo H5FAdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAdbg.Tpo -sys-header-deps -MP -MT H5FAdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAdbg.o -x c H5FAdbg.c
- 0
/bin/sh -c echo " CC " H5FAdblock.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAdblock.lo -MD -MP -MF .deps/H5FAdblock.Tpo -c -o H5FAdblock.lo H5FAdblock.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAdblock.lo -MD -MP -MF .deps/H5FAdblock.Tpo -c -o H5FAdblock.lo H5FAdblock.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAdblock.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAdblock.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAdblock.Tpo -sys-header-deps -MP -MT H5FAdblock.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAdblock.o -x c H5FAdblock.c
- 0
/bin/sh -c echo " CC " H5FAdblkpage.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAdblkpage.lo -MD -MP -MF .deps/H5FAdblkpage.Tpo -c -o H5FAdblkpage.lo H5FAdblkpage.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAdblkpage.lo -MD -MP -MF .deps/H5FAdblkpage.Tpo -c -o H5FAdblkpage.lo H5FAdblkpage.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAdblkpage.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAdblkpage.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAdblkpage.Tpo -sys-header-deps -MP -MT H5FAdblkpage.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAdblkpage.o -x c H5FAdblkpage.c
- 0
/bin/sh -c echo " CC " H5FAhdr.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAhdr.lo -MD -MP -MF .deps/H5FAhdr.Tpo -c -o H5FAhdr.lo H5FAhdr.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAhdr.lo -MD -MP -MF .deps/H5FAhdr.Tpo -c -o H5FAhdr.lo H5FAhdr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAhdr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAhdr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAhdr.Tpo -sys-header-deps -MP -MT H5FAhdr.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAhdr.o -x c H5FAhdr.c
- 0
/bin/sh -c echo " CC " H5FAint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAint.lo -MD -MP -MF .deps/H5FAint.Tpo -c -o H5FAint.lo H5FAint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAint.lo -MD -MP -MF .deps/H5FAint.Tpo -c -o H5FAint.lo H5FAint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAint.Tpo -sys-header-deps -MP -MT H5FAint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAint.o -x c H5FAint.c
- 0
/bin/sh -c echo " CC " H5FAstat.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAstat.lo -MD -MP -MF .deps/H5FAstat.Tpo -c -o H5FAstat.lo H5FAstat.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAstat.lo -MD -MP -MF .deps/H5FAstat.Tpo -c -o H5FAstat.lo H5FAstat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAstat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAstat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAstat.Tpo -sys-header-deps -MP -MT H5FAstat.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAstat.o -x c H5FAstat.c
- 0
/bin/sh -c echo " CC " H5FAtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAtest.lo -MD -MP -MF .deps/H5FAtest.Tpo -c -o H5FAtest.lo H5FAtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FAtest.lo -MD -MP -MF .deps/H5FAtest.Tpo -c -o H5FAtest.lo H5FAtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FAtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FAtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FAtest.Tpo -sys-header-deps -MP -MT H5FAtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FAtest.o -x c H5FAtest.c
- 0
/bin/sh -c echo " CC " H5FD.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FD.lo -MD -MP -MF .deps/H5FD.Tpo -c -o H5FD.lo H5FD.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FD.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FD.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FD.Tpo -sys-header-deps -MP -MT H5FD.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FD.o -x c H5FD.c
- 0
/bin/sh -c echo " CC " H5FDcore.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDcore.lo -MD -MP -MF .deps/H5FDcore.Tpo -c -o H5FDcore.lo H5FDcore.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDcore.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDcore.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDcore.Tpo -sys-header-deps -MP -MT H5FDcore.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDcore.o -x c H5FDcore.c
- 0
/bin/sh -c echo " CC " H5FDfamily.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDfamily.lo -MD -MP -MF .deps/H5FDfamily.Tpo -c -o H5FDfamily.lo H5FDfamily.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDfamily.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDfamily.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDfamily.Tpo -sys-header-deps -MP -MT H5FDfamily.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDfamily.o -x c H5FDfamily.c
- 0
/bin/sh -c echo " CC " H5FDint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDint.lo -MD -MP -MF .deps/H5FDint.Tpo -c -o H5FDint.lo H5FDint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDint.lo -MD -MP -MF .deps/H5FDint.Tpo -c -o H5FDint.lo H5FDint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDint.Tpo -sys-header-deps -MP -MT H5FDint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDint.o -x c H5FDint.c
- 0
/bin/sh -c echo " CC " H5FDlog.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDlog.lo -MD -MP -MF .deps/H5FDlog.Tpo -c -o H5FDlog.lo H5FDlog.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDlog.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDlog.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDlog.Tpo -sys-header-deps -MP -MT H5FDlog.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDlog.o -x c H5FDlog.c
- 0
/bin/sh -c echo " CC " H5FDmulti.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDmulti.lo -MD -MP -MF .deps/H5FDmulti.Tpo -c -o H5FDmulti.lo H5FDmulti.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDmulti.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDmulti.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDmulti.Tpo -sys-header-deps -MP -MT H5FDmulti.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDmulti.o -x c H5FDmulti.c
- 0
/bin/sh -c echo " CC " H5FDsec2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDsec2.lo -MD -MP -MF .deps/H5FDsec2.Tpo -c -o H5FDsec2.lo H5FDsec2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDsec2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDsec2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDsec2.Tpo -sys-header-deps -MP -MT H5FDsec2.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDsec2.o -x c H5FDsec2.c
- 0
/bin/sh -c echo " CC " H5FDspace.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDspace.lo -MD -MP -MF .deps/H5FDspace.Tpo -c -o H5FDspace.lo H5FDspace.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDspace.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDspace.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDspace.Tpo -sys-header-deps -MP -MT H5FDspace.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDspace.o -x c H5FDspace.c
- 0
/bin/sh -c echo " CC " H5FDstdio.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDstdio.lo -MD -MP -MF .deps/H5FDstdio.Tpo -c -o H5FDstdio.lo H5FDstdio.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDstdio.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDstdio.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDstdio.Tpo -sys-header-deps -MP -MT H5FDstdio.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDstdio.o -x c H5FDstdio.c
- 0
/bin/sh -c echo " CC " H5FDtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDtest.lo -MD -MP -MF .deps/H5FDtest.Tpo -c -o H5FDtest.lo H5FDtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FDtest.lo -MD -MP -MF .deps/H5FDtest.Tpo -c -o H5FDtest.lo H5FDtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FDtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FDtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FDtest.Tpo -sys-header-deps -MP -MT H5FDtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FDtest.o -x c H5FDtest.c
- 0
/bin/sh -c echo " CC " H5FL.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FL.lo -MD -MP -MF .deps/H5FL.Tpo -c -o H5FL.lo H5FL.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FL.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FL.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FL.Tpo -sys-header-deps -MP -MT H5FL.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FL.o -x c H5FL.c
- 0
/bin/sh -c echo " CC " H5FO.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FO.lo -MD -MP -MF .deps/H5FO.Tpo -c -o H5FO.lo H5FO.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FO.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FO.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FO.Tpo -sys-header-deps -MP -MT H5FO.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FO.o -x c H5FO.c
- 0
/bin/sh -c echo " CC " H5FS.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FS.lo -MD -MP -MF .deps/H5FS.Tpo -c -o H5FS.lo H5FS.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FS.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FS.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FS.Tpo -sys-header-deps -MP -MT H5FS.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FS.o -x c H5FS.c
- 0
/bin/sh -c echo " CC " H5FScache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FScache.lo -MD -MP -MF .deps/H5FScache.Tpo -c -o H5FScache.lo H5FScache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FScache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FScache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FScache.Tpo -sys-header-deps -MP -MT H5FScache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FScache.o -x c H5FScache.c
- 0
/bin/sh -c echo " CC " H5FSdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSdbg.lo -MD -MP -MF .deps/H5FSdbg.Tpo -c -o H5FSdbg.lo H5FSdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FSdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FSdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FSdbg.Tpo -sys-header-deps -MP -MT H5FSdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FSdbg.o -x c H5FSdbg.c
- 0
/bin/sh -c echo " CC " H5FSint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSint.lo -MD -MP -MF .deps/H5FSint.Tpo -c -o H5FSint.lo H5FSint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSint.lo -MD -MP -MF .deps/H5FSint.Tpo -c -o H5FSint.lo H5FSint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FSint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FSint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FSint.Tpo -sys-header-deps -MP -MT H5FSint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FSint.o -x c H5FSint.c
- 0
/bin/sh -c echo " CC " H5FSsection.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSsection.lo -MD -MP -MF .deps/H5FSsection.Tpo -c -o H5FSsection.lo H5FSsection.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FSsection.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FSsection.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FSsection.Tpo -sys-header-deps -MP -MT H5FSsection.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FSsection.o -x c H5FSsection.c
- 0
/bin/sh -c echo " CC " H5FSstat.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSstat.lo -MD -MP -MF .deps/H5FSstat.Tpo -c -o H5FSstat.lo H5FSstat.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FSstat.lo -MD -MP -MF .deps/H5FSstat.Tpo -c -o H5FSstat.lo H5FSstat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FSstat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FSstat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FSstat.Tpo -sys-header-deps -MP -MT H5FSstat.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FSstat.o -x c H5FSstat.c
- 0
/bin/sh -c echo " CC " H5FStest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FStest.lo -MD -MP -MF .deps/H5FStest.Tpo -c -o H5FStest.lo H5FStest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5FStest.lo -MD -MP -MF .deps/H5FStest.Tpo -c -o H5FStest.lo H5FStest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FStest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5FStest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FStest.Tpo -sys-header-deps -MP -MT H5FStest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5FStest.o -x c H5FStest.c
- 0
/bin/sh -c echo " CC " H5G.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5G.lo -MD -MP -MF .deps/H5G.Tpo -c -o H5G.lo H5G.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5G.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5G.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5G.Tpo -sys-header-deps -MP -MT H5G.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5G.o -x c H5G.c
- 0
/bin/sh -c echo " CC " H5Gbtree2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gbtree2.lo -MD -MP -MF .deps/H5Gbtree2.Tpo -c -o H5Gbtree2.lo H5Gbtree2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gbtree2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gbtree2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gbtree2.Tpo -sys-header-deps -MP -MT H5Gbtree2.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gbtree2.o -x c H5Gbtree2.c
- 0
/bin/sh -c echo " CC " H5Gcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gcache.lo -MD -MP -MF .deps/H5Gcache.Tpo -c -o H5Gcache.lo H5Gcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gcache.lo -MD -MP -MF .deps/H5Gcache.Tpo -c -o H5Gcache.lo H5Gcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gcache.Tpo -sys-header-deps -MP -MT H5Gcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gcache.o -x c H5Gcache.c
- 0
/bin/sh -c echo " CC " H5Gcompact.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gcompact.lo -MD -MP -MF .deps/H5Gcompact.Tpo -c -o H5Gcompact.lo H5Gcompact.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gcompact.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gcompact.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gcompact.Tpo -sys-header-deps -MP -MT H5Gcompact.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gcompact.o -x c H5Gcompact.c
- 0
/bin/sh -c echo " CC " H5Gdense.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gdense.lo -MD -MP -MF .deps/H5Gdense.Tpo -c -o H5Gdense.lo H5Gdense.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gdense.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gdense.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gdense.Tpo -sys-header-deps -MP -MT H5Gdense.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gdense.o -x c H5Gdense.c
- 0
/bin/sh -c echo " CC " H5Gdeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gdeprec.lo -MD -MP -MF .deps/H5Gdeprec.Tpo -c -o H5Gdeprec.lo H5Gdeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gdeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gdeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gdeprec.Tpo -sys-header-deps -MP -MT H5Gdeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gdeprec.o -x c H5Gdeprec.c
- 0
/bin/sh -c echo " CC " H5Gent.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gent.lo -MD -MP -MF .deps/H5Gent.Tpo -c -o H5Gent.lo H5Gent.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gent.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gent.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gent.Tpo -sys-header-deps -MP -MT H5Gent.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gent.o -x c H5Gent.c
- 0
/bin/sh -c echo " CC " H5Gint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gint.lo -MD -MP -MF .deps/H5Gint.Tpo -c -o H5Gint.lo H5Gint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gint.Tpo -sys-header-deps -MP -MT H5Gint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gint.o -x c H5Gint.c
- 0
/bin/sh -c echo " CC " H5Glink.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Glink.lo -MD -MP -MF .deps/H5Glink.Tpo -c -o H5Glink.lo H5Glink.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Glink.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Glink.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Glink.Tpo -sys-header-deps -MP -MT H5Glink.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Glink.o -x c H5Glink.c
- 0
/bin/sh -c echo " CC " H5Gloc.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gloc.lo -MD -MP -MF .deps/H5Gloc.Tpo -c -o H5Gloc.lo H5Gloc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gloc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gloc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gloc.Tpo -sys-header-deps -MP -MT H5Gloc.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gloc.o -x c H5Gloc.c
- 0
/bin/sh -c echo " CC " H5Gname.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gname.lo -MD -MP -MF .deps/H5Gname.Tpo -c -o H5Gname.lo H5Gname.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gname.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gname.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gname.Tpo -sys-header-deps -MP -MT H5Gname.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gname.o -x c H5Gname.c
- 0
/bin/sh -c echo " CC " H5Gnode.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gnode.lo -MD -MP -MF .deps/H5Gnode.Tpo -c -o H5Gnode.lo H5Gnode.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gnode.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gnode.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gnode.Tpo -sys-header-deps -MP -MT H5Gnode.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gnode.o -x c H5Gnode.c
- 0
/bin/sh -c echo " CC " H5Gobj.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gobj.lo -MD -MP -MF .deps/H5Gobj.Tpo -c -o H5Gobj.lo H5Gobj.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gobj.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gobj.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gobj.Tpo -sys-header-deps -MP -MT H5Gobj.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gobj.o -x c H5Gobj.c
- 0
/bin/sh -c echo " CC " H5Goh.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Goh.lo -MD -MP -MF .deps/H5Goh.Tpo -c -o H5Goh.lo H5Goh.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Goh.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Goh.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Goh.Tpo -sys-header-deps -MP -MT H5Goh.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Goh.o -x c H5Goh.c
- 0
/bin/sh -c echo " CC " H5Groot.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Groot.lo -MD -MP -MF .deps/H5Groot.Tpo -c -o H5Groot.lo H5Groot.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Groot.lo -MD -MP -MF .deps/H5Groot.Tpo -c -o H5Groot.lo H5Groot.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Groot.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Groot.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Groot.Tpo -sys-header-deps -MP -MT H5Groot.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Groot.o -x c H5Groot.c
- 0
/bin/sh -c echo " CC " H5Gstab.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gstab.lo -MD -MP -MF .deps/H5Gstab.Tpo -c -o H5Gstab.lo H5Gstab.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gstab.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gstab.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gstab.Tpo -sys-header-deps -MP -MT H5Gstab.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gstab.o -x c H5Gstab.c
- 0
/bin/sh -c echo " CC " H5Gtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gtest.lo -MD -MP -MF .deps/H5Gtest.Tpo -c -o H5Gtest.lo H5Gtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gtest.Tpo -sys-header-deps -MP -MT H5Gtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gtest.o -x c H5Gtest.c
- 0
/bin/sh -c echo " CC " H5Gtraverse.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Gtraverse.lo -MD -MP -MF .deps/H5Gtraverse.Tpo -c -o H5Gtraverse.lo H5Gtraverse.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gtraverse.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Gtraverse.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gtraverse.Tpo -sys-header-deps -MP -MT H5Gtraverse.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gtraverse.o -x c H5Gtraverse.c
- 0
/bin/sh -c echo " CC " H5HF.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HF.lo -MD -MP -MF .deps/H5HF.Tpo -c -o H5HF.lo H5HF.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HF.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HF.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HF.Tpo -sys-header-deps -MP -MT H5HF.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HF.o -x c H5HF.c
- 0
/bin/sh -c echo " CC " H5HFbtree2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFbtree2.lo -MD -MP -MF .deps/H5HFbtree2.Tpo -c -o H5HFbtree2.lo H5HFbtree2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFbtree2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFbtree2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFbtree2.Tpo -sys-header-deps -MP -MT H5HFbtree2.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFbtree2.o -x c H5HFbtree2.c
- 0
/bin/sh -c echo " CC " H5HFcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFcache.lo -MD -MP -MF .deps/H5HFcache.Tpo -c -o H5HFcache.lo H5HFcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFcache.Tpo -sys-header-deps -MP -MT H5HFcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFcache.o -x c H5HFcache.c
- 0
/bin/sh -c echo " CC " H5HFdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFdbg.lo -MD -MP -MF .deps/H5HFdbg.Tpo -c -o H5HFdbg.lo H5HFdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFdbg.Tpo -sys-header-deps -MP -MT H5HFdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFdbg.o -x c H5HFdbg.c
- 0
/bin/sh -c echo " CC " H5HFdblock.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFdblock.lo -MD -MP -MF .deps/H5HFdblock.Tpo -c -o H5HFdblock.lo H5HFdblock.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFdblock.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFdblock.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFdblock.Tpo -sys-header-deps -MP -MT H5HFdblock.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFdblock.o -x c H5HFdblock.c
- 0
/bin/sh -c echo " CC " H5HFdtable.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFdtable.lo -MD -MP -MF .deps/H5HFdtable.Tpo -c -o H5HFdtable.lo H5HFdtable.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFdtable.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFdtable.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFdtable.Tpo -sys-header-deps -MP -MT H5HFdtable.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFdtable.o -x c H5HFdtable.c
- 0
/bin/sh -c echo " CC " H5HFhdr.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFhdr.lo -MD -MP -MF .deps/H5HFhdr.Tpo -c -o H5HFhdr.lo H5HFhdr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFhdr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFhdr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFhdr.Tpo -sys-header-deps -MP -MT H5HFhdr.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFhdr.o -x c H5HFhdr.c
- 0
/bin/sh -c echo " CC " H5HFhuge.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFhuge.lo -MD -MP -MF .deps/H5HFhuge.Tpo -c -o H5HFhuge.lo H5HFhuge.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFhuge.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFhuge.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFhuge.Tpo -sys-header-deps -MP -MT H5HFhuge.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFhuge.o -x c H5HFhuge.c
- 0
/bin/sh -c echo " CC " H5HFiblock.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFiblock.lo -MD -MP -MF .deps/H5HFiblock.Tpo -c -o H5HFiblock.lo H5HFiblock.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFiblock.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFiblock.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFiblock.Tpo -sys-header-deps -MP -MT H5HFiblock.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFiblock.o -x c H5HFiblock.c
- 0
/bin/sh -c echo " CC " H5HFint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFint.lo -MD -MP -MF .deps/H5HFint.Tpo -c -o H5HFint.lo H5HFint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFint.lo -MD -MP -MF .deps/H5HFint.Tpo -c -o H5HFint.lo H5HFint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFint.Tpo -sys-header-deps -MP -MT H5HFint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFint.o -x c H5HFint.c
- 0
/bin/sh -c echo " CC " H5HFiter.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFiter.lo -MD -MP -MF .deps/H5HFiter.Tpo -c -o H5HFiter.lo H5HFiter.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFiter.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFiter.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFiter.Tpo -sys-header-deps -MP -MT H5HFiter.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFiter.o -x c H5HFiter.c
- 0
/bin/sh -c echo " CC " H5HFman.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFman.lo -MD -MP -MF .deps/H5HFman.Tpo -c -o H5HFman.lo H5HFman.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFman.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFman.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFman.Tpo -sys-header-deps -MP -MT H5HFman.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFman.o -x c H5HFman.c
- 0
/bin/sh -c echo " CC " H5HFsection.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFsection.lo -MD -MP -MF .deps/H5HFsection.Tpo -c -o H5HFsection.lo H5HFsection.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFsection.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFsection.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFsection.Tpo -sys-header-deps -MP -MT H5HFsection.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFsection.o -x c H5HFsection.c
- 0
/bin/sh -c echo " CC " H5HFspace.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFspace.lo -MD -MP -MF .deps/H5HFspace.Tpo -c -o H5HFspace.lo H5HFspace.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFspace.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFspace.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFspace.Tpo -sys-header-deps -MP -MT H5HFspace.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFspace.o -x c H5HFspace.c
- 0
/bin/sh -c echo " CC " H5HFstat.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFstat.lo -MD -MP -MF .deps/H5HFstat.Tpo -c -o H5HFstat.lo H5HFstat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFstat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFstat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFstat.Tpo -sys-header-deps -MP -MT H5HFstat.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFstat.o -x c H5HFstat.c
- 0
/bin/sh -c echo " CC " H5HFtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFtest.lo -MD -MP -MF .deps/H5HFtest.Tpo -c -o H5HFtest.lo H5HFtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFtest.Tpo -sys-header-deps -MP -MT H5HFtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFtest.o -x c H5HFtest.c
- 0
/bin/sh -c echo " CC " H5HFtiny.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HFtiny.lo -MD -MP -MF .deps/H5HFtiny.Tpo -c -o H5HFtiny.lo H5HFtiny.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HFtiny.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HFtiny.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HFtiny.Tpo -sys-header-deps -MP -MT H5HFtiny.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HFtiny.o -x c H5HFtiny.c
- 0
/bin/sh -c echo " CC " H5HG.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HG.lo -MD -MP -MF .deps/H5HG.Tpo -c -o H5HG.lo H5HG.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HG.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HG.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HG.Tpo -sys-header-deps -MP -MT H5HG.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HG.o -x c H5HG.c
- 0
/bin/sh -c echo " CC " H5HGcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HGcache.lo -MD -MP -MF .deps/H5HGcache.Tpo -c -o H5HGcache.lo H5HGcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HGcache.lo -MD -MP -MF .deps/H5HGcache.Tpo -c -o H5HGcache.lo H5HGcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HGcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HGcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HGcache.Tpo -sys-header-deps -MP -MT H5HGcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HGcache.o -x c H5HGcache.c
- 0
/bin/sh -c echo " CC " H5HGdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HGdbg.lo -MD -MP -MF .deps/H5HGdbg.Tpo -c -o H5HGdbg.lo H5HGdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HGdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HGdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HGdbg.Tpo -sys-header-deps -MP -MT H5HGdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HGdbg.o -x c H5HGdbg.c
- 0
/bin/sh -c echo " CC " H5HGquery.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HGquery.lo -MD -MP -MF .deps/H5HGquery.Tpo -c -o H5HGquery.lo H5HGquery.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HGquery.lo -MD -MP -MF .deps/H5HGquery.Tpo -c -o H5HGquery.lo H5HGquery.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HGquery.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HGquery.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HGquery.Tpo -sys-header-deps -MP -MT H5HGquery.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HGquery.o -x c H5HGquery.c
- 0
/bin/sh -c echo " CC " H5HL.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HL.lo -MD -MP -MF .deps/H5HL.Tpo -c -o H5HL.lo H5HL.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HL.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HL.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HL.Tpo -sys-header-deps -MP -MT H5HL.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HL.o -x c H5HL.c
- 0
/bin/sh -c echo " CC " H5HLcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLcache.lo -MD -MP -MF .deps/H5HLcache.Tpo -c -o H5HLcache.lo H5HLcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLcache.lo -MD -MP -MF .deps/H5HLcache.Tpo -c -o H5HLcache.lo H5HLcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HLcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HLcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HLcache.Tpo -sys-header-deps -MP -MT H5HLcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HLcache.o -x c H5HLcache.c
- 0
/bin/sh -c echo " CC " H5HLdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLdbg.lo -MD -MP -MF .deps/H5HLdbg.Tpo -c -o H5HLdbg.lo H5HLdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HLdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HLdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HLdbg.Tpo -sys-header-deps -MP -MT H5HLdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HLdbg.o -x c H5HLdbg.c
- 0
/bin/sh -c echo " CC " H5HLint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLint.lo -MD -MP -MF .deps/H5HLint.Tpo -c -o H5HLint.lo H5HLint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLint.lo -MD -MP -MF .deps/H5HLint.Tpo -c -o H5HLint.lo H5HLint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HLint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HLint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HLint.Tpo -sys-header-deps -MP -MT H5HLint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HLint.o -x c H5HLint.c
- 0
/bin/sh -c echo " CC " H5HLprfx.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLprfx.lo -MD -MP -MF .deps/H5HLprfx.Tpo -c -o H5HLprfx.lo H5HLprfx.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLprfx.lo -MD -MP -MF .deps/H5HLprfx.Tpo -c -o H5HLprfx.lo H5HLprfx.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HLprfx.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HLprfx.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HLprfx.Tpo -sys-header-deps -MP -MT H5HLprfx.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HLprfx.o -x c H5HLprfx.c
- 0
/bin/sh -c echo " CC " H5HLdblk.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLdblk.lo -MD -MP -MF .deps/H5HLdblk.Tpo -c -o H5HLdblk.lo H5HLdblk.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HLdblk.lo -MD -MP -MF .deps/H5HLdblk.Tpo -c -o H5HLdblk.lo H5HLdblk.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HLdblk.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HLdblk.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HLdblk.Tpo -sys-header-deps -MP -MT H5HLdblk.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HLdblk.o -x c H5HLdblk.c
- 0
/bin/sh -c echo " CC " H5HP.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5HP.lo -MD -MP -MF .deps/H5HP.Tpo -c -o H5HP.lo H5HP.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5HP.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5HP.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5HP.Tpo -sys-header-deps -MP -MT H5HP.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5HP.o -x c H5HP.c
- 0
/bin/sh -c echo " CC " H5I.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5I.lo -MD -MP -MF .deps/H5I.Tpo -c -o H5I.lo H5I.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5I.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5I.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5I.Tpo -sys-header-deps -MP -MT H5I.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5I.o -x c H5I.c
- 0
/bin/sh -c echo " CC " H5Itest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Itest.lo -MD -MP -MF .deps/H5Itest.Tpo -c -o H5Itest.lo H5Itest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Itest.lo -MD -MP -MF .deps/H5Itest.Tpo -c -o H5Itest.lo H5Itest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Itest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Itest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Itest.Tpo -sys-header-deps -MP -MT H5Itest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Itest.o -x c H5Itest.c
- 0
/bin/sh -c echo " CC " H5L.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5L.lo -MD -MP -MF .deps/H5L.Tpo -c -o H5L.lo H5L.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5L.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5L.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5L.Tpo -sys-header-deps -MP -MT H5L.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5L.o -x c H5L.c
- 0
/bin/sh -c echo " CC " H5Lexternal.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Lexternal.lo -MD -MP -MF .deps/H5Lexternal.Tpo -c -o H5Lexternal.lo H5Lexternal.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Lexternal.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Lexternal.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Lexternal.Tpo -sys-header-deps -MP -MT H5Lexternal.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Lexternal.o -x c H5Lexternal.c
- 0
/bin/sh -c echo " CC " H5make_libsettings.o;clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5make_libsettings.o -MD -MP -MF .deps/H5make_libsettings.Tpo -c -o H5make_libsettings.o H5make_libsettings.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5make_libsettings.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/H5make_libsettings.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5make_libsettings.Tpo -sys-header-deps -MP -MT H5make_libsettings.o -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o H5make_libsettings.o -x c H5make_libsettings.c
- 0
/bin/sh -c echo " CCLD " H5make_libsettings;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o H5make_libsettings H5make_libsettings.o -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o H5make_libsettings H5make_libsettings.o -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5make_libsettings /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib H5make_libsettings.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
./H5make_libsettings > H5lib_settings.c || \
(test $HDF5_Make_Ignore && echo "*** Error ignored") || \
(rm -f H5lib_settings.c ; exit 1)
- 0
/bin/sh -c echo " CC " H5lib_settings.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5lib_settings.lo -MD -MP -MF .deps/H5lib_settings.Tpo -c -o H5lib_settings.lo H5lib_settings.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5lib_settings.lo -MD -MP -MF .deps/H5lib_settings.Tpo -c -o H5lib_settings.lo H5lib_settings.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5lib_settings.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5lib_settings.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5lib_settings.Tpo -sys-header-deps -MP -MT H5lib_settings.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5lib_settings.o -x c H5lib_settings.c
- 0
/bin/sh -c echo " CC " H5MF.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MF.lo -MD -MP -MF .deps/H5MF.Tpo -c -o H5MF.lo H5MF.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5MF.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5MF.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5MF.Tpo -sys-header-deps -MP -MT H5MF.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5MF.o -x c H5MF.c
- 0
/bin/sh -c echo " CC " H5MFaggr.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MFaggr.lo -MD -MP -MF .deps/H5MFaggr.Tpo -c -o H5MFaggr.lo H5MFaggr.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MFaggr.lo -MD -MP -MF .deps/H5MFaggr.Tpo -c -o H5MFaggr.lo H5MFaggr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5MFaggr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5MFaggr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5MFaggr.Tpo -sys-header-deps -MP -MT H5MFaggr.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5MFaggr.o -x c H5MFaggr.c
- 0
/bin/sh -c echo " CC " H5MFdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MFdbg.lo -MD -MP -MF .deps/H5MFdbg.Tpo -c -o H5MFdbg.lo H5MFdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MFdbg.lo -MD -MP -MF .deps/H5MFdbg.Tpo -c -o H5MFdbg.lo H5MFdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5MFdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5MFdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5MFdbg.Tpo -sys-header-deps -MP -MT H5MFdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5MFdbg.o -x c H5MFdbg.c
- 0
/bin/sh -c echo " CC " H5MFsection.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MFsection.lo -MD -MP -MF .deps/H5MFsection.Tpo -c -o H5MFsection.lo H5MFsection.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MFsection.lo -MD -MP -MF .deps/H5MFsection.Tpo -c -o H5MFsection.lo H5MFsection.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5MFsection.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5MFsection.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5MFsection.Tpo -sys-header-deps -MP -MT H5MFsection.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5MFsection.o -x c H5MFsection.c
- 0
/bin/sh -c echo " CC " H5MM.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MM.lo -MD -MP -MF .deps/H5MM.Tpo -c -o H5MM.lo H5MM.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5MM.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5MM.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5MM.Tpo -sys-header-deps -MP -MT H5MM.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5MM.o -x c H5MM.c
- 0
/bin/sh -c echo " CC " H5MP.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MP.lo -MD -MP -MF .deps/H5MP.Tpo -c -o H5MP.lo H5MP.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5MP.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5MP.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5MP.Tpo -sys-header-deps -MP -MT H5MP.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5MP.o -x c H5MP.c
- 0
/bin/sh -c echo " CC " H5MPtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5MPtest.lo -MD -MP -MF .deps/H5MPtest.Tpo -c -o H5MPtest.lo H5MPtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5MPtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5MPtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5MPtest.Tpo -sys-header-deps -MP -MT H5MPtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5MPtest.o -x c H5MPtest.c
- 0
/bin/sh -c echo " CC " H5O.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5O.lo -MD -MP -MF .deps/H5O.Tpo -c -o H5O.lo H5O.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5O.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5O.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5O.Tpo -sys-header-deps -MP -MT H5O.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5O.o -x c H5O.c
- 0
/bin/sh -c echo " CC " H5Oainfo.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oainfo.lo -MD -MP -MF .deps/H5Oainfo.Tpo -c -o H5Oainfo.lo H5Oainfo.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oainfo.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oainfo.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oainfo.Tpo -sys-header-deps -MP -MT H5Oainfo.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oainfo.o -x c H5Oainfo.c
- 0
/bin/sh -c echo " CC " H5Oalloc.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oalloc.lo -MD -MP -MF .deps/H5Oalloc.Tpo -c -o H5Oalloc.lo H5Oalloc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oalloc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oalloc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oalloc.Tpo -sys-header-deps -MP -MT H5Oalloc.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oalloc.o -x c H5Oalloc.c
- 0
/bin/sh -c echo " CC " H5Oattr.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oattr.lo -MD -MP -MF .deps/H5Oattr.Tpo -c -o H5Oattr.lo H5Oattr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oattr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oattr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oattr.Tpo -sys-header-deps -MP -MT H5Oattr.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oattr.o -x c H5Oattr.c
- 0
/bin/sh -c echo " CC " H5Oattribute.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oattribute.lo -MD -MP -MF .deps/H5Oattribute.Tpo -c -o H5Oattribute.lo H5Oattribute.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oattribute.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oattribute.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oattribute.Tpo -sys-header-deps -MP -MT H5Oattribute.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oattribute.o -x c H5Oattribute.c
- 0
/bin/sh -c echo " CC " H5Obogus.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Obogus.lo -MD -MP -MF .deps/H5Obogus.Tpo -c -o H5Obogus.lo H5Obogus.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Obogus.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Obogus.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Obogus.Tpo -sys-header-deps -MP -MT H5Obogus.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Obogus.o -x c H5Obogus.c
- 0
/bin/sh -c echo " CC " H5Obtreek.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Obtreek.lo -MD -MP -MF .deps/H5Obtreek.Tpo -c -o H5Obtreek.lo H5Obtreek.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Obtreek.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Obtreek.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Obtreek.Tpo -sys-header-deps -MP -MT H5Obtreek.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Obtreek.o -x c H5Obtreek.c
- 0
/bin/sh -c echo " CC " H5Ocache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ocache.lo -MD -MP -MF .deps/H5Ocache.Tpo -c -o H5Ocache.lo H5Ocache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ocache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ocache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ocache.Tpo -sys-header-deps -MP -MT H5Ocache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ocache.o -x c H5Ocache.c
- 0
/bin/sh -c echo " CC " H5Ochunk.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ochunk.lo -MD -MP -MF .deps/H5Ochunk.Tpo -c -o H5Ochunk.lo H5Ochunk.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ochunk.lo -MD -MP -MF .deps/H5Ochunk.Tpo -c -o H5Ochunk.lo H5Ochunk.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ochunk.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ochunk.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ochunk.Tpo -sys-header-deps -MP -MT H5Ochunk.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ochunk.o -x c H5Ochunk.c
- 0
/bin/sh -c echo " CC " H5Ocont.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ocont.lo -MD -MP -MF .deps/H5Ocont.Tpo -c -o H5Ocont.lo H5Ocont.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ocont.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ocont.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ocont.Tpo -sys-header-deps -MP -MT H5Ocont.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ocont.o -x c H5Ocont.c
- 0
/bin/sh -c echo " CC " H5Ocopy.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ocopy.lo -MD -MP -MF .deps/H5Ocopy.Tpo -c -o H5Ocopy.lo H5Ocopy.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ocopy.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ocopy.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ocopy.Tpo -sys-header-deps -MP -MT H5Ocopy.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ocopy.o -x c H5Ocopy.c
- 0
/bin/sh -c echo " CC " H5Odbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Odbg.lo -MD -MP -MF .deps/H5Odbg.Tpo -c -o H5Odbg.lo H5Odbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Odbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Odbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Odbg.Tpo -sys-header-deps -MP -MT H5Odbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Odbg.o -x c H5Odbg.c
- 0
/bin/sh -c echo " CC " H5Odrvinfo.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Odrvinfo.lo -MD -MP -MF .deps/H5Odrvinfo.Tpo -c -o H5Odrvinfo.lo H5Odrvinfo.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Odrvinfo.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Odrvinfo.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Odrvinfo.Tpo -sys-header-deps -MP -MT H5Odrvinfo.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Odrvinfo.o -x c H5Odrvinfo.c
- 0
/bin/sh -c echo " CC " H5Odtype.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Odtype.lo -MD -MP -MF .deps/H5Odtype.Tpo -c -o H5Odtype.lo H5Odtype.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Odtype.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Odtype.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Odtype.Tpo -sys-header-deps -MP -MT H5Odtype.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Odtype.o -x c H5Odtype.c
- 0
/bin/sh -c echo " CC " H5Oefl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oefl.lo -MD -MP -MF .deps/H5Oefl.Tpo -c -o H5Oefl.lo H5Oefl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oefl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oefl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oefl.Tpo -sys-header-deps -MP -MT H5Oefl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oefl.o -x c H5Oefl.c
- 0
/bin/sh -c echo " CC " H5Ofill.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ofill.lo -MD -MP -MF .deps/H5Ofill.Tpo -c -o H5Ofill.lo H5Ofill.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ofill.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ofill.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ofill.Tpo -sys-header-deps -MP -MT H5Ofill.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ofill.o -x c H5Ofill.c
- 0
/bin/sh -c echo " CC " H5Oflush.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oflush.lo -MD -MP -MF .deps/H5Oflush.Tpo -c -o H5Oflush.lo H5Oflush.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oflush.lo -MD -MP -MF .deps/H5Oflush.Tpo -c -o H5Oflush.lo H5Oflush.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oflush.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oflush.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oflush.Tpo -sys-header-deps -MP -MT H5Oflush.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oflush.o -x c H5Oflush.c
- 0
/bin/sh -c echo " CC " H5Ofsinfo.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ofsinfo.lo -MD -MP -MF .deps/H5Ofsinfo.Tpo -c -o H5Ofsinfo.lo H5Ofsinfo.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ofsinfo.lo -MD -MP -MF .deps/H5Ofsinfo.Tpo -c -o H5Ofsinfo.lo H5Ofsinfo.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ofsinfo.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ofsinfo.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ofsinfo.Tpo -sys-header-deps -MP -MT H5Ofsinfo.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ofsinfo.o -x c H5Ofsinfo.c
- 0
/bin/sh -c echo " CC " H5Oginfo.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oginfo.lo -MD -MP -MF .deps/H5Oginfo.Tpo -c -o H5Oginfo.lo H5Oginfo.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oginfo.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oginfo.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oginfo.Tpo -sys-header-deps -MP -MT H5Oginfo.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oginfo.o -x c H5Oginfo.c
- 0
/bin/sh -c echo " CC " H5Olayout.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Olayout.lo -MD -MP -MF .deps/H5Olayout.Tpo -c -o H5Olayout.lo H5Olayout.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Olayout.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Olayout.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Olayout.Tpo -sys-header-deps -MP -MT H5Olayout.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Olayout.o -x c H5Olayout.c
- 0
/bin/sh -c echo " CC " H5Olinfo.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Olinfo.lo -MD -MP -MF .deps/H5Olinfo.Tpo -c -o H5Olinfo.lo H5Olinfo.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Olinfo.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Olinfo.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Olinfo.Tpo -sys-header-deps -MP -MT H5Olinfo.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Olinfo.o -x c H5Olinfo.c
- 0
/bin/sh -c echo " CC " H5Olink.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Olink.lo -MD -MP -MF .deps/H5Olink.Tpo -c -o H5Olink.lo H5Olink.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Olink.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Olink.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Olink.Tpo -sys-header-deps -MP -MT H5Olink.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Olink.o -x c H5Olink.c
- 0
/bin/sh -c echo " CC " H5Omessage.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Omessage.lo -MD -MP -MF .deps/H5Omessage.Tpo -c -o H5Omessage.lo H5Omessage.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Omessage.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Omessage.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Omessage.Tpo -sys-header-deps -MP -MT H5Omessage.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Omessage.o -x c H5Omessage.c
- 0
/bin/sh -c echo " CC " H5Omtime.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Omtime.lo -MD -MP -MF .deps/H5Omtime.Tpo -c -o H5Omtime.lo H5Omtime.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Omtime.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Omtime.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Omtime.Tpo -sys-header-deps -MP -MT H5Omtime.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Omtime.o -x c H5Omtime.c
- 0
/bin/sh -c echo " CC " H5Oname.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oname.lo -MD -MP -MF .deps/H5Oname.Tpo -c -o H5Oname.lo H5Oname.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oname.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oname.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oname.Tpo -sys-header-deps -MP -MT H5Oname.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oname.o -x c H5Oname.c
- 0
/bin/sh -c echo " CC " H5Onull.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Onull.lo -MD -MP -MF .deps/H5Onull.Tpo -c -o H5Onull.lo H5Onull.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Onull.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Onull.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Onull.Tpo -sys-header-deps -MP -MT H5Onull.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Onull.o -x c H5Onull.c
- 0
/bin/sh -c echo " CC " H5Opline.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Opline.lo -MD -MP -MF .deps/H5Opline.Tpo -c -o H5Opline.lo H5Opline.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Opline.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Opline.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Opline.Tpo -sys-header-deps -MP -MT H5Opline.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Opline.o -x c H5Opline.c
- 0
/bin/sh -c echo " CC " H5Oproxy.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oproxy.lo -MD -MP -MF .deps/H5Oproxy.Tpo -c -o H5Oproxy.lo H5Oproxy.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oproxy.lo -MD -MP -MF .deps/H5Oproxy.Tpo -c -o H5Oproxy.lo H5Oproxy.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oproxy.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oproxy.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oproxy.Tpo -sys-header-deps -MP -MT H5Oproxy.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oproxy.o -x c H5Oproxy.c
- 0
/bin/sh -c echo " CC " H5Orefcount.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Orefcount.lo -MD -MP -MF .deps/H5Orefcount.Tpo -c -o H5Orefcount.lo H5Orefcount.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Orefcount.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Orefcount.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Orefcount.Tpo -sys-header-deps -MP -MT H5Orefcount.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Orefcount.o -x c H5Orefcount.c
- 0
/bin/sh -c echo " CC " H5Osdspace.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Osdspace.lo -MD -MP -MF .deps/H5Osdspace.Tpo -c -o H5Osdspace.lo H5Osdspace.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Osdspace.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Osdspace.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Osdspace.Tpo -sys-header-deps -MP -MT H5Osdspace.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Osdspace.o -x c H5Osdspace.c
- 0
/bin/sh -c echo " CC " H5Oshared.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oshared.lo -MD -MP -MF .deps/H5Oshared.Tpo -c -o H5Oshared.lo H5Oshared.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oshared.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oshared.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oshared.Tpo -sys-header-deps -MP -MT H5Oshared.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oshared.o -x c H5Oshared.c
- 0
/bin/sh -c echo " CC " H5Oshmesg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Oshmesg.lo -MD -MP -MF .deps/H5Oshmesg.Tpo -c -o H5Oshmesg.lo H5Oshmesg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Oshmesg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Oshmesg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Oshmesg.Tpo -sys-header-deps -MP -MT H5Oshmesg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Oshmesg.o -x c H5Oshmesg.c
- 0
/bin/sh -c echo " CC " H5Ostab.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ostab.lo -MD -MP -MF .deps/H5Ostab.Tpo -c -o H5Ostab.lo H5Ostab.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ostab.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ostab.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ostab.Tpo -sys-header-deps -MP -MT H5Ostab.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ostab.o -x c H5Ostab.c
- 0
/bin/sh -c echo " CC " H5Otest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Otest.lo -MD -MP -MF .deps/H5Otest.Tpo -c -o H5Otest.lo H5Otest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Otest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Otest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Otest.Tpo -sys-header-deps -MP -MT H5Otest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Otest.o -x c H5Otest.c
- 0
/bin/sh -c echo " CC " H5Ounknown.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ounknown.lo -MD -MP -MF .deps/H5Ounknown.Tpo -c -o H5Ounknown.lo H5Ounknown.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ounknown.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ounknown.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ounknown.Tpo -sys-header-deps -MP -MT H5Ounknown.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ounknown.o -x c H5Ounknown.c
- 0
/bin/sh -c echo " CC " H5P.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5P.lo -MD -MP -MF .deps/H5P.Tpo -c -o H5P.lo H5P.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5P.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5P.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5P.Tpo -sys-header-deps -MP -MT H5P.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5P.o -x c H5P.c
- 0
/bin/sh -c echo " CC " H5Pacpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pacpl.lo -MD -MP -MF .deps/H5Pacpl.Tpo -c -o H5Pacpl.lo H5Pacpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pacpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pacpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pacpl.Tpo -sys-header-deps -MP -MT H5Pacpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pacpl.o -x c H5Pacpl.c
- 0
/bin/sh -c echo " CC " H5Pdapl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdapl.lo -MD -MP -MF .deps/H5Pdapl.Tpo -c -o H5Pdapl.lo H5Pdapl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdapl.lo -MD -MP -MF .deps/H5Pdapl.Tpo -c -o H5Pdapl.lo H5Pdapl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pdapl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pdapl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pdapl.Tpo -sys-header-deps -MP -MT H5Pdapl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pdapl.o -x c H5Pdapl.c
- 0
/bin/sh -c echo " CC " H5Pdcpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdcpl.lo -MD -MP -MF .deps/H5Pdcpl.Tpo -c -o H5Pdcpl.lo H5Pdcpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pdcpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pdcpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pdcpl.Tpo -sys-header-deps -MP -MT H5Pdcpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pdcpl.o -x c H5Pdcpl.c
- 0
/bin/sh -c echo " CC " H5Pdeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdeprec.lo -MD -MP -MF .deps/H5Pdeprec.Tpo -c -o H5Pdeprec.lo H5Pdeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pdeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pdeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pdeprec.Tpo -sys-header-deps -MP -MT H5Pdeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pdeprec.o -x c H5Pdeprec.c
- 0
/bin/sh -c echo " CC " H5Pdxpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pdxpl.lo -MD -MP -MF .deps/H5Pdxpl.Tpo -c -o H5Pdxpl.lo H5Pdxpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pdxpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pdxpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pdxpl.Tpo -sys-header-deps -MP -MT H5Pdxpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pdxpl.o -x c H5Pdxpl.c
- 0
/bin/sh -c echo " CC " H5Pencdec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pencdec.lo -MD -MP -MF .deps/H5Pencdec.Tpo -c -o H5Pencdec.lo H5Pencdec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pencdec.lo -MD -MP -MF .deps/H5Pencdec.Tpo -c -o H5Pencdec.lo H5Pencdec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pencdec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pencdec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pencdec.Tpo -sys-header-deps -MP -MT H5Pencdec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pencdec.o -x c H5Pencdec.c
- 0
/bin/sh -c echo " CC " H5Pfapl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pfapl.lo -MD -MP -MF .deps/H5Pfapl.Tpo -c -o H5Pfapl.lo H5Pfapl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pfapl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pfapl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pfapl.Tpo -sys-header-deps -MP -MT H5Pfapl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pfapl.o -x c H5Pfapl.c
- 0
/bin/sh -c echo " CC " H5Pfcpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pfcpl.lo -MD -MP -MF .deps/H5Pfcpl.Tpo -c -o H5Pfcpl.lo H5Pfcpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pfcpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pfcpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pfcpl.Tpo -sys-header-deps -MP -MT H5Pfcpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pfcpl.o -x c H5Pfcpl.c
- 0
/bin/sh -c echo " CC " H5Pfmpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pfmpl.lo -MD -MP -MF .deps/H5Pfmpl.Tpo -c -o H5Pfmpl.lo H5Pfmpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pfmpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pfmpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pfmpl.Tpo -sys-header-deps -MP -MT H5Pfmpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pfmpl.o -x c H5Pfmpl.c
- 0
/bin/sh -c echo " CC " H5Pgcpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pgcpl.lo -MD -MP -MF .deps/H5Pgcpl.Tpo -c -o H5Pgcpl.lo H5Pgcpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pgcpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pgcpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pgcpl.Tpo -sys-header-deps -MP -MT H5Pgcpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pgcpl.o -x c H5Pgcpl.c
- 0
/bin/sh -c echo " CC " H5Pint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pint.lo -MD -MP -MF .deps/H5Pint.Tpo -c -o H5Pint.lo H5Pint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pint.Tpo -sys-header-deps -MP -MT H5Pint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pint.o -x c H5Pint.c
- 0
/bin/sh -c echo " CC " H5Plapl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Plapl.lo -MD -MP -MF .deps/H5Plapl.Tpo -c -o H5Plapl.lo H5Plapl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Plapl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Plapl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Plapl.Tpo -sys-header-deps -MP -MT H5Plapl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Plapl.o -x c H5Plapl.c
- 0
/bin/sh -c echo " CC " H5Plcpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Plcpl.lo -MD -MP -MF .deps/H5Plcpl.Tpo -c -o H5Plcpl.lo H5Plcpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Plcpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Plcpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Plcpl.Tpo -sys-header-deps -MP -MT H5Plcpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Plcpl.o -x c H5Plcpl.c
- 0
/bin/sh -c echo " CC " H5Pocpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pocpl.lo -MD -MP -MF .deps/H5Pocpl.Tpo -c -o H5Pocpl.lo H5Pocpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pocpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pocpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pocpl.Tpo -sys-header-deps -MP -MT H5Pocpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pocpl.o -x c H5Pocpl.c
- 0
/bin/sh -c echo " CC " H5Pocpypl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pocpypl.lo -MD -MP -MF .deps/H5Pocpypl.Tpo -c -o H5Pocpypl.lo H5Pocpypl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pocpypl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pocpypl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pocpypl.Tpo -sys-header-deps -MP -MT H5Pocpypl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pocpypl.o -x c H5Pocpypl.c
- 0
/bin/sh -c echo " CC " H5Pstrcpl.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Pstrcpl.lo -MD -MP -MF .deps/H5Pstrcpl.Tpo -c -o H5Pstrcpl.lo H5Pstrcpl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pstrcpl.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Pstrcpl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pstrcpl.Tpo -sys-header-deps -MP -MT H5Pstrcpl.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pstrcpl.o -x c H5Pstrcpl.c
- 0
/bin/sh -c echo " CC " H5Ptest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ptest.lo -MD -MP -MF .deps/H5Ptest.Tpo -c -o H5Ptest.lo H5Ptest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ptest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ptest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ptest.Tpo -sys-header-deps -MP -MT H5Ptest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ptest.o -x c H5Ptest.c
- 0
/bin/sh -c echo " CC " H5PL.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5PL.lo -MD -MP -MF .deps/H5PL.Tpo -c -o H5PL.lo H5PL.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5PL.lo -MD -MP -MF .deps/H5PL.Tpo -c -o H5PL.lo H5PL.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5PL.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5PL.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5PL.Tpo -sys-header-deps -MP -MT H5PL.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5PL.o -x c H5PL.c
- 0
/bin/sh -c echo " CC " H5R.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5R.lo -MD -MP -MF .deps/H5R.Tpo -c -o H5R.lo H5R.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5R.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5R.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5R.Tpo -sys-header-deps -MP -MT H5R.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5R.o -x c H5R.c
- 0
/bin/sh -c echo " CC " H5Rdeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Rdeprec.lo -MD -MP -MF .deps/H5Rdeprec.Tpo -c -o H5Rdeprec.lo H5Rdeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Rdeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Rdeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Rdeprec.Tpo -sys-header-deps -MP -MT H5Rdeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Rdeprec.o -x c H5Rdeprec.c
- 0
/bin/sh -c echo " CC " H5UC.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5UC.lo -MD -MP -MF .deps/H5UC.Tpo -c -o H5UC.lo H5UC.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5UC.lo -MD -MP -MF .deps/H5UC.Tpo -c -o H5UC.lo H5UC.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5UC.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5UC.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5UC.Tpo -sys-header-deps -MP -MT H5UC.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5UC.o -x c H5UC.c
- 0
/bin/sh -c echo " CC " H5RS.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5RS.lo -MD -MP -MF .deps/H5RS.Tpo -c -o H5RS.lo H5RS.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5RS.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5RS.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5RS.Tpo -sys-header-deps -MP -MT H5RS.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5RS.o -x c H5RS.c
- 0
/bin/sh -c echo " CC " H5S.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5S.lo -MD -MP -MF .deps/H5S.Tpo -c -o H5S.lo H5S.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5S.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5S.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5S.Tpo -sys-header-deps -MP -MT H5S.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5S.o -x c H5S.c
- 0
/bin/sh -c echo " CC " H5Sall.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Sall.lo -MD -MP -MF .deps/H5Sall.Tpo -c -o H5Sall.lo H5Sall.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Sall.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Sall.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Sall.Tpo -sys-header-deps -MP -MT H5Sall.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Sall.o -x c H5Sall.c
- 0
/bin/sh -c echo " CC " H5Sdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Sdbg.lo -MD -MP -MF .deps/H5Sdbg.Tpo -c -o H5Sdbg.lo H5Sdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Sdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Sdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Sdbg.Tpo -sys-header-deps -MP -MT H5Sdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Sdbg.o -x c H5Sdbg.c
- 0
/bin/sh -c echo " CC " H5Shyper.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Shyper.lo -MD -MP -MF .deps/H5Shyper.Tpo -c -o H5Shyper.lo H5Shyper.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Shyper.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Shyper.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Shyper.Tpo -sys-header-deps -MP -MT H5Shyper.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Shyper.o -x c H5Shyper.c
- 0
/bin/sh -c echo " CC " H5Snone.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Snone.lo -MD -MP -MF .deps/H5Snone.Tpo -c -o H5Snone.lo H5Snone.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Snone.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Snone.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Snone.Tpo -sys-header-deps -MP -MT H5Snone.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Snone.o -x c H5Snone.c
- 0
/bin/sh -c echo " CC " H5Spoint.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Spoint.lo -MD -MP -MF .deps/H5Spoint.Tpo -c -o H5Spoint.lo H5Spoint.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Spoint.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Spoint.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Spoint.Tpo -sys-header-deps -MP -MT H5Spoint.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Spoint.o -x c H5Spoint.c
- 0
/bin/sh -c echo " CC " H5Sselect.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Sselect.lo -MD -MP -MF .deps/H5Sselect.Tpo -c -o H5Sselect.lo H5Sselect.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Sselect.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Sselect.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Sselect.Tpo -sys-header-deps -MP -MT H5Sselect.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Sselect.o -x c H5Sselect.c
- 0
/bin/sh -c echo " CC " H5Stest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Stest.lo -MD -MP -MF .deps/H5Stest.Tpo -c -o H5Stest.lo H5Stest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Stest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Stest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Stest.Tpo -sys-header-deps -MP -MT H5Stest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Stest.o -x c H5Stest.c
- 0
/bin/sh -c echo " CC " H5SL.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SL.lo -MD -MP -MF .deps/H5SL.Tpo -c -o H5SL.lo H5SL.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5SL.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5SL.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5SL.Tpo -sys-header-deps -MP -MT H5SL.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5SL.o -x c H5SL.c
- 0
/bin/sh -c echo " CC " H5SM.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SM.lo -MD -MP -MF .deps/H5SM.Tpo -c -o H5SM.lo H5SM.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5SM.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5SM.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5SM.Tpo -sys-header-deps -MP -MT H5SM.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5SM.o -x c H5SM.c
- 0
/bin/sh -c echo " CC " H5SMbtree2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMbtree2.lo -MD -MP -MF .deps/H5SMbtree2.Tpo -c -o H5SMbtree2.lo H5SMbtree2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5SMbtree2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5SMbtree2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5SMbtree2.Tpo -sys-header-deps -MP -MT H5SMbtree2.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5SMbtree2.o -x c H5SMbtree2.c
- 0
/bin/sh -c echo " CC " H5SMcache.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMcache.lo -MD -MP -MF .deps/H5SMcache.Tpo -c -o H5SMcache.lo H5SMcache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5SMcache.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5SMcache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5SMcache.Tpo -sys-header-deps -MP -MT H5SMcache.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5SMcache.o -x c H5SMcache.c
- 0
/bin/sh -c echo " CC " H5SMmessage.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMmessage.lo -MD -MP -MF .deps/H5SMmessage.Tpo -c -o H5SMmessage.lo H5SMmessage.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMmessage.lo -MD -MP -MF .deps/H5SMmessage.Tpo -c -o H5SMmessage.lo H5SMmessage.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5SMmessage.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5SMmessage.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5SMmessage.Tpo -sys-header-deps -MP -MT H5SMmessage.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5SMmessage.o -x c H5SMmessage.c
- 0
/bin/sh -c echo " CC " H5SMtest.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5SMtest.lo -MD -MP -MF .deps/H5SMtest.Tpo -c -o H5SMtest.lo H5SMtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5SMtest.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5SMtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5SMtest.Tpo -sys-header-deps -MP -MT H5SMtest.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5SMtest.o -x c H5SMtest.c
- 0
/bin/sh -c echo " CC " H5ST.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5ST.lo -MD -MP -MF .deps/H5ST.Tpo -c -o H5ST.lo H5ST.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5ST.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5ST.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5ST.Tpo -sys-header-deps -MP -MT H5ST.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5ST.o -x c H5ST.c
- 0
/bin/sh -c echo " CC " H5T.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5T.lo -MD -MP -MF .deps/H5T.Tpo -c -o H5T.lo H5T.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5T.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5T.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5T.Tpo -sys-header-deps -MP -MT H5T.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5T.o -x c H5T.c
- 0
/bin/sh -c echo " CC " H5Tarray.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tarray.lo -MD -MP -MF .deps/H5Tarray.Tpo -c -o H5Tarray.lo H5Tarray.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tarray.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tarray.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tarray.Tpo -sys-header-deps -MP -MT H5Tarray.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tarray.o -x c H5Tarray.c
- 0
/bin/sh -c echo " CC " H5Tbit.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tbit.lo -MD -MP -MF .deps/H5Tbit.Tpo -c -o H5Tbit.lo H5Tbit.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tbit.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tbit.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tbit.Tpo -sys-header-deps -MP -MT H5Tbit.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tbit.o -x c H5Tbit.c
- 0
/bin/sh -c echo " CC " H5Tcommit.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tcommit.lo -MD -MP -MF .deps/H5Tcommit.Tpo -c -o H5Tcommit.lo H5Tcommit.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tcommit.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tcommit.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tcommit.Tpo -sys-header-deps -MP -MT H5Tcommit.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tcommit.o -x c H5Tcommit.c
- 0
/bin/sh -c echo " CC " H5Tcompound.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tcompound.lo -MD -MP -MF .deps/H5Tcompound.Tpo -c -o H5Tcompound.lo H5Tcompound.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tcompound.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tcompound.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tcompound.Tpo -sys-header-deps -MP -MT H5Tcompound.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tcompound.o -x c H5Tcompound.c
- 0
/bin/sh -c echo " CC " H5Tconv.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tconv.lo -MD -MP -MF .deps/H5Tconv.Tpo -c -o H5Tconv.lo H5Tconv.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tconv.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tconv.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tconv.Tpo -sys-header-deps -MP -MT H5Tconv.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tconv.o -x c H5Tconv.c
- 0
/bin/sh -c echo " CC " H5Tcset.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tcset.lo -MD -MP -MF .deps/H5Tcset.Tpo -c -o H5Tcset.lo H5Tcset.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tcset.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tcset.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tcset.Tpo -sys-header-deps -MP -MT H5Tcset.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tcset.o -x c H5Tcset.c
- 0
/bin/sh -c echo " CC " H5Tdbg.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tdbg.lo -MD -MP -MF .deps/H5Tdbg.Tpo -c -o H5Tdbg.lo H5Tdbg.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tdbg.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tdbg.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tdbg.Tpo -sys-header-deps -MP -MT H5Tdbg.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tdbg.o -x c H5Tdbg.c
- 0
/bin/sh -c echo " CC " H5Tdeprec.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tdeprec.lo -MD -MP -MF .deps/H5Tdeprec.Tpo -c -o H5Tdeprec.lo H5Tdeprec.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tdeprec.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tdeprec.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tdeprec.Tpo -sys-header-deps -MP -MT H5Tdeprec.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tdeprec.o -x c H5Tdeprec.c
- 0
/bin/sh -c echo " CC " H5Tenum.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tenum.lo -MD -MP -MF .deps/H5Tenum.Tpo -c -o H5Tenum.lo H5Tenum.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tenum.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tenum.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tenum.Tpo -sys-header-deps -MP -MT H5Tenum.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tenum.o -x c H5Tenum.c
- 0
/bin/sh -c echo " CC " H5Tfields.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tfields.lo -MD -MP -MF .deps/H5Tfields.Tpo -c -o H5Tfields.lo H5Tfields.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tfields.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tfields.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tfields.Tpo -sys-header-deps -MP -MT H5Tfields.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tfields.o -x c H5Tfields.c
- 0
/bin/sh -c echo " CC " H5Tfixed.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tfixed.lo -MD -MP -MF .deps/H5Tfixed.Tpo -c -o H5Tfixed.lo H5Tfixed.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tfixed.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tfixed.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tfixed.Tpo -sys-header-deps -MP -MT H5Tfixed.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tfixed.o -x c H5Tfixed.c
- 0
/bin/sh -c echo " CC " H5Tfloat.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tfloat.lo -MD -MP -MF .deps/H5Tfloat.Tpo -c -o H5Tfloat.lo H5Tfloat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tfloat.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tfloat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tfloat.Tpo -sys-header-deps -MP -MT H5Tfloat.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tfloat.o -x c H5Tfloat.c
- 0
/bin/sh -c echo " CC " H5detect.o;clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5detect.o -MD -MP -MF .deps/H5detect.Tpo -c -o H5detect.o H5detect.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5detect.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/H5detect.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5detect.Tpo -sys-header-deps -MP -MT H5detect.o -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o H5detect.o -x c H5detect.c
- 0
/bin/sh -c echo " CCLD " H5detect;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o H5detect H5detect.o -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o H5detect H5detect.o -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5detect /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib H5detect.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo | \
sed -e 's/-L/:/g' -e 's/ //g'`" \
./H5detect > H5Tinit.c || \
(test $HDF5_Make_Ignore && echo "*** Error ignored") || \
(rm -f H5Tinit.c ; exit 1)
- 0
/bin/sh -c echo " CC " H5Tinit.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tinit.lo -MD -MP -MF .deps/H5Tinit.Tpo -c -o H5Tinit.lo H5Tinit.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tinit.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tinit.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tinit.Tpo -sys-header-deps -MP -MT H5Tinit.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tinit.o -x c H5Tinit.c
- 0
/bin/sh -c echo " CC " H5Tnative.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tnative.lo -MD -MP -MF .deps/H5Tnative.Tpo -c -o H5Tnative.lo H5Tnative.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tnative.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tnative.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tnative.Tpo -sys-header-deps -MP -MT H5Tnative.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tnative.o -x c H5Tnative.c
- 0
/bin/sh -c echo " CC " H5Toffset.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Toffset.lo -MD -MP -MF .deps/H5Toffset.Tpo -c -o H5Toffset.lo H5Toffset.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Toffset.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Toffset.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Toffset.Tpo -sys-header-deps -MP -MT H5Toffset.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Toffset.o -x c H5Toffset.c
- 0
/bin/sh -c echo " CC " H5Toh.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Toh.lo -MD -MP -MF .deps/H5Toh.Tpo -c -o H5Toh.lo H5Toh.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Toh.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Toh.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Toh.Tpo -sys-header-deps -MP -MT H5Toh.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Toh.o -x c H5Toh.c
- 0
/bin/sh -c echo " CC " H5Topaque.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Topaque.lo -MD -MP -MF .deps/H5Topaque.Tpo -c -o H5Topaque.lo H5Topaque.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Topaque.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Topaque.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Topaque.Tpo -sys-header-deps -MP -MT H5Topaque.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Topaque.o -x c H5Topaque.c
- 0
/bin/sh -c echo " CC " H5Torder.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Torder.lo -MD -MP -MF .deps/H5Torder.Tpo -c -o H5Torder.lo H5Torder.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Torder.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Torder.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Torder.Tpo -sys-header-deps -MP -MT H5Torder.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Torder.o -x c H5Torder.c
- 0
/bin/sh -c echo " CC " H5Tpad.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tpad.lo -MD -MP -MF .deps/H5Tpad.Tpo -c -o H5Tpad.lo H5Tpad.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tpad.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tpad.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tpad.Tpo -sys-header-deps -MP -MT H5Tpad.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tpad.o -x c H5Tpad.c
- 0
/bin/sh -c echo " CC " H5Tprecis.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tprecis.lo -MD -MP -MF .deps/H5Tprecis.Tpo -c -o H5Tprecis.lo H5Tprecis.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tprecis.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tprecis.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tprecis.Tpo -sys-header-deps -MP -MT H5Tprecis.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tprecis.o -x c H5Tprecis.c
- 0
/bin/sh -c echo " CC " H5Tstrpad.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tstrpad.lo -MD -MP -MF .deps/H5Tstrpad.Tpo -c -o H5Tstrpad.lo H5Tstrpad.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tstrpad.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tstrpad.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tstrpad.Tpo -sys-header-deps -MP -MT H5Tstrpad.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tstrpad.o -x c H5Tstrpad.c
- 0
/bin/sh -c echo " CC " H5Tvisit.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tvisit.lo -MD -MP -MF .deps/H5Tvisit.Tpo -c -o H5Tvisit.lo H5Tvisit.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tvisit.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tvisit.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tvisit.Tpo -sys-header-deps -MP -MT H5Tvisit.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tvisit.o -x c H5Tvisit.c
- 0
/bin/sh -c echo " CC " H5Tvlen.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Tvlen.lo -MD -MP -MF .deps/H5Tvlen.Tpo -c -o H5Tvlen.lo H5Tvlen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tvlen.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Tvlen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tvlen.Tpo -sys-header-deps -MP -MT H5Tvlen.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tvlen.o -x c H5Tvlen.c
- 0
/bin/sh -c echo " CC " H5TS.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5TS.lo -MD -MP -MF .deps/H5TS.Tpo -c -o H5TS.lo H5TS.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5TS.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5TS.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5TS.Tpo -sys-header-deps -MP -MT H5TS.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5TS.o -x c H5TS.c
- 0
/bin/sh -c echo " CC " H5VM.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5VM.lo -MD -MP -MF .deps/H5VM.Tpo -c -o H5VM.lo H5VM.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5VM.lo -MD -MP -MF .deps/H5VM.Tpo -c -o H5VM.lo H5VM.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5VM.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5VM.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5VM.Tpo -sys-header-deps -MP -MT H5VM.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5VM.o -x c H5VM.c
- 0
/bin/sh -c echo " CC " H5WB.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5WB.lo -MD -MP -MF .deps/H5WB.Tpo -c -o H5WB.lo H5WB.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5WB.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5WB.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5WB.Tpo -sys-header-deps -MP -MT H5WB.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5WB.o -x c H5WB.c
- 0
/bin/sh -c echo " CC " H5Z.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Z.lo -MD -MP -MF .deps/H5Z.Tpo -c -o H5Z.lo H5Z.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Z.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Z.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Z.Tpo -sys-header-deps -MP -MT H5Z.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Z.o -x c H5Z.c
- 0
/bin/sh -c echo " CC " H5Zdeflate.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zdeflate.lo -MD -MP -MF .deps/H5Zdeflate.Tpo -c -o H5Zdeflate.lo H5Zdeflate.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Zdeflate.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Zdeflate.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Zdeflate.Tpo -sys-header-deps -MP -MT H5Zdeflate.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Zdeflate.o -x c H5Zdeflate.c
- 0
/bin/sh -c echo " CC " H5Zfletcher32.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zfletcher32.lo -MD -MP -MF .deps/H5Zfletcher32.Tpo -c -o H5Zfletcher32.lo H5Zfletcher32.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Zfletcher32.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Zfletcher32.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Zfletcher32.Tpo -sys-header-deps -MP -MT H5Zfletcher32.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Zfletcher32.o -x c H5Zfletcher32.c
- 0
/bin/sh -c echo " CC " H5Znbit.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Znbit.lo -MD -MP -MF .deps/H5Znbit.Tpo -c -o H5Znbit.lo H5Znbit.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Znbit.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Znbit.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Znbit.Tpo -sys-header-deps -MP -MT H5Znbit.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Znbit.o -x c H5Znbit.c
- 0
/bin/sh -c echo " CC " H5Zshuffle.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zshuffle.lo -MD -MP -MF .deps/H5Zshuffle.Tpo -c -o H5Zshuffle.lo H5Zshuffle.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Zshuffle.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Zshuffle.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Zshuffle.Tpo -sys-header-deps -MP -MT H5Zshuffle.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Zshuffle.o -x c H5Zshuffle.c
- 0
/bin/sh -c echo " CC " H5Zscaleoffset.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zscaleoffset.lo -MD -MP -MF .deps/H5Zscaleoffset.Tpo -c -o H5Zscaleoffset.lo H5Zscaleoffset.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Zscaleoffset.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Zscaleoffset.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Zscaleoffset.Tpo -sys-header-deps -MP -MT H5Zscaleoffset.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Zscaleoffset.o -x c H5Zscaleoffset.c
- 0
/bin/sh -c echo " CC " H5Zszip.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Zszip.lo -MD -MP -MF .deps/H5Zszip.Tpo -c -o H5Zszip.lo H5Zszip.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Zszip.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Zszip.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Zszip.Tpo -sys-header-deps -MP -MT H5Zszip.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Zszip.o -x c H5Zszip.c
- 0
/bin/sh -c echo " CC " H5Ztrans.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -MT H5Ztrans.lo -MD -MP -MF .deps/H5Ztrans.Tpo -c -o H5Ztrans.lo H5Ztrans.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ztrans.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/H5Ztrans.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ztrans.Tpo -sys-header-deps -MP -MT H5Ztrans.lo -D HAVE_CONFIG_H -I . -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ztrans.o -x c H5Ztrans.c
- 0
/bin/sh -c echo " CCLD " libhdf5.la;/bin/sh ../libtool --silent --tag=CC --mode=link clang -version-info 100:0:0 -o libhdf5.la -rpath /usr/lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5AClog.lo H5B.lo H5Bcache.lo H5Bdbg.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2hdr.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dbtree.lo H5Dbtree2.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Dearray.lo H5Defl.lo H5Dfarray.lo H5Dsingle.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Dlayout.lo H5Dnone.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5Dvirtual.lo H5E.lo H5Edeprec.lo H5Eint.lo H5EA.lo H5EAcache.lo H5EAdbg.lo H5EAdblkpage.lo H5EAdblock.lo H5EAhdr.lo H5EAiblock.lo H5EAint.lo H5EAsblock.lo H5EAstat.lo H5EAtest.lo H5F.lo H5Fint.lo H5Faccum.lo H5Fcwfs.lo H5Fdbg.lo H5Fdeprec.lo H5Fefc.lo H5Ffake.lo H5Fio.lo H5Fmount.lo H5Fquery.lo H5Fsfile.lo H5Fsuper.lo H5Fsuper_cache.lo H5Ftest.lo H5FA.lo H5FAcache.lo H5FAdbg.lo H5FAdblock.lo H5FAdblkpage.lo H5FAhdr.lo H5FAint.lo H5FAstat.lo H5FAtest.lo H5FD.lo H5FDcore.lo H5FDfamily.lo H5FDint.lo H5FDlog.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FDtest.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSint.lo H5FSsection.lo H5FSstat.lo H5FStest.lo H5G.lo H5Gbtree2.lo H5Gcache.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Groot.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFint.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGcache.lo H5HGdbg.lo H5HGquery.lo H5HL.lo H5HLcache.lo H5HLdbg.lo H5HLint.lo H5HLprfx.lo H5HLdblk.lo H5HP.lo H5I.lo H5Itest.lo H5L.lo H5Lexternal.lo H5lib_settings.lo H5MF.lo H5MFaggr.lo H5MFdbg.lo H5MFsection.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ochunk.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oflush.lo H5Ofsinfo.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Oproxy.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Oshmesg.lo H5Ostab.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdapl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pencdec.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5PL.lo H5R.lo H5Rdeprec.lo H5UC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMmessage.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5VM.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zscaleoffset.lo H5Zszip.lo H5Ztrans.lo -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -version-info 100:0:0 -o libhdf5.la -rpath /usr/lib H5.lo H5checksum.lo H5dbg.lo H5system.lo H5timer.lo H5trace.lo H5A.lo H5Abtree2.lo H5Adense.lo H5Adeprec.lo H5Aint.lo H5Atest.lo H5AC.lo H5AClog.lo H5B.lo H5Bcache.lo H5Bdbg.lo H5B2.lo H5B2cache.lo H5B2dbg.lo H5B2hdr.lo H5B2int.lo H5B2stat.lo H5B2test.lo H5C.lo H5CS.lo H5D.lo H5Dbtree.lo H5Dbtree2.lo H5Dchunk.lo H5Dcompact.lo H5Dcontig.lo H5Ddbg.lo H5Ddeprec.lo H5Dearray.lo H5Defl.lo H5Dfarray.lo H5Dsingle.lo H5Dfill.lo H5Dint.lo H5Dio.lo H5Dlayout.lo H5Dnone.lo H5Doh.lo H5Dscatgath.lo H5Dselect.lo H5Dtest.lo H5Dvirtual.lo H5E.lo H5Edeprec.lo H5Eint.lo H5EA.lo H5EAcache.lo H5EAdbg.lo H5EAdblkpage.lo H5EAdblock.lo H5EAhdr.lo H5EAiblock.lo H5EAint.lo H5EAsblock.lo H5EAstat.lo H5EAtest.lo H5F.lo H5Fint.lo H5Faccum.lo H5Fcwfs.lo H5Fdbg.lo H5Fdeprec.lo H5Fefc.lo H5Ffake.lo H5Fio.lo H5Fmount.lo H5Fquery.lo H5Fsfile.lo H5Fsuper.lo H5Fsuper_cache.lo H5Ftest.lo H5FA.lo H5FAcache.lo H5FAdbg.lo H5FAdblock.lo H5FAdblkpage.lo H5FAhdr.lo H5FAint.lo H5FAstat.lo H5FAtest.lo H5FD.lo H5FDcore.lo H5FDfamily.lo H5FDint.lo H5FDlog.lo H5FDmulti.lo H5FDsec2.lo H5FDspace.lo H5FDstdio.lo H5FDtest.lo H5FL.lo H5FO.lo H5FS.lo H5FScache.lo H5FSdbg.lo H5FSint.lo H5FSsection.lo H5FSstat.lo H5FStest.lo H5G.lo H5Gbtree2.lo H5Gcache.lo H5Gcompact.lo H5Gdense.lo H5Gdeprec.lo H5Gent.lo H5Gint.lo H5Glink.lo H5Gloc.lo H5Gname.lo H5Gnode.lo H5Gobj.lo H5Goh.lo H5Groot.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HF.lo H5HFbtree2.lo H5HFcache.lo H5HFdbg.lo H5HFdblock.lo H5HFdtable.lo H5HFhdr.lo H5HFhuge.lo H5HFiblock.lo H5HFint.lo H5HFiter.lo H5HFman.lo H5HFsection.lo H5HFspace.lo H5HFstat.lo H5HFtest.lo H5HFtiny.lo H5HG.lo H5HGcache.lo H5HGdbg.lo H5HGquery.lo H5HL.lo H5HLcache.lo H5HLdbg.lo H5HLint.lo H5HLprfx.lo H5HLdblk.lo H5HP.lo H5I.lo H5Itest.lo H5L.lo H5Lexternal.lo H5lib_settings.lo H5MF.lo H5MFaggr.lo H5MFdbg.lo H5MFsection.lo H5MM.lo H5MP.lo H5MPtest.lo H5O.lo H5Oainfo.lo H5Oalloc.lo H5Oattr.lo H5Oattribute.lo H5Obogus.lo H5Obtreek.lo H5Ocache.lo H5Ochunk.lo H5Ocont.lo H5Ocopy.lo H5Odbg.lo H5Odrvinfo.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Oflush.lo H5Ofsinfo.lo H5Oginfo.lo H5Olayout.lo H5Olinfo.lo H5Olink.lo H5Omessage.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Oproxy.lo H5Orefcount.lo H5Osdspace.lo H5Oshared.lo H5Oshmesg.lo H5Ostab.lo H5Otest.lo H5Ounknown.lo H5P.lo H5Pacpl.lo H5Pdapl.lo H5Pdcpl.lo H5Pdeprec.lo H5Pdxpl.lo H5Pencdec.lo H5Pfapl.lo H5Pfcpl.lo H5Pfmpl.lo H5Pgcpl.lo H5Pint.lo H5Plapl.lo H5Plcpl.lo H5Pocpl.lo H5Pocpypl.lo H5Pstrcpl.lo H5Ptest.lo H5PL.lo H5R.lo H5Rdeprec.lo H5UC.lo H5RS.lo H5S.lo H5Sall.lo H5Sdbg.lo H5Shyper.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5SM.lo H5SMbtree2.lo H5SMcache.lo H5SMmessage.lo H5SMtest.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tdbg.lo H5Tdeprec.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Toh.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvisit.lo H5Tvlen.lo H5TS.lo H5VM.lo H5WB.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Znbit.lo H5Zshuffle.lo H5Zscaleoffset.lo H5Zszip.lo H5Ztrans.lo -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libhdf5.so.100.0.0 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib .libs/H5.o .libs/H5checksum.o .libs/H5dbg.o .libs/H5system.o .libs/H5timer.o .libs/H5trace.o .libs/H5A.o .libs/H5Abtree2.o .libs/H5Adense.o .libs/H5Adeprec.o .libs/H5Aint.o .libs/H5Atest.o .libs/H5AC.o .libs/H5AClog.o .libs/H5B.o .libs/H5Bcache.o .libs/H5Bdbg.o .libs/H5B2.o .libs/H5B2cache.o .libs/H5B2dbg.o .libs/H5B2hdr.o .libs/H5B2int.o .libs/H5B2stat.o .libs/H5B2test.o .libs/H5C.o .libs/H5CS.o .libs/H5D.o .libs/H5Dbtree.o .libs/H5Dbtree2.o .libs/H5Dchunk.o .libs/H5Dcompact.o .libs/H5Dcontig.o .libs/H5Ddbg.o .libs/H5Ddeprec.o .libs/H5Dearray.o .libs/H5Defl.o .libs/H5Dfarray.o .libs/H5Dsingle.o .libs/H5Dfill.o .libs/H5Dint.o .libs/H5Dio.o .libs/H5Dlayout.o .libs/H5Dnone.o .libs/H5Doh.o .libs/H5Dscatgath.o .libs/H5Dselect.o .libs/H5Dtest.o .libs/H5Dvirtual.o .libs/H5E.o .libs/H5Edeprec.o .libs/H5Eint.o .libs/H5EA.o .libs/H5EAcache.o .libs/H5EAdbg.o .libs/H5EAdblkpage.o .libs/H5EAdblock.o .libs/H5EAhdr.o .libs/H5EAiblock.o .libs/H5EAint.o .libs/H5EAsblock.o .libs/H5EAstat.o .libs/H5EAtest.o .libs/H5F.o .libs/H5Fint.o .libs/H5Faccum.o .libs/H5Fcwfs.o .libs/H5Fdbg.o .libs/H5Fdeprec.o .libs/H5Fefc.o .libs/H5Ffake.o .libs/H5Fio.o .libs/H5Fmount.o .libs/H5Fquery.o .libs/H5Fsfile.o .libs/H5Fsuper.o .libs/H5Fsuper_cache.o .libs/H5Ftest.o .libs/H5FA.o .libs/H5FAcache.o .libs/H5FAdbg.o .libs/H5FAdblock.o .libs/H5FAdblkpage.o .libs/H5FAhdr.o .libs/H5FAint.o .libs/H5FAstat.o .libs/H5FAtest.o .libs/H5FD.o .libs/H5FDcore.o .libs/H5FDfamily.o .libs/H5FDint.o .libs/H5FDlog.o .libs/H5FDmulti.o .libs/H5FDsec2.o .libs/H5FDspace.o .libs/H5FDstdio.o .libs/H5FDtest.o .libs/H5FL.o .libs/H5FO.o .libs/H5FS.o .libs/H5FScache.o .libs/H5FSdbg.o .libs/H5FSint.o .libs/H5FSsection.o .libs/H5FSstat.o .libs/H5FStest.o .libs/H5G.o .libs/H5Gbtree2.o .libs/H5Gcache.o .libs/H5Gcompact.o .libs/H5Gdense.o .libs/H5Gdeprec.o .libs/H5Gent.o .libs/H5Gint.o .libs/H5Glink.o .libs/H5Gloc.o .libs/H5Gname.o .libs/H5Gnode.o .libs/H5Gobj.o .libs/H5Goh.o .libs/H5Groot.o .libs/H5Gstab.o .libs/H5Gtest.o .libs/H5Gtraverse.o .libs/H5HF.o .libs/H5HFbtree2.o .libs/H5HFcache.o .libs/H5HFdbg.o .libs/H5HFdblock.o .libs/H5HFdtable.o .libs/H5HFhdr.o .libs/H5HFhuge.o .libs/H5HFiblock.o .libs/H5HFint.o .libs/H5HFiter.o .libs/H5HFman.o .libs/H5HFsection.o .libs/H5HFspace.o .libs/H5HFstat.o .libs/H5HFtest.o .libs/H5HFtiny.o .libs/H5HG.o .libs/H5HGcache.o .libs/H5HGdbg.o .libs/H5HGquery.o .libs/H5HL.o .libs/H5HLcache.o .libs/H5HLdbg.o .libs/H5HLint.o .libs/H5HLprfx.o .libs/H5HLdblk.o .libs/H5HP.o .libs/H5I.o .libs/H5Itest.o .libs/H5L.o .libs/H5Lexternal.o .libs/H5lib_settings.o .libs/H5MF.o .libs/H5MFaggr.o .libs/H5MFdbg.o .libs/H5MFsection.o .libs/H5MM.o .libs/H5MP.o .libs/H5MPtest.o .libs/H5O.o .libs/H5Oainfo.o .libs/H5Oalloc.o .libs/H5Oattr.o .libs/H5Oattribute.o .libs/H5Obogus.o .libs/H5Obtreek.o .libs/H5Ocache.o .libs/H5Ochunk.o .libs/H5Ocont.o .libs/H5Ocopy.o .libs/H5Odbg.o .libs/H5Odrvinfo.o .libs/H5Odtype.o .libs/H5Oefl.o .libs/H5Ofill.o .libs/H5Oflush.o .libs/H5Ofsinfo.o .libs/H5Oginfo.o .libs/H5Olayout.o .libs/H5Olinfo.o .libs/H5Olink.o .libs/H5Omessage.o .libs/H5Omtime.o .libs/H5Oname.o .libs/H5Onull.o .libs/H5Opline.o .libs/H5Oproxy.o .libs/H5Orefcount.o .libs/H5Osdspace.o .libs/H5Oshared.o .libs/H5Oshmesg.o .libs/H5Ostab.o .libs/H5Otest.o .libs/H5Ounknown.o .libs/H5P.o .libs/H5Pacpl.o .libs/H5Pdapl.o .libs/H5Pdcpl.o .libs/H5Pdeprec.o .libs/H5Pdxpl.o .libs/H5Pencdec.o .libs/H5Pfapl.o .libs/H5Pfcpl.o .libs/H5Pfmpl.o .libs/H5Pgcpl.o .libs/H5Pint.o .libs/H5Plapl.o .libs/H5Plcpl.o .libs/H5Pocpl.o .libs/H5Pocpypl.o .libs/H5Pstrcpl.o .libs/H5Ptest.o .libs/H5PL.o .libs/H5R.o .libs/H5Rdeprec.o .libs/H5UC.o .libs/H5RS.o .libs/H5S.o .libs/H5Sall.o .libs/H5Sdbg.o .libs/H5Shyper.o .libs/H5Snone.o .libs/H5Spoint.o .libs/H5Sselect.o .libs/H5Stest.o .libs/H5SL.o .libs/H5SM.o .libs/H5SMbtree2.o .libs/H5SMcache.o .libs/H5SMmessage.o .libs/H5SMtest.o .libs/H5ST.o .libs/H5T.o .libs/H5Tarray.o .libs/H5Tbit.o .libs/H5Tcommit.o .libs/H5Tcompound.o .libs/H5Tconv.o .libs/H5Tcset.o .libs/H5Tdbg.o .libs/H5Tdeprec.o .libs/H5Tenum.o .libs/H5Tfields.o .libs/H5Tfixed.o .libs/H5Tfloat.o .libs/H5Tinit.o .libs/H5Tnative.o .libs/H5Toffset.o .libs/H5Toh.o .libs/H5Topaque.o .libs/H5Torder.o .libs/H5Tpad.o .libs/H5Tprecis.o .libs/H5Tstrpad.o .libs/H5Tvisit.o .libs/H5Tvlen.o .libs/H5TS.o .libs/H5VM.o .libs/H5WB.o .libs/H5Z.o .libs/H5Zdeflate.o .libs/H5Zfletcher32.o .libs/H5Znbit.o .libs/H5Zshuffle.o .libs/H5Zscaleoffset.o .libs/H5Zszip.o .libs/H5Ztrans.o -lz -ldl -lm -soname libhdf5.so.100 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c test -f H5config.h || rm -f stamp-h1
- 0
/bin/sh -c test -f H5config.h || make stamp-h1
- 0
make all
- 0
/bin/sh -c echo " CC " dynlib1.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dynlib1.lo -MD -MP -MF .deps/dynlib1.Tpo -c -o dynlib1.lo dynlib1.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dynlib1.lo -MD -MP -MF .deps/dynlib1.Tpo -c -o dynlib1.lo dynlib1.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dynlib1.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/.libs/dynlib1.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dynlib1.Tpo -sys-header-deps -MP -MT dynlib1.lo -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/dynlib1.o -x c dynlib1.c
- 0
/bin/sh -c echo " CCLD " libdynlib1.la;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libdynlib1.la -rpath /usr/lib dynlib1.lo -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libdynlib1.la -rpath /usr/lib dynlib1.lo -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libdynlib1.so.0.0.0 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib .libs/dynlib1.o -lz -ldl -lm -soname libdynlib1.so.0 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " dynlib2.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dynlib2.lo -MD -MP -MF .deps/dynlib2.Tpo -c -o dynlib2.lo dynlib2.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dynlib2.lo -MD -MP -MF .deps/dynlib2.Tpo -c -o dynlib2.lo dynlib2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dynlib2.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/.libs/dynlib2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dynlib2.Tpo -sys-header-deps -MP -MT dynlib2.lo -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/dynlib2.o -x c dynlib2.c
- 0
/bin/sh -c echo " CCLD " libdynlib2.la;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libdynlib2.la -rpath /usr/lib dynlib2.lo -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libdynlib2.la -rpath /usr/lib dynlib2.lo -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libdynlib2.so.0.0.0 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib .libs/dynlib2.o -lz -ldl -lm -soname libdynlib2.so.0 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " dynlib3.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dynlib3.lo -MD -MP -MF .deps/dynlib3.Tpo -c -o dynlib3.lo dynlib3.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dynlib3.lo -MD -MP -MF .deps/dynlib3.Tpo -c -o dynlib3.lo dynlib3.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dynlib3.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/.libs/dynlib3.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dynlib3.Tpo -sys-header-deps -MP -MT dynlib3.lo -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/dynlib3.o -x c dynlib3.c
- 0
/bin/sh -c echo " CCLD " libdynlib3.la;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libdynlib3.la -rpath /usr/lib dynlib3.lo -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libdynlib3.la -rpath /usr/lib dynlib3.lo -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libdynlib3.so.0.0.0 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib .libs/dynlib3.o -lz -ldl -lm -soname libdynlib3.so.0 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5test.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT h5test.lo -MD -MP -MF .deps/h5test.Tpo -c -o h5test.lo h5test.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5test.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/.libs/h5test.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5test.Tpo -sys-header-deps -MP -MT h5test.lo -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5test.o -x c h5test.c
- 0
/bin/sh -c echo " CC " testframe.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT testframe.lo -MD -MP -MF .deps/testframe.Tpo -c -o testframe.lo testframe.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name testframe.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/.libs/testframe.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/testframe.Tpo -sys-header-deps -MP -MT testframe.lo -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/testframe.o -x c testframe.c
- 0
/bin/sh -c echo " CC " cache_common.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cache_common.lo -MD -MP -MF .deps/cache_common.Tpo -c -o cache_common.lo cache_common.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cache_common.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/.libs/cache_common.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cache_common.Tpo -sys-header-deps -MP -MT cache_common.lo -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/cache_common.o -x c cache_common.c
- 0
/bin/sh -c echo " CC " swmr_common.lo;/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_common.lo -MD -MP -MF .deps/swmr_common.Tpo -c -o swmr_common.lo swmr_common.c
- 0
/bin/sh ../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_common.lo -MD -MP -MF .deps/swmr_common.Tpo -c -o swmr_common.lo swmr_common.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_common.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/.libs/swmr_common.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_common.Tpo -sys-header-deps -MP -MT swmr_common.lo -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/swmr_common.o -x c swmr_common.c
- 0
/bin/sh -c echo " CCLD " libh5test.la;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libh5test.la h5test.lo testframe.lo cache_common.lo swmr_common.lo -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o libh5test.la h5test.lo testframe.lo cache_common.lo swmr_common.lo -lz -ldl -lm
- 0
ar cru .libs/libh5test.a .libs/h5test.o .libs/testframe.o .libs/cache_common.o .libs/swmr_common.o
- 0
ranlib .libs/libh5test.a
- 0
/bin/sh -c echo " CC " testhdf5.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name testhdf5.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/testhdf5.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/testhdf5.Tpo -sys-header-deps -MP -MT testhdf5.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o testhdf5.o -x c testhdf5.c
- 0
/bin/sh -c echo " CC " tarray.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tarray.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tarray.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tarray.Tpo -sys-header-deps -MP -MT tarray.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tarray.o -x c tarray.c
- 0
/bin/sh -c echo " CC " tattr.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tattr.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tattr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tattr.Tpo -sys-header-deps -MP -MT tattr.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tattr.o -x c tattr.c
- 0
/bin/sh -c echo " CC " tchecksum.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tchecksum.o -MD -MP -MF .deps/tchecksum.Tpo -c -o tchecksum.o tchecksum.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tchecksum.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tchecksum.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tchecksum.Tpo -sys-header-deps -MP -MT tchecksum.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tchecksum.o -x c tchecksum.c
- 0
/bin/sh -c echo " CC " tconfig.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tconfig.o -MD -MP -MF .deps/tconfig.Tpo -c -o tconfig.o tconfig.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tconfig.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tconfig.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tconfig.Tpo -sys-header-deps -MP -MT tconfig.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tconfig.o -x c tconfig.c
- 0
/bin/sh -c echo " CC " tfile.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tfile.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tfile.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tfile.Tpo -sys-header-deps -MP -MT tfile.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tfile.o -x c tfile.c
- 0
/bin/sh -c echo " CC " tgenprop.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tgenprop.o -MD -MP -MF .deps/tgenprop.Tpo -c -o tgenprop.o tgenprop.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tgenprop.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tgenprop.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tgenprop.Tpo -sys-header-deps -MP -MT tgenprop.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tgenprop.o -x c tgenprop.c
- 0
/bin/sh -c echo " CC " th5o.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT th5o.o -MD -MP -MF .deps/th5o.Tpo -c -o th5o.o th5o.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name th5o.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/th5o.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/th5o.Tpo -sys-header-deps -MP -MT th5o.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o th5o.o -x c th5o.c
- 0
/bin/sh -c echo " CC " th5s.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name th5s.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/th5s.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/th5s.Tpo -sys-header-deps -MP -MT th5s.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o th5s.o -x c th5s.c
- 0
/bin/sh -c echo " CC " tcoords.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tcoords.o -MD -MP -MF .deps/tcoords.Tpo -c -o tcoords.o tcoords.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tcoords.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tcoords.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tcoords.Tpo -sys-header-deps -MP -MT tcoords.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tcoords.o -x c tcoords.c
- 0
/bin/sh -c echo " CC " theap.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT theap.o -MD -MP -MF .deps/theap.Tpo -c -o theap.o theap.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name theap.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/theap.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/theap.Tpo -sys-header-deps -MP -MT theap.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o theap.o -x c theap.c
- 0
/bin/sh -c echo " CC " tid.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tid.o -MD -MP -MF .deps/tid.Tpo -c -o tid.o tid.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tid.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tid.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tid.Tpo -sys-header-deps -MP -MT tid.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tid.o -x c tid.c
- 0
/bin/sh -c echo " CC " titerate.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT titerate.o -MD -MP -MF .deps/titerate.Tpo -c -o titerate.o titerate.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name titerate.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/titerate.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/titerate.Tpo -sys-header-deps -MP -MT titerate.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o titerate.o -x c titerate.c
- 0
/bin/sh -c echo " CC " tmeta.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tmeta.o -MD -MP -MF .deps/tmeta.Tpo -c -o tmeta.o tmeta.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tmeta.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tmeta.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tmeta.Tpo -sys-header-deps -MP -MT tmeta.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tmeta.o -x c tmeta.c
- 0
/bin/sh -c echo " CC " tmisc.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tmisc.o -MD -MP -MF .deps/tmisc.Tpo -c -o tmisc.o tmisc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tmisc.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tmisc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tmisc.Tpo -sys-header-deps -MP -MT tmisc.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tmisc.o -x c tmisc.c
- 0
/bin/sh -c echo " CC " trefer.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name trefer.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/trefer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/trefer.Tpo -sys-header-deps -MP -MT trefer.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o trefer.o -x c trefer.c
- 0
/bin/sh -c echo " CC " trefstr.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT trefstr.o -MD -MP -MF .deps/trefstr.Tpo -c -o trefstr.o trefstr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name trefstr.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/trefstr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/trefstr.Tpo -sys-header-deps -MP -MT trefstr.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o trefstr.o -x c trefstr.c
- 0
/bin/sh -c echo " CC " tselect.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tselect.o -MD -MP -MF .deps/tselect.Tpo -c -o tselect.o tselect.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tselect.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tselect.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tselect.Tpo -sys-header-deps -MP -MT tselect.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tselect.o -x c tselect.c
- 0
/bin/sh -c echo " CC " tskiplist.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tskiplist.o -MD -MP -MF .deps/tskiplist.Tpo -c -o tskiplist.o tskiplist.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tskiplist.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tskiplist.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tskiplist.Tpo -sys-header-deps -MP -MT tskiplist.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tskiplist.o -x c tskiplist.c
- 0
/bin/sh -c echo " CC " tsohm.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tsohm.o -MD -MP -MF .deps/tsohm.Tpo -c -o tsohm.o tsohm.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tsohm.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tsohm.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tsohm.Tpo -sys-header-deps -MP -MT tsohm.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tsohm.o -x c tsohm.c
- 0
/bin/sh -c echo " CC " ttime.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ttime.o -MD -MP -MF .deps/ttime.Tpo -c -o ttime.o ttime.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttime.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ttime.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttime.Tpo -sys-header-deps -MP -MT ttime.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ttime.o -x c ttime.c
- 0
/bin/sh -c echo " CC " ttst.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ttst.o -MD -MP -MF .deps/ttst.Tpo -c -o ttst.o ttst.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttst.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ttst.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttst.Tpo -sys-header-deps -MP -MT ttst.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ttst.o -x c ttst.c
- 0
/bin/sh -c echo " CC " tunicode.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tunicode.o -MD -MP -MF .deps/tunicode.Tpo -c -o tunicode.o tunicode.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tunicode.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tunicode.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tunicode.Tpo -sys-header-deps -MP -MT tunicode.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tunicode.o -x c tunicode.c
- 0
/bin/sh -c echo " CC " tvlstr.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tvlstr.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tvlstr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tvlstr.Tpo -sys-header-deps -MP -MT tvlstr.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tvlstr.o -x c tvlstr.c
- 0
/bin/sh -c echo " CC " tvltypes.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tvltypes.o -MD -MP -MF .deps/tvltypes.Tpo -c -o tvltypes.o tvltypes.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tvltypes.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tvltypes.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tvltypes.Tpo -sys-header-deps -MP -MT tvltypes.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tvltypes.o -x c tvltypes.c
- 0
/bin/sh -c echo " CCLD " testhdf5;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o testhdf5 testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/testhdf5 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib testhdf5.o tarray.o tattr.o tchecksum.o tconfig.o tfile.o tgenprop.o th5o.o th5s.o tcoords.o theap.o tid.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o tsohm.o ttime.o ttst.o tunicode.o tvlstr.o tvltypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " cache.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cache.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/cache.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cache.Tpo -sys-header-deps -MP -MT cache.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o cache.o -x c cache.c
- 0
/bin/sh -c echo " CCLD " cache;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache cache.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache cache.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/cache /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib cache.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " cache_api.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cache_api.o -MD -MP -MF .deps/cache_api.Tpo -c -o cache_api.o cache_api.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cache_api.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/cache_api.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cache_api.Tpo -sys-header-deps -MP -MT cache_api.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o cache_api.o -x c cache_api.c
- 0
/bin/sh -c echo " CCLD " cache_api;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache_api cache_api.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/cache_api /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib cache_api.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " cache_tagging.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cache_tagging.o -MD -MP -MF .deps/cache_tagging.Tpo -c -o cache_tagging.o cache_tagging.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cache_tagging.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/cache_tagging.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cache_tagging.Tpo -sys-header-deps -MP -MT cache_tagging.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o cache_tagging.o -x c cache_tagging.c
- 0
/bin/sh -c echo " CCLD " cache_tagging;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache_tagging cache_tagging.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache_tagging cache_tagging.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/cache_tagging /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib cache_tagging.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " lheap.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT lheap.o -MD -MP -MF .deps/lheap.Tpo -c -o lheap.o lheap.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name lheap.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/lheap.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/lheap.Tpo -sys-header-deps -MP -MT lheap.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o lheap.o -x c lheap.c
- 0
/bin/sh -c echo " CCLD " lheap;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o lheap lheap.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o lheap lheap.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/lheap /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib lheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " ohdr.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ohdr.o -MD -MP -MF .deps/ohdr.Tpo -c -o ohdr.o ohdr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ohdr.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ohdr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ohdr.Tpo -sys-header-deps -MP -MT ohdr.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ohdr.o -x c ohdr.c
- 0
/bin/sh -c echo " CCLD " ohdr;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o ohdr ohdr.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/ohdr /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib ohdr.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " stab.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT stab.o -MD -MP -MF .deps/stab.Tpo -c -o stab.o stab.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name stab.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/stab.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/stab.Tpo -sys-header-deps -MP -MT stab.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o stab.o -x c stab.c
- 0
/bin/sh -c echo " CCLD " stab;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o stab stab.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o stab stab.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/stab /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib stab.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " gheap.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT gheap.o -MD -MP -MF .deps/gheap.Tpo -c -o gheap.o gheap.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name gheap.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/gheap.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/gheap.Tpo -sys-header-deps -MP -MT gheap.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o gheap.o -x c gheap.c
- 0
/bin/sh -c echo " CCLD " gheap;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o gheap gheap.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o gheap gheap.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/gheap /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib gheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " farray.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT farray.o -MD -MP -MF .deps/farray.Tpo -c -o farray.o farray.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name farray.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/farray.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/farray.Tpo -sys-header-deps -MP -MT farray.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o farray.o -x c farray.c
- 0
/bin/sh -c echo " CCLD " farray;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o farray farray.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o farray farray.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/farray /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib farray.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " earray.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT earray.o -MD -MP -MF .deps/earray.Tpo -c -o earray.o earray.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name earray.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/earray.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/earray.Tpo -sys-header-deps -MP -MT earray.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o earray.o -x c earray.c
- 0
/bin/sh -c echo " CCLD " earray;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o earray earray.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o earray earray.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/earray /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib earray.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " btree2.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT btree2.o -MD -MP -MF .deps/btree2.Tpo -c -o btree2.o btree2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name btree2.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/btree2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/btree2.Tpo -sys-header-deps -MP -MT btree2.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o btree2.o -x c btree2.c
- 0
/bin/sh -c echo " CCLD " btree2;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o btree2 btree2.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/btree2 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib btree2.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " fheap.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT fheap.o -MD -MP -MF .deps/fheap.Tpo -c -o fheap.o fheap.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name fheap.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/fheap.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/fheap.Tpo -sys-header-deps -MP -MT fheap.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o fheap.o -x c fheap.c
- 0
/bin/sh -c echo " CCLD " fheap;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o fheap fheap.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o fheap fheap.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fheap /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib fheap.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " pool.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT pool.o -MD -MP -MF .deps/pool.Tpo -c -o pool.o pool.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name pool.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/pool.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/pool.Tpo -sys-header-deps -MP -MT pool.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o pool.o -x c pool.c
- 0
/bin/sh -c echo " CCLD " pool;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o pool pool.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o pool pool.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/pool /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib pool.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " accum.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT accum.o -MD -MP -MF .deps/accum.Tpo -c -o accum.o accum.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name accum.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/accum.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/accum.Tpo -sys-header-deps -MP -MT accum.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o accum.o -x c accum.c
- 0
/bin/sh -c echo " CCLD " accum;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o accum accum.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o accum accum.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/accum /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib accum.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " hyperslab.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT hyperslab.o -MD -MP -MF .deps/hyperslab.Tpo -c -o hyperslab.o hyperslab.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name hyperslab.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/hyperslab.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/hyperslab.Tpo -sys-header-deps -MP -MT hyperslab.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o hyperslab.o -x c hyperslab.c
- 0
/bin/sh -c echo " CCLD " hyperslab;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o hyperslab hyperslab.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/hyperslab /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib hyperslab.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " istore.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT istore.o -MD -MP -MF .deps/istore.Tpo -c -o istore.o istore.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name istore.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/istore.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/istore.Tpo -sys-header-deps -MP -MT istore.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o istore.o -x c istore.c
- 0
/bin/sh -c echo " CCLD " istore;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o istore istore.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o istore istore.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/istore /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib istore.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " bittests.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT bittests.o -MD -MP -MF .deps/bittests.Tpo -c -o bittests.o bittests.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name bittests.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/bittests.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/bittests.Tpo -sys-header-deps -MP -MT bittests.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o bittests.o -x c bittests.c
- 0
/bin/sh -c echo " CCLD " bittests;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o bittests bittests.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o bittests bittests.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/bittests /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib bittests.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " dt_arith.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dt_arith.o -MD -MP -MF .deps/dt_arith.Tpo -c -o dt_arith.o dt_arith.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dt_arith.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/dt_arith.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dt_arith.Tpo -sys-header-deps -MP -MT dt_arith.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o dt_arith.o -x c dt_arith.c
- 0
/bin/sh -c echo " CCLD " dt_arith;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dt_arith dt_arith.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/dt_arith /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib dt_arith.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " dtypes.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dtypes.o -MD -MP -MF .deps/dtypes.Tpo -c -o dtypes.o dtypes.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dtypes.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/dtypes.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dtypes.Tpo -sys-header-deps -MP -MT dtypes.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o dtypes.o -x c dtypes.c
- 0
/bin/sh -c echo " CCLD " dtypes;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dtypes dtypes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/dtypes /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib dtypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " dsets.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dsets.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/dsets.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dsets.Tpo -sys-header-deps -MP -MT dsets.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o dsets.o -x c dsets.c
- 0
/bin/sh -c echo " CCLD " dsets;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dsets dsets.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dsets dsets.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/dsets /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib dsets.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " cmpd_dset.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cmpd_dset.o -MD -MP -MF .deps/cmpd_dset.Tpo -c -o cmpd_dset.o cmpd_dset.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cmpd_dset.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/cmpd_dset.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cmpd_dset.Tpo -sys-header-deps -MP -MT cmpd_dset.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o cmpd_dset.o -x c cmpd_dset.c
- 0
/bin/sh -c echo " CCLD " cmpd_dset;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cmpd_dset cmpd_dset.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/cmpd_dset /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib cmpd_dset.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " filter_fail.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT filter_fail.o -MD -MP -MF .deps/filter_fail.Tpo -c -o filter_fail.o filter_fail.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name filter_fail.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/filter_fail.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/filter_fail.Tpo -sys-header-deps -MP -MT filter_fail.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o filter_fail.o -x c filter_fail.c
- 0
/bin/sh -c echo " CCLD " filter_fail;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o filter_fail filter_fail.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o filter_fail filter_fail.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/filter_fail /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib filter_fail.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " extend.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT extend.o -MD -MP -MF .deps/extend.Tpo -c -o extend.o extend.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name extend.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/extend.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/extend.Tpo -sys-header-deps -MP -MT extend.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o extend.o -x c extend.c
- 0
/bin/sh -c echo " CCLD " extend;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o extend extend.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o extend extend.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/extend /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib extend.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " external.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT external.o -MD -MP -MF .deps/external.Tpo -c -o external.o external.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name external.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/external.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/external.Tpo -sys-header-deps -MP -MT external.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o external.o -x c external.c
- 0
/bin/sh -c echo " CCLD " external;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o external external.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o external external.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/external /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib external.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " efc.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT efc.o -MD -MP -MF .deps/efc.Tpo -c -o efc.o efc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name efc.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/efc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/efc.Tpo -sys-header-deps -MP -MT efc.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o efc.o -x c efc.c
- 0
/bin/sh -c echo " CCLD " efc;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o efc efc.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o efc efc.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/efc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib efc.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " objcopy.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT objcopy.o -MD -MP -MF .deps/objcopy.Tpo -c -o objcopy.o objcopy.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name objcopy.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/objcopy.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/objcopy.Tpo -sys-header-deps -MP -MT objcopy.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o objcopy.o -x c objcopy.c
- 0
/bin/sh -c echo " CCLD " objcopy;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o objcopy objcopy.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/objcopy /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib objcopy.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " links.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT links.o -MD -MP -MF .deps/links.Tpo -c -o links.o links.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name links.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/links.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/links.Tpo -sys-header-deps -MP -MT links.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o links.o -x c links.c
- 0
/bin/sh -c echo " CCLD " links;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o links links.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o links links.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/links /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib links.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " unlink.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT unlink.o -MD -MP -MF .deps/unlink.Tpo -c -o unlink.o unlink.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name unlink.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/unlink.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/unlink.Tpo -sys-header-deps -MP -MT unlink.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o unlink.o -x c unlink.c
- 0
/bin/sh -c echo " CCLD " unlink;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o unlink unlink.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o unlink unlink.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/unlink /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib unlink.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " twriteorder.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT twriteorder.o -MD -MP -MF .deps/twriteorder.Tpo -c -o twriteorder.o twriteorder.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name twriteorder.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/twriteorder.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/twriteorder.Tpo -sys-header-deps -MP -MT twriteorder.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o twriteorder.o -x c twriteorder.c
- 0
/bin/sh -c echo " CCLD " twriteorder;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o twriteorder twriteorder.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o twriteorder twriteorder.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/twriteorder /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib twriteorder.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " big.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT big.o -MD -MP -MF .deps/big.Tpo -c -o big.o big.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name big.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/big.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/big.Tpo -sys-header-deps -MP -MT big.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o big.o -x c big.c
- 0
/bin/sh -c echo " CCLD " big;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o big big.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o big big.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/big /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib big.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " mtime.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT mtime.o -MD -MP -MF .deps/mtime.Tpo -c -o mtime.o mtime.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name mtime.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/mtime.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/mtime.Tpo -sys-header-deps -MP -MT mtime.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o mtime.o -x c mtime.c
- 0
/bin/sh -c echo " CCLD " mtime;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o mtime mtime.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o mtime mtime.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/mtime /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib mtime.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " fillval.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT fillval.o -MD -MP -MF .deps/fillval.Tpo -c -o fillval.o fillval.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name fillval.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/fillval.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/fillval.Tpo -sys-header-deps -MP -MT fillval.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o fillval.o -x c fillval.c
- 0
/bin/sh -c echo " CCLD " fillval;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o fillval fillval.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o fillval fillval.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fillval /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib fillval.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " mount.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT mount.o -MD -MP -MF .deps/mount.Tpo -c -o mount.o mount.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name mount.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/mount.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/mount.Tpo -sys-header-deps -MP -MT mount.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o mount.o -x c mount.c
- 0
/bin/sh -c echo " CCLD " mount;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o mount mount.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o mount mount.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/mount /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib mount.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " flush1.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT flush1.o -MD -MP -MF .deps/flush1.Tpo -c -o flush1.o flush1.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name flush1.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/flush1.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/flush1.Tpo -sys-header-deps -MP -MT flush1.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o flush1.o -x c flush1.c
- 0
/bin/sh -c echo " CCLD " flush1;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o flush1 flush1.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/flush1 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib flush1.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " flush2.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT flush2.o -MD -MP -MF .deps/flush2.Tpo -c -o flush2.o flush2.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name flush2.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/flush2.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/flush2.Tpo -sys-header-deps -MP -MT flush2.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o flush2.o -x c flush2.c
- 0
/bin/sh -c echo " CCLD " flush2;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o flush2 flush2.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/flush2 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib flush2.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " app_ref.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT app_ref.o -MD -MP -MF .deps/app_ref.Tpo -c -o app_ref.o app_ref.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name app_ref.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/app_ref.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/app_ref.Tpo -sys-header-deps -MP -MT app_ref.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o app_ref.o -x c app_ref.c
- 0
/bin/sh -c echo " CCLD " app_ref;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o app_ref app_ref.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o app_ref app_ref.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/app_ref /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib app_ref.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " enum.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT enum.o -MD -MP -MF .deps/enum.Tpo -c -o enum.o enum.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name enum.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/enum.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/enum.Tpo -sys-header-deps -MP -MT enum.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o enum.o -x c enum.c
- 0
/bin/sh -c echo " CCLD " enum;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o enum enum.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o enum enum.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/enum /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib enum.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " set_extent.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT set_extent.o -MD -MP -MF .deps/set_extent.Tpo -c -o set_extent.o set_extent.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name set_extent.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/set_extent.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/set_extent.Tpo -sys-header-deps -MP -MT set_extent.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o set_extent.o -x c set_extent.c
- 0
/bin/sh -c echo " CCLD " set_extent;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o set_extent set_extent.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/set_extent /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib set_extent.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " ttsafe.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ttsafe.o -MD -MP -MF .deps/ttsafe.Tpo -c -o ttsafe.o ttsafe.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttsafe.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ttsafe.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttsafe.Tpo -sys-header-deps -MP -MT ttsafe.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ttsafe.o -x c ttsafe.c
- 0
/bin/sh -c echo " CC " ttsafe_dcreate.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ttsafe_dcreate.o -MD -MP -MF .deps/ttsafe_dcreate.Tpo -c -o ttsafe_dcreate.o ttsafe_dcreate.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttsafe_dcreate.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ttsafe_dcreate.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttsafe_dcreate.Tpo -sys-header-deps -MP -MT ttsafe_dcreate.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ttsafe_dcreate.o -x c ttsafe_dcreate.c
- 0
/bin/sh -c echo " CC " ttsafe_error.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ttsafe_error.o -MD -MP -MF .deps/ttsafe_error.Tpo -c -o ttsafe_error.o ttsafe_error.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttsafe_error.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ttsafe_error.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttsafe_error.Tpo -sys-header-deps -MP -MT ttsafe_error.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ttsafe_error.o -x c ttsafe_error.c
- 0
/bin/sh -c echo " CC " ttsafe_cancel.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ttsafe_cancel.o -MD -MP -MF .deps/ttsafe_cancel.Tpo -c -o ttsafe_cancel.o ttsafe_cancel.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttsafe_cancel.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ttsafe_cancel.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttsafe_cancel.Tpo -sys-header-deps -MP -MT ttsafe_cancel.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ttsafe_cancel.o -x c ttsafe_cancel.c
- 0
/bin/sh -c echo " CC " ttsafe_acreate.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ttsafe_acreate.o -MD -MP -MF .deps/ttsafe_acreate.Tpo -c -o ttsafe_acreate.o ttsafe_acreate.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttsafe_acreate.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ttsafe_acreate.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttsafe_acreate.Tpo -sys-header-deps -MP -MT ttsafe_acreate.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ttsafe_acreate.o -x c ttsafe_acreate.c
- 0
/bin/sh -c echo " CCLD " ttsafe;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/ttsafe /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " enc_dec_plist.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT enc_dec_plist.o -MD -MP -MF .deps/enc_dec_plist.Tpo -c -o enc_dec_plist.o enc_dec_plist.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name enc_dec_plist.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/enc_dec_plist.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/enc_dec_plist.Tpo -sys-header-deps -MP -MT enc_dec_plist.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o enc_dec_plist.o -x c enc_dec_plist.c
- 0
/bin/sh -c echo " CCLD " enc_dec_plist;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o enc_dec_plist enc_dec_plist.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o enc_dec_plist enc_dec_plist.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/enc_dec_plist /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib enc_dec_plist.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " enc_dec_plist_cross_platform.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT enc_dec_plist_cross_platform.o -MD -MP -MF .deps/enc_dec_plist_cross_platform.Tpo -c -o enc_dec_plist_cross_platform.o enc_dec_plist_cross_platform.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name enc_dec_plist_cross_platform.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/enc_dec_plist_cross_platform.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/enc_dec_plist_cross_platform.Tpo -sys-header-deps -MP -MT enc_dec_plist_cross_platform.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o enc_dec_plist_cross_platform.o -x c enc_dec_plist_cross_platform.c
- 0
/bin/sh -c echo " CCLD " enc_dec_plist_cross_platform;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o enc_dec_plist_cross_platform enc_dec_plist_cross_platform.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o enc_dec_plist_cross_platform enc_dec_plist_cross_platform.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/enc_dec_plist_cross_platform /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib enc_dec_plist_cross_platform.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " getname.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT getname.o -MD -MP -MF .deps/getname.Tpo -c -o getname.o getname.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name getname.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/getname.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/getname.Tpo -sys-header-deps -MP -MT getname.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o getname.o -x c getname.c
- 0
/bin/sh -c echo " CCLD " getname;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o getname getname.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o getname getname.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/getname /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib getname.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " vfd.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT vfd.o -MD -MP -MF .deps/vfd.Tpo -c -o vfd.o vfd.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name vfd.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/vfd.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/vfd.Tpo -sys-header-deps -MP -MT vfd.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o vfd.o -x c vfd.c
- 0
/bin/sh -c echo " CCLD " vfd;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vfd vfd.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vfd vfd.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/vfd /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib vfd.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " ntypes.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT ntypes.o -MD -MP -MF .deps/ntypes.Tpo -c -o ntypes.o ntypes.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ntypes.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/ntypes.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ntypes.Tpo -sys-header-deps -MP -MT ntypes.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o ntypes.o -x c ntypes.c
- 0
/bin/sh -c echo " CCLD " ntypes;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o ntypes ntypes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/ntypes /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib ntypes.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " dangle.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dangle.o -MD -MP -MF .deps/dangle.Tpo -c -o dangle.o dangle.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dangle.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/dangle.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dangle.Tpo -sys-header-deps -MP -MT dangle.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o dangle.o -x c dangle.c
- 0
/bin/sh -c echo " CCLD " dangle;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dangle dangle.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dangle dangle.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/dangle /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib dangle.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " dtransform.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT dtransform.o -MD -MP -MF .deps/dtransform.Tpo -c -o dtransform.o dtransform.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dtransform.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/dtransform.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dtransform.Tpo -sys-header-deps -MP -MT dtransform.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o dtransform.o -x c dtransform.c
- 0
/bin/sh -c echo " CCLD " dtransform;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o dtransform dtransform.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/dtransform /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib dtransform.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " reserved.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT reserved.o -MD -MP -MF .deps/reserved.Tpo -c -o reserved.o reserved.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name reserved.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/reserved.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/reserved.Tpo -sys-header-deps -MP -MT reserved.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o reserved.o -x c reserved.c
- 0
/bin/sh -c echo " CCLD " reserved;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o reserved reserved.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o reserved reserved.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/reserved /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib reserved.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " cross_read.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cross_read.o -MD -MP -MF .deps/cross_read.Tpo -c -o cross_read.o cross_read.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cross_read.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/cross_read.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cross_read.Tpo -sys-header-deps -MP -MT cross_read.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o cross_read.o -x c cross_read.c
- 0
/bin/sh -c echo " CCLD " cross_read;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cross_read cross_read.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/cross_read /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib cross_read.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " freespace.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT freespace.o -MD -MP -MF .deps/freespace.Tpo -c -o freespace.o freespace.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name freespace.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/freespace.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/freespace.Tpo -sys-header-deps -MP -MT freespace.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o freespace.o -x c freespace.c
- 0
/bin/sh -c echo " CCLD " freespace;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o freespace freespace.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o freespace freespace.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/freespace /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib freespace.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " mf.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT mf.o -MD -MP -MF .deps/mf.Tpo -c -o mf.o mf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name mf.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/mf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/mf.Tpo -sys-header-deps -MP -MT mf.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o mf.o -x c mf.c
- 0
/bin/sh -c echo " CCLD " mf;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o mf mf.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o mf mf.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/mf /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib mf.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " vds.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT vds.o -MD -MP -MF .deps/vds.Tpo -c -o vds.o vds.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name vds.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/vds.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/vds.Tpo -sys-header-deps -MP -MT vds.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o vds.o -x c vds.c
- 0
/bin/sh -c echo " CCLD " vds;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds vds.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds vds.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/vds /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib vds.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " file_image.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT file_image.o -MD -MP -MF .deps/file_image.Tpo -c -o file_image.o file_image.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name file_image.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/file_image.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/file_image.Tpo -sys-header-deps -MP -MT file_image.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o file_image.o -x c file_image.c
- 0
/bin/sh -c echo " CCLD " file_image;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o file_image file_image.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o file_image file_image.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/file_image /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib file_image.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " unregister.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT unregister.o -MD -MP -MF .deps/unregister.Tpo -c -o unregister.o unregister.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name unregister.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/unregister.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/unregister.Tpo -sys-header-deps -MP -MT unregister.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o unregister.o -x c unregister.c
- 0
/bin/sh -c echo " CCLD " unregister;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o unregister unregister.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o unregister unregister.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/unregister /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib unregister.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " cache_logging.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cache_logging.o -MD -MP -MF .deps/cache_logging.Tpo -c -o cache_logging.o cache_logging.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cache_logging.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/cache_logging.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cache_logging.Tpo -sys-header-deps -MP -MT cache_logging.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o cache_logging.o -x c cache_logging.c
- 0
/bin/sh -c echo " CCLD " cache_logging;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache_logging cache_logging.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cache_logging cache_logging.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/cache_logging /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib cache_logging.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " cork.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT cork.o -MD -MP -MF .deps/cork.Tpo -c -o cork.o cork.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name cork.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/cork.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/cork.Tpo -sys-header-deps -MP -MT cork.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o cork.o -x c cork.c
- 0
/bin/sh -c echo " CCLD " cork;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cork cork.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o cork cork.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/cork /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib cork.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr.o -MD -MP -MF .deps/swmr.Tpo -c -o swmr.o swmr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr.Tpo -sys-header-deps -MP -MT swmr.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr.o -x c swmr.c
- 0
/bin/sh -c echo " CCLD " swmr;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr swmr.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr swmr.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " error_test.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT error_test.o -MD -MP -MF .deps/error_test.Tpo -c -o error_test.o error_test.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name error_test.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/error_test.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/error_test.Tpo -sys-header-deps -MP -MT error_test.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o error_test.o -x c error_test.c
- 0
/bin/sh -c echo " CCLD " error_test;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o error_test error_test.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o error_test error_test.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/error_test /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib error_test.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " err_compat.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT err_compat.o -MD -MP -MF .deps/err_compat.Tpo -c -o err_compat.o err_compat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name err_compat.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/err_compat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/err_compat.Tpo -sys-header-deps -MP -MT err_compat.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o err_compat.o -x c err_compat.c
- 0
/bin/sh -c echo " CCLD " err_compat;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o err_compat err_compat.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/err_compat /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib err_compat.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " tcheck_version.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT tcheck_version.o -MD -MP -MF .deps/tcheck_version.Tpo -c -o tcheck_version.o tcheck_version.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tcheck_version.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/tcheck_version.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tcheck_version.Tpo -sys-header-deps -MP -MT tcheck_version.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tcheck_version.o -x c tcheck_version.c
- 0
/bin/sh -c echo " CCLD " tcheck_version;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o tcheck_version tcheck_version.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o tcheck_version tcheck_version.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tcheck_version /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib tcheck_version.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " testmeta.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT testmeta.o -MD -MP -MF .deps/testmeta.Tpo -c -o testmeta.o testmeta.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name testmeta.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/testmeta.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/testmeta.Tpo -sys-header-deps -MP -MT testmeta.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o testmeta.o -x c testmeta.c
- 0
/bin/sh -c echo " CCLD " testmeta;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o testmeta testmeta.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/testmeta /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib testmeta.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " accum_swmr_reader.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT accum_swmr_reader.o -MD -MP -MF .deps/accum_swmr_reader.Tpo -c -o accum_swmr_reader.o accum_swmr_reader.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name accum_swmr_reader.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/accum_swmr_reader.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/accum_swmr_reader.Tpo -sys-header-deps -MP -MT accum_swmr_reader.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o accum_swmr_reader.o -x c accum_swmr_reader.c
- 0
/bin/sh -c echo " CCLD " accum_swmr_reader;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o accum_swmr_reader accum_swmr_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o accum_swmr_reader accum_swmr_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/accum_swmr_reader /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib accum_swmr_reader.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " atomic_writer.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT atomic_writer.o -MD -MP -MF .deps/atomic_writer.Tpo -c -o atomic_writer.o atomic_writer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name atomic_writer.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/atomic_writer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/atomic_writer.Tpo -sys-header-deps -MP -MT atomic_writer.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o atomic_writer.o -x c atomic_writer.c
- 0
/bin/sh -c echo " CCLD " atomic_writer;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o atomic_writer atomic_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o atomic_writer atomic_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/atomic_writer /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib atomic_writer.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " atomic_reader.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT atomic_reader.o -MD -MP -MF .deps/atomic_reader.Tpo -c -o atomic_reader.o atomic_reader.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name atomic_reader.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/atomic_reader.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/atomic_reader.Tpo -sys-header-deps -MP -MT atomic_reader.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o atomic_reader.o -x c atomic_reader.c
- 0
/bin/sh -c echo " CCLD " atomic_reader;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o atomic_reader atomic_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o atomic_reader atomic_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/atomic_reader /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib atomic_reader.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " links_env.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT links_env.o -MD -MP -MF .deps/links_env.Tpo -c -o links_env.o links_env.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name links_env.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/links_env.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/links_env.Tpo -sys-header-deps -MP -MT links_env.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o links_env.o -x c links_env.c
- 0
/bin/sh -c echo " CCLD " links_env;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o links_env links_env.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o links_env links_env.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/links_env /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib links_env.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " flushrefresh.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT flushrefresh.o -MD -MP -MF .deps/flushrefresh.Tpo -c -o flushrefresh.o flushrefresh.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name flushrefresh.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/flushrefresh.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/flushrefresh.Tpo -sys-header-deps -MP -MT flushrefresh.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o flushrefresh.o -x c flushrefresh.c
- 0
/bin/sh -c echo " CCLD " flushrefresh;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o flushrefresh flushrefresh.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o flushrefresh flushrefresh.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/flushrefresh /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib flushrefresh.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " use_append_chunk.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT use_append_chunk.o -MD -MP -MF .deps/use_append_chunk.Tpo -c -o use_append_chunk.o use_append_chunk.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name use_append_chunk.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/use_append_chunk.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/use_append_chunk.Tpo -sys-header-deps -MP -MT use_append_chunk.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o use_append_chunk.o -x c use_append_chunk.c
- 0
/bin/sh -c echo " CC " use_common.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT use_common.o -MD -MP -MF .deps/use_common.Tpo -c -o use_common.o use_common.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name use_common.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/use_common.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/use_common.Tpo -sys-header-deps -MP -MT use_common.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o use_common.o -x c use_common.c
- 0
/bin/sh -c echo " CCLD " use_append_chunk;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o use_append_chunk use_append_chunk.o use_common.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o use_append_chunk use_append_chunk.o use_common.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/use_append_chunk /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib use_append_chunk.o use_common.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " use_append_mchunks.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT use_append_mchunks.o -MD -MP -MF .deps/use_append_mchunks.Tpo -c -o use_append_mchunks.o use_append_mchunks.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name use_append_mchunks.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/use_append_mchunks.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/use_append_mchunks.Tpo -sys-header-deps -MP -MT use_append_mchunks.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o use_append_mchunks.o -x c use_append_mchunks.c
- 0
/bin/sh -c echo " CCLD " use_append_mchunks;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o use_append_mchunks use_append_mchunks.o use_common.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o use_append_mchunks use_append_mchunks.o use_common.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/use_append_mchunks /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib use_append_mchunks.o use_common.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " use_disable_mdc_flushes.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT use_disable_mdc_flushes.o -MD -MP -MF .deps/use_disable_mdc_flushes.Tpo -c -o use_disable_mdc_flushes.o use_disable_mdc_flushes.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name use_disable_mdc_flushes.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/use_disable_mdc_flushes.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/use_disable_mdc_flushes.Tpo -sys-header-deps -MP -MT use_disable_mdc_flushes.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o use_disable_mdc_flushes.o -x c use_disable_mdc_flushes.c
- 0
/bin/sh -c echo " CCLD " use_disable_mdc_flushes;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o use_disable_mdc_flushes use_disable_mdc_flushes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o use_disable_mdc_flushes use_disable_mdc_flushes.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/use_disable_mdc_flushes /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib use_disable_mdc_flushes.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_generator.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_generator.o -MD -MP -MF .deps/swmr_generator.Tpo -c -o swmr_generator.o swmr_generator.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_generator.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_generator.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_generator.Tpo -sys-header-deps -MP -MT swmr_generator.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_generator.o -x c swmr_generator.c
- 0
/bin/sh -c echo " CCLD " swmr_generator;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_generator swmr_generator.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_generator swmr_generator.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_generator /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_generator.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_start_write.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_start_write.o -MD -MP -MF .deps/swmr_start_write.Tpo -c -o swmr_start_write.o swmr_start_write.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_start_write.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_start_write.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_start_write.Tpo -sys-header-deps -MP -MT swmr_start_write.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_start_write.o -x c swmr_start_write.c
- 0
/bin/sh -c echo " CCLD " swmr_start_write;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_start_write swmr_start_write.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_start_write swmr_start_write.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_start_write /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_start_write.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_reader.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_reader.o -MD -MP -MF .deps/swmr_reader.Tpo -c -o swmr_reader.o swmr_reader.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_reader.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_reader.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_reader.Tpo -sys-header-deps -MP -MT swmr_reader.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_reader.o -x c swmr_reader.c
- 0
/bin/sh -c echo " CCLD " swmr_reader;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_reader swmr_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_reader swmr_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_reader /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_reader.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_writer.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_writer.o -MD -MP -MF .deps/swmr_writer.Tpo -c -o swmr_writer.o swmr_writer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_writer.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_writer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_writer.Tpo -sys-header-deps -MP -MT swmr_writer.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_writer.o -x c swmr_writer.c
- 0
/bin/sh -c echo " CCLD " swmr_writer;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_writer swmr_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_writer swmr_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_writer /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_writer.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_remove_reader.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_remove_reader.o -MD -MP -MF .deps/swmr_remove_reader.Tpo -c -o swmr_remove_reader.o swmr_remove_reader.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_remove_reader.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_remove_reader.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_remove_reader.Tpo -sys-header-deps -MP -MT swmr_remove_reader.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_remove_reader.o -x c swmr_remove_reader.c
- 0
/bin/sh -c echo " CCLD " swmr_remove_reader;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_remove_reader swmr_remove_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_remove_reader swmr_remove_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_remove_reader /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_remove_reader.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_remove_writer.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_remove_writer.o -MD -MP -MF .deps/swmr_remove_writer.Tpo -c -o swmr_remove_writer.o swmr_remove_writer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_remove_writer.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_remove_writer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_remove_writer.Tpo -sys-header-deps -MP -MT swmr_remove_writer.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_remove_writer.o -x c swmr_remove_writer.c
- 0
/bin/sh -c echo " CCLD " swmr_remove_writer;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_remove_writer swmr_remove_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_remove_writer swmr_remove_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_remove_writer /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_remove_writer.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_addrem_writer.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_addrem_writer.o -MD -MP -MF .deps/swmr_addrem_writer.Tpo -c -o swmr_addrem_writer.o swmr_addrem_writer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_addrem_writer.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_addrem_writer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_addrem_writer.Tpo -sys-header-deps -MP -MT swmr_addrem_writer.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_addrem_writer.o -x c swmr_addrem_writer.c
- 0
/bin/sh -c echo " CCLD " swmr_addrem_writer;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_addrem_writer swmr_addrem_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_addrem_writer swmr_addrem_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_addrem_writer /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_addrem_writer.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_sparse_reader.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_sparse_reader.o -MD -MP -MF .deps/swmr_sparse_reader.Tpo -c -o swmr_sparse_reader.o swmr_sparse_reader.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_sparse_reader.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_sparse_reader.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_sparse_reader.Tpo -sys-header-deps -MP -MT swmr_sparse_reader.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_sparse_reader.o -x c swmr_sparse_reader.c
- 0
/bin/sh -c echo " CCLD " swmr_sparse_reader;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_sparse_reader swmr_sparse_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_sparse_reader swmr_sparse_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_sparse_reader /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_sparse_reader.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_sparse_writer.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_sparse_writer.o -MD -MP -MF .deps/swmr_sparse_writer.Tpo -c -o swmr_sparse_writer.o swmr_sparse_writer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_sparse_writer.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_sparse_writer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_sparse_writer.Tpo -sys-header-deps -MP -MT swmr_sparse_writer.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_sparse_writer.o -x c swmr_sparse_writer.c
- 0
/bin/sh -c echo " CCLD " swmr_sparse_writer;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_sparse_writer swmr_sparse_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_sparse_writer swmr_sparse_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_sparse_writer /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_sparse_writer.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_check_compat_vfd.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT swmr_check_compat_vfd.o -MD -MP -MF .deps/swmr_check_compat_vfd.Tpo -c -o swmr_check_compat_vfd.o swmr_check_compat_vfd.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_check_compat_vfd.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/swmr_check_compat_vfd.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_check_compat_vfd.Tpo -sys-header-deps -MP -MT swmr_check_compat_vfd.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_check_compat_vfd.o -x c swmr_check_compat_vfd.c
- 0
/bin/sh -c echo " CCLD " swmr_check_compat_vfd;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_check_compat_vfd swmr_check_compat_vfd.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o swmr_check_compat_vfd swmr_check_compat_vfd.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_check_compat_vfd /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_check_compat_vfd.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " vds_swmr_gen.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT vds_swmr_gen.o -MD -MP -MF .deps/vds_swmr_gen.Tpo -c -o vds_swmr_gen.o vds_swmr_gen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name vds_swmr_gen.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/vds_swmr_gen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/vds_swmr_gen.Tpo -sys-header-deps -MP -MT vds_swmr_gen.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o vds_swmr_gen.o -x c vds_swmr_gen.c
- 0
/bin/sh -c echo " CCLD " vds_swmr_gen;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds_swmr_gen vds_swmr_gen.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds_swmr_gen vds_swmr_gen.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/vds_swmr_gen /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib vds_swmr_gen.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " vds_swmr_reader.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT vds_swmr_reader.o -MD -MP -MF .deps/vds_swmr_reader.Tpo -c -o vds_swmr_reader.o vds_swmr_reader.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name vds_swmr_reader.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/vds_swmr_reader.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/vds_swmr_reader.Tpo -sys-header-deps -MP -MT vds_swmr_reader.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o vds_swmr_reader.o -x c vds_swmr_reader.c
- 0
/bin/sh -c echo " CCLD " vds_swmr_reader;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds_swmr_reader vds_swmr_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds_swmr_reader vds_swmr_reader.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/vds_swmr_reader /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib vds_swmr_reader.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " vds_swmr_writer.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT vds_swmr_writer.o -MD -MP -MF .deps/vds_swmr_writer.Tpo -c -o vds_swmr_writer.o vds_swmr_writer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name vds_swmr_writer.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/vds_swmr_writer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/vds_swmr_writer.Tpo -sys-header-deps -MP -MT vds_swmr_writer.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o vds_swmr_writer.o -x c vds_swmr_writer.c
- 0
/bin/sh -c echo " CCLD " vds_swmr_writer;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds_swmr_writer vds_swmr_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o vds_swmr_writer vds_swmr_writer.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/vds_swmr_writer /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib vds_swmr_writer.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " plugin.o;clang -DHAVE_CONFIG_H -I. -I../src -I../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../src -I../src -MT plugin.o -MD -MP -MF .deps/plugin.Tpo -c -o plugin.o plugin.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name plugin.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test/plugin.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/plugin.Tpo -sys-header-deps -MP -MT plugin.o -D HAVE_CONFIG_H -I . -I ../src -I ../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../src -I ../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o plugin.o -x c plugin.c
- 0
/bin/sh -c echo " CCLD " plugin;/bin/sh ../libtool --silent --tag=CC --mode=link clang -o plugin plugin.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../libtool --silent --tag=CC --mode=link clang -o plugin plugin.o libh5test.la ../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/plugin /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib plugin.o ./.libs/libh5test.a ../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat h5format_convert perform' ;; \
*) list='lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat h5format_convert perform' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CC " h5tools.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools.lo -MD -MP -MF .deps/h5tools.Tpo -c -o h5tools.lo h5tools.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5tools.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5tools.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5tools.Tpo -sys-header-deps -MP -MT h5tools.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5tools.o -x c h5tools.c
- 0
/bin/sh -c echo " CC " h5tools_dump.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_dump.lo -MD -MP -MF .deps/h5tools_dump.Tpo -c -o h5tools_dump.lo h5tools_dump.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_dump.lo -MD -MP -MF .deps/h5tools_dump.Tpo -c -o h5tools_dump.lo h5tools_dump.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5tools_dump.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5tools_dump.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5tools_dump.Tpo -sys-header-deps -MP -MT h5tools_dump.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5tools_dump.o -x c h5tools_dump.c
- 0
/bin/sh -c echo " CC " h5tools_str.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_str.lo -MD -MP -MF .deps/h5tools_str.Tpo -c -o h5tools_str.lo h5tools_str.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5tools_str.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5tools_str.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5tools_str.Tpo -sys-header-deps -MP -MT h5tools_str.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5tools_str.o -x c h5tools_str.c
- 0
/bin/sh -c echo " CC " h5tools_utils.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_utils.lo -MD -MP -MF .deps/h5tools_utils.Tpo -c -o h5tools_utils.lo h5tools_utils.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5tools_utils.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5tools_utils.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5tools_utils.Tpo -sys-header-deps -MP -MT h5tools_utils.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5tools_utils.o -x c h5tools_utils.c
- 0
/bin/sh -c echo " CC " h5diff.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff.lo -MD -MP -MF .deps/h5diff.Tpo -c -o h5diff.lo h5diff.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diff.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5diff.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diff.Tpo -sys-header-deps -MP -MT h5diff.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5diff.o -x c h5diff.c
- 0
/bin/sh -c echo " CC " h5diff_array.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_array.lo -MD -MP -MF .deps/h5diff_array.Tpo -c -o h5diff_array.lo h5diff_array.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diff_array.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5diff_array.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diff_array.Tpo -sys-header-deps -MP -MT h5diff_array.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5diff_array.o -x c h5diff_array.c
- 0
/bin/sh -c echo " CC " h5diff_attr.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_attr.lo -MD -MP -MF .deps/h5diff_attr.Tpo -c -o h5diff_attr.lo h5diff_attr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diff_attr.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5diff_attr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diff_attr.Tpo -sys-header-deps -MP -MT h5diff_attr.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5diff_attr.o -x c h5diff_attr.c
- 0
/bin/sh -c echo " CC " h5diff_dset.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_dset.lo -MD -MP -MF .deps/h5diff_dset.Tpo -c -o h5diff_dset.lo h5diff_dset.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diff_dset.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5diff_dset.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diff_dset.Tpo -sys-header-deps -MP -MT h5diff_dset.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5diff_dset.o -x c h5diff_dset.c
- 0
/bin/sh -c echo " CC " h5diff_util.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5diff_util.lo -MD -MP -MF .deps/h5diff_util.Tpo -c -o h5diff_util.lo h5diff_util.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diff_util.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5diff_util.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diff_util.Tpo -sys-header-deps -MP -MT h5diff_util.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5diff_util.o -x c h5diff_util.c
- 0
/bin/sh -c echo " CC " h5trav.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5trav.lo -MD -MP -MF .deps/h5trav.Tpo -c -o h5trav.lo h5trav.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5trav.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5trav.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5trav.Tpo -sys-header-deps -MP -MT h5trav.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5trav.o -x c h5trav.c
- 0
/bin/sh -c echo " CC " h5tools_filters.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_filters.lo -MD -MP -MF .deps/h5tools_filters.Tpo -c -o h5tools_filters.lo h5tools_filters.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5tools_filters.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5tools_filters.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5tools_filters.Tpo -sys-header-deps -MP -MT h5tools_filters.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5tools_filters.o -x c h5tools_filters.c
- 0
/bin/sh -c echo " CC " h5tools_ref.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_ref.lo -MD -MP -MF .deps/h5tools_ref.Tpo -c -o h5tools_ref.lo h5tools_ref.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5tools_ref.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5tools_ref.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5tools_ref.Tpo -sys-header-deps -MP -MT h5tools_ref.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5tools_ref.o -x c h5tools_ref.c
- 0
/bin/sh -c echo " CC " h5tools_type.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT h5tools_type.lo -MD -MP -MF .deps/h5tools_type.Tpo -c -o h5tools_type.lo h5tools_type.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5tools_type.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/h5tools_type.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5tools_type.Tpo -sys-header-deps -MP -MT h5tools_type.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/h5tools_type.o -x c h5tools_type.c
- 0
/bin/sh -c echo " CC " io_timer.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT io_timer.lo -MD -MP -MF .deps/io_timer.Tpo -c -o io_timer.lo io_timer.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT io_timer.lo -MD -MP -MF .deps/io_timer.Tpo -c -o io_timer.lo io_timer.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name io_timer.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib/.libs/io_timer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/io_timer.Tpo -sys-header-deps -MP -MT io_timer.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/lib -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/io_timer.o -x c io_timer.c
- 0
/bin/sh -c echo " CCLD " libh5tools.la;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o libh5tools.la h5tools.lo h5tools_dump.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo io_timer.lo -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o libh5tools.la h5tools.lo h5tools_dump.lo h5tools_str.lo h5tools_utils.lo h5diff.lo h5diff_array.lo h5diff_attr.lo h5diff_dset.lo h5diff_util.lo h5trav.lo h5tools_filters.lo h5tools_ref.lo h5tools_type.lo io_timer.lo -lz -ldl -lm
- 0
ar cru .libs/libh5tools.a .libs/h5tools.o .libs/h5tools_dump.o .libs/h5tools_str.o .libs/h5tools_utils.o .libs/h5diff.o .libs/h5diff_array.o .libs/h5diff_attr.o .libs/h5diff_dset.o .libs/h5diff_util.o .libs/h5trav.o .libs/h5tools_filters.o .libs/h5tools_ref.o .libs/h5tools_type.o .libs/io_timer.o
- 0
ranlib .libs/libh5tools.a
- 0
make all
- 0
/bin/sh -c echo " CC " h5diff_main.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5diff_main.o -MD -MP -MF .deps/h5diff_main.Tpo -c -o h5diff_main.o h5diff_main.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diff_main.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5diff/h5diff_main.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diff_main.Tpo -sys-header-deps -MP -MT h5diff_main.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5diff -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5diff_main.o -x c h5diff_main.c
- 0
/bin/sh -c echo " CC " h5diff_common.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5diff_common.o -MD -MP -MF .deps/h5diff_common.Tpo -c -o h5diff_common.o h5diff_common.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diff_common.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5diff/h5diff_common.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diff_common.Tpo -sys-header-deps -MP -MT h5diff_common.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5diff -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5diff_common.o -x c h5diff_common.c
- 0
/bin/sh -c echo " CCLD " h5diff;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5diff h5diff_main.o h5diff_common.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5diff /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5diff_main.o h5diff_common.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5diffgentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5diffgentest.o -MD -MP -MF .deps/h5diffgentest.Tpo -c -o h5diffgentest.o h5diffgentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5diffgentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5diff/h5diffgentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5diffgentest.Tpo -sys-header-deps -MP -MT h5diffgentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5diff -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5diffgentest.o -x c h5diffgentest.c
- 0
/bin/sh -c echo " CCLD " h5diffgentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5diffgentest h5diffgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5diffgentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5diffgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5ls.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5ls.o -MD -MP -MF .deps/h5ls.Tpo -c -o h5ls.o h5ls.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5ls.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5ls/h5ls.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5ls.Tpo -sys-header-deps -MP -MT h5ls.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5ls -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5ls.o -x c h5ls.c
- 0
/bin/sh -c echo " CCLD " h5ls;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5ls h5ls.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5ls /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5ls.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5dump.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5dump.o -MD -MP -MF .deps/h5dump.Tpo -c -o h5dump.o h5dump.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5dump.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump/h5dump.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5dump.Tpo -sys-header-deps -MP -MT h5dump.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5dump.o -x c h5dump.c
- 0
/bin/sh -c echo " CC " h5dump_ddl.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5dump_ddl.o -MD -MP -MF .deps/h5dump_ddl.Tpo -c -o h5dump_ddl.o h5dump_ddl.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5dump_ddl.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump/h5dump_ddl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5dump_ddl.Tpo -sys-header-deps -MP -MT h5dump_ddl.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5dump_ddl.o -x c h5dump_ddl.c
- 0
/bin/sh -c echo " CC " h5dump_xml.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5dump_xml.o -MD -MP -MF .deps/h5dump_xml.Tpo -c -o h5dump_xml.o h5dump_xml.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5dump_xml.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump/h5dump_xml.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5dump_xml.Tpo -sys-header-deps -MP -MT h5dump_xml.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5dump_xml.o -x c h5dump_xml.c
- 0
/bin/sh -c echo " CCLD " h5dump;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5dump h5dump.o h5dump_ddl.o h5dump_xml.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5dump h5dump.o h5dump_ddl.o h5dump_xml.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5dump /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5dump.o h5dump_ddl.o h5dump_xml.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5dumpgentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5dumpgentest.o -MD -MP -MF .deps/h5dumpgentest.Tpo -c -o h5dumpgentest.o h5dumpgentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5dumpgentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump/h5dumpgentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5dumpgentest.Tpo -sys-header-deps -MP -MT h5dumpgentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5dumpgentest.o -x c h5dumpgentest.c
- 0
/bin/sh -c echo " CCLD " h5dumpgentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5dumpgentest h5dumpgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5dumpgentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5dumpgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " binread.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT binread.o -MD -MP -MF .deps/binread.Tpo -c -o binread.o binread.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name binread.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump/binread.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/binread.Tpo -sys-header-deps -MP -MT binread.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5dump -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o binread.o -x c binread.c
- 0
/bin/sh -c echo " CCLD " binread;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o binread binread.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/binread /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib binread.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='vds' ;; \
*) list='vds' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CC " UC_1_one_dim_gen.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -MT UC_1_one_dim_gen.o -MD -MP -MF .deps/UC_1_one_dim_gen.Tpo -c -o UC_1_one_dim_gen.o UC_1_one_dim_gen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name UC_1_one_dim_gen.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds/UC_1_one_dim_gen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/UC_1_one_dim_gen.Tpo -sys-header-deps -MP -MT UC_1_one_dim_gen.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o UC_1_one_dim_gen.o -x c UC_1_one_dim_gen.c
- 0
/bin/sh -c echo " CCLD " UC_1_one_dim_gen;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_1_one_dim_gen UC_1_one_dim_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_1_one_dim_gen UC_1_one_dim_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/UC_1_one_dim_gen /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib UC_1_one_dim_gen.o ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " UC_2_two_dims_gen.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -MT UC_2_two_dims_gen.o -MD -MP -MF .deps/UC_2_two_dims_gen.Tpo -c -o UC_2_two_dims_gen.o UC_2_two_dims_gen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name UC_2_two_dims_gen.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds/UC_2_two_dims_gen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/UC_2_two_dims_gen.Tpo -sys-header-deps -MP -MT UC_2_two_dims_gen.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o UC_2_two_dims_gen.o -x c UC_2_two_dims_gen.c
- 0
/bin/sh -c echo " CCLD " UC_2_two_dims_gen;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_2_two_dims_gen UC_2_two_dims_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_2_two_dims_gen UC_2_two_dims_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/UC_2_two_dims_gen /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib UC_2_two_dims_gen.o ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " UC_3_gaps_gen.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -MT UC_3_gaps_gen.o -MD -MP -MF .deps/UC_3_gaps_gen.Tpo -c -o UC_3_gaps_gen.o UC_3_gaps_gen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name UC_3_gaps_gen.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds/UC_3_gaps_gen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/UC_3_gaps_gen.Tpo -sys-header-deps -MP -MT UC_3_gaps_gen.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o UC_3_gaps_gen.o -x c UC_3_gaps_gen.c
- 0
/bin/sh -c echo " CCLD " UC_3_gaps_gen;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_3_gaps_gen UC_3_gaps_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_3_gaps_gen UC_3_gaps_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/UC_3_gaps_gen /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib UC_3_gaps_gen.o ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " UC_4_printf_gen.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -MT UC_4_printf_gen.o -MD -MP -MF .deps/UC_4_printf_gen.Tpo -c -o UC_4_printf_gen.o UC_4_printf_gen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name UC_4_printf_gen.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds/UC_4_printf_gen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/UC_4_printf_gen.Tpo -sys-header-deps -MP -MT UC_4_printf_gen.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o UC_4_printf_gen.o -x c UC_4_printf_gen.c
- 0
/bin/sh -c echo " CCLD " UC_4_printf_gen;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_4_printf_gen UC_4_printf_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_4_printf_gen UC_4_printf_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/UC_4_printf_gen /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib UC_4_printf_gen.o ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " UC_5_stride_gen.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -MT UC_5_stride_gen.o -MD -MP -MF .deps/UC_5_stride_gen.Tpo -c -o UC_5_stride_gen.o UC_5_stride_gen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name UC_5_stride_gen.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds/UC_5_stride_gen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/UC_5_stride_gen.Tpo -sys-header-deps -MP -MT UC_5_stride_gen.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/vds -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o UC_5_stride_gen.o -x c UC_5_stride_gen.c
- 0
/bin/sh -c echo " CCLD " UC_5_stride_gen;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_5_stride_gen UC_5_stride_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o UC_5_stride_gen UC_5_stride_gen.o ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/UC_5_stride_gen /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib UC_5_stride_gen.o ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all-am
- 0
/bin/sh -c echo " CC " h5debug.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5debug.o -MD -MP -MF .deps/h5debug.Tpo -c -o h5debug.o h5debug.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5debug.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/h5debug.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5debug.Tpo -sys-header-deps -MP -MT h5debug.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5debug.o -x c h5debug.c
- 0
/bin/sh -c echo " CCLD " h5debug;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5debug h5debug.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5debug /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5debug.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5repart.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5repart.o -MD -MP -MF .deps/h5repart.Tpo -c -o h5repart.o h5repart.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repart.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/h5repart.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repart.Tpo -sys-header-deps -MP -MT h5repart.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repart.o -x c h5repart.c
- 0
/bin/sh -c echo " CCLD " h5repart;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repart h5repart.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5repart /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5repart.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5mkgrp.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5mkgrp.o -MD -MP -MF .deps/h5mkgrp.Tpo -c -o h5mkgrp.o h5mkgrp.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5mkgrp.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/h5mkgrp.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5mkgrp.Tpo -sys-header-deps -MP -MT h5mkgrp.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5mkgrp.o -x c h5mkgrp.c
- 0
/bin/sh -c echo " CCLD " h5mkgrp;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5mkgrp h5mkgrp.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5mkgrp /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5mkgrp.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5clear.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5clear.o -MD -MP -MF .deps/h5clear.Tpo -c -o h5clear.o h5clear.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5clear.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/h5clear.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5clear.Tpo -sys-header-deps -MP -MT h5clear.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5clear.o -x c h5clear.c
- 0
/bin/sh -c echo " CCLD " h5clear;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5clear h5clear.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5clear h5clear.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5clear /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5clear.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5clear_gentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5clear_gentest.o -MD -MP -MF .deps/h5clear_gentest.Tpo -c -o h5clear_gentest.o h5clear_gentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5clear_gentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/h5clear_gentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5clear_gentest.Tpo -sys-header-deps -MP -MT h5clear_gentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5clear_gentest.o -x c h5clear_gentest.c
- 0
/bin/sh -c echo " CCLD " h5clear_gentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5clear_gentest h5clear_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5clear_gentest h5clear_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5clear_gentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5clear_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5repart_gentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5repart_gentest.o -MD -MP -MF .deps/h5repart_gentest.Tpo -c -o h5repart_gentest.o h5repart_gentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repart_gentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/h5repart_gentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repart_gentest.Tpo -sys-header-deps -MP -MT h5repart_gentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repart_gentest.o -x c h5repart_gentest.c
- 0
/bin/sh -c echo " CCLD " h5repart_gentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repart_gentest h5repart_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5repart_gentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5repart_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " talign.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT talign.o -MD -MP -MF .deps/talign.Tpo -c -o talign.o talign.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name talign.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/talign.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/talign.Tpo -sys-header-deps -MP -MT talign.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o talign.o -x c talign.c
- 0
/bin/sh -c echo " CCLD " talign;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o talign talign.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o talign talign.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/talign /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib talign.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " repart_test.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT repart_test.o -MD -MP -MF .deps/repart_test.Tpo -c -o repart_test.o repart_test.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name repart_test.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/repart_test.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/repart_test.Tpo -sys-header-deps -MP -MT repart_test.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o repart_test.o -x c repart_test.c
- 0
/bin/sh -c echo " CCLD " repart_test;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o repart_test repart_test.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/repart_test /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib repart_test.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " clear_open_chk.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT clear_open_chk.o -MD -MP -MF .deps/clear_open_chk.Tpo -c -o clear_open_chk.o clear_open_chk.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name clear_open_chk.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc/clear_open_chk.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/clear_open_chk.Tpo -sys-header-deps -MP -MT clear_open_chk.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o clear_open_chk.o -x c clear_open_chk.c
- 0
/bin/sh -c echo " CCLD " clear_open_chk;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o clear_open_chk clear_open_chk.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o clear_open_chk clear_open_chk.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/clear_open_chk /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib clear_open_chk.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5import.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5import.o -MD -MP -MF .deps/h5import.Tpo -c -o h5import.o h5import.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5import.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5import/h5import.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5import.Tpo -sys-header-deps -MP -MT h5import.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5import -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5import.o -x c h5import.c
- 0
/bin/sh -c echo " CCLD " h5import;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5import h5import.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5import /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5import.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5importtest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5importtest.o -MD -MP -MF .deps/h5importtest.Tpo -c -o h5importtest.o h5importtest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5importtest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5import/h5importtest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5importtest.Tpo -sys-header-deps -MP -MT h5importtest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5import -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5importtest.o -x c h5importtest.c
- 0
/bin/sh -c echo " CCLD " h5importtest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5importtest h5importtest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5importtest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5importtest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " dynlib_rpk.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT dynlib_rpk.lo -MD -MP -MF .deps/dynlib_rpk.Tpo -c -o dynlib_rpk.lo dynlib_rpk.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT dynlib_rpk.lo -MD -MP -MF .deps/dynlib_rpk.Tpo -c -o dynlib_rpk.lo dynlib_rpk.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dynlib_rpk.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/.libs/dynlib_rpk.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dynlib_rpk.Tpo -sys-header-deps -MP -MT dynlib_rpk.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/dynlib_rpk.o -x c dynlib_rpk.c
- 0
/bin/sh -c echo " CCLD " libdynlibadd.la;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o libdynlibadd.la -rpath /usr/lib dynlib_rpk.lo -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o libdynlibadd.la -rpath /usr/lib dynlib_rpk.lo -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libdynlibadd.so.0.0.0 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib .libs/dynlib_rpk.o -lz -ldl -lm -soname libdynlibadd.so.0 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5repack.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack.o -MD -MP -MF .deps/h5repack.Tpo -c -o h5repack.o h5repack.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack.Tpo -sys-header-deps -MP -MT h5repack.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack.o -x c h5repack.c
- 0
/bin/sh -c echo " CC " h5repack_copy.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack_copy.o -MD -MP -MF .deps/h5repack_copy.Tpo -c -o h5repack_copy.o h5repack_copy.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack_copy.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack_copy.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack_copy.Tpo -sys-header-deps -MP -MT h5repack_copy.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack_copy.o -x c h5repack_copy.c
- 0
/bin/sh -c echo " CC " h5repack_filters.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack_filters.o -MD -MP -MF .deps/h5repack_filters.Tpo -c -o h5repack_filters.o h5repack_filters.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack_filters.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack_filters.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack_filters.Tpo -sys-header-deps -MP -MT h5repack_filters.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack_filters.o -x c h5repack_filters.c
- 0
/bin/sh -c echo " CC " h5repack_opttable.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack_opttable.o -MD -MP -MF .deps/h5repack_opttable.Tpo -c -o h5repack_opttable.o h5repack_opttable.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack_opttable.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack_opttable.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack_opttable.Tpo -sys-header-deps -MP -MT h5repack_opttable.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack_opttable.o -x c h5repack_opttable.c
- 0
/bin/sh -c echo " CC " h5repack_parse.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack_parse.o -MD -MP -MF .deps/h5repack_parse.Tpo -c -o h5repack_parse.o h5repack_parse.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack_parse.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack_parse.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack_parse.Tpo -sys-header-deps -MP -MT h5repack_parse.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack_parse.o -x c h5repack_parse.c
- 0
/bin/sh -c echo " CC " h5repack_refs.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack_refs.o -MD -MP -MF .deps/h5repack_refs.Tpo -c -o h5repack_refs.o h5repack_refs.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack_refs.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack_refs.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack_refs.Tpo -sys-header-deps -MP -MT h5repack_refs.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack_refs.o -x c h5repack_refs.c
- 0
/bin/sh -c echo " CC " h5repack_verify.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack_verify.o -MD -MP -MF .deps/h5repack_verify.Tpo -c -o h5repack_verify.o h5repack_verify.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack_verify.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack_verify.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack_verify.Tpo -sys-header-deps -MP -MT h5repack_verify.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack_verify.o -x c h5repack_verify.c
- 0
/bin/sh -c echo " CC " h5repack_main.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repack_main.o -MD -MP -MF .deps/h5repack_main.Tpo -c -o h5repack_main.o h5repack_main.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repack_main.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repack_main.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repack_main.Tpo -sys-header-deps -MP -MT h5repack_main.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repack_main.o -x c h5repack_main.c
- 0
/bin/sh -c echo " CCLD " h5repack;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repack h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5repack /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repack_main.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " testh5repack_detect_szip.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT testh5repack_detect_szip.o -MD -MP -MF .deps/testh5repack_detect_szip.Tpo -c -o testh5repack_detect_szip.o testh5repack_detect_szip.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name testh5repack_detect_szip.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/testh5repack_detect_szip.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/testh5repack_detect_szip.Tpo -sys-header-deps -MP -MT testh5repack_detect_szip.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o testh5repack_detect_szip.o -x c testh5repack_detect_szip.c
- 0
/bin/sh -c echo " CCLD " testh5repack_detect_szip;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o testh5repack_detect_szip testh5repack_detect_szip.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/testh5repack_detect_szip /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib testh5repack_detect_szip.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5repacktst.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT h5repacktst.o -MD -MP -MF .deps/h5repacktst.Tpo -c -o h5repacktst.o h5repacktst.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5repacktst.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack/h5repacktst.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5repacktst.Tpo -sys-header-deps -MP -MT h5repacktst.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5repack -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5repacktst.o -x c h5repacktst.c
- 0
/bin/sh -c echo " CCLD " h5repacktst;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5repacktst h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5repacktst /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5repack.o h5repack_copy.o h5repack_filters.o h5repack_opttable.o h5repack_parse.o h5repack_refs.o h5repack_verify.o h5repacktst.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5jam.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5jam.o -MD -MP -MF .deps/h5jam.Tpo -c -o h5jam.o h5jam.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5jam.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam/h5jam.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5jam.Tpo -sys-header-deps -MP -MT h5jam.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5jam.o -x c h5jam.c
- 0
/bin/sh -c echo " CCLD " h5jam;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5jam h5jam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5jam /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5jam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5unjam.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5unjam.o -MD -MP -MF .deps/h5unjam.Tpo -c -o h5unjam.o h5unjam.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5unjam.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam/h5unjam.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5unjam.Tpo -sys-header-deps -MP -MT h5unjam.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5unjam.o -x c h5unjam.c
- 0
/bin/sh -c echo " CCLD " h5unjam;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5unjam h5unjam.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5unjam /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5unjam.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " tellub.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT tellub.o -MD -MP -MF .deps/tellub.Tpo -c -o tellub.o tellub.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tellub.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam/tellub.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tellub.Tpo -sys-header-deps -MP -MT tellub.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o tellub.o -x c tellub.c
- 0
/bin/sh -c echo " CCLD " tellub;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o tellub tellub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tellub /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib tellub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5jamgentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5jamgentest.o -MD -MP -MF .deps/h5jamgentest.Tpo -c -o h5jamgentest.o h5jamgentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5jamgentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam/h5jamgentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5jamgentest.Tpo -sys-header-deps -MP -MT h5jamgentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5jamgentest.o -x c h5jamgentest.c
- 0
/bin/sh -c echo " CCLD " h5jamgentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5jamgentest h5jamgentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5jamgentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5jamgentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " getub.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT getub.o -MD -MP -MF .deps/getub.Tpo -c -o getub.o getub.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name getub.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam/getub.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/getub.Tpo -sys-header-deps -MP -MT getub.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5jam -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o getub.o -x c getub.c
- 0
/bin/sh -c echo " CCLD " getub;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o getub getub.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/getub /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib getub.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5copy.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5copy.o -MD -MP -MF .deps/h5copy.Tpo -c -o h5copy.o h5copy.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5copy.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5copy/h5copy.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5copy.Tpo -sys-header-deps -MP -MT h5copy.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5copy -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5copy.o -x c h5copy.c
- 0
/bin/sh -c echo " CCLD " h5copy;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5copy h5copy.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5copy /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5copy.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5copygentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5copygentest.o -MD -MP -MF .deps/h5copygentest.Tpo -c -o h5copygentest.o h5copygentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5copygentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5copy/h5copygentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5copygentest.Tpo -sys-header-deps -MP -MT h5copygentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5copy -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5copygentest.o -x c h5copygentest.c
- 0
/bin/sh -c echo " CCLD " h5copygentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5copygentest h5copygentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5copygentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5copygentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5stat.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5stat.o -MD -MP -MF .deps/h5stat.Tpo -c -o h5stat.o h5stat.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5stat.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5stat/h5stat.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5stat.Tpo -sys-header-deps -MP -MT h5stat.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5stat -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5stat.o -x c h5stat.c
- 0
/bin/sh -c echo " CCLD " h5stat;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5stat h5stat.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5stat /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5stat.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5stat_gentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5stat_gentest.o -MD -MP -MF .deps/h5stat_gentest.Tpo -c -o h5stat_gentest.o h5stat_gentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5stat_gentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5stat/h5stat_gentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5stat_gentest.Tpo -sys-header-deps -MP -MT h5stat_gentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5stat -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5stat_gentest.o -x c h5stat_gentest.c
- 0
/bin/sh -c echo " CCLD " h5stat_gentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5stat_gentest h5stat_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5stat_gentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5stat_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5format_convert.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5format_convert.o -MD -MP -MF .deps/h5format_convert.Tpo -c -o h5format_convert.o h5format_convert.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5format_convert.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5format_convert/h5format_convert.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5format_convert.Tpo -sys-header-deps -MP -MT h5format_convert.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5format_convert -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5format_convert.o -x c h5format_convert.c
- 0
/bin/sh -c echo " CCLD " h5format_convert;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5format_convert h5format_convert.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5format_convert h5format_convert.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5format_convert /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5format_convert.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5fc_gentest.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5fc_gentest.o -MD -MP -MF .deps/h5fc_gentest.Tpo -c -o h5fc_gentest.o h5fc_gentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5fc_gentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5format_convert/h5fc_gentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5fc_gentest.Tpo -sys-header-deps -MP -MT h5fc_gentest.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5format_convert -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5fc_gentest.o -x c h5fc_gentest.c
- 0
/bin/sh -c echo " CCLD " h5fc_gentest;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5fc_gentest h5fc_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5fc_gentest h5fc_gentest.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5fc_gentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5fc_gentest.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5fc_chk_idx.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../tools/lib -MT h5fc_chk_idx.o -MD -MP -MF .deps/h5fc_chk_idx.Tpo -c -o h5fc_chk_idx.o h5fc_chk_idx.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5fc_chk_idx.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5format_convert/h5fc_chk_idx.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5fc_chk_idx.Tpo -sys-header-deps -MP -MT h5fc_chk_idx.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/h5format_convert -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5fc_chk_idx.o -x c h5fc_chk_idx.c
- 0
/bin/sh -c echo " CCLD " h5fc_chk_idx;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5fc_chk_idx h5fc_chk_idx.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5fc_chk_idx h5fc_chk_idx.o ../../tools/lib/libh5tools.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5fc_chk_idx /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5fc_chk_idx.o ../../tools/lib/.libs/libh5tools.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " sio_perf.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT sio_perf.o -MD -MP -MF .deps/sio_perf.Tpo -c -o sio_perf.o sio_perf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name sio_perf.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/sio_perf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/sio_perf.Tpo -sys-header-deps -MP -MT sio_perf.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o sio_perf.o -x c sio_perf.c
- 0
/bin/sh -c echo " CC " sio_engine.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT sio_engine.o -MD -MP -MF .deps/sio_engine.Tpo -c -o sio_engine.o sio_engine.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name sio_engine.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/sio_engine.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/sio_engine.Tpo -sys-header-deps -MP -MT sio_engine.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o sio_engine.o -x c sio_engine.c
- 0
/bin/sh -c echo " CCLD " h5perf_serial;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5perf_serial sio_perf.o sio_engine.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o h5perf_serial sio_perf.o sio_engine.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5perf_serial /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib sio_perf.o sio_engine.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " iopipe.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT iopipe.o -MD -MP -MF .deps/iopipe.Tpo -c -o iopipe.o iopipe.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name iopipe.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/iopipe.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/iopipe.Tpo -sys-header-deps -MP -MT iopipe.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o iopipe.o -x c iopipe.c
- 0
/bin/sh -c echo " CCLD " iopipe;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o iopipe iopipe.o ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o iopipe iopipe.o ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/iopipe /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib iopipe.o ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " chunk.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT chunk.o -MD -MP -MF .deps/chunk.Tpo -c -o chunk.o chunk.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name chunk.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/chunk.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/chunk.Tpo -sys-header-deps -MP -MT chunk.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o chunk.o -x c chunk.c
- 0
/bin/sh -c echo " CCLD " chunk;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o chunk chunk.o ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o chunk chunk.o ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/chunk /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib chunk.o ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " overhead.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT overhead.o -MD -MP -MF .deps/overhead.Tpo -c -o overhead.o overhead.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name overhead.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/overhead.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/overhead.Tpo -sys-header-deps -MP -MT overhead.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o overhead.o -x c overhead.c
- 0
/bin/sh -c echo " CCLD " overhead;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o overhead overhead.o ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o overhead overhead.o ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/overhead /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib overhead.o ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " zip_perf.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT zip_perf.o -MD -MP -MF .deps/zip_perf.Tpo -c -o zip_perf.o zip_perf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name zip_perf.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/zip_perf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/zip_perf.Tpo -sys-header-deps -MP -MT zip_perf.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o zip_perf.o -x c zip_perf.c
- 0
/bin/sh -c echo " CCLD " zip_perf;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o zip_perf zip_perf.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o zip_perf zip_perf.o ../../tools/lib/libh5tools.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/zip_perf /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib zip_perf.o ../../tools/lib/.libs/libh5tools.a ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " perf_meta.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT perf_meta.o -MD -MP -MF .deps/perf_meta.Tpo -c -o perf_meta.o perf_meta.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name perf_meta.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/perf_meta.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/perf_meta.Tpo -sys-header-deps -MP -MT perf_meta.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o perf_meta.o -x c perf_meta.c
- 0
/bin/sh -c echo " CCLD " perf_meta;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o perf_meta perf_meta.o ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o perf_meta perf_meta.o ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/perf_meta /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib perf_meta.o ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " perf.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../tools/lib -MT perf.o -MD -MP -MF .deps/perf.Tpo -c -o perf.o perf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name perf.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform/perf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/perf.Tpo -sys-header-deps -MP -MT perf.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../tools/lib -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/perform -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o perf.o -x c perf.c
- 0
/bin/sh -c echo " CCLD " perf;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o perf perf.o ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o perf perf.o ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/perf /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib perf.o ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all-am
- 0
make all-am
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='src test examples' ;; \
*) list='src test' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CXX " H5Exception.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Exception.lo -MD -MP -MF .deps/H5Exception.Tpo -c -o H5Exception.lo H5Exception.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Exception.lo -MD -MP -MF .deps/H5Exception.Tpo -c -o H5Exception.lo H5Exception.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Exception.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5Exception.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Exception.Tpo -sys-header-deps -MP -MT H5Exception.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5Exception.o -x c++ H5Exception.cpp
- 0
/bin/sh -c echo " CXX " H5IdComponent.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5IdComponent.lo -MD -MP -MF .deps/H5IdComponent.Tpo -c -o H5IdComponent.lo H5IdComponent.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5IdComponent.lo -MD -MP -MF .deps/H5IdComponent.Tpo -c -o H5IdComponent.lo H5IdComponent.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5IdComponent.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5IdComponent.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5IdComponent.Tpo -sys-header-deps -MP -MT H5IdComponent.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5IdComponent.o -x c++ H5IdComponent.cpp
- 0
/bin/sh -c echo " CXX " H5Library.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Library.lo -MD -MP -MF .deps/H5Library.Tpo -c -o H5Library.lo H5Library.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Library.lo -MD -MP -MF .deps/H5Library.Tpo -c -o H5Library.lo H5Library.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Library.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5Library.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Library.Tpo -sys-header-deps -MP -MT H5Library.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5Library.o -x c++ H5Library.cpp
- 0
/bin/sh -c echo " CXX " H5Attribute.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Attribute.lo -MD -MP -MF .deps/H5Attribute.Tpo -c -o H5Attribute.lo H5Attribute.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Attribute.lo -MD -MP -MF .deps/H5Attribute.Tpo -c -o H5Attribute.lo H5Attribute.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Attribute.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5Attribute.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Attribute.Tpo -sys-header-deps -MP -MT H5Attribute.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5Attribute.o -x c++ H5Attribute.cpp
- 0
/bin/sh -c echo " CXX " H5Location.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Location.lo -MD -MP -MF .deps/H5Location.Tpo -c -o H5Location.lo H5Location.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Location.lo -MD -MP -MF .deps/H5Location.Tpo -c -o H5Location.lo H5Location.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Location.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5Location.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Location.Tpo -sys-header-deps -MP -MT H5Location.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5Location.o -x c++ H5Location.cpp
- 0
/bin/sh -c echo " CXX " H5Object.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Object.lo -MD -MP -MF .deps/H5Object.Tpo -c -o H5Object.lo H5Object.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Object.lo -MD -MP -MF .deps/H5Object.Tpo -c -o H5Object.lo H5Object.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Object.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5Object.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Object.Tpo -sys-header-deps -MP -MT H5Object.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5Object.o -x c++ H5Object.cpp
- 0
/bin/sh -c echo " CXX " H5PropList.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5PropList.lo -MD -MP -MF .deps/H5PropList.Tpo -c -o H5PropList.lo H5PropList.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5PropList.lo -MD -MP -MF .deps/H5PropList.Tpo -c -o H5PropList.lo H5PropList.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5PropList.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5PropList.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5PropList.Tpo -sys-header-deps -MP -MT H5PropList.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5PropList.o -x c++ H5PropList.cpp
- 0
/bin/sh -c echo " CXX " H5FaccProp.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5FaccProp.lo -MD -MP -MF .deps/H5FaccProp.Tpo -c -o H5FaccProp.lo H5FaccProp.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5FaccProp.lo -MD -MP -MF .deps/H5FaccProp.Tpo -c -o H5FaccProp.lo H5FaccProp.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FaccProp.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5FaccProp.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FaccProp.Tpo -sys-header-deps -MP -MT H5FaccProp.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5FaccProp.o -x c++ H5FaccProp.cpp
- 0
/bin/sh -c echo " CXX " H5FcreatProp.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5FcreatProp.lo -MD -MP -MF .deps/H5FcreatProp.Tpo -c -o H5FcreatProp.lo H5FcreatProp.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5FcreatProp.lo -MD -MP -MF .deps/H5FcreatProp.Tpo -c -o H5FcreatProp.lo H5FcreatProp.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FcreatProp.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5FcreatProp.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FcreatProp.Tpo -sys-header-deps -MP -MT H5FcreatProp.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5FcreatProp.o -x c++ H5FcreatProp.cpp
- 0
/bin/sh -c echo " CXX " H5DcreatProp.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DcreatProp.lo -MD -MP -MF .deps/H5DcreatProp.Tpo -c -o H5DcreatProp.lo H5DcreatProp.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DcreatProp.lo -MD -MP -MF .deps/H5DcreatProp.Tpo -c -o H5DcreatProp.lo H5DcreatProp.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DcreatProp.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5DcreatProp.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DcreatProp.Tpo -sys-header-deps -MP -MT H5DcreatProp.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5DcreatProp.o -x c++ H5DcreatProp.cpp
- 0
/bin/sh -c echo " CXX " H5DxferProp.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DxferProp.lo -MD -MP -MF .deps/H5DxferProp.Tpo -c -o H5DxferProp.lo H5DxferProp.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DxferProp.lo -MD -MP -MF .deps/H5DxferProp.Tpo -c -o H5DxferProp.lo H5DxferProp.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DxferProp.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5DxferProp.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DxferProp.Tpo -sys-header-deps -MP -MT H5DxferProp.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5DxferProp.o -x c++ H5DxferProp.cpp
- 0
/bin/sh -c echo " CXX " H5OcreatProp.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5OcreatProp.lo -MD -MP -MF .deps/H5OcreatProp.Tpo -c -o H5OcreatProp.lo H5OcreatProp.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5OcreatProp.lo -MD -MP -MF .deps/H5OcreatProp.Tpo -c -o H5OcreatProp.lo H5OcreatProp.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5OcreatProp.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5OcreatProp.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5OcreatProp.Tpo -sys-header-deps -MP -MT H5OcreatProp.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5OcreatProp.o -x c++ H5OcreatProp.cpp
- 0
/bin/sh -c echo " CXX " H5DataType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DataType.lo -MD -MP -MF .deps/H5DataType.Tpo -c -o H5DataType.lo H5DataType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DataType.lo -MD -MP -MF .deps/H5DataType.Tpo -c -o H5DataType.lo H5DataType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DataType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5DataType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DataType.Tpo -sys-header-deps -MP -MT H5DataType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5DataType.o -x c++ H5DataType.cpp
- 0
/bin/sh -c echo " CXX " H5DataSpace.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DataSpace.lo -MD -MP -MF .deps/H5DataSpace.Tpo -c -o H5DataSpace.lo H5DataSpace.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DataSpace.lo -MD -MP -MF .deps/H5DataSpace.Tpo -c -o H5DataSpace.lo H5DataSpace.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DataSpace.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5DataSpace.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DataSpace.Tpo -sys-header-deps -MP -MT H5DataSpace.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5DataSpace.o -x c++ H5DataSpace.cpp
- 0
/bin/sh -c echo " CXX " H5AbstractDs.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5AbstractDs.lo -MD -MP -MF .deps/H5AbstractDs.Tpo -c -o H5AbstractDs.lo H5AbstractDs.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5AbstractDs.lo -MD -MP -MF .deps/H5AbstractDs.Tpo -c -o H5AbstractDs.lo H5AbstractDs.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5AbstractDs.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5AbstractDs.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5AbstractDs.Tpo -sys-header-deps -MP -MT H5AbstractDs.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5AbstractDs.o -x c++ H5AbstractDs.cpp
- 0
/bin/sh -c echo " CXX " H5AtomType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5AtomType.lo -MD -MP -MF .deps/H5AtomType.Tpo -c -o H5AtomType.lo H5AtomType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5AtomType.lo -MD -MP -MF .deps/H5AtomType.Tpo -c -o H5AtomType.lo H5AtomType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5AtomType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5AtomType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5AtomType.Tpo -sys-header-deps -MP -MT H5AtomType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5AtomType.o -x c++ H5AtomType.cpp
- 0
/bin/sh -c echo " CXX " H5PredType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5PredType.lo -MD -MP -MF .deps/H5PredType.Tpo -c -o H5PredType.lo H5PredType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5PredType.lo -MD -MP -MF .deps/H5PredType.Tpo -c -o H5PredType.lo H5PredType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5PredType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5PredType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5PredType.Tpo -sys-header-deps -MP -MT H5PredType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5PredType.o -x c++ H5PredType.cpp
- 0
/bin/sh -c echo " CXX " H5EnumType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5EnumType.lo -MD -MP -MF .deps/H5EnumType.Tpo -c -o H5EnumType.lo H5EnumType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5EnumType.lo -MD -MP -MF .deps/H5EnumType.Tpo -c -o H5EnumType.lo H5EnumType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5EnumType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5EnumType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5EnumType.Tpo -sys-header-deps -MP -MT H5EnumType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5EnumType.o -x c++ H5EnumType.cpp
- 0
/bin/sh -c echo " CXX " H5IntType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5IntType.lo -MD -MP -MF .deps/H5IntType.Tpo -c -o H5IntType.lo H5IntType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5IntType.lo -MD -MP -MF .deps/H5IntType.Tpo -c -o H5IntType.lo H5IntType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5IntType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5IntType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5IntType.Tpo -sys-header-deps -MP -MT H5IntType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5IntType.o -x c++ H5IntType.cpp
- 0
/bin/sh -c echo " CXX " H5FloatType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5FloatType.lo -MD -MP -MF .deps/H5FloatType.Tpo -c -o H5FloatType.lo H5FloatType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5FloatType.lo -MD -MP -MF .deps/H5FloatType.Tpo -c -o H5FloatType.lo H5FloatType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5FloatType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5FloatType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5FloatType.Tpo -sys-header-deps -MP -MT H5FloatType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5FloatType.o -x c++ H5FloatType.cpp
- 0
/bin/sh -c echo " CXX " H5StrType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5StrType.lo -MD -MP -MF .deps/H5StrType.Tpo -c -o H5StrType.lo H5StrType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5StrType.lo -MD -MP -MF .deps/H5StrType.Tpo -c -o H5StrType.lo H5StrType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5StrType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5StrType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5StrType.Tpo -sys-header-deps -MP -MT H5StrType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5StrType.o -x c++ H5StrType.cpp
- 0
/bin/sh -c echo " CXX " H5ArrayType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5ArrayType.lo -MD -MP -MF .deps/H5ArrayType.Tpo -c -o H5ArrayType.lo H5ArrayType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5ArrayType.lo -MD -MP -MF .deps/H5ArrayType.Tpo -c -o H5ArrayType.lo H5ArrayType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5ArrayType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5ArrayType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5ArrayType.Tpo -sys-header-deps -MP -MT H5ArrayType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5ArrayType.o -x c++ H5ArrayType.cpp
- 0
/bin/sh -c echo " CXX " H5VarLenType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5VarLenType.lo -MD -MP -MF .deps/H5VarLenType.Tpo -c -o H5VarLenType.lo H5VarLenType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5VarLenType.lo -MD -MP -MF .deps/H5VarLenType.Tpo -c -o H5VarLenType.lo H5VarLenType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5VarLenType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5VarLenType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5VarLenType.Tpo -sys-header-deps -MP -MT H5VarLenType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5VarLenType.o -x c++ H5VarLenType.cpp
- 0
/bin/sh -c echo " CXX " H5CompType.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5CompType.lo -MD -MP -MF .deps/H5CompType.Tpo -c -o H5CompType.lo H5CompType.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5CompType.lo -MD -MP -MF .deps/H5CompType.Tpo -c -o H5CompType.lo H5CompType.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5CompType.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5CompType.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5CompType.Tpo -sys-header-deps -MP -MT H5CompType.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5CompType.o -x c++ H5CompType.cpp
- 0
/bin/sh -c echo " CXX " H5DataSet.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DataSet.lo -MD -MP -MF .deps/H5DataSet.Tpo -c -o H5DataSet.lo H5DataSet.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DataSet.lo -MD -MP -MF .deps/H5DataSet.Tpo -c -o H5DataSet.lo H5DataSet.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DataSet.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5DataSet.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DataSet.Tpo -sys-header-deps -MP -MT H5DataSet.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5DataSet.o -x c++ H5DataSet.cpp
- 0
/bin/sh -c echo " CXX " H5CommonFG.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5CommonFG.lo -MD -MP -MF .deps/H5CommonFG.Tpo -c -o H5CommonFG.lo H5CommonFG.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5CommonFG.lo -MD -MP -MF .deps/H5CommonFG.Tpo -c -o H5CommonFG.lo H5CommonFG.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5CommonFG.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5CommonFG.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5CommonFG.Tpo -sys-header-deps -MP -MT H5CommonFG.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5CommonFG.o -x c++ H5CommonFG.cpp
- 0
/bin/sh -c echo " CXX " H5Group.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Group.lo -MD -MP -MF .deps/H5Group.Tpo -c -o H5Group.lo H5Group.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Group.lo -MD -MP -MF .deps/H5Group.Tpo -c -o H5Group.lo H5Group.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Group.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5Group.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Group.Tpo -sys-header-deps -MP -MT H5Group.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5Group.o -x c++ H5Group.cpp
- 0
/bin/sh -c echo " CXX " H5File.lo;/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5File.lo -MD -MP -MF .deps/H5File.Tpo -c -o H5File.lo H5File.cpp
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5File.lo -MD -MP -MF .deps/H5File.Tpo -c -o H5File.lo H5File.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5File.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/H5File.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5File.Tpo -sys-header-deps -MP -MT H5File.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5File.o -x c++ H5File.cpp
- 0
/bin/sh -c echo " CXXLD " libhdf5_cpp.la;/bin/sh ../../libtool --silent --tag=CXX --mode=link clang++ -version-info 100:0:0 -o libhdf5_cpp.la -rpath /usr/lib H5Exception.lo H5IdComponent.lo H5Library.lo H5Attribute.lo H5Location.lo H5Object.lo H5PropList.lo H5FaccProp.lo H5FcreatProp.lo H5DcreatProp.lo H5DxferProp.lo H5OcreatProp.lo H5DataType.lo H5DataSpace.lo H5AbstractDs.lo H5AtomType.lo H5PredType.lo H5EnumType.lo H5IntType.lo H5FloatType.lo H5StrType.lo H5ArrayType.lo H5VarLenType.lo H5CompType.lo H5DataSet.lo H5CommonFG.lo H5Group.lo H5File.lo ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=link clang++ -version-info 100:0:0 -o libhdf5_cpp.la -rpath /usr/lib H5Exception.lo H5IdComponent.lo H5Library.lo H5Attribute.lo H5Location.lo H5Object.lo H5PropList.lo H5FaccProp.lo H5FcreatProp.lo H5DcreatProp.lo H5DxferProp.lo H5OcreatProp.lo H5DataType.lo H5DataSpace.lo H5AbstractDs.lo H5AtomType.lo H5PredType.lo H5EnumType.lo H5IntType.lo H5FloatType.lo H5StrType.lo H5ArrayType.lo H5VarLenType.lo H5CompType.lo H5DataSet.lo H5CommonFG.lo H5Group.lo H5File.lo ../../src/libhdf5.la -lz -ldl -lm
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libhdf5_cpp.so.100.0.0 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/H5Exception.o .libs/H5IdComponent.o .libs/H5Library.o .libs/H5Attribute.o .libs/H5Location.o .libs/H5Object.o .libs/H5PropList.o .libs/H5FaccProp.o .libs/H5FcreatProp.o .libs/H5DcreatProp.o .libs/H5DxferProp.o .libs/H5OcreatProp.o .libs/H5DataType.o .libs/H5DataSpace.o .libs/H5AbstractDs.o .libs/H5AtomType.o .libs/H5PredType.o .libs/H5EnumType.o .libs/H5IntType.o .libs/H5FloatType.o .libs/H5StrType.o .libs/H5ArrayType.o .libs/H5VarLenType.o .libs/H5CompType.o .libs/H5DataSet.o .libs/H5CommonFG.o .libs/H5Group.o .libs/H5File.o ../../src/.libs/libhdf5.so -lz -ldl -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -soname libhdf5_cpp.so.100
- 0
make all
- 0
/bin/sh -c echo " CXX " testhdf5.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT testhdf5.o -MD -MP -MF .deps/testhdf5.Tpo -c -o testhdf5.o testhdf5.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name testhdf5.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/testhdf5.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/testhdf5.Tpo -sys-header-deps -MP -MT testhdf5.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o testhdf5.o -x c++ testhdf5.cpp
- 0
/bin/sh -c echo " CXX " dsets.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT dsets.o -MD -MP -MF .deps/dsets.Tpo -c -o dsets.o dsets.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name dsets.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/dsets.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/dsets.Tpo -sys-header-deps -MP -MT dsets.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o dsets.o -x c++ dsets.cpp
- 0
/bin/sh -c echo " CXX " tattr.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tattr.o -MD -MP -MF .deps/tattr.Tpo -c -o tattr.o tattr.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tattr.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tattr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tattr.Tpo -sys-header-deps -MP -MT tattr.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tattr.o -x c++ tattr.cpp
- 0
/bin/sh -c echo " CXX " tarray.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tarray.o -MD -MP -MF .deps/tarray.Tpo -c -o tarray.o tarray.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tarray.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tarray.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tarray.Tpo -sys-header-deps -MP -MT tarray.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tarray.o -x c++ tarray.cpp
- 0
/bin/sh -c echo " CXX " tcompound.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tcompound.o -MD -MP -MF .deps/tcompound.Tpo -c -o tcompound.o tcompound.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tcompound.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tcompound.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tcompound.Tpo -sys-header-deps -MP -MT tcompound.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tcompound.o -x c++ tcompound.cpp
- 0
/bin/sh -c echo " CXX " tdspl.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tdspl.o -MD -MP -MF .deps/tdspl.Tpo -c -o tdspl.o tdspl.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tdspl.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tdspl.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tdspl.Tpo -sys-header-deps -MP -MT tdspl.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tdspl.o -x c++ tdspl.cpp
- 0
/bin/sh -c echo " CXX " tfile.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tfile.o -MD -MP -MF .deps/tfile.Tpo -c -o tfile.o tfile.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tfile.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tfile.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tfile.Tpo -sys-header-deps -MP -MT tfile.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tfile.o -x c++ tfile.cpp
- 0
/bin/sh -c echo " CXX " tfilter.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tfilter.o -MD -MP -MF .deps/tfilter.Tpo -c -o tfilter.o tfilter.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tfilter.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tfilter.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tfilter.Tpo -sys-header-deps -MP -MT tfilter.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tfilter.o -x c++ tfilter.cpp
- 0
/bin/sh -c echo " CXX " th5s.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT th5s.o -MD -MP -MF .deps/th5s.Tpo -c -o th5s.o th5s.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name th5s.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/th5s.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/th5s.Tpo -sys-header-deps -MP -MT th5s.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o th5s.o -x c++ th5s.cpp
- 0
/bin/sh -c echo " CXX " tlinks.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tlinks.o -MD -MP -MF .deps/tlinks.Tpo -c -o tlinks.o tlinks.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tlinks.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tlinks.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tlinks.Tpo -sys-header-deps -MP -MT tlinks.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tlinks.o -x c++ tlinks.cpp
- 0
/bin/sh -c echo " CXX " tobject.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tobject.o -MD -MP -MF .deps/tobject.Tpo -c -o tobject.o tobject.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tobject.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tobject.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tobject.Tpo -sys-header-deps -MP -MT tobject.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tobject.o -x c++ tobject.cpp
- 0
/bin/sh -c echo " CXX " trefer.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT trefer.o -MD -MP -MF .deps/trefer.Tpo -c -o trefer.o trefer.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name trefer.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/trefer.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/trefer.Tpo -sys-header-deps -MP -MT trefer.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o trefer.o -x c++ trefer.cpp
- 0
/bin/sh -c echo " CXX " ttypes.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT ttypes.o -MD -MP -MF .deps/ttypes.Tpo -c -o ttypes.o ttypes.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ttypes.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/ttypes.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ttypes.Tpo -sys-header-deps -MP -MT ttypes.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o ttypes.o -x c++ ttypes.cpp
- 0
/bin/sh -c echo " CXX " tvlstr.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT tvlstr.o -MD -MP -MF .deps/tvlstr.Tpo -c -o tvlstr.o tvlstr.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name tvlstr.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/tvlstr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/tvlstr.Tpo -sys-header-deps -MP -MT tvlstr.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o tvlstr.o -x c++ tvlstr.cpp
- 0
/bin/sh -c echo " CXX " h5cpputil.o;clang++ -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../test -I../../c++/src -MT h5cpputil.o -MD -MP -MF .deps/h5cpputil.Tpo -c -o h5cpputil.o h5cpputil.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5cpputil.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test/h5cpputil.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5cpputil.Tpo -sys-header-deps -MP -MT h5cpputil.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../test -I ../../c++/src -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o h5cpputil.o -x c++ h5cpputil.cpp
- 0
/bin/sh -c echo " CXXLD " testhdf5;/bin/sh ../../libtool --silent --tag=CXX --mode=link clang++ -o testhdf5 testhdf5.o dsets.o tattr.o tarray.o tcompound.o tdspl.o tfile.o tfilter.o th5s.o tlinks.o tobject.o trefer.o ttypes.o tvlstr.o h5cpputil.o ../../test/libh5test.la ../../c++/src/libhdf5_cpp.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CXX --mode=link clang++ -o testhdf5 testhdf5.o dsets.o tattr.o tarray.o tcompound.o tdspl.o tfile.o tfilter.o th5s.o tlinks.o tobject.o trefer.o ttypes.o tvlstr.o h5cpputil.o ../../test/libh5test.la ../../c++/src/libhdf5_cpp.la ../../src/libhdf5.la -lz -ldl -lm
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/testhdf5 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib testhdf5.o dsets.o tattr.o tarray.o tcompound.o tdspl.o tfile.o tfilter.o th5s.o tlinks.o tobject.o trefer.o ttypes.o tvlstr.o h5cpputil.o ../../test/.libs/libh5test.a ../../c++/src/.libs/libhdf5_cpp.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lm -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all-am
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='src test testpar examples' ;; \
*) list='src test ' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CC " H5match_types.o;clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5match_types.o -MD -MP -MF .deps/H5match_types.Tpo -c -o H5match_types.o H5match_types.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5match_types.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/H5match_types.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5match_types.Tpo -sys-header-deps -MP -MT H5match_types.o -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o H5match_types.o -x c H5match_types.c
- 0
/bin/sh -c echo " CCLD " H5match_types;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o H5match_types H5match_types.o -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o H5match_types H5match_types.o -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5match_types /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib H5match_types.o -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all-am
- 0
/bin/sh -c echo " PPFC " H5fortran_types.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5fortran_types.lo H5fortran_types.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5fortran_types.lo H5fortran_types.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5fortran_types.F90 -fPIC -o .libs/H5fortran_types.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5fortran_types.F90 -cpp=/tmp/ccB8sG0D.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5fortran_types.F90 -quiet -dumpbase H5fortran_types.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5fortran_types.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cco0Jsf3.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5fortran_types.o /tmp/cco0Jsf3.s
- 0
/bin/sh -c echo " PPFC " H5f90global.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5f90global.lo H5f90global.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5f90global.lo H5f90global.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5f90global.F90 -fPIC -o .libs/H5f90global.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5f90global.F90 -cpp=/tmp/cc4wrtOA.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5f90global.F90 -quiet -dumpbase H5f90global.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5f90global.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccCkyGf0.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5f90global.o /tmp/ccCkyGf0.s
- 0
/bin/sh -c echo " PPFC " H5_ff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5_ff.lo H5_ff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5_ff.lo H5_ff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5_ff.F90 -fPIC -o .libs/H5_ff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5_ff.F90 -cpp=/tmp/ccyavpQE.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5_ff.F90 -quiet -dumpbase H5_ff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5_ff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccHTF3x4.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5_ff.o /tmp/ccHTF3x4.s
- 0
/bin/sh -c echo " PPFC " H5Aff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Aff.lo H5Aff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Aff.lo H5Aff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Aff.F90 -fPIC -o .libs/H5Aff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Aff.F90 -cpp=/tmp/ccYeDjAN.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Aff.F90 -quiet -dumpbase H5Aff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Aff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cckHsNxd.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Aff.o /tmp/cckHsNxd.s
- 0
/bin/sh -c echo " PPFC " H5Dff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Dff.lo H5Dff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Dff.lo H5Dff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Dff.F90 -fPIC -o .libs/H5Dff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Dff.F90 -cpp=/tmp/ccdUC36U.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Dff.F90 -quiet -dumpbase H5Dff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Dff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccYlxmrl.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Dff.o /tmp/ccYlxmrl.s
- 0
/bin/sh -c echo " PPFC " H5Eff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Eff.lo H5Eff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Eff.lo H5Eff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Eff.F90 -fPIC -o .libs/H5Eff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Eff.F90 -cpp=/tmp/ccEScWD7.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Eff.F90 -quiet -dumpbase H5Eff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Eff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccteEAuy.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Eff.o /tmp/ccteEAuy.s
- 0
/bin/sh -c echo " PPFC " H5Fff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Fff.lo H5Fff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Fff.lo H5Fff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Fff.F90 -fPIC -o .libs/H5Fff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Fff.F90 -cpp=/tmp/cciEb1ke.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Fff.F90 -quiet -dumpbase H5Fff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Fff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc1z5RtF.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Fff.o /tmp/cc1z5RtF.s
- 0
/bin/sh -c echo " PPFC " H5Gff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Gff.lo H5Gff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Gff.lo H5Gff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Gff.F90 -fPIC -o .libs/H5Gff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Gff.F90 -cpp=/tmp/cczEzCDl.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Gff.F90 -quiet -dumpbase H5Gff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Gff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc6BYg6M.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Gff.o /tmp/cc6BYg6M.s
- 0
/bin/sh -c echo " PPFC " H5Iff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Iff.lo H5Iff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Iff.lo H5Iff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Iff.F90 -fPIC -o .libs/H5Iff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Iff.F90 -cpp=/tmp/ccrs9Efp.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Iff.F90 -quiet -dumpbase H5Iff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Iff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccTZD6ZQ.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Iff.o /tmp/ccTZD6ZQ.s
- 0
/bin/sh -c echo " PPFC " H5Lff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Lff.lo H5Lff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Lff.lo H5Lff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Lff.F90 -fPIC -o .libs/H5Lff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Lff.F90 -cpp=/tmp/ccAaaGSx.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Lff.F90 -quiet -dumpbase H5Lff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Lff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc1y4oTZ.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Lff.o /tmp/cc1y4oTZ.s
- 0
/bin/sh -c echo " PPFC " H5Off.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Off.lo H5Off.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Off.lo H5Off.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Off.F90 -fPIC -o .libs/H5Off.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Off.F90 -cpp=/tmp/ccsQj4gE.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Off.F90 -quiet -dumpbase H5Off.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Off.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc4JDPD6.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Off.o /tmp/cc4JDPD6.s
- 0
/bin/sh -c echo " PPFC " H5fortkit.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5fortkit.lo H5fortkit.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5fortkit.lo H5fortkit.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5fortkit.F90 -fPIC -o .libs/H5fortkit.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5fortkit.F90 -cpp=/tmp/cclHWHwE.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5fortkit.F90 -quiet -dumpbase H5fortkit.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5fortkit.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccNmLJd7.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5fortkit.o /tmp/ccNmLJd7.s
- 0
/bin/sh -c echo " PPFC " H5Pff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Pff.lo H5Pff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Pff.lo H5Pff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Pff.F90 -fPIC -o .libs/H5Pff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Pff.F90 -cpp=/tmp/cc7WmM9F.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Pff.F90 -quiet -dumpbase H5Pff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Pff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccPHta38.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Pff.o /tmp/ccPHta38.s
- 0
/bin/sh -c echo " PPFC " H5Rff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Rff.lo H5Rff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Rff.lo H5Rff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Rff.F90 -fPIC -o .libs/H5Rff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Rff.F90 -cpp=/tmp/cclhPDHX.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Rff.F90 -quiet -dumpbase H5Rff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Rff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cccsJ4gr.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Rff.o /tmp/cccsJ4gr.s
- 0
/bin/sh -c echo " PPFC " H5Sff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Sff.lo H5Sff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Sff.lo H5Sff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Sff.F90 -fPIC -o .libs/H5Sff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Sff.F90 -cpp=/tmp/ccD0uxH1.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Sff.F90 -quiet -dumpbase H5Sff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Sff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cckCRoxv.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Sff.o /tmp/cckCRoxv.s
- 0
/bin/sh -c echo " PPFC " H5Tff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Tff.lo H5Tff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Tff.lo H5Tff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Tff.F90 -fPIC -o .libs/H5Tff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Tff.F90 -cpp=/tmp/ccmG5d4e.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Tff.F90 -quiet -dumpbase H5Tff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Tff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccd0oXnJ.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Tff.o /tmp/ccd0oXnJ.s
- 0
/bin/sh -c echo " PPFC " H5Zff.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Zff.lo H5Zff.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5Zff.lo H5Zff.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5Zff.F90 -fPIC -o .libs/H5Zff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5Zff.F90 -cpp=/tmp/ccKK6nJo.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5Zff.F90 -quiet -dumpbase H5Zff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5Zff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccLfj9tT.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5Zff.o /tmp/ccLfj9tT.s
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5_buildiface.o H5_buildiface.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5_buildiface.F90 -cpp=/tmp/cc2kxgcq.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5_buildiface.F90 -quiet -dumpbase H5_buildiface.F90 -mtune=generic -march=x86-64 -auxbase-strip H5_buildiface.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccjycC6U.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o H5_buildiface.o /tmp/ccjycC6U.s
- 0
/bin/sh -c echo " FCLD " H5_buildiface;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../src -I../../fortran/src -o H5_buildiface H5_buildiface.o -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../src -I../../fortran/src -o H5_buildiface H5_buildiface.o -lz -ldl -lm
- ?
gfortran -I../../src -I../../fortran/src -o H5_buildiface H5_buildiface.o -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccRgLvjg.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5_buildiface /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. H5_buildiface.o -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccRgLvjg.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5_buildiface /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. H5_buildiface.o -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
./H5_buildiface
- 0
/bin/sh -c echo " PPFC " H5_gen.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5_gen.lo H5_gen.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o H5_gen.lo H5_gen.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c H5_gen.F90 -fPIC -o .libs/H5_gen.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5_gen.F90 -cpp=/tmp/ccfQfkOe.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src H5_gen.F90 -quiet -dumpbase H5_gen.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5_gen.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccYjQEnP.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/H5_gen.o /tmp/ccYjQEnP.s
- 0
/bin/sh -c echo " CC " H5f90kit.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5f90kit.lo -MD -MP -MF .deps/H5f90kit.Tpo -c -o H5f90kit.lo H5f90kit.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5f90kit.lo -MD -MP -MF .deps/H5f90kit.Tpo -c -o H5f90kit.lo H5f90kit.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5f90kit.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5f90kit.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5f90kit.Tpo -sys-header-deps -MP -MT H5f90kit.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5f90kit.o -x c H5f90kit.c
- 0
/bin/sh -c echo " CC " H5_f.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5_f.lo -MD -MP -MF .deps/H5_f.Tpo -c -o H5_f.lo H5_f.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5_f.lo -MD -MP -MF .deps/H5_f.Tpo -c -o H5_f.lo H5_f.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5_f.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5_f.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5_f.Tpo -sys-header-deps -MP -MT H5_f.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5_f.o -x c H5_f.c
- 0
/bin/sh -c echo " CC " H5Af.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Af.lo -MD -MP -MF .deps/H5Af.Tpo -c -o H5Af.lo H5Af.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Af.lo -MD -MP -MF .deps/H5Af.Tpo -c -o H5Af.lo H5Af.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Af.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Af.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Af.Tpo -sys-header-deps -MP -MT H5Af.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Af.o -x c H5Af.c
- 0
/bin/sh -c echo " CC " H5Df.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Df.lo -MD -MP -MF .deps/H5Df.Tpo -c -o H5Df.lo H5Df.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Df.lo -MD -MP -MF .deps/H5Df.Tpo -c -o H5Df.lo H5Df.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Df.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Df.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Df.Tpo -sys-header-deps -MP -MT H5Df.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Df.o -x c H5Df.c
- 0
/bin/sh -c echo " CC " H5Ef.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Ef.lo -MD -MP -MF .deps/H5Ef.Tpo -c -o H5Ef.lo H5Ef.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Ef.lo -MD -MP -MF .deps/H5Ef.Tpo -c -o H5Ef.lo H5Ef.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ef.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Ef.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ef.Tpo -sys-header-deps -MP -MT H5Ef.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ef.o -x c H5Ef.c
- 0
/bin/sh -c echo " CC " H5Ff.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Ff.lo -MD -MP -MF .deps/H5Ff.Tpo -c -o H5Ff.lo H5Ff.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Ff.lo -MD -MP -MF .deps/H5Ff.Tpo -c -o H5Ff.lo H5Ff.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Ff.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Ff.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Ff.Tpo -sys-header-deps -MP -MT H5Ff.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Ff.o -x c H5Ff.c
- 0
/bin/sh -c echo " CC " H5Gf.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Gf.lo -MD -MP -MF .deps/H5Gf.Tpo -c -o H5Gf.lo H5Gf.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Gf.lo -MD -MP -MF .deps/H5Gf.Tpo -c -o H5Gf.lo H5Gf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Gf.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Gf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Gf.Tpo -sys-header-deps -MP -MT H5Gf.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Gf.o -x c H5Gf.c
- 0
/bin/sh -c echo " CC " H5If.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5If.lo -MD -MP -MF .deps/H5If.Tpo -c -o H5If.lo H5If.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5If.lo -MD -MP -MF .deps/H5If.Tpo -c -o H5If.lo H5If.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5If.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5If.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5If.Tpo -sys-header-deps -MP -MT H5If.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5If.o -x c H5If.c
- 0
/bin/sh -c echo " CC " H5Lf.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Lf.lo -MD -MP -MF .deps/H5Lf.Tpo -c -o H5Lf.lo H5Lf.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Lf.lo -MD -MP -MF .deps/H5Lf.Tpo -c -o H5Lf.lo H5Lf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Lf.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Lf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Lf.Tpo -sys-header-deps -MP -MT H5Lf.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Lf.o -x c H5Lf.c
- 0
/bin/sh -c echo " CC " H5Of.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Of.lo -MD -MP -MF .deps/H5Of.Tpo -c -o H5Of.lo H5Of.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Of.lo -MD -MP -MF .deps/H5Of.Tpo -c -o H5Of.lo H5Of.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Of.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Of.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Of.Tpo -sys-header-deps -MP -MT H5Of.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Of.o -x c H5Of.c
- 0
/bin/sh -c echo " CC " H5Pf.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Pf.lo -MD -MP -MF .deps/H5Pf.Tpo -c -o H5Pf.lo H5Pf.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Pf.lo -MD -MP -MF .deps/H5Pf.Tpo -c -o H5Pf.lo H5Pf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Pf.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Pf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Pf.Tpo -sys-header-deps -MP -MT H5Pf.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Pf.o -x c H5Pf.c
- 0
/bin/sh -c echo " CC " H5Rf.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Rf.lo -MD -MP -MF .deps/H5Rf.Tpo -c -o H5Rf.lo H5Rf.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Rf.lo -MD -MP -MF .deps/H5Rf.Tpo -c -o H5Rf.lo H5Rf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Rf.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Rf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Rf.Tpo -sys-header-deps -MP -MT H5Rf.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Rf.o -x c H5Rf.c
- 0
/bin/sh -c echo " CC " H5Sf.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Sf.lo -MD -MP -MF .deps/H5Sf.Tpo -c -o H5Sf.lo H5Sf.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Sf.lo -MD -MP -MF .deps/H5Sf.Tpo -c -o H5Sf.lo H5Sf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Sf.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Sf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Sf.Tpo -sys-header-deps -MP -MT H5Sf.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Sf.o -x c H5Sf.c
- 0
/bin/sh -c echo " CC " H5Tf.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Tf.lo -MD -MP -MF .deps/H5Tf.Tpo -c -o H5Tf.lo H5Tf.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Tf.lo -MD -MP -MF .deps/H5Tf.Tpo -c -o H5Tf.lo H5Tf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Tf.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Tf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Tf.Tpo -sys-header-deps -MP -MT H5Tf.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Tf.o -x c H5Tf.c
- 0
/bin/sh -c echo " CC " H5Zf.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Zf.lo -MD -MP -MF .deps/H5Zf.Tpo -c -o H5Zf.lo H5Zf.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5Zf.lo -MD -MP -MF .deps/H5Zf.Tpo -c -o H5Zf.lo H5Zf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5Zf.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/H5Zf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5Zf.Tpo -sys-header-deps -MP -MT H5Zf.lo -D HAVE_CONFIG_H -I . -I ../../src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5Zf.o -x c H5Zf.c
- 0
/bin/sh -c echo " PPFC " HDF5.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o HDF5.lo HDF5.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../src -I../../fortran/src -c -o HDF5.lo HDF5.F90
- ?
gfortran -I. -I../../src -I../../src -I../../fortran/src -c HDF5.F90 -fPIC -o .libs/HDF5.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 HDF5.F90 -cpp=/tmp/cccLe2k2.f90 -quiet -I . -I ../../src -I ../../src -I ../../fortran/src HDF5.F90 -quiet -dumpbase HDF5.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/HDF5.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccu31hJL.s
- 0
as -I . -I ../../src -I ../../src -I ../../fortran/src --64 -o .libs/HDF5.o /tmp/ccu31hJL.s
- 0
/bin/sh -c echo " FCLD " libhdf5_fortran.la;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../src -I../../fortran/src -version-info 100:0:0 -o libhdf5_fortran.la -rpath /usr/lib H5f90global.lo H5fortran_types.lo H5_ff.lo H5Aff.lo H5Dff.lo H5Eff.lo H5Fff.lo H5Gff.lo H5Iff.lo H5Lff.lo H5Off.lo H5Pff.lo H5Rff.lo H5Sff.lo H5Tff.lo H5Zff.lo H5_gen.lo H5fortkit.lo H5f90kit.lo H5_f.lo H5Af.lo H5Df.lo H5Ef.lo H5Ff.lo H5Gf.lo H5If.lo H5Lf.lo H5Of.lo H5Pf.lo H5Rf.lo H5Sf.lo H5Tf.lo H5Zf.lo HDF5.lo ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../src -I../../fortran/src -version-info 100:0:0 -o libhdf5_fortran.la -rpath /usr/lib H5f90global.lo H5fortran_types.lo H5_ff.lo H5Aff.lo H5Dff.lo H5Eff.lo H5Fff.lo H5Gff.lo H5Iff.lo H5Lff.lo H5Off.lo H5Pff.lo H5Rff.lo H5Sff.lo H5Tff.lo H5Zff.lo H5_gen.lo H5fortkit.lo H5f90kit.lo H5_f.lo H5Af.lo H5Df.lo H5Ef.lo H5Ff.lo H5Gf.lo H5If.lo H5Lf.lo H5Of.lo H5Pf.lo H5Rf.lo H5Sf.lo H5Tf.lo H5Zf.lo HDF5.lo ../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -shared -fPIC .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o .libs/H5Tff.o .libs/H5Zff.o .libs/H5_gen.o .libs/H5fortkit.o .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o .libs/HDF5.o ../../src/.libs/libhdf5.so -lz -ldl -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lgfortran -lquadmath -lm -lc -lgcc_s -Wl,-soname -Wl,libhdf5_fortran.so.100 -o .libs/libhdf5_fortran.so.100.0.0
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccctVcJz.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o .libs/H5Tff.o .libs/H5Zff.o .libs/H5_gen.o .libs/H5fortkit.o .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o .libs/HDF5.o ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccctVcJz.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o .libs/H5Tff.o .libs/H5Zff.o .libs/H5_gen.o .libs/H5fortkit.o .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o .libs/HDF5.o ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
./H5match_types
- 0
make all
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o H5_test_buildiface.o H5_test_buildiface.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5_test_buildiface.F90 -cpp=/tmp/ccofYPZG.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src H5_test_buildiface.F90 -quiet -dumpbase H5_test_buildiface.F90 -mtune=generic -march=x86-64 -auxbase-strip H5_test_buildiface.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccySv9is.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o H5_test_buildiface.o /tmp/ccySv9is.s
- 0
/bin/sh -c echo " FCLD " H5_test_buildiface;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o H5_test_buildiface H5_test_buildiface.o -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o H5_test_buildiface H5_test_buildiface.o -lz -ldl -lm
- ?
gfortran -I../../fortran/src -I../../fortran/src -o H5_test_buildiface H5_test_buildiface.o -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3EuQ4V.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5_test_buildiface /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. H5_test_buildiface.o -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3EuQ4V.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5_test_buildiface /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. H5_test_buildiface.o -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
./H5_test_buildiface
- 0
/bin/sh -c echo " PPFC " tf_gen.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tf_gen.lo tf_gen.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tf_gen.lo tf_gen.F90
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c tf_gen.F90 -fPIC -o .libs/tf_gen.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tf_gen.F90 -cpp=/tmp/ccKfEqR6.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tf_gen.F90 -quiet -dumpbase tf_gen.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/tf_gen.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccIr4NbT.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o .libs/tf_gen.o /tmp/ccIr4NbT.s
- 0
/bin/sh -c echo " PPFC " tf.lo;/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tf.lo tf.F90
- 0
/bin/sh ../../libtool --tag=FC --mode=compile gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tf.lo tf.F90
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c tf.F90 -fPIC -o .libs/tf.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tf.F90 -cpp=/tmp/ccazaMn7.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tf.F90 -quiet -dumpbase tf.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/tf.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccMiYZnX.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o .libs/tf.o /tmp/ccMiYZnX.s
- 0
/bin/sh -c echo " CC " t.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../fortran/src -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -I../../fortran/src -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name t.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/test/.libs/t.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/t.Tpo -sys-header-deps -MP -MT t.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -I ../../fortran/src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/t.o -x c t.c
- 0
/bin/sh -c echo " FCLD " libh5test_fortran.la;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o libh5test_fortran.la tf_gen.lo tf.lo t.lo -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o libh5test_fortran.la tf_gen.lo tf.lo t.lo -lz -ldl -lm
- 0
ar cru .libs/libh5test_fortran.a .libs/tf_gen.o .libs/tf.o .libs/t.o
- 0
ranlib .libs/libh5test_fortran.a
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5F.o tH5F.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5F.F90 -cpp=/tmp/cc52laF4.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5F.F90 -quiet -dumpbase tH5F.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5F.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccN1nXyX.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5F.o /tmp/ccN1nXyX.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5D.o tH5D.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5D.F90 -cpp=/tmp/ccQ0ytQA.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5D.F90 -quiet -dumpbase tH5D.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5D.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccDWhbbv.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5D.o /tmp/ccDWhbbv.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5R.o tH5R.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5R.F90 -cpp=/tmp/cc59PRqQ.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5R.F90 -quiet -dumpbase tH5R.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5R.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc4NOrxL.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5R.o /tmp/cc4NOrxL.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5S.o tH5S.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5S.F90 -cpp=/tmp/ccGiQWK8.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5S.F90 -quiet -dumpbase tH5S.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5S.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc3PZ4x4.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5S.o /tmp/cc3PZ4x4.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5T.o tH5T.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5T.F90 -cpp=/tmp/ccsFGodc.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5T.F90 -quiet -dumpbase tH5T.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5T.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccU7tcG8.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5T.o /tmp/ccU7tcG8.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5VL.o tH5VL.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5VL.F90 -cpp=/tmp/ccDO88pB.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5VL.F90 -quiet -dumpbase tH5VL.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5VL.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccOH19Ry.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5VL.o /tmp/ccOH19Ry.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5Z.o tH5Z.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5Z.F90 -cpp=/tmp/cc0bEZEP.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5Z.F90 -quiet -dumpbase tH5Z.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5Z.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccUdd1PN.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5Z.o /tmp/ccUdd1PN.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5Sselect.o tH5Sselect.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5Sselect.F90 -cpp=/tmp/ccxzGTa6.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5Sselect.F90 -quiet -dumpbase tH5Sselect.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5Sselect.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccmVUH44.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5Sselect.o /tmp/ccmVUH44.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5P.o tH5P.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5P.F90 -cpp=/tmp/ccv2hU8l.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5P.F90 -quiet -dumpbase tH5P.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5P.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccDwHvbm.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5P.o /tmp/ccDwHvbm.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5A.o tH5A.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5A.F90 -cpp=/tmp/ccizYN2G.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5A.F90 -quiet -dumpbase tH5A.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5A.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccDRIZSH.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5A.o /tmp/ccDRIZSH.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5I.o tH5I.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5I.F90 -cpp=/tmp/cc5eoOXY.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5I.F90 -quiet -dumpbase tH5I.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5I.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccz3vOz0.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5I.o /tmp/ccz3vOz0.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5G.o tH5G.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5G.F90 -cpp=/tmp/cc843ird.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5G.F90 -quiet -dumpbase tH5G.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5G.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccDbtsHf.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5G.o /tmp/ccDbtsHf.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5E.o tH5E.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5E.F90 -cpp=/tmp/ccQ8i8Te.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5E.F90 -quiet -dumpbase tH5E.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5E.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc2OPTEh.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5E.o /tmp/cc2OPTEh.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tHDF5.o tHDF5.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tHDF5.F90 -cpp=/tmp/ccVR7S9m.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tHDF5.F90 -quiet -dumpbase tHDF5.F90 -mtune=generic -march=x86-64 -auxbase-strip tHDF5.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccmoOBmq.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tHDF5.o /tmp/ccmoOBmq.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o fortranlib_test.o fortranlib_test.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 fortranlib_test.F90 -cpp=/tmp/ccyWsgr7.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src fortranlib_test.F90 -quiet -dumpbase fortranlib_test.F90 -mtune=generic -march=x86-64 -auxbase-strip fortranlib_test.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccsDM9Gc.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o fortranlib_test.o /tmp/ccsDM9Gc.s
- 0
/bin/sh -c echo " FCLD " fortranlib_test;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fortranlib_test tH5F.o tH5D.o tH5R.o tH5S.o tH5T.o tH5VL.o tH5Z.o tH5Sselect.o tH5P.o tH5A.o tH5I.o tH5G.o tH5E.o tHDF5.o fortranlib_test.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fortranlib_test tH5F.o tH5D.o tH5R.o tH5S.o tH5T.o tH5VL.o tH5Z.o tH5Sselect.o tH5P.o tH5A.o tH5I.o tH5G.o tH5E.o tHDF5.o fortranlib_test.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../fortran/src -I../../fortran/src -o .libs/fortranlib_test tH5F.o tH5D.o tH5R.o tH5S.o tH5T.o tH5VL.o tH5Z.o tH5Sselect.o tH5P.o tH5A.o tH5I.o tH5G.o tH5E.o tHDF5.o fortranlib_test.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccduqjst.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fortranlib_test /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tH5F.o tH5D.o tH5R.o tH5S.o tH5T.o tH5VL.o tH5Z.o tH5Sselect.o tH5P.o tH5A.o tH5I.o tH5G.o tH5E.o tHDF5.o fortranlib_test.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccduqjst.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fortranlib_test /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tH5F.o tH5D.o tH5R.o tH5S.o tH5T.o tH5VL.o tH5Z.o tH5Sselect.o tH5P.o tH5A.o tH5I.o tH5G.o tH5E.o tHDF5.o fortranlib_test.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o fflush1.o fflush1.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 fflush1.F90 -cpp=/tmp/cc1u1NEx.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src fflush1.F90 -quiet -dumpbase fflush1.F90 -mtune=generic -march=x86-64 -auxbase-strip fflush1.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccndYZsE.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o fflush1.o /tmp/ccndYZsE.s
- 0
/bin/sh -c echo " FCLD " fflush1;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fflush1 fflush1.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fflush1 fflush1.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../fortran/src -I../../fortran/src -o .libs/fflush1 fflush1.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjV4cVV.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fflush1 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. fflush1.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjV4cVV.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fflush1 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. fflush1.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o fflush2.o fflush2.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 fflush2.F90 -cpp=/tmp/ccbwtBW0.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src fflush2.F90 -quiet -dumpbase fflush2.F90 -mtune=generic -march=x86-64 -auxbase-strip fflush2.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccZ2E028.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o fflush2.o /tmp/ccZ2E028.s
- 0
/bin/sh -c echo " FCLD " fflush2;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fflush2 fflush2.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fflush2 fflush2.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../fortran/src -I../../fortran/src -o .libs/fflush2 fflush2.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctdJtOp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fflush2 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. fflush2.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctdJtOp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fflush2 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. fflush2.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5O.o tH5O.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5O.F90 -cpp=/tmp/cca9e2Ik.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5O.F90 -quiet -dumpbase tH5O.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5O.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cckXyC0t.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5O.o /tmp/cckXyC0t.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5A_1_8.o tH5A_1_8.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5A_1_8.F90 -cpp=/tmp/cc1rECPA.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5A_1_8.F90 -quiet -dumpbase tH5A_1_8.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5A_1_8.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccqtqtUK.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5A_1_8.o /tmp/ccqtqtUK.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5G_1_8.o tH5G_1_8.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5G_1_8.F90 -cpp=/tmp/ccGBNO20.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5G_1_8.F90 -quiet -dumpbase tH5G_1_8.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5G_1_8.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccYdRgbc.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5G_1_8.o /tmp/ccYdRgbc.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5MISC_1_8.o tH5MISC_1_8.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5MISC_1_8.F90 -cpp=/tmp/cctl9gEg.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5MISC_1_8.F90 -quiet -dumpbase tH5MISC_1_8.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5MISC_1_8.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccoaBTxs.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5MISC_1_8.o /tmp/ccoaBTxs.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tHDF5_1_8.o tHDF5_1_8.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tHDF5_1_8.F90 -cpp=/tmp/cc29FbHs.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tHDF5_1_8.F90 -quiet -dumpbase tHDF5_1_8.F90 -mtune=generic -march=x86-64 -auxbase-strip tHDF5_1_8.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccCtR08E.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tHDF5_1_8.o /tmp/ccCtR08E.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o fortranlib_test_1_8.o fortranlib_test_1_8.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 fortranlib_test_1_8.F90 -cpp=/tmp/ccI0IU3E.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src fortranlib_test_1_8.F90 -quiet -dumpbase fortranlib_test_1_8.F90 -mtune=generic -march=x86-64 -auxbase-strip fortranlib_test_1_8.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccfZtRqS.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o fortranlib_test_1_8.o /tmp/ccfZtRqS.s
- 0
/bin/sh -c echo " FCLD " fortranlib_test_1_8;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fortranlib_test_1_8 tH5O.o tH5A_1_8.o tH5G_1_8.o tH5MISC_1_8.o tHDF5_1_8.o fortranlib_test_1_8.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fortranlib_test_1_8 tH5O.o tH5A_1_8.o tH5G_1_8.o tH5MISC_1_8.o tHDF5_1_8.o fortranlib_test_1_8.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../fortran/src -I../../fortran/src -o .libs/fortranlib_test_1_8 tH5O.o tH5A_1_8.o tH5G_1_8.o tH5MISC_1_8.o tHDF5_1_8.o fortranlib_test_1_8.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cco8nfP0.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fortranlib_test_1_8 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tH5O.o tH5A_1_8.o tH5G_1_8.o tH5MISC_1_8.o tHDF5_1_8.o fortranlib_test_1_8.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cco8nfP0.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fortranlib_test_1_8 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tH5O.o tH5A_1_8.o tH5G_1_8.o tH5MISC_1_8.o tHDF5_1_8.o fortranlib_test_1_8.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5E_F03.o tH5E_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5E_F03.F90 -cpp=/tmp/ccuUlHd6.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5E_F03.F90 -quiet -dumpbase tH5E_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5E_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccXj0xHk.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5E_F03.o /tmp/ccXj0xHk.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5F_F03.o tH5F_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5F_F03.F90 -cpp=/tmp/cc8pgCdo.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5F_F03.F90 -quiet -dumpbase tH5F_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5F_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccSYVGsD.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5F_F03.o /tmp/ccSYVGsD.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5L_F03.o tH5L_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5L_F03.F90 -cpp=/tmp/ccMpdsLx.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5L_F03.F90 -quiet -dumpbase tH5L_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5L_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccVkJ0rN.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5L_F03.o /tmp/ccVkJ0rN.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5O_F03.o tH5O_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5O_F03.F90 -cpp=/tmp/ccG9UDXE.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5O_F03.F90 -quiet -dumpbase tH5O_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5O_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccy4H0tV.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5O_F03.o /tmp/ccy4H0tV.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5P_F03.o tH5P_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5P_F03.F90 -cpp=/tmp/cc4asS8j.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5P_F03.F90 -quiet -dumpbase tH5P_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5P_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cc1OI0kC.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5P_F03.o /tmp/cc1OI0kC.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tH5T_F03.o tH5T_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tH5T_F03.F90 -cpp=/tmp/ccY2vX9E.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tH5T_F03.F90 -quiet -dumpbase tH5T_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip tH5T_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccqFZRHY.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tH5T_F03.o /tmp/ccqFZRHY.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o tHDF5_F03.o tHDF5_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tHDF5_F03.F90 -cpp=/tmp/ccYqbNyd.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src tHDF5_F03.F90 -quiet -dumpbase tHDF5_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip tHDF5_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccJ9y1By.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o tHDF5_F03.o /tmp/ccJ9y1By.s
- ?
gfortran -I. -I../../src -I../../fortran/src -I../../fortran/src -I../../fortran/src -c -o fortranlib_test_F03.o fortranlib_test_F03.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 fortranlib_test_F03.F90 -cpp=/tmp/ccBLEoLz.f90 -quiet -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src fortranlib_test_F03.F90 -quiet -dumpbase fortranlib_test_F03.F90 -mtune=generic -march=x86-64 -auxbase-strip fortranlib_test_F03.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccH1H5LV.s
- 0
as -I . -I ../../src -I ../../fortran/src -I ../../fortran/src -I ../../fortran/src --64 -o fortranlib_test_F03.o /tmp/ccH1H5LV.s
- 0
/bin/sh -c echo " FCLD " fortranlib_test_F03;/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fortranlib_test_F03 tH5E_F03.o tH5F_F03.o tH5L_F03.o tH5O_F03.o tH5P_F03.o tH5T_F03.o tHDF5_F03.o fortranlib_test_F03.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=FC --mode=link gfortran -I../../fortran/src -I../../fortran/src -o fortranlib_test_F03 tH5E_F03.o tH5F_F03.o tH5L_F03.o tH5O_F03.o tH5P_F03.o tH5T_F03.o tHDF5_F03.o fortranlib_test_F03.o libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/libhdf5_fortran.la ../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../fortran/src -I../../fortran/src -o .libs/fortranlib_test_F03 tH5E_F03.o tH5F_F03.o tH5L_F03.o tH5O_F03.o tH5P_F03.o tH5T_F03.o tHDF5_F03.o fortranlib_test_F03.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAy4raS.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fortranlib_test_F03 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tH5E_F03.o tH5F_F03.o tH5L_F03.o tH5O_F03.o tH5P_F03.o tH5T_F03.o tHDF5_F03.o fortranlib_test_F03.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccAy4raS.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/fortranlib_test_F03 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tH5E_F03.o tH5F_F03.o tH5L_F03.o tH5O_F03.o tH5P_F03.o tH5T_F03.o tHDF5_F03.o fortranlib_test_F03.o ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a ../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
make all-am
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='src test tools c++ fortran examples' ;; \
*) list='src test tools c++ fortran' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CC " H5DO.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DO.lo -MD -MP -MF .deps/H5DO.Tpo -c -o H5DO.lo H5DO.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DO.lo -MD -MP -MF .deps/H5DO.Tpo -c -o H5DO.lo H5DO.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DO.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5DO.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DO.Tpo -sys-header-deps -MP -MT H5DO.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5DO.o -x c H5DO.c
- 0
/bin/sh -c echo " CC " H5DS.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5DS.lo -MD -MP -MF .deps/H5DS.Tpo -c -o H5DS.lo H5DS.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DS.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5DS.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DS.Tpo -sys-header-deps -MP -MT H5DS.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5DS.o -x c H5DS.c
- 0
/bin/sh -c echo " CC " H5IM.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5IM.lo -MD -MP -MF .deps/H5IM.Tpo -c -o H5IM.lo H5IM.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5IM.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5IM.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5IM.Tpo -sys-header-deps -MP -MT H5IM.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5IM.o -x c H5IM.c
- 0
/bin/sh -c echo " CC " H5LT.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LT.lo -MD -MP -MF .deps/H5LT.Tpo -c -o H5LT.lo H5LT.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5LT.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5LT.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5LT.Tpo -sys-header-deps -MP -MT H5LT.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5LT.o -x c H5LT.c
- 0
/bin/sh -c echo " CC " H5LTanalyze.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LTanalyze.lo -MD -MP -MF .deps/H5LTanalyze.Tpo -c -o H5LTanalyze.lo H5LTanalyze.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5LTanalyze.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5LTanalyze.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5LTanalyze.Tpo -sys-header-deps -MP -MT H5LTanalyze.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5LTanalyze.o -x c H5LTanalyze.c
- 0
/bin/sh -c echo " CC " H5LTparse.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LTparse.lo -MD -MP -MF .deps/H5LTparse.Tpo -c -o H5LTparse.lo H5LTparse.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5LTparse.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5LTparse.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5LTparse.Tpo -sys-header-deps -MP -MT H5LTparse.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5LTparse.o -x c H5LTparse.c
- 0
/bin/sh -c echo " CC " H5PT.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5PT.lo -MD -MP -MF .deps/H5PT.Tpo -c -o H5PT.lo H5PT.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5PT.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5PT.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5PT.Tpo -sys-header-deps -MP -MT H5PT.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5PT.o -x c H5PT.c
- 0
/bin/sh -c echo " CC " H5TB.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5TB.lo -MD -MP -MF .deps/H5TB.Tpo -c -o H5TB.lo H5TB.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5TB.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5TB.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5TB.Tpo -sys-header-deps -MP -MT H5TB.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5TB.o -x c H5TB.c
- 0
/bin/sh -c echo " CC " H5LD.lo;/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LD.lo -MD -MP -MF .deps/H5LD.Tpo -c -o H5LD.lo H5LD.c
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../src -MT H5LD.lo -MD -MP -MF .deps/H5LD.Tpo -c -o H5LD.lo H5LD.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5LD.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/H5LD.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5LD.Tpo -sys-header-deps -MP -MT H5LD.lo -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5LD.o -x c H5LD.c
- 0
/bin/sh -c echo " CCLD " libhdf5_hl.la;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -version-info 100:0:0 -o libhdf5_hl.la -rpath /usr/lib H5DO.lo H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo H5LD.lo ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -version-info 100:0:0 -o libhdf5_hl.la -rpath /usr/lib H5DO.lo H5DS.lo H5IM.lo H5LT.lo H5LTanalyze.lo H5LTparse.lo H5PT.lo H5TB.lo H5LD.lo ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libhdf5_hl.so.100.0.0 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib .libs/H5DO.o .libs/H5DS.o .libs/H5IM.o .libs/H5LT.o .libs/H5LTanalyze.o .libs/H5LTparse.o .libs/H5PT.o .libs/H5TB.o .libs/H5LD.o ../../src/.libs/libhdf5.so -lz -ldl -lm -soname libhdf5_hl.so.100 -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " test_lite.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_lite.o -MD -MP -MF .deps/test_lite.Tpo -c -o test_lite.o test_lite.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_lite.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_lite.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_lite.Tpo -sys-header-deps -MP -MT test_lite.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_lite.o -x c test_lite.c
- 0
/bin/sh -c echo " CCLD " test_lite;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_lite test_lite.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_lite /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_lite.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_image.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_image.o -MD -MP -MF .deps/test_image.Tpo -c -o test_image.o test_image.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_image.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_image.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_image.Tpo -sys-header-deps -MP -MT test_image.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_image.o -x c test_image.c
- 0
/bin/sh -c echo " CCLD " test_image;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_image test_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_image /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_image.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_file_image.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_file_image.o -MD -MP -MF .deps/test_file_image.Tpo -c -o test_file_image.o test_file_image.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_file_image.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_file_image.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_file_image.Tpo -sys-header-deps -MP -MT test_file_image.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_file_image.o -x c test_file_image.c
- 0
/bin/sh -c echo " CCLD " test_file_image;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_file_image test_file_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_file_image test_file_image.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_file_image /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_file_image.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_table.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_table.o -MD -MP -MF .deps/test_table.Tpo -c -o test_table.o test_table.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_table.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_table.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_table.Tpo -sys-header-deps -MP -MT test_table.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_table.o -x c test_table.c
- 0
/bin/sh -c echo " CCLD " test_table;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_table test_table.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_table /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_table.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_ds.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_ds.o -MD -MP -MF .deps/test_ds.Tpo -c -o test_ds.o test_ds.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_ds.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_ds.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_ds.Tpo -sys-header-deps -MP -MT test_ds.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_ds.o -x c test_ds.c
- 0
/bin/sh -c echo " CCLD " test_ds;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_ds test_ds.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_ds /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_ds.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_packet.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_packet.o -MD -MP -MF .deps/test_packet.Tpo -c -o test_packet.o test_packet.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_packet.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_packet.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_packet.Tpo -sys-header-deps -MP -MT test_packet.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_packet.o -x c test_packet.c
- 0
/bin/sh -c echo " CC " test_packet_vlen.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_packet_vlen.o -MD -MP -MF .deps/test_packet_vlen.Tpo -c -o test_packet_vlen.o test_packet_vlen.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_packet_vlen.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_packet_vlen.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_packet_vlen.Tpo -sys-header-deps -MP -MT test_packet_vlen.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_packet_vlen.o -x c test_packet_vlen.c
- 0
/bin/sh -c echo " CCLD " test_packet;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_packet test_packet.o test_packet_vlen.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_packet test_packet.o test_packet_vlen.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_packet /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_packet.o test_packet_vlen.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_dset_opt.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_dset_opt.o -MD -MP -MF .deps/test_dset_opt.Tpo -c -o test_dset_opt.o test_dset_opt.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_dset_opt.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_dset_opt.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_dset_opt.Tpo -sys-header-deps -MP -MT test_dset_opt.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_dset_opt.o -x c test_dset_opt.c
- 0
/bin/sh -c echo " CCLD " test_dset_opt;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_dset_opt test_dset_opt.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_dset_opt test_dset_opt.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_dset_opt /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_dset_opt.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_ld.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_ld.o -MD -MP -MF .deps/test_ld.Tpo -c -o test_ld.o test_ld.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_ld.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_ld.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_ld.Tpo -sys-header-deps -MP -MT test_ld.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_ld.o -x c test_ld.c
- 0
/bin/sh -c echo " CCLD " test_ld;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_ld test_ld.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_ld test_ld.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_ld /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_ld.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " test_dset_append.o;clang -DHAVE_CONFIG_H -I. -I../../src -I../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I. -I. -I../../src -I../../src -I../../test -I../../test -I../../hl/src -MT test_dset_append.o -MD -MP -MF .deps/test_dset_append.Tpo -c -o test_dset_append.o test_dset_append.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name test_dset_append.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test/test_dset_append.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/test_dset_append.Tpo -sys-header-deps -MP -MT test_dset_append.o -D HAVE_CONFIG_H -I . -I ../../src -I ../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I . -I . -I ../../src -I ../../src -I ../../test -I ../../test -I ../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o test_dset_append.o -x c test_dset_append.c
- 0
/bin/sh -c echo " CCLD " test_dset_append;/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_dset_append test_dset_append.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../libtool --silent --tag=CC --mode=link clang -o test_dset_append test_dset_append.o ../../hl/src/libhdf5_hl.la ../../test/libh5test.la ../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/test_dset_append /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib test_dset_append.o ../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../test/.libs/libh5test.a ../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='gif2h5 h5watch' ;; \
*) list='gif2h5 h5watch' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CC " gif2hdf.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT gif2hdf.o -MD -MP -MF .deps/gif2hdf.Tpo -c -o gif2hdf.o gif2hdf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name gif2hdf.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/gif2hdf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/gif2hdf.Tpo -sys-header-deps -MP -MT gif2hdf.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o gif2hdf.o -x c gif2hdf.c
- 0
/bin/sh -c echo " CC " gif2mem.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT gif2mem.o -MD -MP -MF .deps/gif2mem.Tpo -c -o gif2mem.o gif2mem.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name gif2mem.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/gif2mem.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/gif2mem.Tpo -sys-header-deps -MP -MT gif2mem.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o gif2mem.o -x c gif2mem.c
- 0
/bin/sh -c echo " CC " decompress.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT decompress.o -MD -MP -MF .deps/decompress.Tpo -c -o decompress.o decompress.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name decompress.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/decompress.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/decompress.Tpo -sys-header-deps -MP -MT decompress.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o decompress.o -x c decompress.c
- 0
/bin/sh -c echo " CC " gifread.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT gifread.o -MD -MP -MF .deps/gifread.Tpo -c -o gifread.o gifread.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name gifread.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/gifread.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/gifread.Tpo -sys-header-deps -MP -MT gifread.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o gifread.o -x c gifread.c
- 0
/bin/sh -c echo " CC " writehdf.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT writehdf.o -MD -MP -MF .deps/writehdf.Tpo -c -o writehdf.o writehdf.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name writehdf.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/writehdf.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/writehdf.Tpo -sys-header-deps -MP -MT writehdf.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o writehdf.o -x c writehdf.c
- 0
/bin/sh -c echo " CCLD " gif2h5;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/gif2h5 /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " hdf2gif.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT hdf2gif.o -MD -MP -MF .deps/hdf2gif.Tpo -c -o hdf2gif.o hdf2gif.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name hdf2gif.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/hdf2gif.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/hdf2gif.Tpo -sys-header-deps -MP -MT hdf2gif.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o hdf2gif.o -x c hdf2gif.c
- 0
/bin/sh -c echo " CC " hdfgifwr.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT hdfgifwr.o -MD -MP -MF .deps/hdfgifwr.Tpo -c -o hdfgifwr.o hdfgifwr.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name hdfgifwr.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/hdfgifwr.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/hdfgifwr.Tpo -sys-header-deps -MP -MT hdfgifwr.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o hdfgifwr.o -x c hdfgifwr.c
- 0
/bin/sh -c echo " CCLD " h52gif;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h52gif hdf2gif.o hdfgifwr.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h52gif /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib hdf2gif.o hdfgifwr.o ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h52gifgentst.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT h52gifgentst.o -MD -MP -MF .deps/h52gifgentst.Tpo -c -o h52gifgentst.o h52gifgentst.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h52gifgentst.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5/h52gifgentst.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h52gifgentst.Tpo -sys-header-deps -MP -MT h52gifgentst.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/gif2h5 -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h52gifgentst.o -x c h52gifgentst.c
- 0
/bin/sh -c echo " CCLD " h52gifgentst;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h52gifgentst h52gifgentst.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h52gifgentst /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h52gifgentst.o ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all
- 0
/bin/sh -c echo " CC " h5watch.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT h5watch.o -MD -MP -MF .deps/h5watch.Tpo -c -o h5watch.o h5watch.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5watch.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch/h5watch.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5watch.Tpo -sys-header-deps -MP -MT h5watch.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5watch.o -x c h5watch.c
- 0
/bin/sh -c echo " CCLD " h5watch;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h5watch h5watch.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h5watch h5watch.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5watch /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5watch.o ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " swmr_check_compat_vfd.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT swmr_check_compat_vfd.o -MD -MP -MF .deps/swmr_check_compat_vfd.Tpo -c -o swmr_check_compat_vfd.o swmr_check_compat_vfd.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name swmr_check_compat_vfd.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch/swmr_check_compat_vfd.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/swmr_check_compat_vfd.Tpo -sys-header-deps -MP -MT swmr_check_compat_vfd.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o swmr_check_compat_vfd.o -x c swmr_check_compat_vfd.c
- 0
/bin/sh -c echo " CCLD " swmr_check_compat_vfd;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o swmr_check_compat_vfd swmr_check_compat_vfd.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o swmr_check_compat_vfd swmr_check_compat_vfd.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/swmr_check_compat_vfd /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib swmr_check_compat_vfd.o ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " h5watchgentest.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT h5watchgentest.o -MD -MP -MF .deps/h5watchgentest.Tpo -c -o h5watchgentest.o h5watchgentest.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name h5watchgentest.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch/h5watchgentest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/h5watchgentest.Tpo -sys-header-deps -MP -MT h5watchgentest.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o h5watchgentest.o -x c h5watchgentest.c
- 0
/bin/sh -c echo " CCLD " h5watchgentest;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h5watchgentest h5watchgentest.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o h5watchgentest h5watchgentest.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/h5watchgentest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib h5watchgentest.o ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
/bin/sh -c echo " CC " extend_dset.o;clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../tools/lib -I../../../hl/src -MT extend_dset.o -MD -MP -MF .deps/extend_dset.Tpo -c -o extend_dset.o extend_dset.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name extend_dset.c -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch/extend_dset.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/extend_dset.Tpo -sys-header-deps -MP -MT extend_dset.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../tools/lib -I ../../../hl/src -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/tools/h5watch -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o extend_dset.o -x c extend_dset.c
- 0
/bin/sh -c echo " CCLD " extend_dset;/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o extend_dset extend_dset.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=link clang -o extend_dset extend_dset.o ../../../hl/src/libhdf5_hl.la ../../../tools/lib/libh5tools.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/extend_dset /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib extend_dset.o ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../tools/lib/.libs/libh5tools.a ../../../src/.libs/libhdf5.so -lz -ldl -lm -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all-am
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/c++'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='src test examples' ;; \
*) list='src test' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CXX " H5PacketTable.lo;/bin/sh ../../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -MT H5PacketTable.lo -MD -MP -MF .deps/H5PacketTable.Tpo -c -o H5PacketTable.lo H5PacketTable.cpp
- 0
/bin/sh ../../../libtool --silent --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -MT H5PacketTable.lo -MD -MP -MF .deps/H5PacketTable.Tpo -c -o H5PacketTable.lo H5PacketTable.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5PacketTable.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/c++/src/.libs/H5PacketTable.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5PacketTable.Tpo -sys-header-deps -MP -MT H5PacketTable.lo -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../hl/src -D PIC -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/c++/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o .libs/H5PacketTable.o -x c++ H5PacketTable.cpp
- 0
/bin/sh -c echo " CXXLD " libhdf5_hl_cpp.la;/bin/sh ../../../libtool --silent --tag=CXX --mode=link clang++ -version-info 100:0:0 -o libhdf5_hl_cpp.la -rpath /usr/lib H5PacketTable.lo ../../../hl/src/libhdf5_hl.la ../../../c++/src/libhdf5_cpp.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CXX --mode=link clang++ -version-info 100:0:0 -o libhdf5_hl_cpp.la -rpath /usr/lib H5PacketTable.lo ../../../hl/src/libhdf5_hl.la ../../../c++/src/libhdf5_cpp.la -lz -ldl -lm
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -shared -o .libs/libhdf5_hl_cpp.so.100.0.0 -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o .libs/H5PacketTable.o ../../../hl/src/.libs/libhdf5_hl.so ../../../c++/src/.libs/libhdf5_cpp.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so -lz -ldl -lstdc++ -lm -lc -lgcc_s /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o -soname libhdf5_hl_cpp.so.100
- 0
make all
- 0
/bin/sh -c echo " CXX " ptableTest.o;clang++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../c++/src -I../../../hl/src -I../../../hl/c++/src -I../../../test -I../../../hl/test -I../../../hl/test -MT ptableTest.o -MD -MP -MF .deps/ptableTest.Tpo -c -o ptableTest.o ptableTest.cpp
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name ptableTest.cpp -mrelocation-model static -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/c++/test/ptableTest.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/ptableTest.Tpo -sys-header-deps -MP -MT ptableTest.o -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../c++/src -I ../../../hl/src -I ../../../hl/c++/src -I ../../../test -I ../../../hl/test -I ../../../hl/test -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1 -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/x86_64-pc-linux-gnu -internal-isystem /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdeprecated-macro -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/c++/test -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fcxx-exceptions -fexceptions -fdiagnostics-show-option -o ptableTest.o -x c++ ptableTest.cpp
- 0
/bin/sh -c echo " CXXLD " ptableTest;/bin/sh ../../../libtool --silent --tag=CXX --mode=link clang++ -o ptableTest ptableTest.o ../../../hl/c++/src/libhdf5_hl_cpp.la ../../../hl/src/libhdf5_hl.la ../../../c++/src/libhdf5_cpp.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=CXX --mode=link clang++ -o ptableTest ptableTest.o ../../../hl/c++/src/libhdf5_hl_cpp.la ../../../hl/src/libhdf5_hl.la ../../../c++/src/libhdf5_cpp.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- 0
clang++ -V
- ?
/usr/bin/ld --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/ptableTest /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crt1.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crti.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64 -L/usr/bin/../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/bin/../lib -L/lib -L/usr/lib ptableTest.o ../../../hl/c++/src/.libs/libhdf5_hl_cpp.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/c++/src/.libs/libhdf5_cpp.so ../../../hl/src/.libs/libhdf5_hl.so ../../../c++/src/.libs/libhdf5_cpp.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lm -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib64/crtn.o
- 0
make all-am
- 0
make all
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
case "all-recursive" in \
distclean-* | maintainer-clean-*) list='src test examples' ;; \
*) list='src test' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make all
- 0
/bin/sh -c echo " CC " H5DSfc.lo;/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5DSfc.lo -MD -MP -MF .deps/H5DSfc.Tpo -c -o H5DSfc.lo H5DSfc.c
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5DSfc.lo -MD -MP -MF .deps/H5DSfc.Tpo -c -o H5DSfc.lo H5DSfc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5DSfc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src/.libs/H5DSfc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5DSfc.Tpo -sys-header-deps -MP -MT H5DSfc.lo -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../hl/src -I ../../../hl/src -I ../../../fortran/src -I ../../../fortran/src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5DSfc.o -x c H5DSfc.c
- 0
/bin/sh -c echo " CC " H5LTfc.lo;/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5LTfc.lo -MD -MP -MF .deps/H5LTfc.Tpo -c -o H5LTfc.lo H5LTfc.c
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5LTfc.lo -MD -MP -MF .deps/H5LTfc.Tpo -c -o H5LTfc.lo H5LTfc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5LTfc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src/.libs/H5LTfc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5LTfc.Tpo -sys-header-deps -MP -MT H5LTfc.lo -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../hl/src -I ../../../hl/src -I ../../../fortran/src -I ../../../fortran/src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5LTfc.o -x c H5LTfc.c
- 0
/bin/sh -c echo " CC " H5IMfc.lo;/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5IMfc.lo -MD -MP -MF .deps/H5IMfc.Tpo -c -o H5IMfc.lo H5IMfc.c
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5IMfc.lo -MD -MP -MF .deps/H5IMfc.Tpo -c -o H5IMfc.lo H5IMfc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5IMfc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src/.libs/H5IMfc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5IMfc.Tpo -sys-header-deps -MP -MT H5IMfc.lo -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../hl/src -I ../../../hl/src -I ../../../fortran/src -I ../../../fortran/src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5IMfc.o -x c H5IMfc.c
- 0
/bin/sh -c echo " CC " H5IMcc.lo;/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5IMcc.lo -MD -MP -MF .deps/H5IMcc.Tpo -c -o H5IMcc.lo H5IMcc.c
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5IMcc.lo -MD -MP -MF .deps/H5IMcc.Tpo -c -o H5IMcc.lo H5IMcc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5IMcc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src/.libs/H5IMcc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5IMcc.Tpo -sys-header-deps -MP -MT H5IMcc.lo -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../hl/src -I ../../../hl/src -I ../../../fortran/src -I ../../../fortran/src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5IMcc.o -x c H5IMcc.c
- 0
/bin/sh -c echo " CC " H5TBfc.lo;/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5TBfc.lo -MD -MP -MF .deps/H5TBfc.Tpo -c -o H5TBfc.lo H5TBfc.c
- 0
/bin/sh ../../../libtool --silent --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../src -I../../../fortran/src -D_GNU_SOURCE -D_POSIX_C_SOURCE=200112L -DNDEBUG -UH5_DEBUG_API -I../../../src -I../../../hl/src -I../../../hl/src -I../../../fortran/src -I../../../fortran/src -MT H5TBfc.lo -MD -MP -MF .deps/H5TBfc.Tpo -c -o H5TBfc.lo H5TBfc.c
- ?
/usr/bin/clang-3.8 -cc1 -triple x86_64-unknown-linux-gnu -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -main-file-name H5TBfc.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fmath-errno -masm-verbose -mconstructor-aliases -munwind-tables -fuse-init-array -target-cpu x86-64 -dwarf-column-info -debugger-tuning=gdb -coverage-file /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src/.libs/H5TBfc.o -resource-dir /usr/bin/../lib/clang/3.8.0 -dependency-file .deps/H5TBfc.Tpo -sys-header-deps -MP -MT H5TBfc.lo -D HAVE_CONFIG_H -I . -I ../../../src -I ../../../fortran/src -D _GNU_SOURCE -D _POSIX_C_SOURCE=200112L -D NDEBUG -U H5_DEBUG_API -I ../../../src -I ../../../hl/src -I ../../../hl/src -I ../../../fortran/src -I ../../../fortran/src -D PIC -internal-isystem /usr/local/include -internal-isystem /usr/bin/../lib/clang/3.8.0/include -internal-externc-isystem /include -internal-externc-isystem /usr/include -fdebug-compilation-dir /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/fortran/src -ferror-limit 19 -fmessage-length 0 -fobjc-runtime=gcc -fdiagnostics-show-option -o .libs/H5TBfc.o -x c H5TBfc.c
- 0
/bin/sh -c echo " PPFC " H5DSff.lo;/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5DSff.lo H5DSff.F90
- 0
/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5DSff.lo H5DSff.F90
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c H5DSff.F90 -fPIC -o .libs/H5DSff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5DSff.F90 -cpp=/tmp/cceZROYJ.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src H5DSff.F90 -quiet -dumpbase H5DSff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5DSff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccmj6saj.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src --64 -o .libs/H5DSff.o /tmp/ccmj6saj.s
- 0
/bin/sh -c echo " PPFC " H5LTff.lo;/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5LTff.lo H5LTff.F90
- 0
/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5LTff.lo H5LTff.F90
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c H5LTff.F90 -fPIC -o .libs/H5LTff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5LTff.F90 -cpp=/tmp/ccxdePtO.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src H5LTff.F90 -quiet -dumpbase H5LTff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5LTff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cclEboio.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src --64 -o .libs/H5LTff.o /tmp/cclEboio.s
- 0
/bin/sh -c echo " PPFC " H5TBff.lo;/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5TBff.lo H5TBff.F90
- 0
/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5TBff.lo H5TBff.F90
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c H5TBff.F90 -fPIC -o .libs/H5TBff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5TBff.F90 -cpp=/tmp/ccpnW7t4.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src H5TBff.F90 -quiet -dumpbase H5TBff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5TBff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccdIbt6E.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src --64 -o .libs/H5TBff.o /tmp/ccdIbt6E.s
- 0
/bin/sh -c echo " PPFC " H5IMff.lo;/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5IMff.lo H5IMff.F90
- 0
/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5IMff.lo H5IMff.F90
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c H5IMff.F90 -fPIC -o .libs/H5IMff.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5IMff.F90 -cpp=/tmp/ccJcSG2p.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src H5IMff.F90 -quiet -dumpbase H5IMff.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5IMff.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccdiJOA1.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src --64 -o .libs/H5IMff.o /tmp/ccdiJOA1.s
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5HL_buildiface.o H5HL_buildiface.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5HL_buildiface.F90 -cpp=/tmp/ccUjNrME.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src H5HL_buildiface.F90 -quiet -dumpbase H5HL_buildiface.F90 -mtune=generic -march=x86-64 -auxbase-strip H5HL_buildiface.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccpYpvYg.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src --64 -o H5HL_buildiface.o /tmp/ccpYpvYg.s
- 0
/bin/sh -c echo " FCLD " H5HL_buildiface;/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../fortran/src -o H5HL_buildiface H5HL_buildiface.o -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../fortran/src -o H5HL_buildiface H5HL_buildiface.o -lz -ldl -lm
- ?
gfortran -I../../../fortran/src -I../../../fortran/src -o H5HL_buildiface H5HL_buildiface.o -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpaAGIZ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5HL_buildiface /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. H5HL_buildiface.o -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccpaAGIZ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o H5HL_buildiface /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. H5HL_buildiface.o -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
./H5HL_buildiface
- 0
/bin/sh -c echo " PPFC " H5LTff_gen.lo;/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5LTff_gen.lo H5LTff_gen.F90
- 0
/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5LTff_gen.lo H5LTff_gen.F90
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c H5LTff_gen.F90 -fPIC -o .libs/H5LTff_gen.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5LTff_gen.F90 -cpp=/tmp/ccmsDFX9.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src H5LTff_gen.F90 -quiet -dumpbase H5LTff_gen.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5LTff_gen.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccM1VDYN.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src --64 -o .libs/H5LTff_gen.o /tmp/ccM1VDYN.s
- 0
/bin/sh -c echo " PPFC " H5TBff_gen.lo;/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5TBff_gen.lo H5TBff_gen.F90
- 0
/bin/sh ../../../libtool --tag=FC --mode=compile gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c -o H5TBff_gen.lo H5TBff_gen.F90
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../fortran/src -c H5TBff_gen.F90 -fPIC -o .libs/H5TBff_gen.o
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 H5TBff_gen.F90 -cpp=/tmp/cc1TChk3.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src H5TBff_gen.F90 -quiet -dumpbase H5TBff_gen.F90 -mtune=generic -march=x86-64 -auxbase-strip .libs/H5TBff_gen.o -fPIC -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccPGqpbK.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../fortran/src --64 -o .libs/H5TBff_gen.o /tmp/ccPGqpbK.s
- 0
/bin/sh -c echo " FCLD " libhdf5hl_fortran.la;/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../fortran/src -version-info 100:0:0 -o libhdf5hl_fortran.la -rpath /usr/lib H5DSfc.lo H5LTfc.lo H5IMfc.lo H5IMcc.lo H5TBfc.lo H5DSff.lo H5LTff.lo H5TBff.lo H5IMff.lo H5LTff_gen.lo H5TBff_gen.lo ../../../hl/src/libhdf5_hl.la ../../../fortran/src/libhdf5_fortran.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../fortran/src -version-info 100:0:0 -o libhdf5hl_fortran.la -rpath /usr/lib H5DSfc.lo H5LTfc.lo H5IMfc.lo H5IMcc.lo H5TBfc.lo H5DSff.lo H5LTff.lo H5TBff.lo H5IMff.lo H5LTff_gen.lo H5TBff_gen.lo ../../../hl/src/libhdf5_hl.la ../../../fortran/src/libhdf5_fortran.la -lz -ldl -lm
- ?
gfortran -shared -fPIC .libs/H5DSfc.o .libs/H5LTfc.o .libs/H5IMfc.o .libs/H5IMcc.o .libs/H5TBfc.o .libs/H5DSff.o .libs/H5LTff.o .libs/H5TBff.o .libs/H5IMff.o .libs/H5LTff_gen.o .libs/H5TBff_gen.o -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs ../../../hl/src/.libs/libhdf5_hl.so ../../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so -lz -ldl -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -lgfortran -lquadmath -lm -lc -lgcc_s -Wl,-soname -Wl,libhdf5hl_fortran.so.100 -o .libs/libhdf5hl_fortran.so.100.0.0
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgShr5u.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5hl_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5DSfc.o .libs/H5LTfc.o .libs/H5IMfc.o .libs/H5IMcc.o .libs/H5TBfc.o .libs/H5DSff.o .libs/H5LTff.o .libs/H5TBff.o .libs/H5IMff.o .libs/H5LTff_gen.o .libs/H5TBff_gen.o ../../../hl/src/.libs/libhdf5_hl.so ../../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5hl_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgShr5u.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -shared -o .libs/libhdf5hl_fortran.so.100.0.0 /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbeginS.o -L/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. .libs/H5DSfc.o .libs/H5LTfc.o .libs/H5IMfc.o .libs/H5IMcc.o .libs/H5TBfc.o .libs/H5DSff.o .libs/H5LTff.o .libs/H5TBff.o .libs/H5IMff.o .libs/H5LTff_gen.o .libs/H5TBff_gen.o ../../../hl/src/.libs/libhdf5_hl.so ../../../fortran/src/.libs/libhdf5_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lquadmath -lgfortran -lm -lc -lgcc_s -soname libhdf5hl_fortran.so.100 -lgfortran -lm -lgcc_s -lquadmath -lm -lgcc_s -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
make all
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -c -o tstds.o tstds.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tstds.F90 -cpp=/tmp/ccV50yQz.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src tstds.F90 -quiet -dumpbase tstds.F90 -mtune=generic -march=x86-64 -auxbase-strip tstds.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccYCJv1h.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src --64 -o tstds.o /tmp/ccYCJv1h.s
- 0
/bin/sh -c echo " FCLD " tstds;/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tstds tstds.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tstds tstds.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o .libs/tstds tstds.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2dmJMY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tstds /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tstds.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2dmJMY.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tstds /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tstds.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -c -o tstlite.o tstlite.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tstlite.F90 -cpp=/tmp/ccMUUTw5.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src tstlite.F90 -quiet -dumpbase tstlite.F90 -mtune=generic -march=x86-64 -auxbase-strip tstlite.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccoegXuP.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src --64 -o tstlite.o /tmp/ccoegXuP.s
- 0
/bin/sh -c echo " FCLD " tstlite;/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tstlite tstlite.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tstlite tstlite.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o .libs/tstlite tstlite.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjnwm7T.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tstlite /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tstlite.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccjnwm7T.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tstlite /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tstlite.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -c -o tstimage.o tstimage.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tstimage.F90 -cpp=/tmp/cc3t8iUZ.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src tstimage.F90 -quiet -dumpbase tstimage.F90 -mtune=generic -march=x86-64 -auxbase-strip tstimage.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/ccr4ZguP.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src --64 -o tstimage.o /tmp/ccr4ZguP.s
- 0
/bin/sh -c echo " FCLD " tstimage;/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tstimage tstimage.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tstimage tstimage.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o .libs/tstimage tstimage.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccCTFHci.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tstimage /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tstimage.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccCTFHci.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tstimage /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tstimage.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- ?
gfortran -I. -I../../../src -I../../../fortran/src -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -c -o tsttable.o tsttable.F90
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/f951 tsttable.F90 -cpp=/tmp/ccf9Uj3q.f90 -quiet -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src tsttable.F90 -quiet -dumpbase tsttable.F90 -mtune=generic -march=x86-64 -auxbase-strip tsttable.o -fintrinsic-modules-path /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/finclude -o /tmp/cco6Fqci.s
- 0
as -I . -I ../../../src -I ../../../fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src -I ../../../fortran/src -I ../../../hl/fortran/src --64 -o tsttable.o /tmp/cco6Fqci.s
- 0
/bin/sh -c echo " FCLD " tsttable;/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tsttable tsttable.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- 0
/bin/sh ../../../libtool --silent --tag=FC --mode=link gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o tsttable tsttable.o ../../../hl/fortran/src/libhdf5hl_fortran.la ../../../fortran/src/libhdf5_fortran.la ../../../hl/src/libhdf5_hl.la ../../../src/libhdf5.la -lz -ldl -lm
- ?
gfortran -I../../../fortran/src -I../../../hl/fortran/src -I../../../fortran/src -I../../../hl/fortran/src -o .libs/tsttable tsttable.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lm
- ?
/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1jA0b1.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tsttable /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tsttable.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc1jA0b1.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o .libs/tsttable /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. tsttable.o ../../../hl/fortran/src/.libs/libhdf5hl_fortran.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran/src/.libs/libhdf5_fortran.so ../../../fortran/src/.libs/libhdf5_fortran.so ../../../hl/src/.libs/libhdf5_hl.so /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/src/.libs/libhdf5.so ../../../src/.libs/libhdf5.so -lz -ldl -lgfortran -lm -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o
- 0
make all-am
- 0
make all-am
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 fakeroot -- /usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
/usr/bin/faked
- 0
/usr/bin/makepkg -F --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
- 0
make -j1 DESTDIR=/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '0'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='src test testpar tools . c++ fortran hl examples java' ;; \
*) list='src test tools . c++ fortran hl' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install
- 0
/bin/sh -c test -f H5config.h || rm -f stamp-h1
- 0
/bin/sh -c test -f H5config.h || make stamp-h1
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='libhdf5.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../libtool --mode=install /usr/bin/install -c libhdf5.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- ?
/usr/bin/install -c .libs/libhdf5.so.100.0.0 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5.so.100.0.0
- ?
/usr/bin/install -c .libs/libhdf5.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libhdf5.la
- 0
/bin/sh -c list='hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5version.h H5Apublic.h H5ACpublic.h H5Cpublic.h H5Dpublic.h H5Epubgen.h H5Epublic.h H5Fpublic.h H5FDpublic.h H5FDcore.h H5FDdirect.h H5FDfamily.h H5FDlog.h H5FDmpi.h H5FDmpio.h H5FDmulti.h H5FDsec2.h H5FDstdio.h H5Gpublic.h H5Ipublic.h H5Lpublic.h H5MMpublic.h H5Opublic.h H5Ppublic.h H5PLextern.h H5PLpublic.h H5Rpublic.h H5Spublic.h H5Tpublic.h H5Zpublic.h'; test -n "/usr/include" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include'"; \
/usr/bin/install -c -m 644 $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include" || exit $?; \
done
- 0
/usr/bin/install -c -m 644 hdf5.h H5api_adpt.h H5overflow.h H5pubconf.h H5public.h H5version.h H5Apublic.h H5ACpublic.h H5Cpublic.h H5Dpublic.h H5Epubgen.h H5Epublic.h H5Fpublic.h H5FDpublic.h H5FDcore.h H5FDdirect.h H5FDfamily.h H5FDlog.h H5FDmpi.h H5FDmpio.h H5FDmulti.h H5FDsec2.h H5FDstdio.h H5Gpublic.h H5Ipublic.h H5Lpublic.h H5MMpublic.h H5Opublic.h H5Ppublic.h H5PLextern.h H5PLpublic.h H5Rpublic.h H5Spublic.h H5Tpublic.h H5Zpublic.h /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/include
- 0
/bin/sh -c list='libhdf5.settings'; test -n "/usr/lib" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
echo "$d$p"; \
done | sed '$!N;$!N;$!N;$!N;$!N;$!N;$!N;s/\n/ /g' | sed '$!N;$!N;$!N;$!N;s/\n/ /g' | \
while read files; do \
echo " /usr/bin/install -c -m 644 $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/install -c -m 644 $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit $?; \
done
- 0
/usr/bin/install -c -m 644 libhdf5.settings /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='libdynlib1.la libdynlib2.la libdynlib3.la'; test -n "/usr/lib" || list=; \
list2=; for p in $list; do \
if test -f $p; then \
list2="$list2 $p"; \
else :; fi; \
done; \
test -z "$list2" || { \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib" || exit 1; \
echo " /bin/sh ../libtool --mode=install /usr/bin/install -c $list2 '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib'"; \
/bin/sh ../libtool --mode=install /usr/bin/install -c $list2 "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib"; \
}
- 0
/bin/sh ../libtool --mode=install /usr/bin/install -c libdynlib1.la libdynlib2.la libdynlib3.la /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib
- ?
/usr/bin/install -c .libs/libdynlib1.so.0.0.0 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlib1.so.0.0.0
- ?
/usr/bin/install -c .libs/libdynlib1.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlib1.la
- ?
/usr/bin/install -c .libs/libdynlib2.so.0.0.0 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlib2.so.0.0.0
- ?
/usr/bin/install -c .libs/libdynlib2.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlib2.la
- ?
/usr/bin/install -c .libs/libdynlib3.so.0.0.0 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlib3.so.0.0.0
- ?
/usr/bin/install -c .libs/libdynlib3.lai /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/lib/libdynlib3.la
- 0
make install-exec-hook
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat h5format_convert perform' ;; \
*) list='lib h5diff h5ls h5dump misc h5import h5repack h5jam h5copy h5stat h5format_convert perform' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install
- 0
make install-exec-am install-data-am
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5diff '; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5diff /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5diff /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5diff
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5ls'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5ls /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5ls /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5ls
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5dump'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5dump /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5dump /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5dump
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/tools/misc'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='vds' ;; \
*) list='vds' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install
- 0
make install-exec-am install-data-am
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5debug h5repart h5mkgrp h5clear'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5debug h5repart h5mkgrp h5clear /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5debug /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5debug
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5repart /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5repart
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5mkgrp /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5mkgrp
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5clear /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5clear
- 0
/bin/sh -c list='h5redeploy'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do \
if test -f "$p"; then d=; else d="./"; fi; \
if test -f "$d$p"; then echo "$d$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n' \
-e 'h;s|.*|.|' \
-e 'p;x;s,.*/,,;s,x,x,' | sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1; } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) { files[d] = files[d] " " $1; \
if (++n[d] == 40) { \
print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
else { print "f", d "/" $4, $1 } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/usr/bin/install -c h5redeploy /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/install -c h5cc /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5cc
- 0
make install
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c list='h5import'; test -n "/usr/bin" || list=; \
if test -n "$list"; then \
echo " /usr/bin/mkdir -p '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin'"; \
/usr/bin/mkdir -p "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin" || exit 1; \
fi; \
for p in $list; do echo "$p $p"; done | \
sed 's/$//' | \
while read p p1; do if test -f $p \
|| test -f $p1 \
; then echo "$p"; echo "$p"; else :; fi; \
done | \
sed -e 'p;s,.*/,,;n;h' \
-e 's|.*|.|' \
-e 'p;x;s,.*/,,;s/$//;s,x,x,;s/$//' | \
sed 'N;N;N;s,\n, ,g' | \
gawk 'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($2 == $4) files[d] = files[d] " " $1; \
else { print "f", $3 "/" $4, $1; } } \
END { for (d in files) print "f", d, files[d] }' | \
while read type dir files; do \
if test "$dir" = .; then dir=; else dir=/$dir; fi; \
test -z "$files" || { \
echo " /bin/sh ../../libtool --mode=install /usr/bin/install -c $files '/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir'"; \
/bin/sh ../../libtool --mode=install /usr/bin/install -c $files "/tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin$dir" || exit $?; \
} \
; done
- 0
/bin/sh ../../libtool --mode=install /usr/bin/install -c h5import /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin
- ?
/usr/bin/dd bs=4096 count=1
- ?
/usr/bin/install -c .libs/h5import /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/bin/h5import
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
make install
- 0
/bin/sh -c fail=; \
if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '1'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.2.1' && test -n '/tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/fortran'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \ ]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs ]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \
failcom='fail=yes'; \
else \
failcom='exit 1'; \
fi; \
dot_seen=no; \
target=`echo install-recursive | sed s/-recursive//`; \
case "install-recursive" in \
distclean-* | maintainer-clean-*) list='src test testpar examples' ;; \
*) list='src test ' ;; \
esac; \
for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
- 0
make install-am
- 0
make install-exec-am install-data-am
- 0
/bin/sh -c for d in examples fortran c++ hl; do \
(cd $d && make install-examples) || exit 1; \
done
- 0
install -d -m755 /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/licenses/hdf5-cpp-fortran
- ?
install -m644 /tmp/hdf5-cpp-fortran/src/hdf5-1.10.0/COPYING /tmp/hdf5-cpp-fortran/pkg/hdf5-cpp-fortran/usr/share/licenses/hdf5-cpp-fortran/LICENSE
- 123
xargs -0 grep -q -I /tmp/hdf5-cpp-fortran/src
- 123
xargs -0 grep -q -I /tmp/hdf5-cpp-fortran/pkg
- 0
gettext Creating package "%s"...
- 0
/usr/bin/nm -B conftest.o
- 0
fakeroot -v
- 0
openssl dgst -sha256 /tmp/hdf5-cpp-fortran/PKGBUILD
- 1
tr X \101
- 1
/usr/bin/pacman --noconfirm --color never --noprogressbar -Q
- 0
bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,gid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO usr
- 1
bsdtar -cf - .PKGINFO .BUILDINFO .MTREE usr
- 0
ar cru libconftest.a @conftest.lst
- malformed path (PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
)
0 /usr/bin/pacman -T time gcc-fortran
- 0
/usr/bin/sed s|^.*/||
- 0
as -v -I . --64 -o /tmp/ccLTYIxa.o /tmp/ccemrUxd.s
- ?
/usr/bin/sed -n -e /^# ### BEGIN LIBTOOL TAG CONFIG: FC$/,/^# ### END LIBTOOL TAG CONFIG: FC$/p
- 0
/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccCYxiy7.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lquadmath -plugin-opt=-pass-through=-lm -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtbegin.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../.. /tmp/ccLTYIxa.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/crtend.o /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../lib/crtn.o