Created
July 7, 2017 00:18
-
-
Save zhw12/a9007a551aa6f289ef3f87bac66bd02b to your computer and use it in GitHub Desktop.
gcc on macOS 10.11.6 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for gcc on macOS 10.11.6 | |
Build date: 2017-07-06 16:30:56 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 1.2.4 | |
ORIGIN: https://github.com/Homebrew/brew | |
HEAD: b5529084906af89827f6d9befd613457a1615918 | |
Last commit: 4 days ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: a71cdcd43814c8692718eca61bf67ef0b61cdf9e | |
Core tap last commit: 6 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local/Homebrew | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit broadwell | |
Homebrew Ruby: 2.0.0-p648 | |
Clang: 8.0 build 800 | |
Git: 2.10.2 => /usr/local/bin/git | |
Perl: /usr/bin/perl | |
Python: /Users/hanwen/envs/UNEC/bin/python => /Users/hanwen/envs/UNEC/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: N/A | |
macOS: 10.11.6-x86_64 | |
Xcode: 8.2.1 | |
CLT: 8.2.0.0.1.1480973914 | |
X11: N/A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/hanwen/envs/UNEC/bin/python-config | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libD4P11_ICBC.dylib | |
/usr/local/lib/libD4PinPad_ICBC.dylib | |
/usr/local/lib/libD4Token_ICBC.dylib | |
/usr/local/lib/libnnz11.dylib | |
/usr/local/lib/libociei.dylib | |
/usr/local/lib/libocijdbc11.dylib | |
/usr/local/lib/libpq.5.dylib | |
Warning: Unbrewed .la files were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected .la files: | |
/usr/local/lib/psqlodbcw.la | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
gcc | |
Warning: Some installed formula are missing dependencies. | |
You should `brew install` the missing dependencies: | |
brew install [email protected] | |
Run `brew missing` for more details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc --without-multilib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-07-06 16:30:44 -0700 | |
../configure | |
--build=x86_64-apple-darwin15.6.0 | |
--prefix=/usr/local/Cellar/gcc/7.1.0 | |
--libdir=/usr/local/Cellar/gcc/7.1.0/lib/gcc/7 | |
--enable-languages=c,c++,objc,obj-c++,fortran | |
--program-suffix=-7 | |
--with-gmp=/usr/local/opt/gmp | |
--with-mpfr=/usr/local/opt/mpfr | |
--with-mpc=/usr/local/opt/libmpc | |
--with-isl=/usr/local/opt/isl | |
--with-system-zlib | |
--enable-checking=release | |
--with-pkgversion=Homebrew GCC 7.1.0 --without-multilib | |
--with-bugurl=https://github.com/Homebrew/homebrew-core/issues | |
--disable-multilib | |
--disable-nls | |
checking build system type... x86_64-apple-darwin15.6.0 | |
checking host system type... x86_64-apple-darwin15.6.0 | |
checking target system type... x86_64-apple-darwin15.6.0 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether ln works... yes | |
checking whether ln -s works... yes | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking for libatomic support... yes | |
checking for libcilkrts support... yes | |
checking for libitm support... yes | |
checking for libsanitizer support... yes | |
checking for libvtv support... no | |
checking for libmpx support... no | |
checking for libhsail-rt support... no | |
checking for gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking whether g++ accepts -static-libstdc++ -static-libgcc... no | |
checking for gnatbind... no | |
checking for gnatmake... no | |
checking whether compiler driver understands Ada... no | |
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2 | |
checking for objdir... .libs | |
checking for the correct version of gmp.h... yes | |
checking for the correct version of mpfr.h... yes | |
checking for the correct version of mpc.h... yes | |
checking for the correct version of the gmp/mpfr/mpc libraries... yes | |
checking for isl 0.15 or later... yes | |
The following languages will be built: c,c++,fortran,lto,objc,obj-c++ | |
*** This configuration is not supported in the following subdirectories: | |
zlib target-libvtv target-libmpx target-libgo gnattools gotools target-libada target-libhsail-rt target-libffi target-liboffloadmic | |
(Any other directories should still work fine.) | |
rm: conftest.dSYM: is a directory | |
checking for default BUILD_CONFIG... bootstrap-debug | |
checking for --enable-vtable-verify... no | |
checking for bison... bison -y | |
checking for bison... bison | |
checking for gm4... gm4 | |
checking for flex... flex | |
checking for flex... flex | |
checking for makeinfo... makeinfo | |
checking for expect... expect | |
checking for runtest... no | |
checking for ar... ar | |
checking for as... as | |
checking for dlltool... no | |
checking for ld... (cached) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking for lipo... lipo | |
checking for nm... nm | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking for windres... no | |
checking for windmc... no | |
checking for objcopy... no | |
checking for objdump... no | |
checking for readelf... no | |
checking for cc... cc | |
checking for c++... c++ | |
checking for gcc... gcc | |
checking for gfortran... no | |
checking for gccgo... no | |
checking for ar... no | |
checking for ar... ar | |
checking for as... no | |
checking for as... as | |
checking for dlltool... no | |
checking for dlltool... no | |
checking for ld... no | |
checking for ld... ld | |
checking for lipo... no | |
checking for lipo... lipo | |
checking for nm... no | |
checking for nm... nm | |
checking for objcopy... no | |
checking for objcopy... no | |
checking for objdump... no | |
checking for objdump... no | |
checking for ranlib... no | |
checking for ranlib... ranlib | |
checking for readelf... no | |
checking for readelf... no | |
checking for strip... no | |
checking for strip... strip | |
checking for windres... no | |
checking for windres... no | |
checking for windmc... no | |
checking for windmc... no | |
checking where to find the target ar... host tool | |
checking where to find the target as... host tool | |
checking where to find the target cc... just compiled | |
checking where to find the target c++... just compiled | |
checking where to find the target c++ for libstdc++... just compiled | |
checking where to find the target dlltool... host tool | |
checking where to find the target gcc... just compiled | |
checking where to find the target gfortran... just compiled | |
checking where to find the target gccgo... host tool | |
checking where to find the target ld... host tool | |
checking where to find the target lipo... host tool | |
checking where to find the target nm... host tool | |
checking where to find the target objcopy... host tool | |
checking where to find the target objdump... host tool | |
checking where to find the target ranlib... host tool | |
checking where to find the target readelf... host tool | |
checking where to find the target strip... host tool | |
checking where to find the target windres... host tool | |
checking where to find the target windmc... host tool | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
configure: creating ./config.status | |
config.status: creating Makefile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: --version | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -v | |
superenv executed: clang++ -v | |
clang++ called with: -V | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -qversion | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -qversion -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -c conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=native -c conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang++ called with: -c -g conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang++ -pipe -Os -march=native -c -g conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -print-prog-name=ld | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -print-prog-name=ld -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang++ called with: -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang++ -pipe -Os -march=native -o conftest -g -O2 -static-libstdc++ -static-libgcc conftest.cpp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.adb | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.adb -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include conftest.c -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 -I/usr/local/opt/isl/include -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include -L/usr/local/opt/isl/lib -lisl -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 -I/usr/local/opt/isl/include -I/usr/local/opt/gmp/include -I/usr/local/opt/mpfr/include -I/usr/local/opt/libmpc/include -L/usr/local/opt/isl/lib -lisl -L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib -lmpc -lmpfr -lgmp conftest.c -lisl -lgmp -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -o conftest -g -O2 conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -Os -march=native -o conftest -g -O2 conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -c conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -c -g conftest.c | |
superenv added: -pipe -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -Os -march=native -c -g conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
ld called with: -S -r -no_uuid conftest.o.g0 -o conftest.o.g0.stripped | |
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -S -r -no_uuid conftest.o.g0 -o conftest.o.g0.stripped | |
ld called with: -S -r -no_uuid conftest.o.g -o conftest.o.g.stripped | |
superenv added: -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names | |
superenv executed: ld -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -headerpad_max_install_names -S -r -no_uuid conftest.o.g -o conftest.o.g.stripped | |
gcc called with: -E conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -E conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2017-07-06 16:30:54 -0700 | |
make | |
[ -f stage_final ] || echo stage3 > stage_final | |
mkdir build-x86_64-apple-darwin15.6.0 | |
mkdir build-x86_64-apple-darwin15.6.0 | |
mkdir: build-x86_64-apple-darwin15.6.0: File exists | |
mkdir build-x86_64-apple-darwin15.6.0/libiberty | |
mkdir build-x86_64-apple-darwin15.6.0/fixincludes | |
Configuring in build-x86_64-apple-darwin15.6.0/libiberty | |
Configuring in build-x86_64-apple-darwin15.6.0/fixincludes | |
Configuring stage 1 in ./intl | |
Configuring stage 1 in ./libiberty | |
configure: creating cache ./config.cache | |
configure: creating cache ./config.cache | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
checking for perl... perl | |
checking build system type... checking build system type... x86_64-apple-darwin15.6.0 | |
checking host system type... x86_64-apple-darwin15.6.0 | |
checking host system type... x86_64-apple-darwin15.6.0 | |
checking target system type... x86_64-apple-darwin15.6.0 | |
checking for x86_64-apple-darwin15.6.0-ar... ar | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking whether to install libiberty headers and static library... no | |
configure: target_header_dir = | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
x86_64-apple-darwin15.6.0 | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
configure: creating cache ./config.cache | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... configure: creating cache ./config.cache | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
checking for perl... perl | |
yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether NLS is requested... no | |
checking for msgfmt... no | |
checking for gmsgfmt... : | |
checking build system type... checking for xgettext... no | |
checking for msgmerge... no | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
checking for C compiler default output file name... x86_64-apple-darwin15.6.0 | |
checking host system type... x86_64-apple-darwin15.6.0 | |
checking for x86_64-apple-darwin15.6.0-ar... ar | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking whether to install libiberty headers and static library... no | |
configure: target_header_dir = | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... checking for C compiler default output file name... o | |
checking whether we are using the GNU C compiler... | |
checking for suffix of object files... yes | |
checking whether clang accepts -g... o | |
checking whether we are using the GNU C compiler... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... yes | |
checking for clang option to accept ISO C89... yes | |
checking whether clang accepts -g... checking for C compiler default output file name... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... | |
checking for suffix of object files... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... none needed | |
checking how to run the C preprocessor... o | |
checking whether we are using the GNU C compiler... clang -E | |
clang -E | |
yes | |
checking whether clang accepts -g... checking for suffix of object files... checking for grep that handles long lines and -e... yes | |
checking for clang option to accept ISO C89... o | |
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... yes | |
checking whether clang accepts -g... none needed | |
/usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... checking build system type... yes | |
checking for clang option to accept ISO C89... x86_64-apple-darwin15.6.0 | |
checking host system type... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... x86_64-apple-darwin15.6.0 | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking for library containing strerror... none needed | |
checking how to run the C preprocessor... rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
rm: conftest.dSYM: is a directory | |
none required | |
checking how to run the C preprocessor... clang -E | |
yes | |
yes | |
checking for sys/types.h... checking for sys/types.h... clang -E | |
checking for grep that handles long lines and -e... yes | |
yes | |
checking for sys/stat.h... checking for sys/stat.h... checking for grep that handles long lines and -e... yes | |
yes | |
checking for stdlib.h... checking for stdlib.h... /usr/bin/grep | |
checking for egrep... yes | |
/usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for string.h... checking for string.h... yes | |
yes | |
/usr/bin/grep | |
checking for egrep... checking for memory.h... checking for memory.h... /usr/bin/grep -E | |
checking for ANSI C header files... rm: conftest.dSYM: is a directory | |
yes | |
yes | |
checking for strings.h... checking for strings.h... rm: conftest.dSYM: is a directory | |
yes | |
yes | |
checking for inttypes.h... checking for inttypes.h... yes | |
yes | |
yes | |
checking for stdint.h... checking for stdint.h... checking for sys/types.h... yes | |
yes | |
checking for unistd.h... yes | |
checking for unistd.h... yes | |
checking for an ANSI C-conforming const... checking for sys/stat.h... yes | |
yes | |
checking minix/config.h usability... checking minix/config.h usability... yes | |
yes | |
checking for inline... checking for stdlib.h... no | |
checking minix/config.h presence... no | |
checking minix/config.h presence... inline | |
checking for sys/types.h... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for string.h... yes | |
yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking for sys/stat.h... checking whether clang supports -W... yes | |
checking for memory.h... no | |
checking whether clang supports -W... yes | |
yes | |
checking whether clang supports -Wall... checking for stdlib.h... yes | |
checking whether clang supports -Wall... yes | |
yes | |
checking whether clang supports -Wwrite-strings... checking for strings.h... yes | |
yes | |
checking whether clang supports -Wwrite-strings... checking for string.h... yes | |
checking whether clang supports -Wstrict-prototypes... yes | |
yes | |
checking for inttypes.h... checking whether clang supports -Wc++-compat... yes | |
checking whether clang supports -Wmissing-prototypes... yes | |
checking for memory.h... yes | |
checking whether clang supports -Wstrict-prototypes... yes | |
yes | |
checking whether clang supports -Wold-style-definition... checking for stdint.h... yes | |
checking whether clang supports -Wshadow=local... yes | |
yes | |
checking whether clang supports -Wmissing-format-attribute... checking for strings.h... yes | |
yes | |
checking whether clang supports -pedantic ... yes | |
checking for unistd.h... checking whether clang supports -Woverlength-strings... yes | |
yes | |
checking whether clang and cc understand -c and -o together... checking for inttypes.h... yes | |
checking whether clang supports -pedantic -Wlong-long... yes | |
checking minix/config.h usability... yes | |
checking for ANSI C header files... (cached) yes | |
checking stddef.h usability... yes | |
checking for stdint.h... no | |
checking minix/config.h presence... yes | |
checking stddef.h presence... yes | |
yes | |
checking for stddef.h... yes | |
checking for unistd.h... checking for stdlib.h... (cached) yes | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... checking for strings.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
yes | |
checking for an ANSI C-conforming const... checking fcntl.h usability... yes | |
checking for off_t... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for inline... yes | |
checking fcntl.h presence... inline | |
checking whether byte ordering is bigendian... no | |
checking whether clang supports -W... yes | |
checking for fcntl.h... yes | |
checking sys/file.h usability... yes | |
checking whether clang supports -Wall... yes | |
checking sys/file.h presence... yes | |
checking for size_t... yes | |
checking for sys/file.h... yes | |
yes | |
checking for sys/stat.h... (cached) yes | |
no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether clang supports -Wwrite-strings... checking for clearerr_unlocked... checking for sys/file.h... yes | |
yes | |
checking for sys/param.h... checking whether clang supports -Wc++-compat... yes | |
checking for working alloca.h... yes | |
checking for feof_unlocked... yes | |
yes | |
checking whether clang supports -Wstrict-prototypes... checking for limits.h... yes | |
yes | |
checking for alloca... yes | |
checking for stdlib.h... (cached) yes | |
checking whether clang supports -Wshadow=local... yes | |
checking for malloc.h... checking for ferror_unlocked... yes | |
checking whether clang supports -pedantic ... no | |
checking for string.h... (cached) yes | |
yes | |
checking for unistd.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/time.h... yes | |
checking whether clang and cc understand -c and -o together... checking for getpagesize... yes | |
checking for fflush_unlocked... yes | |
checking for time.h... yes | |
yes | |
no | |
checking for working mmap... checking for fgetc_unlocked... checking for sys/resource.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/mman.h... no | |
checking for fgets_unlocked... yes | |
checking for fcntl.h... yes | |
checking for an ANSI C-conforming const... yes | |
checking whether we are using the GNU C Library 2.1 or newer... yes | |
no | |
checking for fileno_unlocked... checking for alloca.h... no | |
checking whether integer division by zero raises SIGFPE... yes | |
checking for inline... yes | |
checking for sys/pstat.h... inline | |
checking whether byte ordering is bigendian... no | |
checking for inttypes.h... yes | |
no | |
checking for fprintf_unlocked... checking for sys/sysmp.h... yes | |
checking for stdint.h... no | |
checking for sys/sysinfo.h... yes | |
checking for unsigned long long... no | |
checking for fputc_unlocked... no | |
checking for machine/hal_sysinfo.h... no | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for sys/file.h... no | |
checking for sys/table.h... no | |
checking for fputs_unlocked... yes | |
checking for inttypes.h... yes | |
no | |
checking for sys/sysctl.h... checking for sys/param.h... yes | |
yes | |
yes | |
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/systemcfg.h... checking for limits.h... no | |
checking for fread_unlocked... no | |
no | |
checking for ld used by GCC... checking for stdint.h... (cached) yes | |
yes | |
checking for stdio_ext.h... checking for stdlib.h... (cached) yes | |
checking for malloc.h... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for fwrite_unlocked... no | |
checking for process.h... no | |
checking for shared library run path origin... no | |
checking for string.h... (cached) yes | |
no | |
checking for sys/prctl.h... checking for unistd.h... (cached) yes | |
no | |
checking for getchar_unlocked... checking for strings.h... (cached) yes | |
done | |
checking for sys/time.h... checking argz.h usability... no | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for time.h... checking for getc_unlocked... no | |
checking argz.h presence... yes | |
checking whether errno must be declared... yes | |
checking for sys/resource.h... no | |
checking for argz.h... no | |
no | |
checking size of int... checking limits.h usability... yes | |
checking for putchar_unlocked... yes | |
checking for sys/stat.h... (cached) yes | |
yes | |
checking limits.h presence... checking for sys/mman.h... 4 | |
checking size of long... yes | |
yes | |
checking for limits.h... yes | |
yes | |
checking for putc_unlocked... checking locale.h usability... checking for fcntl.h... yes | |
yes | |
checking locale.h presence... 8 | |
checking size of size_t... yes | |
checking for alloca.h... checking whether abort is declared... yes | |
checking for locale.h... yes | |
yes | |
checking nl_types.h usability... checking for sys/pstat.h... yes | |
checking whether asprintf is declared... 8 | |
checking for long long... yes | |
checking nl_types.h presence... no | |
checking for sys/sysmp.h... yes | |
checking whether basename is declared... yes | |
checking for nl_types.h... yes | |
checking malloc.h usability... no | |
checking for sys/sysinfo.h... yes | |
checking size of long long... no | |
checking whether errno is declared... no | |
no | |
checking malloc.h presence... checking for machine/hal_sysinfo.h... no | |
checking whether vasprintf is declared... 8 | |
checking for a 64-bit type... no | |
checking for malloc.h... no | |
no | |
checking stddef.h usability... checking for sys/table.h... uint64_t | |
checking for intptr_t... yes | |
checking whether clearerr_unlocked is declared... no | |
yes | |
checking stddef.h presence... checking for sys/sysctl.h... yes | |
checking for stddef.h... yes | |
yes | |
yes | |
checking whether feof_unlocked is declared... checking for stdlib.h... (cached) yes | |
checking for sys/systemcfg.h... checking for string.h... (cached) yes | |
yes | |
checking for uintptr_t... checking for unistd.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking whether ferror_unlocked is declared... no | |
checking for stdint.h... (cached) yes | |
checking for stdio_ext.h... yes | |
checking sys/param.h presence... yes | |
checking whether fflush_unlocked is declared... no | |
yes | |
checking for ssize_t... checking for process.h... yes | |
checking for sys/param.h... yes | |
checking for feof_unlocked... no | |
checking whether fgetc_unlocked is declared... no | |
checking for sys/prctl.h... yes | |
checking for pid_t... no | |
yes | |
checking whether fgets_unlocked is declared... no | |
checking for sys/wait.h that is POSIX.1 compatible... checking for fgets_unlocked... no | |
yes | |
checking whether time.h and sys/time.h may both be included... checking whether fileno_unlocked is declared... yes | |
no | |
checking for library containing strerror... yes | |
checking whether errno must be declared... checking for getc_unlocked... yes | |
checking whether fprintf_unlocked is declared... no | |
checking size of int... no | |
none required | |
checking whether fputc_unlocked is declared... checking for asprintf... yes | |
checking for getcwd... no | |
4 | |
checking size of long... checking whether fputs_unlocked is declared... yes | |
checking for atexit... yes | |
no | |
checking for getegid... checking whether fread_unlocked is declared... yes | |
8 | |
checking size of size_t... checking for basename... no | |
checking whether fwrite_unlocked is declared... yes | |
checking for geteuid... yes | |
no | |
checking for bcmp... checking whether getchar_unlocked is declared... 8 | |
checking for long long... yes | |
yes | |
checking whether getc_unlocked is declared... checking for getgid... yes | |
checking for bcopy... yes | |
checking whether putchar_unlocked is declared... yes | |
checking size of long long... yes | |
yes | |
checking for bsearch... checking for getuid... yes | |
checking whether putc_unlocked is declared... yes | |
checking for an ANSI C-conforming const... 8 | |
checking for a 64-bit type... yes | |
checking for bzero... yes | |
checking for mempcpy... yes | |
checking sys/mman.h usability... uint64_t | |
checking for intptr_t... yes | |
checking sys/mman.h presence... yes | |
checking for calloc... no | |
yes | |
checking for sys/mman.h... yes | |
checking for mmap... checking for munmap... yes | |
yes | |
checking for uintptr_t... checking for clock... yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... no | |
checking for MAP_ANON(YMOUS)... yes | |
checking for putenv... yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
yes | |
configure: updating cache ./config.cache | |
checking for ffs... configure: creating ./config.status | |
yes | |
yes | |
checking for ssize_t... checking for setenv... yes | |
checking for getcwd... config.status: creating Makefile | |
yes | |
config.status: creating mkheaders.almost | |
checking for setlocale... yes | |
yes | |
checking for pid_t... config.status: creating config.h | |
checking for getpagesize... mkdir build-x86_64-apple-darwin15.6.0/libcpp | |
Configuring in build-x86_64-apple-darwin15.6.0/libcpp | |
yes | |
yes | |
checking for stpcpy... checking for gettimeofday... yes | |
checking for library containing strerror... yes | |
checking for index... yes | |
checking for strcasecmp... none required | |
checking for asprintf... yes | |
checking for insque... yes | |
configure: creating cache ./config.cache | |
checking for strdup... checking build system type... yes | |
x86_64-apple-darwin15.6.0 | |
checking host system type... checking for atexit... x86_64-apple-darwin15.6.0 | |
checking target system type... yes | |
checking for memchr... x86_64-apple-darwin15.6.0 | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
yes | |
checking for strtoul... yes | |
checking for basename... yes | |
checking for memcmp... yes | |
checking for C compiler default output file name... checking for tsearch... yes | |
yes | |
checking for memcpy... checking for bcmp... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... yes | |
yes | |
checking for memmem... checking for __argz_count... yes | |
checking for bcopy... | |
checking for suffix of object files... yes | |
o | |
checking whether we are using the GNU C compiler... checking for memmove... no | |
checking for __argz_stringify... yes | |
checking whether clang accepts -g... yes | |
checking for bsearch... yes | |
checking for clang option to accept ISO C89... yes | |
checking for mempcpy... no | |
none needed | |
checking for __argz_next... yes | |
checking for bzero... no | |
checking for memset... no | |
checking for __fsetlocking... yes | |
checking for calloc... yes | |
checking for mkstemps... checking whether we are using the GNU C++ compiler... no | |
checking for iconv... yes | |
checking whether clang++ -std=gnu++98 accepts -g... yes | |
yes | |
checking for putenv... checking for clock... yes | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking how to run the C preprocessor... yes | |
checking for random... yes | |
clang -E | |
checking for ffs... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... yes | |
checking for grep that handles long lines and -e... checking for rename... yes | |
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo and CODESET... checking for getcwd... yes | |
checking for rindex... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
yes | |
checking for LC_MESSAGES... checking for getpagesize... yes | |
rm: conftest.dSYM: is a directory | |
checking for setenv... yes | |
checking for bison... bison | |
checking version of bison... yes | |
rm: conftest.dSYM: is a directory | |
checking for gettimeofday... yes | |
checking for snprintf... yes | |
yes | |
checking for sys/types.h... checking for index... yes | |
checking for sigsetmask... yes | |
checking for sys/stat.h... yes | |
yes | |
checking for stdlib.h... yes | |
checking for insque... checking for stpcpy... yes | |
checking for string.h... yes | |
yes | |
checking for stpncpy... checking for memchr... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for strcasecmp... yes | |
checking for memcmp... yes | |
checking for inttypes.h... yes | |
yes | |
checking for strchr... checking for stdint.h... yes | |
checking for memcpy... yes | |
2.3, ok | |
checking whether NLS is requested... no | |
checking whether to use NLS... no | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
checking for unistd.h... yes | |
checking for strdup... configure: updating cache ./config.cache | |
configure: creating ./config.status | |
yes | |
yes | |
checking minix/config.h usability... checking for memmem... yes | |
no | |
checking minix/config.h presence... checking for strncasecmp... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for memmove... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for strndup... config.status: creating Makefile | |
no | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
checking whether clang supports -W... yes | |
config.status: creating config.intl | |
checking for mempcpy... yes | |
checking whether clang supports -Wall... yes | |
config.status: creating config.h | |
checking for strnlen... config.status: executing default-1 commands | |
yes | |
checking whether clang supports -Wnarrowing... no | |
checking for memset... yes | |
yes | |
checking whether clang supports -Wwrite-strings... Configuring stage 1 in ./libbacktrace | |
checking for strrchr... yes | |
checking whether clang supports -Wmissing-format-attribute... yes | |
yes | |
checking for mkstemps... checking whether clang supports -Wstrict-prototypes... yes | |
checking for strstr... yes | |
checking whether clang supports -Wmissing-prototypes... yes | |
yes | |
checking whether clang supports -Wold-style-definition... checking for putenv... yes | |
checking for strtod... yes | |
checking whether clang supports -Wc++-compat... yes | |
checking whether clang supports -pedantic -Wlong-long... yes | |
yes | |
checking for strtol... checking for random... yes | |
checking whether clang supports -fno-exceptions... yes | |
yes | |
checking whether clang supports -fno-rtti... checking for strtoul... yes | |
checking for rename... yes | |
configure: creating cache ./config.cache | |
checking build system type... yes | |
checking dependency style of clang++ -std=gnu++98... x86_64-apple-darwin15.6.0 | |
checking host system type... checking for strtoll... yes | |
x86_64-apple-darwin15.6.0 | |
checking target system type... checking for rindex... x86_64-apple-darwin15.6.0 | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
gcc3 | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for strtoull... yes | |
checking whether string.h and strings.h may both be included... yes | |
checking for setenv... yes | |
checking locale.h usability... yes | |
checking for strverscmp... yes | |
checking locale.h presence... checking for C compiler default output file name... yes | |
checking for snprintf... yes | |
checking for locale.h... yes | |
checking fcntl.h usability... no | |
checking for tmpnam... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... yes | |
checking fcntl.h presence... yes | |
yes | |
checking for vasprintf... yes | |
checking for fcntl.h... yes | |
checking for sigsetmask... checking limits.h usability... | |
checking for suffix of object files... yes | |
checking limits.h presence... yes | |
o | |
checking whether we are using the GNU C compiler... yes | |
checking for vfprintf... yes | |
checking for limits.h... yes | |
checking for stpcpy... checking stddef.h usability... yes | |
checking whether clang accepts -g... yes | |
yes | |
checking stddef.h presence... yes | |
checking for clang option to accept ISO C89... checking for vprintf... yes | |
yes | |
checking for stddef.h... yes | |
checking for stpncpy... checking for stdlib.h... (cached) yes | |
checking for strings.h... (cached) yes | |
none needed | |
checking how to run the C preprocessor... checking for string.h... (cached) yes | |
checking sys/file.h usability... yes | |
checking for vsnprintf... yes | |
checking sys/file.h presence... yes | |
checking for strcasecmp... clang -E | |
yes | |
checking for sys/file.h... yes | |
yes | |
checking for unistd.h... (cached) yes | |
checking for vsprintf... checking whether byte ordering is bigendian... yes | |
checking for grep that handles long lines and -e... checking for strchr... yes | |
checking for waitpid... no | |
checking for an ANSI C-conforming const... yes | |
yes | |
checking for strdup... yes | |
checking for inline... checking for setproctitle... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... inline | |
checking for obstacks... no | |
checking whether alloca needs Cray hooks... yes | |
no | |
checking for off_t... checking for strncasecmp... no | |
checking stack direction for C alloca... rm: conftest.dSYM: is a directory | |
-1 | |
checking for vfork.h... yes | |
yes | |
checking for size_t... rm: conftest.dSYM: is a directory | |
checking for strndup... no | |
checking for fork... yes | |
yes | |
checking for ssize_t... checking for sys/types.h... yes | |
yes | |
checking for strnlen... checking for vfork... yes | |
checking for sys/stat.h... yes | |
yes | |
checking for uintptr_t... yes | |
checking for working fork... checking for strrchr... yes | |
checking for stdlib.h... yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... yes | |
yes | |
checking for ptrdiff_t... yes | |
checking for string.h... checking for strstr... no | |
checking for sys_errlist... yes | |
checking for memory.h... yes | |
checking for uint64_t... yes | |
checking for strtod... yes | |
yes | |
checking for sys_nerr... yes | |
checking whether struct tm is in sys/time.h or time.h... checking for strings.h... time.h | |
checking size of int... yes | |
yes | |
yes | |
checking for sys_siglist... checking for inttypes.h... checking for strtol... yes | |
4 | |
checking size of long... checking for stdint.h... yes | |
yes | |
checking for external symbol _system_configuration... checking for strtoul... yes | |
no | |
checking for __fsetlocking... checking for unistd.h... 8 | |
checking for clearerr_unlocked... yes | |
checking for strtoll... yes | |
checking minix/config.h usability... no | |
checking for canonicalize_file_name... yes | |
checking for feof_unlocked... no | |
checking minix/config.h presence... yes | |
checking for strtoull... no | |
checking for dup3... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for ferror_unlocked... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
no | |
checking for getrlimit... checking for strverscmp... yes | |
checking for fflush_unlocked... yes | |
checking for getrusage... no | |
checking for tmpnam... no | |
checking for fgetc_unlocked... yes | |
checking for getsysinfo... yes | |
checking for vasprintf... no | |
checking for fgets_unlocked... no | |
checking for gettimeofday... (cached) yes | |
checking for on_exit... no | |
checking for fileno_unlocked... yes | |
checking for vfprintf... no | |
checking for psignal... yes | |
yes | |
checking for fprintf_unlocked... checking for a thread-safe mkdir -p... ../../libbacktrace/../install-sh -c -d | |
checking for gawk... awk | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
yes | |
yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for vprintf... checking for x86_64-apple-darwin15.6.0-gcc... (cached) clang | |
checking for pstat_getdynamic... no | |
checking for fputc_unlocked... no | |
checking for pstat_getstatic... yes | |
checking for vsnprintf... no | |
checking for fputs_unlocked... no | |
checking for realpath... checking whether we are using the GNU C compiler... (cached) yes | |
checking whether clang accepts -g... (cached) yes | |
checking for clang option to accept ISO C89... (cached) none needed | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking for gawk... (cached) awk | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... no | |
checking for fread_unlocked... yes | |
checking for vsprintf... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... yes | |
checking for setrlimit... no | |
checking for fwrite_unlocked... yes | |
checking for waitpid... yes | |
checking for sbrk... no | |
checking for getchar_unlocked... yes | |
checking for setproctitle... yes | |
yes | |
checking for spawnve... checking for getc_unlocked... yes | |
no | |
checking whether alloca needs Cray hooks... no | |
checking for spawnvpe... checking for putchar_unlocked... no | |
checking stack direction for C alloca... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
yes | |
no | |
checking for strerror... checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for x86_64-apple-darwin15.6.0-objdump... objdump | |
checking how to recognize dependent libraries... pass_all | |
checking for x86_64-apple-darwin15.6.0-ar... ar | |
checking for x86_64-apple-darwin15.6.0-strip... no | |
checking for strip... strip | |
checking for x86_64-apple-darwin15.6.0-ranlib... (cached) ranlib | |
checking command to parse nm output from clang object... checking for putc_unlocked... -1 | |
checking for vfork.h... yes | |
yes | |
checking whether abort is declared... checking for strsignal... no | |
checking for fork... yes | |
checking whether asprintf is declared... yes | |
yes | |
checking for sysconf... checking whether basename is declared... yes | |
ok | |
checking for x86_64-apple-darwin15.6.0-dsymutil... no | |
checking for dsymutil... dsymutil | |
checking for x86_64-apple-darwin15.6.0-nmedit... no | |
checking for nmedit... nmedit | |
checking for x86_64-apple-darwin15.6.0-lipo... no | |
checking for lipo... lipo | |
checking for x86_64-apple-darwin15.6.0-otool... no | |
checking for otool... otool | |
checking for x86_64-apple-darwin15.6.0-otool64... no | |
checking for otool64... no | |
checking for -single_module linker flag... checking for vfork... no | |
checking whether errno is declared... yes | |
checking for sysctl... yes | |
checking for -exported_symbols_list linker flag... no | |
yes | |
checking whether getopt is declared... checking for working fork... yes | |
yes | |
checking for sysmp... checking whether vasprintf is declared... yes | |
checking for -force_load linker flag... yes | |
checking for working vfork... (cached) yes | |
checking for _doprnt... yes | |
checking whether clearerr_unlocked is declared... no | |
checking for table... yes | |
checking whether feof_unlocked is declared... no | |
checking for sys_errlist... no | |
checking for times... yes | |
checking whether ferror_unlocked is declared... yes | |
yes | |
checking for sys_nerr... yes | |
checking whether fflush_unlocked is declared... checking for wait3... no | |
checking whether fgetc_unlocked is declared... yes | |
checking for sys_siglist... yes | |
checking for wait4... no | |
checking whether fgets_unlocked is declared... yes | |
no | |
checking for dlfcn.h... checking for external symbol _system_configuration... yes | |
checking whether basename is declared... no | |
checking whether fileno_unlocked is declared... yes | |
no | |
checking for objdir... .libs | |
checking for __fsetlocking... no | |
yes | |
checking whether ffs is declared... checking whether fprintf_unlocked is declared... yes | |
no | |
checking whether asprintf is declared... no | |
checking whether fputc_unlocked is declared... checking for canonicalize_file_name... yes | |
checking if clang supports -fno-rtti -fno-exceptions... no | |
checking whether vasprintf is declared... checking whether fputs_unlocked is declared... no | |
checking for dup3... yes | |
yes | |
checking for clang option to produce PIC... -fno-common -DPIC | |
checking if clang PIC flag -fno-common -DPIC works... checking whether snprintf is declared... no | |
checking whether fread_unlocked is declared... yes | |
checking if clang static flag -static works... yes | |
checking whether vsnprintf is declared... no | |
no | |
checking whether fwrite_unlocked is declared... checking for getrlimit... no | |
checking if clang supports -c -o file.o... yes | |
checking whether calloc is declared... no | |
checking whether getchar_unlocked is declared... yes | |
checking for getrusage... yes | |
yes | |
checking if clang supports -c -o file.o... (cached) yes | |
checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... checking whether getenv is declared... yes | |
checking whether getc_unlocked is declared... yes | |
yes | |
checking whether getopt is declared... darwin15.6.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking whether putchar_unlocked is declared... checking for getsysinfo... yes | |
yes | |
checking whether malloc is declared... checking whether putc_unlocked is declared... yes | |
no | |
checking for gettimeofday... (cached) yes | |
checking whether realloc is declared... yes | |
checking for working alloca.h... checking for on_exit... yes | |
checking whether sbrk is declared... yes | |
checking for alloca... no | |
checking for psignal... yes | |
checking whether strtol is declared... yes | |
checking for ANSI C header files... (cached) yes | |
checking for nl_langinfo and CODESET... yes | |
checking whether strtoul is declared... yes | |
checking for pstat_getdynamic... yes | |
checking whether NLS is requested... no | |
checking for uchar... yes | |
yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking unwind.h usability... checking whether strtoll is declared... | |
checking for ld used by GCC... yes | |
no | |
yes | |
checking unwind.h presence... checking for pstat_getstatic... checking whether strtoull is declared... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... yes | |
checking for unwind.h... yes | |
checking for _Unwind_Backtrace... yes | |
checking whether strverscmp is declared... done | |
checking for iconv... (cached) no | |
no | |
checking for realpath... no | |
checking whether canonicalize_file_name must be declared... yes | |
checking for -funwind-tables option... configure: updating cache ./config.cache | |
configure: creating ./config.status | |
yes | |
yes | |
checking for stdlib.h... (cached) yes | |
yes | |
checking for -frandom-seed=string option... checking for setrlimit... checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking whether clang supports -W... yes | |
yes | |
checking for sbrk... checking whether clang supports -Wall... config.status: creating Makefile | |
yes | |
checking for working strncmp... config.status: creating config.h | |
config.status: executing depdir commands | |
mkdir .deps | |
yes | |
checking whether clang supports -Wwrite-strings... yes | |
checking for spawnve... yes | |
Configuring stage 1 in ./libdecnumber | |
checking whether clang supports -Wstrict-prototypes... yes | |
configure: updating cache ./config.cache | |
yes | |
checking whether clang supports -Wmissing-prototypes... configure: creating ./config.status | |
no | |
checking for spawnvpe... yes | |
checking whether clang supports -Wold-style-definition... yes | |
no | |
checking whether clang supports -Wmissing-format-attribute... checking for strerror... config.status: creating Makefile | |
yes | |
config.status: creating testsuite/Makefile | |
checking whether clang supports -Wcast-qual... config.status: creating config.h | |
config.status: executing default commands | |
yes | |
yes | |
checking for _Unwind_GetIPInfo... checking for strsignal... Configuring stage 1 in ./gcc | |
configure: creating cache ./config.cache | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
yes | |
checking __sync extensions... yes | |
checking for sysconf... yes | |
checking __atomic extensions... yes | |
checking for sysctl... yes | |
checking output filetype... checking for C compiler default output file name... | |
configure: WARNING: could not determine output file type | |
yes | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... checking for sysmp... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
no | |
yes | |
checking for uintptr_t... checking for suffix of object files... checking for table... configure: creating cache ./config.cache | |
checking build system type... o | |
checking whether we are using the GNU C compiler... x86_64-apple-darwin15.6.0 | |
checking host system type... no | |
yes | |
checking whether clang accepts -g... checking for times... x86_64-apple-darwin15.6.0 | |
checking target system type... yes | |
checking for int_least32_t... x86_64-apple-darwin15.6.0 | |
checking LIBRARY_PATH variable... ok | |
checking GCC_EXEC_PREFIX variable... ok | |
checking whether to place generated files in the source directory... no | |
checking whether a default linker was specified... no | |
checking whether a default assembler was specified... no | |
yes | |
checking for clang option to accept ISO C89... checking for x86_64-apple-darwin15.6.0-gcc... clang | |
yes | |
checking for wait3... none needed | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
checking whether clang supports -W... yes | |
checking for int_fast32_t... yes | |
checking whether clang supports -Wall... yes | |
checking for wait4... yes | |
checking for C compiler default output file name... checking whether clang supports -Wwrite-strings... yes | |
checking for uint64_t... yes | |
checking whether clang supports -Wstrict-prototypes... yes | |
a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... checking whether basename is declared... yes | |
checking whether clang supports -Wmissing-prototypes... yes | |
checking what to include in gstdint.h... stdint.h (already complete) | |
checking sys/mman.h usability... yes | |
checking whether clang supports -Wold-style-definition... checking for suffix of object files... no | |
yes | |
checking sys/mman.h presence... checking whether ffs is declared... yes | |
o | |
checking whether we are using the GNU C compiler... checking whether clang supports -Wmissing-format-attribute... yes | |
checking for sys/mman.h... yes | |
checking for mmap... yes | |
checking whether asprintf is declared... yes | |
checking whether clang accepts -g... yes | |
checking whether clang supports -Wcast-qual... yes | |
checking for clang option to accept ISO C89... yes | |
yes | |
yes | |
checking whether clang supports -pedantic -Wlong-long... checking whether vasprintf is declared... checking link.h usability... yes | |
none needed | |
checking whether clang supports -fno-lto... yes | |
checking whether snprintf is declared... yes | |
checking how to run the C preprocessor... no | |
checking link.h presence... yes | |
checking whether vsnprintf is declared... no | |
checking for link.h... no | |
checking for fcntl... clang -E | |
yes | |
checking whether calloc is declared... checking whether we are using the GNU C++ compiler... yes | |
checking whether strnlen is declared... yes | |
yes | |
checking whether clang++ -std=gnu++98 accepts -g... checking for grep that handles long lines and -e... checking whether getenv is declared... yes | |
checking for getexecname... yes | |
checking for x86_64-apple-darwin15.6.0-gnatbind... no | |
checking for x86_64-apple-darwin15.6.0-gnatmake... no | |
checking whether compiler driver understands Ada... yes | |
checking whether getopt is declared... rm: conftest.dSYM: is a directory | |
no | |
checking how to run the C++ preprocessor... /usr/bin/grep | |
checking for egrep... no | |
checking whether tests can run... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking whether malloc is declared... clang++ -std=gnu++98 -E | |
yes | |
yes | |
checking whether realloc is declared... rm: conftest.dSYM: is a directory | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
rm: conftest.dSYM: is a directory | |
yes | |
checking whether sbrk is declared... checking for grep that handles long lines and -e... yes | |
yes | |
checking whether strtol is declared... checking for sys/types.h... /usr/bin/grep | |
checking for egrep... yes | |
/usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/stat.h... checking whether strtoul is declared... yes | |
yes | |
checking for stdlib.h... checking whether strtoll is declared... rm: conftest.dSYM: is a directory | |
yes | |
yes | |
checking whether strtoull is declared... checking for string.h... rm: conftest.dSYM: is a directory | |
yes | |
yes | |
checking for memory.h... checking whether strverscmp is declared... yes | |
checking for sys/types.h... yes | |
checking for strings.h... no | |
checking whether canonicalize_file_name must be declared... yes | |
checking for sys/stat.h... yes | |
checking for inttypes.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
yes | |
checking for stdlib.h... checking for stdint.h... yes | |
yes | |
checking for string.h... checking for unistd.h... yes | |
checking for working strncmp... yes | |
yes | |
checking for memory.h... checking ctype.h usability... yes | |
yes | |
yes | |
checking ctype.h presence... configure: updating cache ./config.cache | |
checking for strings.h... configure: creating ./config.status | |
yes | |
checking for ctype.h... yes | |
checking stddef.h usability... yes | |
checking for inttypes.h... yes | |
checking stddef.h presence... yes | |
yes | |
checking for stddef.h... yes | |
checking for stdint.h... checking for string.h... (cached) yes | |
checking stdio.h usability... config.status: creating Makefile | |
yes | |
config.status: creating Makefile | |
checking for unistd.h... yes | |
checking stdio.h presence... config.status: creating backtrace-supported.h | |
config.status: creating testsuite/Makefile | |
config.status: creating config.h | |
yes | |
checking for stdio.h... yes | |
config.status: executing libtool commands | |
yes | |
looking for a compliant stdint.h in stdint.h, checking for uintmax_t... config.status: creating config.h | |
checking minix/config.h usability... config.status: executing default commands | |
config.status: executing gstdint.h commands | |
no | |
checking minix/config.h presence... config.status: executing default commands | |
yes | |
checking for uintptr_t... make[3]: Nothing to be done for `all'. | |
no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... if [ x"" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
touch stamp-picdir | |
if [ x"" != x ] && [ ! -d noasan ]; then \ | |
mkdir noasan; \ | |
else true; fi | |
touch stamp-noasandir | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list | |
make[4]: Nothing to be done for `all'. | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/regex.c -o noasan/regex.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/regex.c -o regex.o | |
Configuring stage 1 in ./libcpp | |
yes | |
checking how to run the C preprocessor... yes | |
checking for int_least32_t... clang -E | |
yes | |
checking for int_fast32_t... checking for inline... inline | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... yes | |
checking for uint64_t... no | |
checking size of void *... configure: creating cache ./config.cache | |
checking build system type... yes | |
checking what to include in gstdint.h... stdint.h (already complete) | |
checking for an ANSI C-conforming const... x86_64-apple-darwin15.6.0 | |
checking host system type... 8 | |
checking size of short... x86_64-apple-darwin15.6.0 | |
checking target system type... yes | |
checking for off_t... x86_64-apple-darwin15.6.0 | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking for x86_64-apple-darwin15.6.0-gcc... clang | |
2 | |
checking size of int... yes | |
checking size of int... checking for C compiler default output file name... 4 | |
checking size of long... 4 | |
checking size of long... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... 8 | |
checking for long long... 8 | |
checking for ANSI C header files... (cached) yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cplus-dem.c -o cplus-dem.o | |
checking build system type... | |
checking for suffix of object files... x86_64-apple-darwin15.6.0 | |
checking host system type... x86_64-apple-darwin15.6.0 | |
checking target system type... o | |
checking whether we are using the GNU C compiler... x86_64-apple-darwin15.6.0 | |
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored | |
dpd | |
checking whether byte ordering is bigendian... yes | |
checking size of long long... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... 8 | |
none needed | |
checking for int8_t... no | |
configure: updating cache ./config.cache | |
configure: creating ./config.status | |
yes | |
checking for int16_t... checking whether we are using the GNU C++ compiler... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demangle.c -o cp-demangle.o | |
yes | |
checking whether clang++ -std=gnu++98 accepts -g... config.status: creating Makefile | |
yes | |
checking for int32_t... config.status: creating config.h | |
yes | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking how to run the C preprocessor... config.status: executing gstdint.h commands | |
clang -E | |
yes | |
checking for int64_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/md5.c -o noasan/md5.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/md5.c -o md5.o | |
checking for grep that handles long lines and -e... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/sha1.c -o noasan/sha1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/sha1.c -o sha1.o | |
yes | |
checking for long long int... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for intmax_t... rm: conftest.dSYM: is a directory | |
if [ x"-fno-common" != x ] && [ ! -d pic ]; then \ | |
mkdir pic; \ | |
else true; fi | |
touch stamp-picdir | |
if [ x"" != x ] && [ ! -d noasan ]; then \ | |
mkdir noasan; \ | |
else true; fi | |
touch stamp-noasandir | |
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list | |
make[4]: Nothing to be done for `all'. | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/regex.c -o pic/regex.o; \ | |
else true; fi | |
rm: conftest.dSYM: is a directory | |
yes | |
checking for intptr_t... yes | |
checking for sys/types.h... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/alloca.c -o noasan/alloca.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/alloca.c -o alloca.o | |
checking for sys/stat.h... yes | |
checking for uint8_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/argv.c -o noasan/argv.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/argv.c -o argv.o | |
yes | |
checking for stdlib.h... yes | |
checking for uint16_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/choose-temp.c -o choose-temp.o | |
yes | |
checking for string.h... yes | |
checking for uint32_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/concat.c -o noasan/concat.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/concat.c -o concat.o | |
yes | |
yes | |
checking for uint64_t... checking for memory.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/cp-demint.c -o cp-demint.o | |
yes | |
checking for unsigned long long int... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/crc32.c -o noasan/crc32.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/crc32.c -o crc32.o | |
yes | |
checking for strings.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/d-demangle.c -o pic/d-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/d-demangle.c -o d-demangle.o | |
yes | |
yes | |
checking for uintmax_t... checking for inttypes.h... yes | |
checking for stdint.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/dwarfnames.c -o dwarfnames.o | |
yes | |
yes | |
checking for uintptr_t... checking for unistd.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/dyn-string.c -o dyn-string.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/regex.c -o noasan/regex.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/regex.c -o regex.o | |
yes | |
checking minix/config.h usability... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fdmatch.c -o fdmatch.o | |
yes | |
checking for int64_t underlying type... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fibheap.c -o noasan/fibheap.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fibheap.c -o fibheap.o | |
no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... long long | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/filename_cmp.c -o filename_cmp.o | |
checking for std::swap in <utility>... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/floatformat.c -o noasan/floatformat.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/floatformat.c -o floatformat.o | |
no | |
checking for aclocal... no | |
checking for autoconf... no | |
checking for autoheader... no | |
checking whether clang supports -W... yes | |
checking whether clang++ -std=gnu++98 is affected by placement new aliasing bug... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fnmatch.c -o fnmatch.o | |
yes | |
yes | |
checking whether clang supports -Wall... checking whether clang++ -std=gnu++98 supports -W... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
yes | |
yes | |
checking whether clang supports -Wnarrowing... checking whether clang++ -std=gnu++98 supports -Wall... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getopt.c -o noasan/getopt.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getopt.c -o getopt.o | |
yes | |
yes | |
checking whether clang supports -Wwrite-strings... checking whether clang++ -std=gnu++98 supports -Wnarrowing... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getopt1.c -o noasan/getopt1.o; \ | |
else true; fi | |
yes | |
yes | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getopt1.c -o getopt1.o | |
checking whether clang supports -Wmissing-format-attribute... checking whether clang++ -std=gnu++98 supports -Wwrite-strings... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getpwd.c -o noasan/getpwd.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getpwd.c -o getpwd.o | |
yes | |
yes | |
checking whether clang++ -std=gnu++98 supports -Wcast-qual... checking whether clang supports -Wstrict-prototypes... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getruntime.c -o noasan/getruntime.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/getruntime.c -o getruntime.o | |
yes | |
yes | |
checking whether clang supports -Wmissing-prototypes... checking whether clang++ -std=gnu++98 supports -Wformat... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/hashtab.c -o noasan/hashtab.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/hashtab.c -o hashtab.o | |
yes | |
yes | |
checking whether clang supports -Wold-style-definition... checking whether clang supports -Wstrict-prototypes... yes | |
yes | |
checking whether clang supports -Wc++-compat... checking whether clang supports -Wmissing-prototypes... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/hex.c -o noasan/hex.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/hex.c -o hex.o | |
yes | |
checking whether clang supports -pedantic -Wlong-long... yes | |
checking whether clang++ -std=gnu++98 supports -Wmissing-format-attribute... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/cplus-dem.c -o pic/cplus-dem.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/lbasename.c -o noasan/lbasename.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/lbasename.c -o lbasename.o | |
yes | |
checking whether clang supports -fno-exceptions... yes | |
checking whether clang++ -std=gnu++98 supports -Woverloaded-virtual... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/lrealpath.c -o lrealpath.o | |
yes | |
checking whether clang supports -fno-rtti... yes | |
checking whether clang supports -Wold-style-definition... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
yes | |
yes | |
checking whether clang supports -Wc++-compat... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/make-temp-file.c -o make-temp-file.o | |
checking dependency style of clang++ -std=gnu++98... yes | |
checking whether clang++ -std=gnu++98 supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/objalloc.c -o noasan/objalloc.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/objalloc.c -o objalloc.o | |
yes | |
checking whether clang supports -fno-exceptions... gcc3 | |
checking whether time.h and sys/time.h may both be included... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/obstack.c -o noasan/obstack.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/obstack.c -o obstack.o | |
yes | |
checking whether clang supports -fno-rtti... yes | |
checking whether string.h and strings.h may both be included... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/partition.c -o noasan/partition.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/partition.c -o partition.o | |
yes | |
checking whether clang supports -fasynchronous-unwind-tables... yes | |
checking locale.h usability... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/cplus-dem.c -o noasan/cplus-dem.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cplus-dem.c -o cplus-dem.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pexecute.c -o noasan/pexecute.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pexecute.c -o pexecute.o | |
checking valgrind.h usability... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
yes | |
checking locale.h presence... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/physmem.c -o noasan/physmem.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/physmem.c -o physmem.o | |
no | |
checking valgrind.h presence... yes | |
checking for locale.h... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-common.c -o noasan/pex-common.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-common.c -o pex-common.o | |
checking fcntl.h usability... no | |
checking for valgrind.h... no | |
checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... yes | |
checking fcntl.h presence... no | |
checking for VALGRIND_DISCARD in <memcheck.h>... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-one.c -o noasan/pex-one.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-one.c -o pex-one.o | |
yes | |
checking for fcntl.h... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
checking limits.h usability... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/pex-unix.c -o pex-unix.o | |
no | |
checking for multiarch configuration... auto | |
configure: WARNING: decimal float is not supported for this target, ignored | |
configure: WARNING: fixed-point is not supported for this target, ignored | |
checking whether /Applications/Xcode.app/Contents/Developer/usr/bin/make sets $(MAKE)... yes | |
checking for gawk... awk | |
checking whether ln -s works... yes | |
checking limits.h presence... yes | |
checking whether ln works... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/vprintf-support.c -o vprintf-support.o | |
yes | |
checking for x86_64-apple-darwin15.6.0-ranlib... ranlib | |
checking for a BSD compatible install... /usr/bin/install -c | |
checking for cmp's capabilities... gnucompare | |
checking for mktemp... yes | |
checking for makeinfo... makeinfo --split-size=5000000 --split-size=5000000 | |
checking for modern makeinfo... yes | |
checking for recent Pod::Man... yes | |
checking for limits.h... yes | |
checking stddef.h usability... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/rust-demangle.c -o rust-demangle.o | |
yes | |
checking for flex... flex | |
checking for bison... bison | |
checking for nm... nm | |
checking for ar... ar | |
checking for sphinx-build... texinfo | |
checking for ANSI C header files... (cached) yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking stddef.h presence... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
yes | |
checking whether string.h and strings.h may both be included... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/cp-demangle.c -o pic/cp-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/safe-ctype.c -o safe-ctype.o | |
yes | |
checking for stddef.h... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object.c -o noasan/simple-object.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object.c -o simple-object.o | |
checking for stdlib.h... (cached) yes | |
yes | |
checking for sys/wait.h that is POSIX.1 compatible... checking for strings.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/file.h usability... yes | |
checking whether termios.h defines TIOCGWINSZ... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-coff.c -o simple-object-coff.o | |
yes | |
checking sys/file.h presence... yes | |
checking for limits.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-elf.c -o simple-object-elf.o | |
yes | |
checking for sys/file.h... yes | |
yes | |
checking for unistd.h... (cached) yes | |
checking for stddef.h... checking whether byte ordering is bigendian... yes | |
checking for string.h... (cached) yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
checking for strings.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for time.h... yes | |
no | |
checking for an ANSI C-conforming const... checking for iconv.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o | |
yes | |
yes | |
checking for inline... checking for fcntl.h... inline | |
checking for obstacks... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/sort.c -o noasan/sort.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/sort.c -o sort.o | |
yes | |
checking for ftw.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/spaces.c -o noasan/spaces.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/spaces.c -o spaces.o | |
no | |
checking for off_t... yes | |
checking for unistd.h... (cached) yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/splay-tree.c -o splay-tree.o | |
checking for sys/file.h... yes | |
checking for sys/time.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/stack-limit.c -o stack-limit.o | |
yes | |
checking for size_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/cp-demangle.c -o noasan/cp-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demangle.c -o cp-demangle.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strerror.c -o noasan/strerror.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strerror.c -o strerror.o | |
checking for sys/mman.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strsignal.c -o noasan/strsignal.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strsignal.c -o strsignal.o | |
yes | |
checking for sys/resource.h... yes | |
checking for ssize_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/timeval-utils.c -o timeval-utils.o | |
yes | |
checking for sys/param.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xasprintf.c -o pic/xasprintf.o; \ | |
else true; fi | |
checking for sys/times.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xasprintf.c -o xasprintf.o | |
yes | |
checking for uintptr_t... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xatexit.c -o noasan/xatexit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xatexit.c -o xatexit.o | |
checking for sys/stat.h... (cached) yes | |
checking for direct.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xexit.c -o noasan/xexit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xexit.c -o xexit.o | |
no | |
checking for malloc.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xmalloc.c -o xmalloc.o | |
yes | |
checking for ptrdiff_t... no | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ | |
else true; fi | |
checking for langinfo.h... clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xmemdup.c -o xmemdup.o | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrdup.c -o xstrdup.o | |
checking for ldfcn.h... yes | |
checking for uint64_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrerror.c -o xstrerror.o | |
no | |
checking for locale.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xstrndup.c -o xstrndup.o | |
yes | |
checking whether struct tm is in sys/time.h or time.h... yes | |
checking for wchar.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/xvasprintf.c -o xvasprintf.o | |
time.h | |
checking size of int... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/mempcpy.c -o pic/mempcpy.o; \ | |
else true; fi | |
yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/mempcpy.c -o noasan/mempcpy.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/mempcpy.c -o mempcpy.o | |
checking for thread.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strverscmp.c -o pic/strverscmp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strverscmp.c -o noasan/strverscmp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/strverscmp.c -o strverscmp.o | |
no | |
checking for pthread.h... 4 | |
checking size of long... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../../libiberty/setproctitle.c -o setproctitle.o | |
yes | |
checking for CHAR_BIT... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/md5.c -o pic/md5.o; \ | |
else true; fi | |
rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o | |
ranlib ./libiberty.a | |
yes | |
checking whether byte ordering is bigendian... 8 | |
checking for clearerr_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/md5.c -o noasan/md5.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/md5.c -o md5.o | |
yes | |
checking for feof_unlocked... no | |
checking how to run the C++ preprocessor... clang++ -std=gnu++98 -E | |
yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/sha1.c -o pic/sha1.o; \ | |
else true; fi | |
checking for ferror_unlocked... checking for unordered_map... yes | |
if [ x"" != x ]; then \ | |
cd pic; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi; \ | |
if [ x"" != x ]; then \ | |
cd noasan; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi | |
checking for fflush_unlocked... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/alloca.c -o pic/alloca.o; \ | |
else true; fi | |
yes | |
checking for tr1/unordered_map... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/alloca.c -o noasan/alloca.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/alloca.c -o alloca.o | |
no | |
checking for ext/hash_map... no | |
checking for fgetc_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/sha1.c -o noasan/sha1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sha1.c -o sha1.o | |
yes | |
checking dependency style of clang++ -std=gnu++98... /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o atomic.lo ../../libbacktrace/atomic.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/atomic.c -fno-common -DPIC -o .libs/atomic.o | |
no | |
checking for fgets_unlocked... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/atomic.c -o atomic.o >/dev/null 2>&1 | |
gcc3 | |
checking for collect2 libraries... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o dwarf.lo ../../libbacktrace/dwarf.c | |
no | |
checking for fileno_unlocked... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/dwarf.c -fno-common -DPIC -o .libs/dwarf.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/argv.c -o pic/argv.o; \ | |
else true; fi | |
yes | |
checking for fprintf_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/argv.c -o noasan/argv.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/argv.c -o argv.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/choose-temp.c -o pic/choose-temp.o; \ | |
else true; fi | |
no | |
checking for fputc_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/choose-temp.c -o noasan/choose-temp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/choose-temp.c -o choose-temp.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/dwarf.c -o dwarf.o >/dev/null 2>&1 | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/concat.c -o pic/concat.o; \ | |
else true; fi | |
no | |
checking for fputs_unlocked... none required | |
checking for library containing exc_resume... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/concat.c -o noasan/concat.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/concat.c -o concat.o | |
no | |
checking for fread_unlocked... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/cp-demint.c -o pic/cp-demint.o; \ | |
else true; fi | |
no | |
checking for library containing kstat_open... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/cp-demint.c -o noasan/cp-demint.o; \ | |
else true; fi | |
no | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/cp-demint.c -o cp-demint.o | |
checking for fwrite_unlocked... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o fileline.lo ../../libbacktrace/fileline.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/crc32.c -o pic/crc32.o; \ | |
else true; fi | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/fileline.c -fno-common -DPIC -o .libs/fileline.o | |
no | |
checking for getchar_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/crc32.c -o noasan/crc32.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/crc32.c -o crc32.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/fileline.c -o fileline.o >/dev/null 2>&1 | |
no | |
checking for library containing ldexp... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/d-demangle.c -o pic/d-demangle.o; \ | |
else true; fi | |
yes | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o posix.lo ../../libbacktrace/posix.c | |
checking for getc_unlocked... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/posix.c -fno-common -DPIC -o .libs/posix.o | |
none required | |
checking for inttypes.h... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/posix.c -o posix.o >/dev/null 2>&1 | |
yes | |
yes | |
checking for times... checking for putchar_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/d-demangle.c -o noasan/d-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/d-demangle.c -o d-demangle.o | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o print.lo ../../libbacktrace/print.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/print.c -fno-common -DPIC -o .libs/print.o | |
yes | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/print.c -o print.o >/dev/null 2>&1 | |
checking for putc_unlocked... checking for clock... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o sort.lo ../../libbacktrace/sort.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/sort.c -fno-common -DPIC -o .libs/sort.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/dwarfnames.c -o pic/dwarfnames.o; \ | |
else true; fi | |
yes | |
yes | |
checking whether abort is declared... checking for kill... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/sort.c -o sort.o >/dev/null 2>&1 | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/dwarfnames.c -o noasan/dwarfnames.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dwarfnames.c -o dwarfnames.o | |
yes | |
checking whether asprintf is declared... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o state.lo ../../libbacktrace/state.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/dyn-string.c -o pic/dyn-string.o; \ | |
else true; fi | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/state.c -fno-common -DPIC -o .libs/state.o | |
checking for getrlimit... yes | |
checking whether basename is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/state.c -o state.o >/dev/null 2>&1 | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/dyn-string.c -o noasan/dyn-string.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/dyn-string.c -o dyn-string.o | |
no | |
yes | |
checking whether errno is declared... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o backtrace.lo ../../libbacktrace/backtrace.c | |
checking for setrlimit... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/backtrace.c -fno-common -DPIC -o .libs/backtrace.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fdmatch.c -o pic/fdmatch.o; \ | |
else true; fi | |
no | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/backtrace.c -o backtrace.o >/dev/null 2>&1 | |
checking whether getopt is declared... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fdmatch.c -o noasan/fdmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fdmatch.c -o fdmatch.o | |
checking for atoq... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o simple.lo ../../libbacktrace/simple.c | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/simple.c -fno-common -DPIC -o .libs/simple.o | |
checking whether vasprintf is declared... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fibheap.c -o pic/fibheap.o; \ | |
else true; fi | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/simple.c -o simple.o >/dev/null 2>&1 | |
yes | |
no | |
checking for popen... checking whether clearerr_unlocked is declared... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fibheap.c -o noasan/fibheap.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fibheap.c -o fibheap.o | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o unknown.lo ../../libbacktrace/unknown.c | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/unknown.c -fno-common -DPIC -o .libs/unknown.o | |
yes | |
checking whether feof_unlocked is declared... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/unknown.c -o unknown.o >/dev/null 2>&1 | |
yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/filename_cmp.c -o pic/filename_cmp.o; \ | |
else true; fi | |
checking for sysconf... yes | |
/bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmapio.lo ../../libbacktrace/mmapio.c | |
checking whether ferror_unlocked is declared... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/filename_cmp.c -o noasan/filename_cmp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/filename_cmp.c -o filename_cmp.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmapio.c -fno-common -DPIC -o .libs/mmapio.o | |
yes | |
yes | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmapio.c -o mmapio.o >/dev/null 2>&1 | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/floatformat.c -o pic/floatformat.o; \ | |
else true; fi | |
checking for strsignal... checking whether fflush_unlocked is declared... /bin/sh ./libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c -o mmap.lo ../../libbacktrace/mmap.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/floatformat.c -o noasan/floatformat.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/floatformat.c -o floatformat.o | |
libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmap.c -fno-common -DPIC -o .libs/mmap.o | |
no | |
checking whether fgetc_unlocked is declared... yes | |
checking for getrusage... libtool: compile: clang -DHAVE_CONFIG_H -I. -I../../libbacktrace -I ../../libbacktrace/../include -I ../../libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -c ../../libbacktrace/mmap.c -o mmap.o >/dev/null 2>&1 | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fnmatch.c -o pic/fnmatch.o; \ | |
else true; fi | |
no | |
checking whether fgets_unlocked is declared... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fnmatch.c -o noasan/fnmatch.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fnmatch.c -o fnmatch.o | |
true DO=all multi-do # /Applications/Xcode.app/Contents/Developer/usr/bin/make | |
/bin/sh ./libtool --tag=CC --mode=link clang -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -Wl,-no_pie -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo unknown.lo mmapio.lo mmap.lo | |
yes | |
checking for nl_langinfo... no | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \ | |
else true; fi | |
checking whether fileno_unlocked is declared... libtool: link: ar rc .libs/libbacktrace.a .libs/atomic.o .libs/dwarf.o .libs/fileline.o .libs/posix.o .libs/print.o .libs/sort.o .libs/state.o .libs/backtrace.o .libs/simple.o .libs/unknown.o .libs/mmapio.o .libs/mmap.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols | |
libtool: link: ranlib .libs/libbacktrace.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/fopen_unlocked.c -o noasan/fopen_unlocked.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/fopen_unlocked.c -o fopen_unlocked.o | |
yes | |
yes | |
libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" ) | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getopt.c -o pic/getopt.o; \ | |
else true; fi | |
checking whether fprintf_unlocked is declared... checking for gettimeofday... source='../../libdecnumber/decNumber.c' object='decNumber.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/decNumber.c | |
no | |
checking whether fputc_unlocked is declared... yes | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getopt.c -o noasan/getopt.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt.c -o getopt.o | |
checking for mbstowcs... no | |
checking whether fputs_unlocked is declared... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getopt1.c -o pic/getopt1.o; \ | |
else true; fi | |
yes | |
checking for wcswidth... no | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getopt1.c -o noasan/getopt1.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getopt1.c -o getopt1.o | |
checking whether fread_unlocked is declared... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getpwd.c -o pic/getpwd.o; \ | |
else true; fi | |
yes | |
no | |
checking for mmap... checking whether fwrite_unlocked is declared... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getpwd.c -o noasan/getpwd.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getpwd.c -o getpwd.o | |
no | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getruntime.c -o pic/getruntime.o; \ | |
else true; fi | |
checking whether getchar_unlocked is declared... yes | |
checking for setlocale... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/getruntime.c -o noasan/getruntime.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/getruntime.c -o getruntime.o | |
yes | |
checking whether getc_unlocked is declared... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/hashtab.c -o pic/hashtab.o; \ | |
else true; fi | |
yes | |
checking for clearerr_unlocked... yes | |
checking whether putchar_unlocked is declared... yes | |
checking whether putc_unlocked is declared... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/hashtab.c -o noasan/hashtab.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hashtab.c -o hashtab.o | |
yes | |
source='../../libdecnumber/decContext.c' object='decContext.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/decContext.c | |
checking for feof_unlocked... yes | |
checking for working alloca.h... source='../../libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal32.c | |
yes | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/hex.c -o pic/hex.o; \ | |
else true; fi | |
checking for ferror_unlocked... yes | |
checking for alloca... source='../../libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal64.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/hex.c -o noasan/hex.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/hex.c -o hex.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/lbasename.c -o pic/lbasename.o; \ | |
else true; fi | |
yes | |
yes | |
checking for ANSI C header files... (cached) yes | |
checking for nl_langinfo and CODESET... checking for fflush_unlocked... source='../../libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no clang -I../../libdecnumber -I. -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -fno-lto -I../../libdecnumber -I. -c ../../libdecnumber/dpd/decimal128.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/lbasename.c -o noasan/lbasename.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lbasename.c -o lbasename.o | |
yes | |
checking whether NLS is requested... no | |
checking for uchar... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/lrealpath.c -o pic/lrealpath.o; \ | |
else true; fi | |
no | |
checking for fgetc_unlocked... rm -f libdecnumber.a | |
ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o | |
ranlib libdecnumber.a | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/lrealpath.c -o noasan/lrealpath.o; \ | |
else true; fi | |
checking for ld used by GCC... clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/lrealpath.c -o lrealpath.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/make-temp-file.c -o pic/make-temp-file.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/make-relative-prefix.c -o noasan/make-relative-prefix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-relative-prefix.c -o make-relative-prefix.o | |
no | |
checking for fgets_unlocked... done | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/make-temp-file.c -o noasan/make-temp-file.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/make-temp-file.c -o make-temp-file.o | |
checking for iconv... clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixincl.c | |
no | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/objalloc.c -o pic/objalloc.o; \ | |
else true; fi | |
checking for fileno_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/objalloc.c -o noasan/objalloc.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/objalloc.c -o objalloc.o | |
yes | |
checking for fprintf_unlocked... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/obstack.c -o pic/obstack.o; \ | |
else true; fi | |
clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixtests.c | |
yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/obstack.c -o noasan/obstack.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/obstack.c -o obstack.o | |
clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixfixes.c | |
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
no | |
checking for fputc_unlocked... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/partition.c -o pic/partition.o; \ | |
else true; fi | |
configure: updating cache ./config.cache | |
clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/server.c | |
configure: creating ./config.status | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/partition.c -o noasan/partition.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/partition.c -o partition.o | |
no | |
checking for fputs_unlocked... clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/procopen.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pexecute.c -o pic/pexecute.o; \ | |
else true; fi | |
no | |
clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixlib.c | |
checking for fread_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pexecute.c -o noasan/pexecute.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pexecute.c -o pexecute.o | |
clang -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../fixincludes -I../include -I../../../fixincludes/../include ../../../fixincludes/fixopts.c | |
config.status: creating Makefile | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/physmem.c -o pic/physmem.o; \ | |
else true; fi | |
config.status: creating config.h | |
no | |
srcdir="../../../fixincludes" /bin/sh ../../../fixincludes/mkfixinc.sh x86_64-apple-darwin15.6.0 | |
checking for fwrite_unlocked... sed -e 's/@gcc_version@/7.1.0/' < mkheaders.almost > mkheadersT | |
config.status: executing depdir commands | |
mv -f mkheadersT mkheaders | |
mkdir .deps | |
clang -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/physmem.c -o noasan/physmem.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/physmem.c -o physmem.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pex-common.c -o pic/pex-common.o; \ | |
else true; fi | |
echo timestamp > full-stamp | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pex-one.c -o pic/pex-one.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pex-unix.c -o pic/pex-unix.o; \ | |
else true; fi | |
no | |
checking for getchar_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pex-one.c -o noasan/pex-one.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-one.c -o pex-one.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pex-common.c -o noasan/pex-common.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-common.c -o pex-common.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/pex-unix.c -o noasan/pex-unix.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/pex-unix.c -o pex-unix.o | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../libcpp/charset.c | |
yes | |
checking for getc_unlocked... clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../../libcpp/directives.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/vprintf-support.c -o pic/vprintf-support.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/vprintf-support.c -o noasan/vprintf-support.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/vprintf-support.c -o vprintf-support.o | |
yes | |
checking for putchar_unlocked... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/rust-demangle.c -o pic/rust-demangle.o; \ | |
else true; fi | |
yes | |
checking for putc_unlocked... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/rust-demangle.c -o noasan/rust-demangle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/rust-demangle.c -o rust-demangle.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/safe-ctype.c -o pic/safe-ctype.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object.c -o pic/simple-object.o; \ | |
else true; fi | |
yes | |
checking for madvise... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/safe-ctype.c -o noasan/safe-ctype.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/safe-ctype.c -o safe-ctype.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object.c -o noasan/simple-object.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object.c -o simple-object.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \ | |
else true; fi | |
yes | |
checking whether mbstowcs works... clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../../libcpp/directives-only.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-coff.c -o noasan/simple-object-coff.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-coff.c -o simple-object-coff.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \ | |
else true; fi | |
yes | |
checking for ssize_t... clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../../libcpp/errors.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-elf.c -o noasan/simple-object-elf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-elf.c -o simple-object-elf.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \ | |
else true; fi | |
yes | |
checking for caddr_t... clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../../libcpp/expr.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-mach-o.c -o noasan/simple-object-mach-o.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-mach-o.c -o simple-object-mach-o.o | |
yes | |
checking for sys/mman.h... (cached) yes | |
checking for mmap... (cached) yes | |
checking whether read-only mmap of a plain file works... yes | |
checking whether mmap from /dev/zero works... no | |
checking for MAP_ANON(YMOUS)... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \ | |
else true; fi | |
yes | |
checking whether mmap with MAP_ANON(YMOUS) works... yes | |
checking for pid_t... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/simple-object-xcoff.c -o noasan/simple-object-xcoff.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/sort.c -o pic/sort.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/simple-object-xcoff.c -o simple-object-xcoff.o | |
yes | |
checking for vfork.h... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/sort.c -o noasan/sort.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/sort.c -o sort.o | |
no | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../../libcpp/files.c | |
checking for fork... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/spaces.c -o pic/spaces.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/spaces.c -o noasan/spaces.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/spaces.c -o spaces.o | |
yes | |
checking for vfork... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/splay-tree.c -o pic/splay-tree.o; \ | |
else true; fi | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../../libcpp/identifiers.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/stack-limit.c -o pic/stack-limit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/splay-tree.c -o noasan/splay-tree.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/splay-tree.c -o splay-tree.o | |
yes | |
checking for working fork... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/stack-limit.c -o noasan/stack-limit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/stack-limit.c -o stack-limit.o | |
echo "#define LOCALEDIR \"/usr/local/Cellar/gcc/7.1.0/share/locale\"" > localedir.new | |
../../../libcpp/../move-if-change localedir.new localedir.h | |
echo timestamp > localedir.hs | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../../libcpp/lex.c | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../../libcpp/line-map.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/strerror.c -o pic/strerror.o; \ | |
else true; fi | |
yes | |
checking for working vfork... (cached) yes | |
checking for ld used by GCC... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/strerror.c -o noasan/strerror.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strerror.c -o strerror.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/strsignal.c -o pic/strsignal.o; \ | |
else true; fi | |
done | |
checking for iconv... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/strsignal.c -o noasan/strsignal.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strsignal.c -o strsignal.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/timeval-utils.c -o pic/timeval-utils.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/timeval-utils.c -o noasan/timeval-utils.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/timeval-utils.c -o timeval-utils.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/unlink-if-ordinary.c -o noasan/unlink-if-ordinary.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../../libcpp/macro.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xasprintf.c -o pic/xasprintf.o; \ | |
else true; fi | |
yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xatexit.c -o pic/xatexit.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xasprintf.c -o noasan/xasprintf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xasprintf.c -o xasprintf.o | |
install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for LC_MESSAGES... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xatexit.c -o noasan/xatexit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xatexit.c -o xatexit.o | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../../libcpp/mkdeps.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xexit.c -o pic/xexit.o; \ | |
else true; fi | |
yes | |
checking for nl_langinfo and CODESET... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xmalloc.c -o pic/xmalloc.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xexit.c -o noasan/xexit.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xexit.c -o xexit.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xmalloc.c -o noasan/xmalloc.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmalloc.c -o xmalloc.o | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../../libcpp/pch.c | |
yes | |
checking whether basename is declared... if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xmemdup.c -o pic/xmemdup.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xmemdup.c -o noasan/xmemdup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xmemdup.c -o xmemdup.o | |
no | |
clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../../libcpp/symtab.c | |
checking whether strstr is declared... clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../../libcpp/traditional.c | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xstrdup.c -o pic/xstrdup.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xstrerror.c -o pic/xstrerror.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xstrdup.c -o noasan/xstrdup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrdup.c -o xstrdup.o | |
yes | |
checking whether getenv is declared... if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xstrerror.c -o noasan/xstrerror.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrerror.c -o xstrerror.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xstrndup.c -o pic/xstrndup.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xvasprintf.c -o pic/xvasprintf.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xstrndup.c -o noasan/xstrndup.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xstrndup.c -o xstrndup.o | |
yes | |
checking whether atol is declared... clang++ -std=gnu++98 -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../libcpp -I. -I../../../libcpp/../include -I../../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../../libcpp/init.c | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/xvasprintf.c -o noasan/xvasprintf.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/xvasprintf.c -o xvasprintf.o | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/mempcpy.c -o pic/mempcpy.o; \ | |
else true; fi | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/strverscmp.c -o pic/strverscmp.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/mempcpy.c -o noasan/mempcpy.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/mempcpy.c -o mempcpy.o | |
yes | |
checking whether atoll is declared... rm -f libcpp.a | |
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o | |
ranlib libcpp.a | |
if [ x"-fno-common" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/setproctitle.c -o pic/setproctitle.o; \ | |
else true; fi | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/strverscmp.c -o noasan/strverscmp.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/strverscmp.c -o strverscmp.o | |
if [ x"" != x ]; then \ | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE -fno-common ../../libiberty/setproctitle.c -o noasan/setproctitle.o; \ | |
else true; fi | |
clang -c -DHAVE_CONFIG_H -g -I. -I../../libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -Wshadow=local -pedantic -D_GNU_SOURCE ../../libiberty/setproctitle.c -o setproctitle.o | |
yes | |
checking whether asprintf is declared... rm -f ./libiberty.a pic/./libiberty.a noasan/./libiberty.a | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o | |
ranlib ./libiberty.a | |
if [ x"-fno-common" != x ]; then \ | |
cd pic; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi; \ | |
if [ x"" != x ]; then \ | |
cd noasan; \ | |
ar rc ./libiberty.a \ | |
./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \ | |
ranlib ./libiberty.a; \ | |
cd ..; \ | |
else true; fi | |
yes | |
checking whether sbrk is declared... clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../libcpp/charset.c | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../libcpp/directives.c | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../libcpp/directives-only.c | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../libcpp/errors.c | |
yes | |
checking whether abort is declared... clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../libcpp/expr.c | |
yes | |
checking whether atof is declared... clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../libcpp/files.c | |
yes | |
checking whether getcwd is declared... yes | |
checking whether getwd is declared... clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../libcpp/identifiers.c | |
yes | |
checking whether madvise is declared... echo "#define LOCALEDIR \"/usr/local/Cellar/gcc/7.1.0/share/locale\"" > localedir.new | |
../../libcpp/../move-if-change localedir.new localedir.h | |
echo timestamp > localedir.hs | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../libcpp/lex.c | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../libcpp/line-map.c | |
yes | |
checking whether stpcpy is declared... yes | |
checking whether strnlen is declared... yes | |
checking whether strsignal is declared... clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../libcpp/macro.c | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../libcpp/mkdeps.c | |
yes | |
checking whether strverscmp is declared... clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../libcpp/pch.c | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../libcpp/symtab.c | |
no | |
checking whether strtol is declared... clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../libcpp/traditional.c | |
clang++ -std=gnu++98 -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -g -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../libcpp -I. -I../../libcpp/../include -I../../libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../libcpp/init.c | |
yes | |
checking whether strtoul is declared... yes | |
checking whether strtoll is declared... rm -f libcpp.a | |
ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o | |
ranlib libcpp.a | |
yes | |
checking whether strtoull is declared... yes | |
checking whether setenv is declared... yes | |
checking whether unsetenv is declared... yes | |
checking whether errno is declared... yes | |
checking whether snprintf is declared... yes | |
checking whether vsnprintf is declared... yes | |
checking whether vasprintf is declared... yes | |
checking whether malloc is declared... yes | |
checking whether realloc is declared... yes | |
checking whether calloc is declared... yes | |
checking whether free is declared... yes | |
checking whether getopt is declared... yes | |
checking whether clock is declared... yes | |
checking whether getpagesize is declared... yes | |
checking whether ffs is declared... yes | |
checking whether clearerr_unlocked is declared... yes | |
checking whether feof_unlocked is declared... yes | |
checking whether ferror_unlocked is declared... yes | |
checking whether fflush_unlocked is declared... no | |
checking whether fgetc_unlocked is declared... no | |
checking whether fgets_unlocked is declared... no | |
checking whether fileno_unlocked is declared... yes | |
checking whether fprintf_unlocked is declared... no | |
checking whether fputc_unlocked is declared... no | |
checking whether fputs_unlocked is declared... no | |
checking whether fread_unlocked is declared... no | |
checking whether fwrite_unlocked is declared... no | |
checking whether getchar_unlocked is declared... yes | |
checking whether getc_unlocked is declared... yes | |
checking whether putchar_unlocked is declared... yes | |
checking whether putc_unlocked is declared... yes | |
checking whether getrlimit is declared... yes | |
checking whether setrlimit is declared... yes | |
checking whether getrusage is declared... yes | |
checking whether ldgetname is declared... no | |
checking whether times is declared... yes | |
checking whether sigaltstack is declared... yes | |
checking for struct tms... yes | |
checking for clock_t... yes | |
checking for F_SETLKW... yes | |
checking if mkdir takes one argument... no | |
Using `../../gcc/config/i386/i386.c' for machine-specific logic. | |
Using `../../gcc/config/i386/i386.md' as machine description file. | |
Using the following target machine macro files: | |
../../gcc/config/vxworks-dummy.h | |
../../gcc/config/i386/biarch64.h | |
../../gcc/config/i386/i386.h | |
../../gcc/config/darwin.h | |
../../gcc/config/darwin9.h | |
../../gcc/config/darwin10.h | |
../../gcc/config/darwin12.h | |
../../gcc/config/i386/darwin.h | |
../../gcc/config/i386/darwin64.h | |
../../gcc/config/initfini-array.h | |
Using host-darwin.o host-i386-darwin.o for host machine hooks. | |
checking for __cxa_atexit... yes | |
checking whether NLS is requested... no | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... nm | |
checking the name lister (nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands | |
[...snip...] | |
/libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i1.lo -MD -MP -MF .deps/unpack_i1.Tpo -c ../../../libgfortran/generated/unpack_i1.c -o unpack_i1.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i4.lo -MD -MP -MF .deps/unpack_i4.Tpo -c ../../../libgfortran/generated/unpack_i4.c -o unpack_i4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i2.lo -MD -MP -MF .deps/unpack_i2.Tpo -c ../../../libgfortran/generated/unpack_i2.c -o unpack_i2.o >/dev/null 2>&1 | |
mv -f .deps/pack_c16.Tpo .deps/pack_c16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i8.lo -MD -MP -MF .deps/unpack_i8.Tpo -c -o unpack_i8.lo `test -f '../../../libgfortran/generated/unpack_i8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_i8.c | |
mv -f .deps/unpack_i1.Tpo .deps/unpack_i1.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i16.lo -MD -MP -MF .deps/unpack_i16.Tpo -c -o unpack_i16.lo `test -f '../../../libgfortran/generated/unpack_i16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_i16.c | |
mv -f .deps/unpack_i4.Tpo .deps/unpack_i4.Plo | |
mv -f .deps/unpack_i2.Tpo .deps/unpack_i2.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r4.lo -MD -MP -MF .deps/unpack_r4.Tpo -c -o unpack_r4.lo `test -f '../../../libgfortran/generated/unpack_r4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_r4.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r8.lo -MD -MP -MF .deps/unpack_r8.Tpo -c -o unpack_r8.lo `test -f '../../../libgfortran/generated/unpack_r8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_r8.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i8.lo -MD -MP -MF .deps/unpack_i8.Tpo -c ../../../libgfortran/generated/unpack_i8.c -fno-common -DPIC -o .libs/unpack_i8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i16.lo -MD -MP -MF .deps/unpack_i16.Tpo -c ../../../libgfortran/generated/unpack_i16.c -fno-common -DPIC -o .libs/unpack_i16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r4.lo -MD -MP -MF .deps/unpack_r4.Tpo -c ../../../libgfortran/generated/unpack_r4.c -fno-common -DPIC -o .libs/unpack_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r8.lo -MD -MP -MF .deps/unpack_r8.Tpo -c ../../../libgfortran/generated/unpack_r8.c -fno-common -DPIC -o .libs/unpack_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r4.lo -MD -MP -MF .deps/unpack_r4.Tpo -c ../../../libgfortran/generated/unpack_r4.c -o unpack_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r8.lo -MD -MP -MF .deps/unpack_r8.Tpo -c ../../../libgfortran/generated/unpack_r8.c -o unpack_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i16.lo -MD -MP -MF .deps/unpack_i16.Tpo -c ../../../libgfortran/generated/unpack_i16.c -o unpack_i16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_i8.lo -MD -MP -MF .deps/unpack_i8.Tpo -c ../../../libgfortran/generated/unpack_i8.c -o unpack_i8.o >/dev/null 2>&1 | |
mv -f .deps/unpack_i16.Tpo .deps/unpack_i16.Plo | |
mv -f .deps/unpack_r4.Tpo .deps/unpack_r4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r10.lo -MD -MP -MF .deps/unpack_r10.Tpo -c -o unpack_r10.lo `test -f '../../../libgfortran/generated/unpack_r10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_r10.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r16.lo -MD -MP -MF .deps/unpack_r16.Tpo -c -o unpack_r16.lo `test -f '../../../libgfortran/generated/unpack_r16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_r16.c | |
mv -f .deps/unpack_i8.Tpo .deps/unpack_i8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c4.lo -MD -MP -MF .deps/unpack_c4.Tpo -c -o unpack_c4.lo `test -f '../../../libgfortran/generated/unpack_c4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_c4.c | |
mv -f .deps/unpack_r8.Tpo .deps/unpack_r8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c8.lo -MD -MP -MF .deps/unpack_c8.Tpo -c -o unpack_c8.lo `test -f '../../../libgfortran/generated/unpack_c8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_c8.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r16.lo -MD -MP -MF .deps/unpack_r16.Tpo -c ../../../libgfortran/generated/unpack_r16.c -fno-common -DPIC -o .libs/unpack_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r10.lo -MD -MP -MF .deps/unpack_r10.Tpo -c ../../../libgfortran/generated/unpack_r10.c -fno-common -DPIC -o .libs/unpack_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c4.lo -MD -MP -MF .deps/unpack_c4.Tpo -c ../../../libgfortran/generated/unpack_c4.c -fno-common -DPIC -o .libs/unpack_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c8.lo -MD -MP -MF .deps/unpack_c8.Tpo -c ../../../libgfortran/generated/unpack_c8.c -fno-common -DPIC -o .libs/unpack_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r16.lo -MD -MP -MF .deps/unpack_r16.Tpo -c ../../../libgfortran/generated/unpack_r16.c -o unpack_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c8.lo -MD -MP -MF .deps/unpack_c8.Tpo -c ../../../libgfortran/generated/unpack_c8.c -o unpack_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c4.lo -MD -MP -MF .deps/unpack_c4.Tpo -c ../../../libgfortran/generated/unpack_c4.c -o unpack_c4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_r10.lo -MD -MP -MF .deps/unpack_r10.Tpo -c ../../../libgfortran/generated/unpack_r10.c -o unpack_r10.o >/dev/null 2>&1 | |
mv -f .deps/unpack_c8.Tpo .deps/unpack_c8.Plo | |
mv -f .deps/unpack_r16.Tpo .deps/unpack_r16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c -o unpack_c10.lo `test -f '../../../libgfortran/generated/unpack_c10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_c10.c | |
mv -f .deps/unpack_c4.Tpo .deps/unpack_c4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c -o unpack_c16.lo `test -f '../../../libgfortran/generated/unpack_c16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/unpack_c16.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c -o spread_i1.lo `test -f '../../../libgfortran/generated/spread_i1.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i1.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c ../../../libgfortran/generated/unpack_c10.c -fno-common -DPIC -o .libs/unpack_c10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c ../../../libgfortran/generated/spread_i1.c -fno-common -DPIC -o .libs/spread_i1.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c ../../../libgfortran/generated/unpack_c16.c -fno-common -DPIC -o .libs/unpack_c16.o | |
mv -f .deps/unpack_r10.Tpo .deps/unpack_r10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c -o spread_i2.lo `test -f '../../../libgfortran/generated/spread_i2.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i2.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c ../../../libgfortran/generated/spread_i2.c -fno-common -DPIC -o .libs/spread_i2.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i1.lo -MD -MP -MF .deps/spread_i1.Tpo -c ../../../libgfortran/generated/spread_i1.c -o spread_i1.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c10.lo -MD -MP -MF .deps/unpack_c10.Tpo -c ../../../libgfortran/generated/unpack_c10.c -o unpack_c10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_c16.lo -MD -MP -MF .deps/unpack_c16.Tpo -c ../../../libgfortran/generated/unpack_c16.c -o unpack_c16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i2.lo -MD -MP -MF .deps/spread_i2.Tpo -c ../../../libgfortran/generated/spread_i2.c -o spread_i2.o >/dev/null 2>&1 | |
mv -f .deps/spread_i1.Tpo .deps/spread_i1.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c -o spread_i4.lo `test -f '../../../libgfortran/generated/spread_i4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i4.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c ../../../libgfortran/generated/spread_i4.c -fno-common -DPIC -o .libs/spread_i4.o | |
mv -f .deps/unpack_c16.Tpo .deps/unpack_c16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c -o spread_i8.lo `test -f '../../../libgfortran/generated/spread_i8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i8.c | |
mv -f .deps/unpack_c10.Tpo .deps/unpack_c10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c -o spread_i16.lo `test -f '../../../libgfortran/generated/spread_i16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_i16.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c ../../../libgfortran/generated/spread_i8.c -fno-common -DPIC -o .libs/spread_i8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c ../../../libgfortran/generated/spread_i16.c -fno-common -DPIC -o .libs/spread_i16.o | |
mv -f .deps/spread_i2.Tpo .deps/spread_i2.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c -o spread_r4.lo `test -f '../../../libgfortran/generated/spread_r4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r4.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c ../../../libgfortran/generated/spread_r4.c -fno-common -DPIC -o .libs/spread_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i4.lo -MD -MP -MF .deps/spread_i4.Tpo -c ../../../libgfortran/generated/spread_i4.c -o spread_i4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i8.lo -MD -MP -MF .deps/spread_i8.Tpo -c ../../../libgfortran/generated/spread_i8.c -o spread_i8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_i16.lo -MD -MP -MF .deps/spread_i16.Tpo -c ../../../libgfortran/generated/spread_i16.c -o spread_i16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r4.lo -MD -MP -MF .deps/spread_r4.Tpo -c ../../../libgfortran/generated/spread_r4.c -o spread_r4.o >/dev/null 2>&1 | |
mv -f .deps/spread_i4.Tpo .deps/spread_i4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c -o spread_r8.lo `test -f '../../../libgfortran/generated/spread_r8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r8.c | |
mv -f .deps/spread_i8.Tpo .deps/spread_i8.Plo | |
mv -f .deps/spread_i16.Tpo .deps/spread_i16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c -o spread_r10.lo `test -f '../../../libgfortran/generated/spread_r10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r10.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c -o spread_r16.lo `test -f '../../../libgfortran/generated/spread_r16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_r16.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c ../../../libgfortran/generated/spread_r8.c -fno-common -DPIC -o .libs/spread_r8.o | |
mv -f .deps/spread_r4.Tpo .deps/spread_r4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c -o spread_c4.lo `test -f '../../../libgfortran/generated/spread_c4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c4.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c ../../../libgfortran/generated/spread_r10.c -fno-common -DPIC -o .libs/spread_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c ../../../libgfortran/generated/spread_r16.c -fno-common -DPIC -o .libs/spread_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c ../../../libgfortran/generated/spread_c4.c -fno-common -DPIC -o .libs/spread_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r8.lo -MD -MP -MF .deps/spread_r8.Tpo -c ../../../libgfortran/generated/spread_r8.c -o spread_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r16.lo -MD -MP -MF .deps/spread_r16.Tpo -c ../../../libgfortran/generated/spread_r16.c -o spread_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_r10.lo -MD -MP -MF .deps/spread_r10.Tpo -c ../../../libgfortran/generated/spread_r10.c -o spread_r10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c4.lo -MD -MP -MF .deps/spread_c4.Tpo -c ../../../libgfortran/generated/spread_c4.c -o spread_c4.o >/dev/null 2>&1 | |
mv -f .deps/spread_r16.Tpo .deps/spread_r16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c -o spread_c8.lo `test -f '../../../libgfortran/generated/spread_c8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c8.c | |
mv -f .deps/spread_r8.Tpo .deps/spread_r8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c -o spread_c10.lo `test -f '../../../libgfortran/generated/spread_c10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c10.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c ../../../libgfortran/generated/spread_c8.c -fno-common -DPIC -o .libs/spread_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c ../../../libgfortran/generated/spread_c10.c -fno-common -DPIC -o .libs/spread_c10.o | |
mv -f .deps/spread_r10.Tpo .deps/spread_r10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c -o spread_c16.lo `test -f '../../../libgfortran/generated/spread_c16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/spread_c16.c | |
mv -f .deps/spread_c4.Tpo .deps/spread_c4.Plo | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c ../../../libgfortran/generated/spread_c16.c -fno-common -DPIC -o .libs/spread_c16.o | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c -o cshift0_i1.lo `test -f '../../../libgfortran/generated/cshift0_i1.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i1.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c ../../../libgfortran/generated/cshift0_i1.c -fno-common -DPIC -o .libs/cshift0_i1.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c10.lo -MD -MP -MF .deps/spread_c10.Tpo -c ../../../libgfortran/generated/spread_c10.c -o spread_c10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c8.lo -MD -MP -MF .deps/spread_c8.Tpo -c ../../../libgfortran/generated/spread_c8.c -o spread_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i1.lo -MD -MP -MF .deps/cshift0_i1.Tpo -c ../../../libgfortran/generated/cshift0_i1.c -o cshift0_i1.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_c16.lo -MD -MP -MF .deps/spread_c16.Tpo -c ../../../libgfortran/generated/spread_c16.c -o spread_c16.o >/dev/null 2>&1 | |
mv -f .deps/spread_c10.Tpo .deps/spread_c10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c -o cshift0_i2.lo `test -f '../../../libgfortran/generated/cshift0_i2.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i2.c | |
mv -f .deps/spread_c8.Tpo .deps/spread_c8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c -o cshift0_i4.lo `test -f '../../../libgfortran/generated/cshift0_i4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i4.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c ../../../libgfortran/generated/cshift0_i2.c -fno-common -DPIC -o .libs/cshift0_i2.o | |
mv -f .deps/cshift0_i1.Tpo .deps/cshift0_i1.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c -o cshift0_i8.lo `test -f '../../../libgfortran/generated/cshift0_i8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i8.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c ../../../libgfortran/generated/cshift0_i4.c -fno-common -DPIC -o .libs/cshift0_i4.o | |
mv -f .deps/spread_c16.Tpo .deps/spread_c16.Plo | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c ../../../libgfortran/generated/cshift0_i8.c -fno-common -DPIC -o .libs/cshift0_i8.o | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c -o cshift0_i16.lo `test -f '../../../libgfortran/generated/cshift0_i16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_i16.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c ../../../libgfortran/generated/cshift0_i16.c -fno-common -DPIC -o .libs/cshift0_i16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i4.lo -MD -MP -MF .deps/cshift0_i4.Tpo -c ../../../libgfortran/generated/cshift0_i4.c -o cshift0_i4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i2.lo -MD -MP -MF .deps/cshift0_i2.Tpo -c ../../../libgfortran/generated/cshift0_i2.c -o cshift0_i2.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i8.lo -MD -MP -MF .deps/cshift0_i8.Tpo -c ../../../libgfortran/generated/cshift0_i8.c -o cshift0_i8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_i16.lo -MD -MP -MF .deps/cshift0_i16.Tpo -c ../../../libgfortran/generated/cshift0_i16.c -o cshift0_i16.o >/dev/null 2>&1 | |
mv -f .deps/cshift0_i2.Tpo .deps/cshift0_i2.Plo | |
mv -f .deps/cshift0_i4.Tpo .deps/cshift0_i4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c -o cshift0_r4.lo `test -f '../../../libgfortran/generated/cshift0_r4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r4.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c -o cshift0_r8.lo `test -f '../../../libgfortran/generated/cshift0_r8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r8.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c ../../../libgfortran/generated/cshift0_r4.c -fno-common -DPIC -o .libs/cshift0_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c ../../../libgfortran/generated/cshift0_r8.c -fno-common -DPIC -o .libs/cshift0_r8.o | |
mv -f .deps/cshift0_i8.Tpo .deps/cshift0_i8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c -o cshift0_r10.lo `test -f '../../../libgfortran/generated/cshift0_r10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r10.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c ../../../libgfortran/generated/cshift0_r10.c -fno-common -DPIC -o .libs/cshift0_r10.o | |
mv -f .deps/cshift0_i16.Tpo .deps/cshift0_i16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c -o cshift0_r16.lo `test -f '../../../libgfortran/generated/cshift0_r16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_r16.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c ../../../libgfortran/generated/cshift0_r16.c -fno-common -DPIC -o .libs/cshift0_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r4.lo -MD -MP -MF .deps/cshift0_r4.Tpo -c ../../../libgfortran/generated/cshift0_r4.c -o cshift0_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r8.lo -MD -MP -MF .deps/cshift0_r8.Tpo -c ../../../libgfortran/generated/cshift0_r8.c -o cshift0_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r10.lo -MD -MP -MF .deps/cshift0_r10.Tpo -c ../../../libgfortran/generated/cshift0_r10.c -o cshift0_r10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_r16.lo -MD -MP -MF .deps/cshift0_r16.Tpo -c ../../../libgfortran/generated/cshift0_r16.c -o cshift0_r16.o >/dev/null 2>&1 | |
mv -f .deps/cshift0_r8.Tpo .deps/cshift0_r8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c -o cshift0_c4.lo `test -f '../../../libgfortran/generated/cshift0_c4.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c4.c | |
mv -f .deps/cshift0_r4.Tpo .deps/cshift0_r4.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c -o cshift0_c8.lo `test -f '../../../libgfortran/generated/cshift0_c8.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c8.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c ../../../libgfortran/generated/cshift0_c4.c -fno-common -DPIC -o .libs/cshift0_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c ../../../libgfortran/generated/cshift0_c8.c -fno-common -DPIC -o .libs/cshift0_c8.o | |
mv -f .deps/cshift0_r10.Tpo .deps/cshift0_r10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c -o cshift0_c10.lo `test -f '../../../libgfortran/generated/cshift0_c10.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c10.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c ../../../libgfortran/generated/cshift0_c10.c -fno-common -DPIC -o .libs/cshift0_c10.o | |
mv -f .deps/cshift0_r16.Tpo .deps/cshift0_r16.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c -o cshift0_c16.lo `test -f '../../../libgfortran/generated/cshift0_c16.c' || echo '../../../libgfortran/'`../../../libgfortran/generated/cshift0_c16.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c4.lo -MD -MP -MF .deps/cshift0_c4.Tpo -c ../../../libgfortran/generated/cshift0_c4.c -o cshift0_c4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c8.lo -MD -MP -MF .deps/cshift0_c8.Tpo -c ../../../libgfortran/generated/cshift0_c8.c -o cshift0_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c ../../../libgfortran/generated/cshift0_c16.c -fno-common -DPIC -o .libs/cshift0_c16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c10.lo -MD -MP -MF .deps/cshift0_c10.Tpo -c ../../../libgfortran/generated/cshift0_c10.c -o cshift0_c10.o >/dev/null 2>&1 | |
mv -f .deps/cshift0_c4.Tpo .deps/cshift0_c4.Plo | |
mv -f .deps/cshift0_c8.Tpo .deps/cshift0_c8.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c -o size_from_kind.lo `test -f 'io/size_from_kind.c' || echo '../../../libgfortran/'`io/size_from_kind.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT close.lo -MD -MP -MF .deps/close.Tpo -c -o close.lo `test -f 'io/close.c' || echo '../../../libgfortran/'`io/close.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0_c16.lo -MD -MP -MF .deps/cshift0_c16.Tpo -c ../../../libgfortran/generated/cshift0_c16.c -o cshift0_c16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT close.lo -MD -MP -MF .deps/close.Tpo -c ../../../libgfortran/io/close.c -fno-common -DPIC -o .libs/close.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c ../../../libgfortran/io/size_from_kind.c -fno-common -DPIC -o .libs/size_from_kind.o | |
mv -f .deps/cshift0_c10.Tpo .deps/cshift0_c10.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c -o file_pos.lo `test -f 'io/file_pos.c' || echo '../../../libgfortran/'`io/file_pos.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c ../../../libgfortran/io/file_pos.c -fno-common -DPIC -o .libs/file_pos.o | |
mv -f .deps/cshift0_c16.Tpo .deps/cshift0_c16.Plo | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size_from_kind.lo -MD -MP -MF .deps/size_from_kind.Tpo -c ../../../libgfortran/io/size_from_kind.c -o size_from_kind.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c -o format.lo `test -f 'io/format.c' || echo '../../../libgfortran/'`io/format.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT close.lo -MD -MP -MF .deps/close.Tpo -c ../../../libgfortran/io/close.c -o close.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../../libgfortran/io/format.c -fno-common -DPIC -o .libs/format.o | |
mv -f .deps/size_from_kind.Tpo .deps/size_from_kind.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT inquire.lo -MD -MP -MF .deps/inquire.Tpo -c -o inquire.lo `test -f 'io/inquire.c' || echo '../../../libgfortran/'`io/inquire.c | |
mv -f .deps/close.Tpo .deps/close.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c -o intrinsics.lo `test -f 'io/intrinsics.c' || echo '../../../libgfortran/'`io/intrinsics.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT inquire.lo -MD -MP -MF .deps/inquire.Tpo -c ../../../libgfortran/io/inquire.c -fno-common -DPIC -o .libs/inquire.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c ../../../libgfortran/io/intrinsics.c -fno-common -DPIC -o .libs/intrinsics.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT file_pos.lo -MD -MP -MF .deps/file_pos.Tpo -c ../../../libgfortran/io/file_pos.c -o file_pos.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT intrinsics.lo -MD -MP -MF .deps/intrinsics.Tpo -c ../../../libgfortran/io/intrinsics.c -o intrinsics.o >/dev/null 2>&1 | |
mv -f .deps/file_pos.Tpo .deps/file_pos.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c -o list_read.lo `test -f 'io/list_read.c' || echo '../../../libgfortran/'`io/list_read.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT inquire.lo -MD -MP -MF .deps/inquire.Tpo -c ../../../libgfortran/io/inquire.c -o inquire.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT format.lo -MD -MP -MF .deps/format.Tpo -c ../../../libgfortran/io/format.c -o format.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c ../../../libgfortran/io/list_read.c -fno-common -DPIC -o .libs/list_read.o | |
mv -f .deps/intrinsics.Tpo .deps/intrinsics.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo `test -f 'io/lock.c' || echo '../../../libgfortran/'`io/lock.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c ../../../libgfortran/io/lock.c -fno-common -DPIC -o .libs/lock.o | |
mv -f .deps/inquire.Tpo .deps/inquire.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT open.lo -MD -MP -MF .deps/open.Tpo -c -o open.lo `test -f 'io/open.c' || echo '../../../libgfortran/'`io/open.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT open.lo -MD -MP -MF .deps/open.Tpo -c ../../../libgfortran/io/open.c -fno-common -DPIC -o .libs/open.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c ../../../libgfortran/io/lock.c -o lock.o >/dev/null 2>&1 | |
mv -f .deps/format.Tpo .deps/format.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c -o read.lo `test -f 'io/read.c' || echo '../../../libgfortran/'`io/read.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c ../../../libgfortran/io/read.c -fno-common -DPIC -o .libs/read.o | |
mv -f .deps/lock.Tpo .deps/lock.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c -o transfer.lo `test -f 'io/transfer.c' || echo '../../../libgfortran/'`io/transfer.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c ../../../libgfortran/io/transfer.c -fno-common -DPIC -o .libs/transfer.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT open.lo -MD -MP -MF .deps/open.Tpo -c ../../../libgfortran/io/open.c -o open.o >/dev/null 2>&1 | |
mv -f .deps/open.Tpo .deps/open.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c -o transfer128.lo `test -f 'io/transfer128.c' || echo '../../../libgfortran/'`io/transfer128.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c ../../../libgfortran/io/transfer128.c -fno-common -DPIC -o .libs/transfer128.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT read.lo -MD -MP -MF .deps/read.Tpo -c ../../../libgfortran/io/read.c -o read.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer128.lo -MD -MP -MF .deps/transfer128.Tpo -c ../../../libgfortran/io/transfer128.c -o transfer128.o >/dev/null 2>&1 | |
mv -f .deps/transfer128.Tpo .deps/transfer128.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unit.lo -MD -MP -MF .deps/unit.Tpo -c -o unit.lo `test -f 'io/unit.c' || echo '../../../libgfortran/'`io/unit.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unit.lo -MD -MP -MF .deps/unit.Tpo -c ../../../libgfortran/io/unit.c -fno-common -DPIC -o .libs/unit.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT list_read.lo -MD -MP -MF .deps/list_read.Tpo -c ../../../libgfortran/io/list_read.c -o list_read.o >/dev/null 2>&1 | |
mv -f .deps/read.Tpo .deps/read.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c -o unix.lo `test -f 'io/unix.c' || echo '../../../libgfortran/'`io/unix.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c ../../../libgfortran/io/unix.c -fno-common -DPIC -o .libs/unix.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unit.lo -MD -MP -MF .deps/unit.Tpo -c ../../../libgfortran/io/unit.c -o unit.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c ../../../libgfortran/io/transfer.c -o transfer.o >/dev/null 2>&1 | |
mv -f .deps/unit.Tpo .deps/unit.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c -o write.lo `test -f 'io/write.c' || echo '../../../libgfortran/'`io/write.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c ../../../libgfortran/io/unix.c -o unix.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c ../../../libgfortran/io/write.c -fno-common -DPIC -o .libs/write.o | |
mv -f .deps/list_read.Tpo .deps/list_read.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c -o fbuf.lo `test -f 'io/fbuf.c' || echo '../../../libgfortran/'`io/fbuf.c | |
mv -f .deps/unix.Tpo .deps/unix.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c -o associated.lo `test -f 'intrinsics/associated.c' || echo '../../../libgfortran/'`intrinsics/associated.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c ../../../libgfortran/io/fbuf.c -fno-common -DPIC -o .libs/fbuf.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c ../../../libgfortran/intrinsics/associated.c -fno-common -DPIC -o .libs/associated.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT associated.lo -MD -MP -MF .deps/associated.Tpo -c ../../../libgfortran/intrinsics/associated.c -o associated.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fbuf.lo -MD -MP -MF .deps/fbuf.Tpo -c ../../../libgfortran/io/fbuf.c -o fbuf.o >/dev/null 2>&1 | |
mv -f .deps/associated.Tpo .deps/associated.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c -o abort.lo `test -f 'intrinsics/abort.c' || echo '../../../libgfortran/'`intrinsics/abort.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c ../../../libgfortran/intrinsics/abort.c -fno-common -DPIC -o .libs/abort.o | |
mv -f .deps/fbuf.Tpo .deps/fbuf.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c -o args.lo `test -f 'intrinsics/args.c' || echo '../../../libgfortran/'`intrinsics/args.c | |
mv -f .deps/transfer.Tpo .deps/transfer.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c -o cshift0.lo `test -f 'intrinsics/cshift0.c' || echo '../../../libgfortran/'`intrinsics/cshift0.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c ../../../libgfortran/intrinsics/args.c -fno-common -DPIC -o .libs/args.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c ../../../libgfortran/intrinsics/abort.c -o abort.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c ../../../libgfortran/intrinsics/cshift0.c -fno-common -DPIC -o .libs/cshift0.o | |
mv -f .deps/abort.Tpo .deps/abort.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c -o eoshift0.lo `test -f 'intrinsics/eoshift0.c' || echo '../../../libgfortran/'`intrinsics/eoshift0.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT args.lo -MD -MP -MF .deps/args.Tpo -c ../../../libgfortran/intrinsics/args.c -o args.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c ../../../libgfortran/intrinsics/eoshift0.c -fno-common -DPIC -o .libs/eoshift0.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT write.lo -MD -MP -MF .deps/write.Tpo -c ../../../libgfortran/io/write.c -o write.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cshift0.lo -MD -MP -MF .deps/cshift0.Tpo -c ../../../libgfortran/intrinsics/cshift0.c -o cshift0.o >/dev/null 2>&1 | |
mv -f .deps/args.Tpo .deps/args.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c -o eoshift2.lo `test -f 'intrinsics/eoshift2.c' || echo '../../../libgfortran/'`intrinsics/eoshift2.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c ../../../libgfortran/intrinsics/eoshift2.c -fno-common -DPIC -o .libs/eoshift2.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift0.lo -MD -MP -MF .deps/eoshift0.Tpo -c ../../../libgfortran/intrinsics/eoshift0.c -o eoshift0.o >/dev/null 2>&1 | |
mv -f .deps/cshift0.Tpo .deps/cshift0.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c -o erfc_scaled.lo `test -f 'intrinsics/erfc_scaled.c' || echo '../../../libgfortran/'`intrinsics/erfc_scaled.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c ../../../libgfortran/intrinsics/erfc_scaled.c -fno-common -DPIC -o .libs/erfc_scaled.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT eoshift2.lo -MD -MP -MF .deps/eoshift2.Tpo -c ../../../libgfortran/intrinsics/eoshift2.c -o eoshift2.o >/dev/null 2>&1 | |
mv -f .deps/eoshift0.Tpo .deps/eoshift0.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c -o extends_type_of.lo `test -f 'intrinsics/extends_type_of.c' || echo '../../../libgfortran/'`intrinsics/extends_type_of.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c ../../../libgfortran/intrinsics/extends_type_of.c -fno-common -DPIC -o .libs/extends_type_of.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT erfc_scaled.lo -MD -MP -MF .deps/erfc_scaled.Tpo -c ../../../libgfortran/intrinsics/erfc_scaled.c -o erfc_scaled.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT extends_type_of.lo -MD -MP -MF .deps/extends_type_of.Tpo -c ../../../libgfortran/intrinsics/extends_type_of.c -o extends_type_of.o >/dev/null 2>&1 | |
mv -f .deps/eoshift2.Tpo .deps/eoshift2.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c -o fnum.lo `test -f 'intrinsics/fnum.c' || echo '../../../libgfortran/'`intrinsics/fnum.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c ../../../libgfortran/intrinsics/fnum.c -fno-common -DPIC -o .libs/fnum.o | |
mv -f .deps/extends_type_of.Tpo .deps/extends_type_of.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c -o ierrno.lo `test -f 'intrinsics/ierrno.c' || echo '../../../libgfortran/'`intrinsics/ierrno.c | |
mv -f .deps/erfc_scaled.Tpo .deps/erfc_scaled.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c -o ishftc.lo `test -f 'intrinsics/ishftc.c' || echo '../../../libgfortran/'`intrinsics/ishftc.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c ../../../libgfortran/intrinsics/ierrno.c -fno-common -DPIC -o .libs/ierrno.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c ../../../libgfortran/intrinsics/ishftc.c -fno-common -DPIC -o .libs/ishftc.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT fnum.lo -MD -MP -MF .deps/fnum.Tpo -c ../../../libgfortran/intrinsics/fnum.c -o fnum.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ierrno.lo -MD -MP -MF .deps/ierrno.Tpo -c ../../../libgfortran/intrinsics/ierrno.c -o ierrno.o >/dev/null 2>&1 | |
mv -f .deps/fnum.Tpo .deps/fnum.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c -o mvbits.lo `test -f 'intrinsics/mvbits.c' || echo '../../../libgfortran/'`intrinsics/mvbits.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ishftc.lo -MD -MP -MF .deps/ishftc.Tpo -c ../../../libgfortran/intrinsics/ishftc.c -o ishftc.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c ../../../libgfortran/intrinsics/mvbits.c -fno-common -DPIC -o .libs/mvbits.o | |
mv -f .deps/ierrno.Tpo .deps/ierrno.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c -o move_alloc.lo `test -f 'intrinsics/move_alloc.c' || echo '../../../libgfortran/'`intrinsics/move_alloc.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c ../../../libgfortran/intrinsics/move_alloc.c -fno-common -DPIC -o .libs/move_alloc.o | |
mv -f .deps/ishftc.Tpo .deps/ishftc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c -o pack_generic.lo `test -f 'intrinsics/pack_generic.c' || echo '../../../libgfortran/'`intrinsics/pack_generic.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT mvbits.lo -MD -MP -MF .deps/mvbits.Tpo -c ../../../libgfortran/intrinsics/mvbits.c -o mvbits.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c ../../../libgfortran/intrinsics/pack_generic.c -fno-common -DPIC -o .libs/pack_generic.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT move_alloc.lo -MD -MP -MF .deps/move_alloc.Tpo -c ../../../libgfortran/intrinsics/move_alloc.c -o move_alloc.o >/dev/null 2>&1 | |
mv -f .deps/mvbits.Tpo .deps/mvbits.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c -o selected_char_kind.lo `test -f 'intrinsics/selected_char_kind.c' || echo '../../../libgfortran/'`intrinsics/selected_char_kind.c | |
mv -f .deps/move_alloc.Tpo .deps/move_alloc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size.lo -MD -MP -MF .deps/size.Tpo -c -o size.lo `test -f 'intrinsics/size.c' || echo '../../../libgfortran/'`intrinsics/size.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c ../../../libgfortran/intrinsics/selected_char_kind.c -fno-common -DPIC -o .libs/selected_char_kind.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT pack_generic.lo -MD -MP -MF .deps/pack_generic.Tpo -c ../../../libgfortran/intrinsics/pack_generic.c -o pack_generic.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size.lo -MD -MP -MF .deps/size.Tpo -c ../../../libgfortran/intrinsics/size.c -fno-common -DPIC -o .libs/size.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT selected_char_kind.lo -MD -MP -MF .deps/selected_char_kind.Tpo -c ../../../libgfortran/intrinsics/selected_char_kind.c -o selected_char_kind.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT size.lo -MD -MP -MF .deps/size.Tpo -c ../../../libgfortran/intrinsics/size.c -o size.o >/dev/null 2>&1 | |
mv -f .deps/selected_char_kind.Tpo .deps/selected_char_kind.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c -o spread_generic.lo `test -f 'intrinsics/spread_generic.c' || echo '../../../libgfortran/'`intrinsics/spread_generic.c | |
mv -f .deps/size.Tpo .deps/size.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c -o string_intrinsics.lo `test -f 'intrinsics/string_intrinsics.c' || echo '../../../libgfortran/'`intrinsics/string_intrinsics.c | |
mv -f .deps/pack_generic.Tpo .deps/pack_generic.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c -o rand.lo `test -f 'intrinsics/rand.c' || echo '../../../libgfortran/'`intrinsics/rand.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c ../../../libgfortran/intrinsics/spread_generic.c -fno-common -DPIC -o .libs/spread_generic.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c ../../../libgfortran/intrinsics/string_intrinsics.c -fno-common -DPIC -o .libs/string_intrinsics.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c ../../../libgfortran/intrinsics/rand.c -fno-common -DPIC -o .libs/rand.o | |
mv -f .deps/write.Tpo .deps/write.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo `test -f 'intrinsics/random.c' || echo '../../../libgfortran/'`intrinsics/random.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rand.lo -MD -MP -MF .deps/rand.Tpo -c ../../../libgfortran/intrinsics/rand.c -o rand.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c ../../../libgfortran/intrinsics/random.c -fno-common -DPIC -o .libs/random.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT spread_generic.lo -MD -MP -MF .deps/spread_generic.Tpo -c ../../../libgfortran/intrinsics/spread_generic.c -o spread_generic.o >/dev/null 2>&1 | |
mv -f .deps/rand.Tpo .deps/rand.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c -o reshape_generic.lo `test -f 'intrinsics/reshape_generic.c' || echo '../../../libgfortran/'`intrinsics/reshape_generic.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c ../../../libgfortran/intrinsics/reshape_generic.c -fno-common -DPIC -o .libs/reshape_generic.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT string_intrinsics.lo -MD -MP -MF .deps/string_intrinsics.Tpo -c ../../../libgfortran/intrinsics/string_intrinsics.c -o string_intrinsics.o >/dev/null 2>&1 | |
mv -f .deps/spread_generic.Tpo .deps/spread_generic.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c -o reshape_packed.lo `test -f 'intrinsics/reshape_packed.c' || echo '../../../libgfortran/'`intrinsics/reshape_packed.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c ../../../libgfortran/intrinsics/reshape_packed.c -fno-common -DPIC -o .libs/reshape_packed.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_generic.lo -MD -MP -MF .deps/reshape_generic.Tpo -c ../../../libgfortran/intrinsics/reshape_generic.c -o reshape_generic.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT reshape_packed.lo -MD -MP -MF .deps/reshape_packed.Tpo -c ../../../libgfortran/intrinsics/reshape_packed.c -o reshape_packed.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT random.lo -MD -MP -MF .deps/random.Tpo -c ../../../libgfortran/intrinsics/random.c -o random.o >/dev/null 2>&1 | |
mv -f .deps/reshape_packed.Tpo .deps/reshape_packed.Plo | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o selected_int_kind.lo `test -f 'intrinsics/selected_int_kind.f90' || echo '../../../libgfortran/'`intrinsics/selected_int_kind.f90 | |
mv -f .deps/string_intrinsics.Tpo .deps/string_intrinsics.Plo | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o selected_real_kind.lo `test -f 'intrinsics/selected_real_kind.f90' || echo '../../../libgfortran/'`intrinsics/selected_real_kind.f90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_int_kind.f90 -fno-common -o .libs/selected_int_kind.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_real_kind.f90 -fno-common -o .libs/selected_real_kind.o | |
mv -f .deps/reshape_generic.Tpo .deps/reshape_generic.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c -o unpack_generic.lo `test -f 'intrinsics/unpack_generic.c' || echo '../../../libgfortran/'`intrinsics/unpack_generic.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c ../../../libgfortran/intrinsics/unpack_generic.c -fno-common -DPIC -o .libs/unpack_generic.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_int_kind.f90 -o selected_int_kind.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/intrinsics/selected_real_kind.f90 -o selected_real_kind.o >/dev/null 2>&1 | |
mv -f .deps/random.Tpo .deps/random.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c -o in_pack_generic.lo `test -f 'runtime/in_pack_generic.c' || echo '../../../libgfortran/'`runtime/in_pack_generic.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c -o in_unpack_generic.lo `test -f 'runtime/in_unpack_generic.c' || echo '../../../libgfortran/'`runtime/in_unpack_generic.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c -o access.lo `test -f 'intrinsics/access.c' || echo '../../../libgfortran/'`intrinsics/access.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c ../../../libgfortran/runtime/in_pack_generic.c -fno-common -DPIC -o .libs/in_pack_generic.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c ../../../libgfortran/runtime/in_unpack_generic.c -fno-common -DPIC -o .libs/in_unpack_generic.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c ../../../libgfortran/intrinsics/access.c -fno-common -DPIC -o .libs/access.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unpack_generic.lo -MD -MP -MF .deps/unpack_generic.Tpo -c ../../../libgfortran/intrinsics/unpack_generic.c -o unpack_generic.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_pack_generic.lo -MD -MP -MF .deps/in_pack_generic.Tpo -c ../../../libgfortran/runtime/in_pack_generic.c -o in_pack_generic.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT access.lo -MD -MP -MF .deps/access.Tpo -c ../../../libgfortran/intrinsics/access.c -o access.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT in_unpack_generic.lo -MD -MP -MF .deps/in_unpack_generic.Tpo -c ../../../libgfortran/runtime/in_unpack_generic.c -o in_unpack_generic.o >/dev/null 2>&1 | |
mv -f .deps/access.Tpo .deps/access.Plo | |
mv -f .deps/unpack_generic.Tpo .deps/unpack_generic.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c -o c99_functions.lo `test -f 'intrinsics/c99_functions.c' || echo '../../../libgfortran/'`intrinsics/c99_functions.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chdir.lo -MD -MP -MF .deps/chdir.Tpo -c -o chdir.lo `test -f 'intrinsics/chdir.c' || echo '../../../libgfortran/'`intrinsics/chdir.c | |
mv -f .deps/in_pack_generic.Tpo .deps/in_pack_generic.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c -o chmod.lo `test -f 'intrinsics/chmod.c' || echo '../../../libgfortran/'`intrinsics/chmod.c | |
mv -f .deps/in_unpack_generic.Tpo .deps/in_unpack_generic.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c -o clock.lo `test -f 'intrinsics/clock.c' || echo '../../../libgfortran/'`intrinsics/clock.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c ../../../libgfortran/intrinsics/c99_functions.c -fno-common -DPIC -o .libs/c99_functions.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chdir.lo -MD -MP -MF .deps/chdir.Tpo -c ../../../libgfortran/intrinsics/chdir.c -fno-common -DPIC -o .libs/chdir.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c ../../../libgfortran/intrinsics/chmod.c -fno-common -DPIC -o .libs/chmod.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c ../../../libgfortran/intrinsics/clock.c -fno-common -DPIC -o .libs/clock.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT clock.lo -MD -MP -MF .deps/clock.Tpo -c ../../../libgfortran/intrinsics/clock.c -o clock.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chdir.lo -MD -MP -MF .deps/chdir.Tpo -c ../../../libgfortran/intrinsics/chdir.c -o chdir.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT c99_functions.lo -MD -MP -MF .deps/c99_functions.Tpo -c ../../../libgfortran/intrinsics/c99_functions.c -o c99_functions.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT chmod.lo -MD -MP -MF .deps/chmod.Tpo -c ../../../libgfortran/intrinsics/chmod.c -o chmod.o >/dev/null 2>&1 | |
mv -f .deps/clock.Tpo .deps/clock.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c -o cpu_time.lo `test -f 'intrinsics/cpu_time.c' || echo '../../../libgfortran/'`intrinsics/cpu_time.c | |
mv -f .deps/chdir.Tpo .deps/chdir.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c -o ctime.lo `test -f 'intrinsics/ctime.c' || echo '../../../libgfortran/'`intrinsics/ctime.c | |
mv -f .deps/c99_functions.Tpo .deps/c99_functions.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c -o date_and_time.lo `test -f 'intrinsics/date_and_time.c' || echo '../../../libgfortran/'`intrinsics/date_and_time.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c ../../../libgfortran/intrinsics/cpu_time.c -fno-common -DPIC -o .libs/cpu_time.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c ../../../libgfortran/intrinsics/ctime.c -fno-common -DPIC -o .libs/ctime.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c ../../../libgfortran/intrinsics/date_and_time.c -fno-common -DPIC -o .libs/date_and_time.o | |
In file included from /usr/include/stdio.h:492:0, | |
from ../../../libgfortran/libgfortran.h:42, | |
from ../../../libgfortran/intrinsics/date_and_time.c:26: | |
../../../libgfortran/intrinsics/date_and_time.c: In function 'date_and_time': | |
../../../libgfortran/intrinsics/date_and_time.c:168:33: warning: '%03d' directive output may be truncated writing between 3 and 8 bytes into a region of size between 0 and 4 [-Wformat-truncation=] | |
snprintf (timec, TIME_LEN + 1, "%02d%02d%02d.%03d", | |
^ | |
../../../libgfortran/intrinsics/date_and_time.c:168:33: note: directive argument in the range [-2147483, 2147483] | |
../../../libgfortran/intrinsics/date_and_time.c:168:2: note: '__builtin_snprintf' output between 11 and 43 bytes into a destination of size 11 | |
snprintf (timec, TIME_LEN + 1, "%02d%02d%02d.%03d", | |
^ | |
../../../libgfortran/intrinsics/date_and_time.c:172:32: warning: '%+03d' directive output may be truncated writing between 3 and 9 bytes into a region of size 6 [-Wformat-truncation=] | |
snprintf (zone, ZONE_LEN + 1, "%+03d%02d", | |
^ | |
../../../libgfortran/intrinsics/date_and_time.c:172:32: note: directive argument in the range [-35791394, 35791394] | |
../../../libgfortran/intrinsics/date_and_time.c:172:32: note: directive argument in the range [0, 59] | |
../../../libgfortran/intrinsics/date_and_time.c:172:2: note: '__builtin_snprintf' output between 6 and 12 bytes into a destination of size 6 | |
snprintf (zone, ZONE_LEN + 1, "%+03d%02d", | |
^ | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT cpu_time.lo -MD -MP -MF .deps/cpu_time.Tpo -c ../../../libgfortran/intrinsics/cpu_time.c -o cpu_time.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ctime.lo -MD -MP -MF .deps/ctime.Tpo -c ../../../libgfortran/intrinsics/ctime.c -o ctime.o >/dev/null 2>&1 | |
mv -f .deps/chmod.Tpo .deps/chmod.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT dtime.lo -MD -MP -MF .deps/dtime.Tpo -c -o dtime.lo `test -f 'intrinsics/dtime.c' || echo '../../../libgfortran/'`intrinsics/dtime.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT dtime.lo -MD -MP -MF .deps/dtime.Tpo -c ../../../libgfortran/intrinsics/dtime.c -fno-common -DPIC -o .libs/dtime.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT date_and_time.lo -MD -MP -MF .deps/date_and_time.Tpo -c ../../../libgfortran/intrinsics/date_and_time.c -o date_and_time.o >/dev/null 2>&1 | |
mv -f .deps/cpu_time.Tpo .deps/cpu_time.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c -o env.lo `test -f 'intrinsics/env.c' || echo '../../../libgfortran/'`intrinsics/env.c | |
mv -f .deps/ctime.Tpo .deps/ctime.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT etime.lo -MD -MP -MF .deps/etime.Tpo -c -o etime.lo `test -f 'intrinsics/etime.c' || echo '../../../libgfortran/'`intrinsics/etime.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c ../../../libgfortran/intrinsics/env.c -fno-common -DPIC -o .libs/env.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT etime.lo -MD -MP -MF .deps/etime.Tpo -c ../../../libgfortran/intrinsics/etime.c -fno-common -DPIC -o .libs/etime.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT dtime.lo -MD -MP -MF .deps/dtime.Tpo -c ../../../libgfortran/intrinsics/dtime.c -o dtime.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT env.lo -MD -MP -MF .deps/env.Tpo -c ../../../libgfortran/intrinsics/env.c -o env.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT etime.lo -MD -MP -MF .deps/etime.Tpo -c ../../../libgfortran/intrinsics/etime.c -o etime.o >/dev/null 2>&1 | |
mv -f .deps/dtime.Tpo .deps/dtime.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c -o execute_command_line.lo `test -f 'intrinsics/execute_command_line.c' || echo '../../../libgfortran/'`intrinsics/execute_command_line.c | |
mv -f .deps/date_and_time.Tpo .deps/date_and_time.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c -o exit.lo `test -f 'intrinsics/exit.c' || echo '../../../libgfortran/'`intrinsics/exit.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c ../../../libgfortran/intrinsics/execute_command_line.c -fno-common -DPIC -o .libs/execute_command_line.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c ../../../libgfortran/intrinsics/exit.c -fno-common -DPIC -o .libs/exit.o | |
mv -f .deps/etime.Tpo .deps/etime.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c -o gerror.lo `test -f 'intrinsics/gerror.c' || echo '../../../libgfortran/'`intrinsics/gerror.c | |
mv -f .deps/env.Tpo .deps/env.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c -o getcwd.lo `test -f 'intrinsics/getcwd.c' || echo '../../../libgfortran/'`intrinsics/getcwd.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT exit.lo -MD -MP -MF .deps/exit.Tpo -c ../../../libgfortran/intrinsics/exit.c -o exit.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c ../../../libgfortran/intrinsics/gerror.c -fno-common -DPIC -o .libs/gerror.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c ../../../libgfortran/intrinsics/getcwd.c -fno-common -DPIC -o .libs/getcwd.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT execute_command_line.lo -MD -MP -MF .deps/execute_command_line.Tpo -c ../../../libgfortran/intrinsics/execute_command_line.c -o execute_command_line.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT gerror.lo -MD -MP -MF .deps/gerror.Tpo -c ../../../libgfortran/intrinsics/gerror.c -o gerror.o >/dev/null 2>&1 | |
mv -f .deps/exit.Tpo .deps/exit.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getlog.lo -MD -MP -MF .deps/getlog.Tpo -c -o getlog.lo `test -f 'intrinsics/getlog.c' || echo '../../../libgfortran/'`intrinsics/getlog.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getcwd.lo -MD -MP -MF .deps/getcwd.Tpo -c ../../../libgfortran/intrinsics/getcwd.c -o getcwd.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getlog.lo -MD -MP -MF .deps/getlog.Tpo -c ../../../libgfortran/intrinsics/getlog.c -fno-common -DPIC -o .libs/getlog.o | |
mv -f .deps/execute_command_line.Tpo .deps/execute_command_line.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c -o getXid.lo `test -f 'intrinsics/getXid.c' || echo '../../../libgfortran/'`intrinsics/getXid.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c ../../../libgfortran/intrinsics/getXid.c -fno-common -DPIC -o .libs/getXid.o | |
mv -f .deps/gerror.Tpo .deps/gerror.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c -o hostnm.lo `test -f 'intrinsics/hostnm.c' || echo '../../../libgfortran/'`intrinsics/hostnm.c | |
mv -f .deps/getcwd.Tpo .deps/getcwd.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c -o kill.lo `test -f 'intrinsics/kill.c' || echo '../../../libgfortran/'`intrinsics/kill.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c ../../../libgfortran/intrinsics/hostnm.c -fno-common -DPIC -o .libs/hostnm.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getlog.lo -MD -MP -MF .deps/getlog.Tpo -c ../../../libgfortran/intrinsics/getlog.c -o getlog.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c ../../../libgfortran/intrinsics/kill.c -fno-common -DPIC -o .libs/kill.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT getXid.lo -MD -MP -MF .deps/getXid.Tpo -c ../../../libgfortran/intrinsics/getXid.c -o getXid.o >/dev/null 2>&1 | |
mv -f .deps/getlog.Tpo .deps/getlog.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT link.lo -MD -MP -MF .deps/link.Tpo -c -o link.lo `test -f 'intrinsics/link.c' || echo '../../../libgfortran/'`intrinsics/link.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT hostnm.lo -MD -MP -MF .deps/hostnm.Tpo -c ../../../libgfortran/intrinsics/hostnm.c -o hostnm.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c ../../../libgfortran/intrinsics/kill.c -o kill.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT link.lo -MD -MP -MF .deps/link.Tpo -c ../../../libgfortran/intrinsics/link.c -fno-common -DPIC -o .libs/link.o | |
mv -f .deps/getXid.Tpo .deps/getXid.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c -o perror.lo `test -f 'intrinsics/perror.c' || echo '../../../libgfortran/'`intrinsics/perror.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c ../../../libgfortran/intrinsics/perror.c -fno-common -DPIC -o .libs/perror.o | |
mv -f .deps/hostnm.Tpo .deps/hostnm.Plo | |
mv -f .deps/kill.Tpo .deps/kill.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo `test -f 'intrinsics/signal.c' || echo '../../../libgfortran/'`intrinsics/signal.c | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sleep.lo -MD -MP -MF .deps/sleep.Tpo -c -o sleep.lo `test -f 'intrinsics/sleep.c' || echo '../../../libgfortran/'`intrinsics/sleep.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT link.lo -MD -MP -MF .deps/link.Tpo -c ../../../libgfortran/intrinsics/link.c -o link.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c ../../../libgfortran/intrinsics/signal.c -fno-common -DPIC -o .libs/signal.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sleep.lo -MD -MP -MF .deps/sleep.Tpo -c ../../../libgfortran/intrinsics/sleep.c -fno-common -DPIC -o .libs/sleep.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT perror.lo -MD -MP -MF .deps/perror.Tpo -c ../../../libgfortran/intrinsics/perror.c -o perror.o >/dev/null 2>&1 | |
mv -f .deps/link.Tpo .deps/link.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo `test -f 'intrinsics/system.c' || echo '../../../libgfortran/'`intrinsics/system.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT sleep.lo -MD -MP -MF .deps/sleep.Tpo -c ../../../libgfortran/intrinsics/sleep.c -o sleep.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c ../../../libgfortran/intrinsics/signal.c -o signal.o >/dev/null 2>&1 | |
mv -f .deps/perror.Tpo .deps/perror.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rename.lo -MD -MP -MF .deps/rename.Tpo -c -o rename.lo `test -f 'intrinsics/rename.c' || echo '../../../libgfortran/'`intrinsics/rename.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c ../../../libgfortran/intrinsics/system.c -fno-common -DPIC -o .libs/system.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rename.lo -MD -MP -MF .deps/rename.Tpo -c ../../../libgfortran/intrinsics/rename.c -fno-common -DPIC -o .libs/rename.o | |
mv -f .deps/sleep.Tpo .deps/sleep.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c -o stat.lo `test -f 'intrinsics/stat.c' || echo '../../../libgfortran/'`intrinsics/stat.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c ../../../libgfortran/intrinsics/system.c -o system.o >/dev/null 2>&1 | |
mv -f .deps/signal.Tpo .deps/signal.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c -o symlnk.lo `test -f 'intrinsics/symlnk.c' || echo '../../../libgfortran/'`intrinsics/symlnk.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c ../../../libgfortran/intrinsics/stat.c -fno-common -DPIC -o .libs/stat.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT rename.lo -MD -MP -MF .deps/rename.Tpo -c ../../../libgfortran/intrinsics/rename.c -o rename.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c ../../../libgfortran/intrinsics/symlnk.c -fno-common -DPIC -o .libs/symlnk.o | |
mv -f .deps/system.Tpo .deps/system.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c -o system_clock.lo `test -f 'intrinsics/system_clock.c' || echo '../../../libgfortran/'`intrinsics/system_clock.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c ../../../libgfortran/intrinsics/system_clock.c -fno-common -DPIC -o .libs/system_clock.o | |
mv -f .deps/rename.Tpo .deps/rename.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo `test -f 'intrinsics/time.c' || echo '../../../libgfortran/'`intrinsics/time.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT symlnk.lo -MD -MP -MF .deps/symlnk.Tpo -c ../../../libgfortran/intrinsics/symlnk.c -o symlnk.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT stat.lo -MD -MP -MF .deps/stat.Tpo -c ../../../libgfortran/intrinsics/stat.c -o stat.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c ../../../libgfortran/intrinsics/time.c -fno-common -DPIC -o .libs/time.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT system_clock.lo -MD -MP -MF .deps/system_clock.Tpo -c ../../../libgfortran/intrinsics/system_clock.c -o system_clock.o >/dev/null 2>&1 | |
mv -f .deps/symlnk.Tpo .deps/symlnk.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c -o umask.lo `test -f 'intrinsics/umask.c' || echo '../../../libgfortran/'`intrinsics/umask.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c ../../../libgfortran/intrinsics/time.c -o time.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c ../../../libgfortran/intrinsics/umask.c -fno-common -DPIC -o .libs/umask.o | |
mv -f .deps/stat.Tpo .deps/stat.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c -o unlink.lo `test -f 'intrinsics/unlink.c' || echo '../../../libgfortran/'`intrinsics/unlink.c | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c ../../../libgfortran/intrinsics/unlink.c -fno-common -DPIC -o .libs/unlink.o | |
mv -f .deps/system_clock.Tpo .deps/system_clock.Plo | |
mv -f .deps/time.Tpo .deps/time.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c -o ieee_helper.lo `test -f 'ieee/ieee_helper.c' || echo '../../../libgfortran/'`ieee/ieee_helper.c | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c -o ieee_exceptions.lo `test -f 'ieee/ieee_exceptions.F90' || echo '../../../libgfortran/'`ieee/ieee_exceptions.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT umask.lo -MD -MP -MF .deps/umask.Tpo -c ../../../libgfortran/intrinsics/umask.c -o umask.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c ../../../libgfortran/ieee/ieee_helper.c -fno-common -DPIC -o .libs/ieee_helper.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_exceptions.F90 -fno-common -o .libs/ieee_exceptions.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT unlink.lo -MD -MP -MF .deps/unlink.Tpo -c ../../../libgfortran/intrinsics/unlink.c -o unlink.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_exceptions.F90 -o ieee_exceptions.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/xgcc -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings -Werror=implicit-function-declaration -Werror=vla -fcx-fortran-rules -ffunction-sections -fdata-sections -g -O2 -MT ieee_helper.lo -MD -MP -MF .deps/ieee_helper.Tpo -c ../../../libgfortran/ieee/ieee_helper.c -o ieee_helper.o >/dev/null 2>&1 | |
mv -f .deps/umask.Tpo .deps/umask.Plo | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c -o ieee_features.lo `test -f 'ieee/ieee_features.F90' || echo '../../../libgfortran/'`ieee/ieee_features.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_features.F90 -fno-common -o .libs/ieee_features.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c4.lo `test -f '../../../libgfortran/generated/_abs_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c4.F90 | |
mv -f .deps/unlink.Tpo .deps/unlink.Plo | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c8.lo `test -f '../../../libgfortran/generated/_abs_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -Wno-unused-dummy-argument -Wno-c-binding-type -ffree-line-length-0 -fallow-leading-underscore -g -O2 -c ../../../libgfortran/ieee/ieee_features.F90 -o ieee_features.o >/dev/null 2>&1 | |
mv -f .deps/ieee_helper.Tpo .deps/ieee_helper.Plo | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c10.lo `test -f '../../../libgfortran/generated/_abs_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c4.F90 -fno-common -o .libs/_abs_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c8.F90 -fno-common -o .libs/_abs_c8.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_c16.lo `test -f '../../../libgfortran/generated/_abs_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c4.F90 -o _abs_c4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c10.F90 -fno-common -o .libs/_abs_c10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c8.F90 -o _abs_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c16.F90 -fno-common -o .libs/_abs_c16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c10.F90 -o _abs_c10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_i4.lo `test -f '../../../libgfortran/generated/_abs_i4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_i4.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_i8.lo `test -f '../../../libgfortran/generated/_abs_i8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_i8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_c16.F90 -o _abs_c16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_i16.lo `test -f '../../../libgfortran/generated/_abs_i16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_i16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i4.F90 -fno-common -o .libs/_abs_i4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i8.F90 -fno-common -o .libs/_abs_i8.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r4.lo `test -f '../../../libgfortran/generated/_abs_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i16.F90 -fno-common -o .libs/_abs_i16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i4.F90 -o _abs_i4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i8.F90 -o _abs_i8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r4.F90 -fno-common -o .libs/_abs_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_i16.F90 -o _abs_i16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r8.lo `test -f '../../../libgfortran/generated/_abs_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r10.lo `test -f '../../../libgfortran/generated/_abs_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r4.F90 -o _abs_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _abs_r16.lo `test -f '../../../libgfortran/generated/_abs_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_abs_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r8.F90 -fno-common -o .libs/_abs_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r10.F90 -fno-common -o .libs/_abs_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r16.F90 -fno-common -o .libs/_abs_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c4.lo `test -f '../../../libgfortran/generated/_aimag_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r8.F90 -o _abs_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r10.F90 -o _abs_r10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_abs_r16.F90 -o _abs_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c4.F90 -fno-common -o .libs/_aimag_c4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c8.lo `test -f '../../../libgfortran/generated/_aimag_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c10.lo `test -f '../../../libgfortran/generated/_aimag_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c4.F90 -o _aimag_c4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aimag_c16.lo `test -f '../../../libgfortran/generated/_aimag_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aimag_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c8.F90 -fno-common -o .libs/_aimag_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c10.F90 -fno-common -o .libs/_aimag_c10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c16.F90 -fno-common -o .libs/_aimag_c16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r4.lo `test -f '../../../libgfortran/generated/_exp_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c10.F90 -o _aimag_c10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c8.F90 -o _aimag_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aimag_c16.F90 -o _aimag_c16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r4.F90 -fno-common -o .libs/_exp_r4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r8.lo `test -f '../../../libgfortran/generated/_exp_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r10.lo `test -f '../../../libgfortran/generated/_exp_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r10.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_r16.lo `test -f '../../../libgfortran/generated/_exp_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r4.F90 -o _exp_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r8.F90 -fno-common -o .libs/_exp_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r10.F90 -fno-common -o .libs/_exp_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r16.F90 -fno-common -o .libs/_exp_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r8.F90 -o _exp_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r10.F90 -o _exp_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_c4.lo `test -f '../../../libgfortran/generated/_exp_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_c4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_r16.F90 -o _exp_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c4.F90 -fno-common -o .libs/_exp_c4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_c8.lo `test -f '../../../libgfortran/generated/_exp_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_c8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_c10.lo `test -f '../../../libgfortran/generated/_exp_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c4.F90 -o _exp_c4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _exp_c16.lo `test -f '../../../libgfortran/generated/_exp_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_exp_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c8.F90 -fno-common -o .libs/_exp_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c10.F90 -fno-common -o .libs/_exp_c10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c16.F90 -fno-common -o .libs/_exp_c16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c8.F90 -o _exp_c8.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_r4.lo `test -f '../../../libgfortran/generated/_log_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c10.F90 -o _exp_c10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_exp_c16.F90 -o _exp_c16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_r8.lo `test -f '../../../libgfortran/generated/_log_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_r10.lo `test -f '../../../libgfortran/generated/_log_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r4.F90 -fno-common -o .libs/_log_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r10.F90 -fno-common -o .libs/_log_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r8.F90 -fno-common -o .libs/_log_r8.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_r16.lo `test -f '../../../libgfortran/generated/_log_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r4.F90 -o _log_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r10.F90 -o _log_r10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r8.F90 -o _log_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r16.F90 -fno-common -o .libs/_log_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_c4.lo `test -f '../../../libgfortran/generated/_log_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_c4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_r16.F90 -o _log_r16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_c8.lo `test -f '../../../libgfortran/generated/_log_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_c8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_c10.lo `test -f '../../../libgfortran/generated/_log_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c4.F90 -fno-common -o .libs/_log_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c10.F90 -fno-common -o .libs/_log_c10.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log_c16.lo `test -f '../../../libgfortran/generated/_log_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c8.F90 -fno-common -o .libs/_log_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c4.F90 -o _log_c4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c10.F90 -o _log_c10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c8.F90 -o _log_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c16.F90 -fno-common -o .libs/_log_c16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log10_r4.lo `test -f '../../../libgfortran/generated/_log10_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log10_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log_c16.F90 -o _log_c16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log10_r8.lo `test -f '../../../libgfortran/generated/_log10_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log10_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log10_r10.lo `test -f '../../../libgfortran/generated/_log10_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log10_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r4.F90 -fno-common -o .libs/_log10_r4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _log10_r16.lo `test -f '../../../libgfortran/generated/_log10_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_log10_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r10.F90 -fno-common -o .libs/_log10_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r8.F90 -fno-common -o .libs/_log10_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r4.F90 -o _log10_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r10.F90 -o _log10_r10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r8.F90 -o _log10_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r16.F90 -fno-common -o .libs/_log10_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_r4.lo `test -f '../../../libgfortran/generated/_sqrt_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_log10_r16.F90 -o _log10_r16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_r8.lo `test -f '../../../libgfortran/generated/_sqrt_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_r10.lo `test -f '../../../libgfortran/generated/_sqrt_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r4.F90 -fno-common -o .libs/_sqrt_r4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_r16.lo `test -f '../../../libgfortran/generated/_sqrt_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r8.F90 -fno-common -o .libs/_sqrt_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r10.F90 -fno-common -o .libs/_sqrt_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r4.F90 -o _sqrt_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r8.F90 -o _sqrt_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r10.F90 -o _sqrt_r10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r16.F90 -fno-common -o .libs/_sqrt_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_c4.lo `test -f '../../../libgfortran/generated/_sqrt_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_c4.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_c8.lo `test -f '../../../libgfortran/generated/_sqrt_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_c8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_c10.lo `test -f '../../../libgfortran/generated/_sqrt_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_r16.F90 -o _sqrt_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c4.F90 -fno-common -o .libs/_sqrt_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c8.F90 -fno-common -o .libs/_sqrt_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c10.F90 -fno-common -o .libs/_sqrt_c10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c4.F90 -o _sqrt_c4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sqrt_c16.lo `test -f '../../../libgfortran/generated/_sqrt_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sqrt_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c8.F90 -o _sqrt_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c10.F90 -o _sqrt_c10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c16.F90 -fno-common -o .libs/_sqrt_c16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asin_r4.lo `test -f '../../../libgfortran/generated/_asin_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asin_r4.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asin_r8.lo `test -f '../../../libgfortran/generated/_asin_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asin_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asin_r10.lo `test -f '../../../libgfortran/generated/_asin_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asin_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sqrt_c16.F90 -o _sqrt_c16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r4.F90 -fno-common -o .libs/_asin_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r8.F90 -fno-common -o .libs/_asin_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r10.F90 -fno-common -o .libs/_asin_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r4.F90 -o _asin_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asin_r16.lo `test -f '../../../libgfortran/generated/_asin_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asin_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r8.F90 -o _asin_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r10.F90 -o _asin_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asinh_r4.lo `test -f '../../../libgfortran/generated/_asinh_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asinh_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r16.F90 -fno-common -o .libs/_asin_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asinh_r8.lo `test -f '../../../libgfortran/generated/_asinh_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asinh_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asinh_r10.lo `test -f '../../../libgfortran/generated/_asinh_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asinh_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asin_r16.F90 -o _asin_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r4.F90 -fno-common -o .libs/_asinh_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r8.F90 -fno-common -o .libs/_asinh_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r10.F90 -fno-common -o .libs/_asinh_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r4.F90 -o _asinh_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _asinh_r16.lo `test -f '../../../libgfortran/generated/_asinh_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_asinh_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r8.F90 -o _asinh_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r10.F90 -o _asinh_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acos_r4.lo `test -f '../../../libgfortran/generated/_acos_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acos_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r16.F90 -fno-common -o .libs/_asinh_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acos_r8.lo `test -f '../../../libgfortran/generated/_acos_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acos_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acos_r10.lo `test -f '../../../libgfortran/generated/_acos_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acos_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r4.F90 -fno-common -o .libs/_acos_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_asinh_r16.F90 -o _asinh_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r8.F90 -fno-common -o .libs/_acos_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r10.F90 -fno-common -o .libs/_acos_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r4.F90 -o _acos_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acos_r16.lo `test -f '../../../libgfortran/generated/_acos_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acos_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r8.F90 -o _acos_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r10.F90 -o _acos_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acosh_r4.lo `test -f '../../../libgfortran/generated/_acosh_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acosh_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r16.F90 -fno-common -o .libs/_acos_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acosh_r8.lo `test -f '../../../libgfortran/generated/_acosh_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acosh_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acosh_r10.lo `test -f '../../../libgfortran/generated/_acosh_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acosh_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r4.F90 -fno-common -o .libs/_acosh_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acos_r16.F90 -o _acos_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r8.F90 -fno-common -o .libs/_acosh_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r10.F90 -fno-common -o .libs/_acosh_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r4.F90 -o _acosh_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _acosh_r16.lo `test -f '../../../libgfortran/generated/_acosh_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_acosh_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r8.F90 -o _acosh_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r10.F90 -o _acosh_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atan_r4.lo `test -f '../../../libgfortran/generated/_atan_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atan_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r16.F90 -fno-common -o .libs/_acosh_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atan_r8.lo `test -f '../../../libgfortran/generated/_atan_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atan_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atan_r10.lo `test -f '../../../libgfortran/generated/_atan_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atan_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r4.F90 -fno-common -o .libs/_atan_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_acosh_r16.F90 -o _acosh_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r8.F90 -fno-common -o .libs/_atan_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r10.F90 -fno-common -o .libs/_atan_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r4.F90 -o _atan_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atan_r16.lo `test -f '../../../libgfortran/generated/_atan_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atan_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r8.F90 -o _atan_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r10.F90 -o _atan_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atanh_r4.lo `test -f '../../../libgfortran/generated/_atanh_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atanh_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r16.F90 -fno-common -o .libs/_atan_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atanh_r8.lo `test -f '../../../libgfortran/generated/_atanh_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atanh_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atanh_r10.lo `test -f '../../../libgfortran/generated/_atanh_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atanh_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atan_r16.F90 -o _atan_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r4.F90 -fno-common -o .libs/_atanh_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r8.F90 -fno-common -o .libs/_atanh_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r10.F90 -fno-common -o .libs/_atanh_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r4.F90 -o _atanh_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _atanh_r16.lo `test -f '../../../libgfortran/generated/_atanh_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_atanh_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r10.F90 -o _atanh_r10.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r8.F90 -o _atanh_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r16.F90 -fno-common -o .libs/_atanh_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_r4.lo `test -f '../../../libgfortran/generated/_sin_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_r4.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_r8.lo `test -f '../../../libgfortran/generated/_sin_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_r10.lo `test -f '../../../libgfortran/generated/_sin_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r4.F90 -fno-common -o .libs/_sin_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_atanh_r16.F90 -o _atanh_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r8.F90 -fno-common -o .libs/_sin_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r10.F90 -fno-common -o .libs/_sin_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r4.F90 -o _sin_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_r16.lo `test -f '../../../libgfortran/generated/_sin_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r8.F90 -o _sin_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r10.F90 -o _sin_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_c4.lo `test -f '../../../libgfortran/generated/_sin_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_c4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r16.F90 -fno-common -o .libs/_sin_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_c8.lo `test -f '../../../libgfortran/generated/_sin_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_c8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_c10.lo `test -f '../../../libgfortran/generated/_sin_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_r16.F90 -o _sin_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c4.F90 -fno-common -o .libs/_sin_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c8.F90 -fno-common -o .libs/_sin_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c4.F90 -o _sin_c4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c10.F90 -fno-common -o .libs/_sin_c10.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sin_c16.lo `test -f '../../../libgfortran/generated/_sin_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sin_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c8.F90 -o _sin_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c10.F90 -o _sin_c10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_r4.lo `test -f '../../../libgfortran/generated/_cos_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c16.F90 -fno-common -o .libs/_sin_c16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_r8.lo `test -f '../../../libgfortran/generated/_cos_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_r8.F90 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_r10.lo `test -f '../../../libgfortran/generated/_cos_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sin_c16.F90 -o _sin_c16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r4.F90 -fno-common -o .libs/_cos_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r8.F90 -fno-common -o .libs/_cos_r8.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_r16.lo `test -f '../../../libgfortran/generated/_cos_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r4.F90 -o _cos_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r10.F90 -fno-common -o .libs/_cos_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r8.F90 -o _cos_r8.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_c4.lo `test -f '../../../libgfortran/generated/_cos_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_c4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r16.F90 -fno-common -o .libs/_cos_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r10.F90 -o _cos_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_c8.lo `test -f '../../../libgfortran/generated/_cos_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_c8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_r16.F90 -o _cos_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c4.F90 -fno-common -o .libs/_cos_c4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_c10.lo `test -f '../../../libgfortran/generated/_cos_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c8.F90 -fno-common -o .libs/_cos_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c4.F90 -o _cos_c4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c10.F90 -fno-common -o .libs/_cos_c10.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cos_c16.lo `test -f '../../../libgfortran/generated/_cos_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cos_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c8.F90 -o _cos_c8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c10.F90 -o _cos_c10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tan_r4.lo `test -f '../../../libgfortran/generated/_tan_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tan_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c16.F90 -fno-common -o .libs/_cos_c16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tan_r8.lo `test -f '../../../libgfortran/generated/_tan_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tan_r8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cos_c16.F90 -o _cos_c16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tan_r10.lo `test -f '../../../libgfortran/generated/_tan_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tan_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r4.F90 -fno-common -o .libs/_tan_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r8.F90 -fno-common -o .libs/_tan_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r4.F90 -o _tan_r4.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r10.F90 -fno-common -o .libs/_tan_r10.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tan_r16.lo `test -f '../../../libgfortran/generated/_tan_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tan_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r8.F90 -o _tan_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r10.F90 -o _tan_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sinh_r4.lo `test -f '../../../libgfortran/generated/_sinh_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sinh_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r16.F90 -fno-common -o .libs/_tan_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sinh_r8.lo `test -f '../../../libgfortran/generated/_sinh_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sinh_r8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tan_r16.F90 -o _tan_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r4.F90 -fno-common -o .libs/_sinh_r4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sinh_r10.lo `test -f '../../../libgfortran/generated/_sinh_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sinh_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r8.F90 -fno-common -o .libs/_sinh_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r4.F90 -o _sinh_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sinh_r16.lo `test -f '../../../libgfortran/generated/_sinh_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sinh_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r10.F90 -fno-common -o .libs/_sinh_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r8.F90 -o _sinh_r8.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r16.F90 -fno-common -o .libs/_sinh_r16.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cosh_r4.lo `test -f '../../../libgfortran/generated/_cosh_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cosh_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r10.F90 -o _sinh_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cosh_r8.lo `test -f '../../../libgfortran/generated/_cosh_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cosh_r8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_sinh_r16.F90 -o _sinh_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r4.F90 -fno-common -o .libs/_cosh_r4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cosh_r10.lo `test -f '../../../libgfortran/generated/_cosh_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cosh_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r8.F90 -fno-common -o .libs/_cosh_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r4.F90 -o _cosh_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _cosh_r16.lo `test -f '../../../libgfortran/generated/_cosh_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_cosh_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r10.F90 -fno-common -o .libs/_cosh_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r8.F90 -o _cosh_r8.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tanh_r4.lo `test -f '../../../libgfortran/generated/_tanh_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tanh_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r16.F90 -fno-common -o .libs/_cosh_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r10.F90 -o _cosh_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tanh_r8.lo `test -f '../../../libgfortran/generated/_tanh_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tanh_r8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r4.F90 -fno-common -o .libs/_tanh_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_cosh_r16.F90 -o _cosh_r16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tanh_r10.lo `test -f '../../../libgfortran/generated/_tanh_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tanh_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r8.F90 -fno-common -o .libs/_tanh_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r4.F90 -o _tanh_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _tanh_r16.lo `test -f '../../../libgfortran/generated/_tanh_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_tanh_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r10.F90 -fno-common -o .libs/_tanh_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r8.F90 -o _tanh_r8.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _conjg_c4.lo `test -f '../../../libgfortran/generated/_conjg_c4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_conjg_c4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r16.F90 -fno-common -o .libs/_tanh_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r10.F90 -o _tanh_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _conjg_c8.lo `test -f '../../../libgfortran/generated/_conjg_c8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_conjg_c8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c4.F90 -fno-common -o .libs/_conjg_c4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_tanh_r16.F90 -o _tanh_r16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _conjg_c10.lo `test -f '../../../libgfortran/generated/_conjg_c10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_conjg_c10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c8.F90 -fno-common -o .libs/_conjg_c8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c4.F90 -o _conjg_c4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _conjg_c16.lo `test -f '../../../libgfortran/generated/_conjg_c16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_conjg_c16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c10.F90 -fno-common -o .libs/_conjg_c10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c8.F90 -o _conjg_c8.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aint_r4.lo `test -f '../../../libgfortran/generated/_aint_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aint_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c16.F90 -fno-common -o .libs/_conjg_c16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c10.F90 -o _conjg_c10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aint_r8.lo `test -f '../../../libgfortran/generated/_aint_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aint_r8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r4.F90 -fno-common -o .libs/_aint_r4.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_conjg_c16.F90 -o _conjg_c16.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aint_r10.lo `test -f '../../../libgfortran/generated/_aint_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aint_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r8.F90 -fno-common -o .libs/_aint_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r4.F90 -o _aint_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _aint_r16.lo `test -f '../../../libgfortran/generated/_aint_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_aint_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r10.F90 -fno-common -o .libs/_aint_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r8.F90 -o _aint_r8.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _anint_r4.lo `test -f '../../../libgfortran/generated/_anint_r4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_anint_r4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r16.F90 -fno-common -o .libs/_aint_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r10.F90 -o _aint_r10.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _anint_r8.lo `test -f '../../../libgfortran/generated/_anint_r8.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_anint_r8.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_aint_r16.F90 -o _aint_r16.o >/dev/null 2>&1 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_anint_r4.F90 -fno-common -o .libs/_anint_r4.o | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _anint_r10.lo `test -f '../../../libgfortran/generated/_anint_r10.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_anint_r10.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_anint_r8.F90 -fno-common -o .libs/_anint_r8.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_anint_r4.F90 -o _anint_r4.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _anint_r16.lo `test -f '../../../libgfortran/generated/_anint_r16.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_anint_r16.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_anint_r10.F90 -fno-common -o .libs/_anint_r10.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_anint_r8.F90 -o _anint_r8.o >/dev/null 2>&1 | |
/bin/sh ./libtool --tag=FC --mode=compile /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c -o _sign_i4.lo `test -f '../../../libgfortran/generated/_sign_i4.F90' || echo '../../../libgfortran/'`../../../libgfortran/generated/_sign_i4.F90 | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/gfortran -B/private/tmp/gcc-20170706-29031-qewjiy/gcc-7.1.0/build/./gcc/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/bin/ -B/usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/lib/ -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/include -isystem /usr/local/Cellar/gcc/7.1.0/x86_64-apple-darwin15.6.0/sys-include -DHAVE_CONFIG_H -I. -I../../../libgfortran -iquote../../../libgfortran/io -I../../../libgfortran/../gcc -I../../../libgfortran/../gcc/config -I../../../libgfortran/../libquadmath -I../.././gcc -I../../../libgfortran/../libgcc -I../libgcc -I../../../libgfortran/../libbacktrace -I../libbacktrace -I../libbacktrace -I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring -fallow-leading-underscore -g -O2 -c ../../../libgfortran/generated/_anint_r16.F90 -fno-common -o .libs/_anint_r16.o | |
libtool: compile: /private/tmp/gcc-20170706-29031-qewjiy/gcc |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment