Skip to content

Instantly share code, notes, and snippets.

@Jessime
Created February 1, 2019 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jessime/50c09ddf3a9d694046cdc63cee557924 to your computer and use it in GitHub Desktop.
Save Jessime/50c09ddf3a9d694046cdc63cee557924 to your computer and use it in GitHub Desktop.
python-igraph error
This file has been truncated, but you can view the full file.
Last login: Fri Feb 1 12:25:40 on ttys000
➜ Lab pip install seekr
Collecting seekr
Downloading https://files.pythonhosted.org/packages/2d/ef/c82b68c1f2a78fd0e76b80ffa1d0be5dc665b4f70317d3398d5182f7394e/seekr-1.2.7-py3-none-any.whl
Requirement already satisfied: pandas in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (0.24.0)
Collecting louvain (from seekr)
Downloading https://files.pythonhosted.org/packages/51/bc/8cc9bb51a7fd9d13f37f2d904ee269971bccb1ab0eb06447a539af67f94c/louvain-0.6.1.tar.gz (84kB)
100% |████████████████████████████████| 92kB 969kB/s
Requirement already satisfied: requests in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (2.21.0)
Requirement already satisfied: tqdm in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (4.29.1)
Collecting python-igraph (from seekr)
Downloading https://files.pythonhosted.org/packages/0f/a0/4e7134f803737aa6eebb4e5250565ace0e2599659e22be7f7eba520ff017/python-igraph-0.7.1.post6.tar.gz (377kB)
100% |████████████████████████████████| 378kB 308kB/s
Collecting leidenalg (from seekr)
Downloading https://files.pythonhosted.org/packages/b6/cc/d76baf78a3924ba6093a3ce8d14e2289f1d718bd3bcbb8252bb131d12daa/leidenalg-0.7.0.tar.gz (92kB)
100% |████████████████████████████████| 102kB 730kB/s
Requirement already satisfied: cython in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (0.29.2)
Requirement already satisfied: networkx in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (2.2)
Requirement already satisfied: numpy in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from seekr) (1.15.4)
Requirement already satisfied: python-dateutil>=2.5.0 in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from pandas->seekr) (2.7.5)
Requirement already satisfied: pytz>=2011k in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from pandas->seekr) (2018.9)
Requirement already satisfied: certifi>=2017.4.17 in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from requests->seekr) (2018.11.29)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from requests->seekr) (3.0.4)
Requirement already satisfied: idna<2.9,>=2.5 in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from requests->seekr) (2.8)
Requirement already satisfied: urllib3<1.25,>=1.21.1 in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from requests->seekr) (1.24.1)
Requirement already satisfied: decorator>=4.3.0 in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from networkx->seekr) (4.3.0)
Requirement already satisfied: six>=1.5 in /Users/danielsprague/anaconda3/lib/python3.7/site-packages (from python-dateutil>=2.5.0->pandas->seekr) (1.12.0)
Building wheels for collected packages: louvain, python-igraph, leidenalg
Running setup.py bdist_wheel for louvain ... error
Complete output from command /Users/danielsprague/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/lt/rl455ywd5z14k69bp5rk3qy40000gn/T/pip-install-w0rz51y2/louvain/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /private/var/folders/lt/rl455ywd5z14k69bp5rk3qy40000gn/T/pip-wheel-q6kosref --python-tag cp37:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.macosx-10.7-x86_64-3.7
creating build/lib.macosx-10.7-x86_64-3.7/louvain
copying src/functions.py -> build/lib.macosx-10.7-x86_64-3.7/louvain
copying src/Optimiser.py -> build/lib.macosx-10.7-x86_64-3.7/louvain
copying src/VertexPartition.py -> build/lib.macosx-10.7-x86_64-3.7/louvain
copying src/_version.py -> build/lib.macosx-10.7-x86_64-3.7/louvain
copying src/__init__.py -> build/lib.macosx-10.7-x86_64-3.7/louvain
Fixing build/lib.macosx-10.7-x86_64-3.7/louvain/functions.py build/lib.macosx-10.7-x86_64-3.7/louvain/Optimiser.py build/lib.macosx-10.7-x86_64-3.7/louvain/VertexPartition.py build/lib.macosx-10.7-x86_64-3.7/louvain/_version.py build/lib.macosx-10.7-x86_64-3.7/louvain/__init__.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
Fixing build/lib.macosx-10.7-x86_64-3.7/louvain/functions.py build/lib.macosx-10.7-x86_64-3.7/louvain/Optimiser.py build/lib.macosx-10.7-x86_64-3.7/louvain/VertexPartition.py build/lib.macosx-10.7-x86_64-3.7/louvain/_version.py build/lib.macosx-10.7-x86_64-3.7/louvain/__init__.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
UPDATING build/lib.macosx-10.7-x86_64-3.7/louvain/_version.py
set build/lib.macosx-10.7-x86_64-3.7/louvain/_version.py to '0.6.1'
running build_ext
Cannot find the C core of igraph on this system using pkg-config.
We will now try to download and compile the C core from scratch.
Version number of the C core: 0.7.1
Downloading igraph-0.7.1.tar.gz... 100.00%
Extracting igraph-0.7.1.tar.gz...
Configuring igraph...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -ll
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking build system type... x86_64-apple-darwin18.2.0
checking host system type... x86_64-apple-darwin18.2.0
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking 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
checking how to convert x86_64-apple-darwin18.2.0 file names to x86_64-apple-darwin18.2.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin18.2.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin18.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin18.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for unistd.h... (cached) yes
checking for stdint.h... (cached) yes
checking sys/int_types.h usability... no
checking sys/int_types.h presence... no
checking for sys/int_types.h... no
checking for expm1... yes
checking for rint... yes
checking for rintf... yes
checking for finite... yes
checking for log2... yes
checking for snprintf... yes
checking for log1p... yes
checking for round... yes
checking for fabsl... yes
checking for fmin... yes
checking for strcasecmp... yes
checking for isnan... yes
checking for strdup... yes
checking for _strdup... no
checking for ftruncate... yes
checking for stpcpy... yes
checking whether stpcpy is declared... yes
checking whether compiler supports -ffloat-store... yes
checking whether compiler supports -fstore... no
checking whether compiler accepts -Wall... yes
checking for xml2-config... /Users/danielsprague/anaconda3/bin/xml2-config
checking for xmlSAXUserParseFile in -lxml2... yes
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating tests/Makefile
config.status: creating tests/atlocal
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating igraph.pc
config.status: creating igraph_Info.plist
config.status: creating doc/Makefile
config.status: creating include/igraph_version.h
config.status: creating include/igraph_threading.h
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands
igraph successfully configured.
GraphML format support -- yes
GMP library support -- no
GLPK library support -- yes
Thread-local storage -- no
Use internal ARPACK -- yes
Use internal LAPACK -- yes
Use internal BLAS -- yes
Use internal F2C -- yes
Use internal GLPK -- yes
Debug build -- no
Profiling -- no
/Library/Developer/CommandLineTools/usr/bin/make all-recursive
Making all in src
gcc -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DNO_FPINIT f2c/arithchk.c -lm -o f2c/arith || \
gcc -DNO_LONG_LONG -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DNO_FPINIT f2c/arithchk.c \
-Wall -lm -o f2c/arith
f2c/arithchk.c:125:17: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
^~~~~~~~
f2c/arithchk.c:125:17: note: treat the string as an argument to avoid this
Cray1 = printf(emptyfmt) < 0 ? 0 : 4617762;
^
"%s",
1 warning generated.
f2c/arith > f2c/arith.h
/Library/Developer/CommandLineTools/usr/bin/make all-am
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-basic_query.lo -MD -MP -MF .deps/libigraph_la-basic_query.Tpo -c -o libigraph_la-basic_query.lo `test -f 'basic_query.c' || echo './'`basic_query.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-basic_query.lo -MD -MP -MF .deps/libigraph_la-basic_query.Tpo -c basic_query.c -fno-common -DPIC -o .libs/libigraph_la-basic_query.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-basic_query.lo -MD -MP -MF .deps/libigraph_la-basic_query.Tpo -c basic_query.c -o libigraph_la-basic_query.o >/dev/null 2>&1
mv -f .deps/libigraph_la-basic_query.Tpo .deps/libigraph_la-basic_query.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-games.lo -MD -MP -MF .deps/libigraph_la-games.Tpo -c -o libigraph_la-games.lo `test -f 'games.c' || echo './'`games.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-games.lo -MD -MP -MF .deps/libigraph_la-games.Tpo -c games.c -fno-common -DPIC -o .libs/libigraph_la-games.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-games.lo -MD -MP -MF .deps/libigraph_la-games.Tpo -c games.c -o libigraph_la-games.o >/dev/null 2>&1
mv -f .deps/libigraph_la-games.Tpo .deps/libigraph_la-games.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cocitation.lo -MD -MP -MF .deps/libigraph_la-cocitation.Tpo -c -o libigraph_la-cocitation.lo `test -f 'cocitation.c' || echo './'`cocitation.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cocitation.lo -MD -MP -MF .deps/libigraph_la-cocitation.Tpo -c cocitation.c -fno-common -DPIC -o .libs/libigraph_la-cocitation.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cocitation.lo -MD -MP -MF .deps/libigraph_la-cocitation.Tpo -c cocitation.c -o libigraph_la-cocitation.o >/dev/null 2>&1
mv -f .deps/libigraph_la-cocitation.Tpo .deps/libigraph_la-cocitation.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-iterators.lo -MD -MP -MF .deps/libigraph_la-iterators.Tpo -c -o libigraph_la-iterators.lo `test -f 'iterators.c' || echo './'`iterators.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-iterators.lo -MD -MP -MF .deps/libigraph_la-iterators.Tpo -c iterators.c -fno-common -DPIC -o .libs/libigraph_la-iterators.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-iterators.lo -MD -MP -MF .deps/libigraph_la-iterators.Tpo -c iterators.c -o libigraph_la-iterators.o >/dev/null 2>&1
mv -f .deps/libigraph_la-iterators.Tpo .deps/libigraph_la-iterators.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-structural_properties.lo -MD -MP -MF .deps/libigraph_la-structural_properties.Tpo -c -o libigraph_la-structural_properties.lo `test -f 'structural_properties.c' || echo './'`structural_properties.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-structural_properties.lo -MD -MP -MF .deps/libigraph_la-structural_properties.Tpo -c structural_properties.c -fno-common -DPIC -o .libs/libigraph_la-structural_properties.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-structural_properties.lo -MD -MP -MF .deps/libigraph_la-structural_properties.Tpo -c structural_properties.c -o libigraph_la-structural_properties.o >/dev/null 2>&1
mv -f .deps/libigraph_la-structural_properties.Tpo .deps/libigraph_la-structural_properties.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-components.lo -MD -MP -MF .deps/libigraph_la-components.Tpo -c -o libigraph_la-components.lo `test -f 'components.c' || echo './'`components.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-components.lo -MD -MP -MF .deps/libigraph_la-components.Tpo -c components.c -fno-common -DPIC -o .libs/libigraph_la-components.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-components.lo -MD -MP -MF .deps/libigraph_la-components.Tpo -c components.c -o libigraph_la-components.o >/dev/null 2>&1
mv -f .deps/libigraph_la-components.Tpo .deps/libigraph_la-components.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-layout.lo -MD -MP -MF .deps/libigraph_la-layout.Tpo -c -o libigraph_la-layout.lo `test -f 'layout.c' || echo './'`layout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-layout.lo -MD -MP -MF .deps/libigraph_la-layout.Tpo -c layout.c -fno-common -DPIC -o .libs/libigraph_la-layout.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-layout.lo -MD -MP -MF .deps/libigraph_la-layout.Tpo -c layout.c -o libigraph_la-layout.o >/dev/null 2>&1
mv -f .deps/libigraph_la-layout.Tpo .deps/libigraph_la-layout.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-structure_generators.lo -MD -MP -MF .deps/libigraph_la-structure_generators.Tpo -c -o libigraph_la-structure_generators.lo `test -f 'structure_generators.c' || echo './'`structure_generators.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-structure_generators.lo -MD -MP -MF .deps/libigraph_la-structure_generators.Tpo -c structure_generators.c -fno-common -DPIC -o .libs/libigraph_la-structure_generators.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-structure_generators.lo -MD -MP -MF .deps/libigraph_la-structure_generators.Tpo -c structure_generators.c -o libigraph_la-structure_generators.o >/dev/null 2>&1
mv -f .deps/libigraph_la-structure_generators.Tpo .deps/libigraph_la-structure_generators.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-conversion.lo -MD -MP -MF .deps/libigraph_la-conversion.Tpo -c -o libigraph_la-conversion.lo `test -f 'conversion.c' || echo './'`conversion.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-conversion.lo -MD -MP -MF .deps/libigraph_la-conversion.Tpo -c conversion.c -fno-common -DPIC -o .libs/libigraph_la-conversion.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-conversion.lo -MD -MP -MF .deps/libigraph_la-conversion.Tpo -c conversion.c -o libigraph_la-conversion.o >/dev/null 2>&1
mv -f .deps/libigraph_la-conversion.Tpo .deps/libigraph_la-conversion.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-type_indexededgelist.lo -MD -MP -MF .deps/libigraph_la-type_indexededgelist.Tpo -c -o libigraph_la-type_indexededgelist.lo `test -f 'type_indexededgelist.c' || echo './'`type_indexededgelist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-type_indexededgelist.lo -MD -MP -MF .deps/libigraph_la-type_indexededgelist.Tpo -c type_indexededgelist.c -fno-common -DPIC -o .libs/libigraph_la-type_indexededgelist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-type_indexededgelist.lo -MD -MP -MF .deps/libigraph_la-type_indexededgelist.Tpo -c type_indexededgelist.c -o libigraph_la-type_indexededgelist.o >/dev/null 2>&1
mv -f .deps/libigraph_la-type_indexededgelist.Tpo .deps/libigraph_la-type_indexededgelist.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spanning_trees.lo -MD -MP -MF .deps/libigraph_la-spanning_trees.Tpo -c -o libigraph_la-spanning_trees.lo `test -f 'spanning_trees.c' || echo './'`spanning_trees.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spanning_trees.lo -MD -MP -MF .deps/libigraph_la-spanning_trees.Tpo -c spanning_trees.c -fno-common -DPIC -o .libs/libigraph_la-spanning_trees.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spanning_trees.lo -MD -MP -MF .deps/libigraph_la-spanning_trees.Tpo -c spanning_trees.c -o libigraph_la-spanning_trees.o >/dev/null 2>&1
mv -f .deps/libigraph_la-spanning_trees.Tpo .deps/libigraph_la-spanning_trees.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_error.lo -MD -MP -MF .deps/libigraph_la-igraph_error.Tpo -c -o libigraph_la-igraph_error.lo `test -f 'igraph_error.c' || echo './'`igraph_error.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_error.lo -MD -MP -MF .deps/libigraph_la-igraph_error.Tpo -c igraph_error.c -fno-common -DPIC -o .libs/libigraph_la-igraph_error.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_error.lo -MD -MP -MF .deps/libigraph_la-igraph_error.Tpo -c igraph_error.c -o libigraph_la-igraph_error.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_error.Tpo .deps/libigraph_la-igraph_error.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-interrupt.lo -MD -MP -MF .deps/libigraph_la-interrupt.Tpo -c -o libigraph_la-interrupt.lo `test -f 'interrupt.c' || echo './'`interrupt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-interrupt.lo -MD -MP -MF .deps/libigraph_la-interrupt.Tpo -c interrupt.c -fno-common -DPIC -o .libs/libigraph_la-interrupt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-interrupt.lo -MD -MP -MF .deps/libigraph_la-interrupt.Tpo -c interrupt.c -o libigraph_la-interrupt.o >/dev/null 2>&1
mv -f .deps/libigraph_la-interrupt.Tpo .deps/libigraph_la-interrupt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-other.lo -MD -MP -MF .deps/libigraph_la-other.Tpo -c -o libigraph_la-other.lo `test -f 'other.c' || echo './'`other.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-other.lo -MD -MP -MF .deps/libigraph_la-other.Tpo -c other.c -fno-common -DPIC -o .libs/libigraph_la-other.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-other.lo -MD -MP -MF .deps/libigraph_la-other.Tpo -c other.c -o libigraph_la-other.o >/dev/null 2>&1
mv -f .deps/libigraph_la-other.Tpo .deps/libigraph_la-other.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign.lo -MD -MP -MF .deps/libigraph_la-foreign.Tpo -c -o libigraph_la-foreign.lo `test -f 'foreign.c' || echo './'`foreign.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign.lo -MD -MP -MF .deps/libigraph_la-foreign.Tpo -c foreign.c -fno-common -DPIC -o .libs/libigraph_la-foreign.o
foreign.c:242:17: warning: address of array 'context.errmsg' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (context.errmsg) {
~~ ~~~~~~~~^~~~~~
foreign.c:393:17: warning: address of array 'context.errmsg' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (context.errmsg) {
~~ ~~~~~~~~^~~~~~
foreign.c:579:17: warning: address of array 'context.errmsg' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (context.errmsg) {
~~ ~~~~~~~~^~~~~~
foreign.c:1120:17: warning: address of array 'context.errmsg' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (context.errmsg) {
~~ ~~~~~~~~^~~~~~
foreign.c:3032:17: warning: address of array 'context.errmsg' will always evaluate to 'true' [-Wpointer-bool-conversion]
if (context.errmsg) {
~~ ~~~~~~~~^~~~~~
5 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign.lo -MD -MP -MF .deps/libigraph_la-foreign.Tpo -c foreign.c -o libigraph_la-foreign.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign.Tpo .deps/libigraph_la-foreign.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-random.lo -MD -MP -MF .deps/libigraph_la-random.Tpo -c -o libigraph_la-random.lo `test -f 'random.c' || echo './'`random.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-random.lo -MD -MP -MF .deps/libigraph_la-random.Tpo -c random.c -fno-common -DPIC -o .libs/libigraph_la-random.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-random.lo -MD -MP -MF .deps/libigraph_la-random.Tpo -c random.c -o libigraph_la-random.o >/dev/null 2>&1
mv -f .deps/libigraph_la-random.Tpo .deps/libigraph_la-random.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-attributes.lo -MD -MP -MF .deps/libigraph_la-attributes.Tpo -c -o libigraph_la-attributes.lo `test -f 'attributes.c' || echo './'`attributes.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-attributes.lo -MD -MP -MF .deps/libigraph_la-attributes.Tpo -c attributes.c -fno-common -DPIC -o .libs/libigraph_la-attributes.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-attributes.lo -MD -MP -MF .deps/libigraph_la-attributes.Tpo -c attributes.c -o libigraph_la-attributes.o >/dev/null 2>&1
mv -f .deps/libigraph_la-attributes.Tpo .deps/libigraph_la-attributes.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-ncol-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-ncol-parser.Tpo -c -o libigraph_la-foreign-ncol-parser.lo `test -f 'foreign-ncol-parser.c' || echo './'`foreign-ncol-parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-ncol-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-ncol-parser.Tpo -c foreign-ncol-parser.c -fno-common -DPIC -o .libs/libigraph_la-foreign-ncol-parser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-ncol-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-ncol-parser.Tpo -c foreign-ncol-parser.c -o libigraph_la-foreign-ncol-parser.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-ncol-parser.Tpo .deps/libigraph_la-foreign-ncol-parser.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-ncol-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-ncol-lexer.Tpo -c -o libigraph_la-foreign-ncol-lexer.lo `test -f 'foreign-ncol-lexer.c' || echo './'`foreign-ncol-lexer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-ncol-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-ncol-lexer.Tpo -c foreign-ncol-lexer.c -fno-common -DPIC -o .libs/libigraph_la-foreign-ncol-lexer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-ncol-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-ncol-lexer.Tpo -c foreign-ncol-lexer.c -o libigraph_la-foreign-ncol-lexer.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-ncol-lexer.Tpo .deps/libigraph_la-foreign-ncol-lexer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-lgl-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-lgl-parser.Tpo -c -o libigraph_la-foreign-lgl-parser.lo `test -f 'foreign-lgl-parser.c' || echo './'`foreign-lgl-parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-lgl-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-lgl-parser.Tpo -c foreign-lgl-parser.c -fno-common -DPIC -o .libs/libigraph_la-foreign-lgl-parser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-lgl-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-lgl-parser.Tpo -c foreign-lgl-parser.c -o libigraph_la-foreign-lgl-parser.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-lgl-parser.Tpo .deps/libigraph_la-foreign-lgl-parser.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-lgl-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-lgl-lexer.Tpo -c -o libigraph_la-foreign-lgl-lexer.lo `test -f 'foreign-lgl-lexer.c' || echo './'`foreign-lgl-lexer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-lgl-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-lgl-lexer.Tpo -c foreign-lgl-lexer.c -fno-common -DPIC -o .libs/libigraph_la-foreign-lgl-lexer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-lgl-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-lgl-lexer.Tpo -c foreign-lgl-lexer.c -o libigraph_la-foreign-lgl-lexer.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-lgl-lexer.Tpo .deps/libigraph_la-foreign-lgl-lexer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-pajek-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-pajek-parser.Tpo -c -o libigraph_la-foreign-pajek-parser.lo `test -f 'foreign-pajek-parser.c' || echo './'`foreign-pajek-parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-pajek-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-pajek-parser.Tpo -c foreign-pajek-parser.c -fno-common -DPIC -o .libs/libigraph_la-foreign-pajek-parser.o
foreign-pajek-parser.y:448:41: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
{ context->mode=0; context->actfrom=fabs((yyvsp[(1) - (1)].intnum))-1; }
^
foreign-pajek-parser.y:448:41: note: use function 'labs' instead
{ context->mode=0; context->actfrom=fabs((yyvsp[(1) - (1)].intnum))-1; }
^~~~
labs
foreign-pajek-parser.y:452:44: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
igraph_vector_push_back(context->vector, fabs((yyvsp[(1) - (1)].intnum))-1);
^
foreign-pajek-parser.y:452:44: note: use function 'labs' instead
igraph_vector_push_back(context->vector, fabs((yyvsp[(1) - (1)].intnum))-1);
^~~~
labs
foreign-pajek-parser.y:463:41: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
{ context->mode=0; context->actfrom=fabs((yyvsp[(1) - (1)].intnum))-1; }
^
foreign-pajek-parser.y:463:41: note: use function 'labs' instead
{ context->mode=0; context->actfrom=fabs((yyvsp[(1) - (1)].intnum))-1; }
^~~~
labs
foreign-pajek-parser.y:467:44: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
igraph_vector_push_back(context->vector, fabs((yyvsp[(1) - (1)].intnum))-1);
^
foreign-pajek-parser.y:467:44: note: use function 'labs' instead
igraph_vector_push_back(context->vector, fabs((yyvsp[(1) - (1)].intnum))-1);
^~~~
labs
4 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-pajek-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-pajek-parser.Tpo -c foreign-pajek-parser.c -o libigraph_la-foreign-pajek-parser.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-pajek-parser.Tpo .deps/libigraph_la-foreign-pajek-parser.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-pajek-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-pajek-lexer.Tpo -c -o libigraph_la-foreign-pajek-lexer.lo `test -f 'foreign-pajek-lexer.c' || echo './'`foreign-pajek-lexer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-pajek-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-pajek-lexer.Tpo -c foreign-pajek-lexer.c -fno-common -DPIC -o .libs/libigraph_la-foreign-pajek-lexer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-pajek-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-pajek-lexer.Tpo -c foreign-pajek-lexer.c -o libigraph_la-foreign-pajek-lexer.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-pajek-lexer.Tpo .deps/libigraph_la-foreign-pajek-lexer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-gml-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-gml-parser.Tpo -c -o libigraph_la-foreign-gml-parser.lo `test -f 'foreign-gml-parser.c' || echo './'`foreign-gml-parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-gml-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-gml-parser.Tpo -c foreign-gml-parser.c -fno-common -DPIC -o .libs/libigraph_la-foreign-gml-parser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-gml-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-gml-parser.Tpo -c foreign-gml-parser.c -o libigraph_la-foreign-gml-parser.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-gml-parser.Tpo .deps/libigraph_la-foreign-gml-parser.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-gml-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-gml-lexer.Tpo -c -o libigraph_la-foreign-gml-lexer.lo `test -f 'foreign-gml-lexer.c' || echo './'`foreign-gml-lexer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-gml-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-gml-lexer.Tpo -c foreign-gml-lexer.c -fno-common -DPIC -o .libs/libigraph_la-foreign-gml-lexer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-gml-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-gml-lexer.Tpo -c foreign-gml-lexer.c -o libigraph_la-foreign-gml-lexer.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-gml-lexer.Tpo .deps/libigraph_la-foreign-gml-lexer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-dqueue.lo -MD -MP -MF .deps/libigraph_la-dqueue.Tpo -c -o libigraph_la-dqueue.lo `test -f 'dqueue.c' || echo './'`dqueue.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-dqueue.lo -MD -MP -MF .deps/libigraph_la-dqueue.Tpo -c dqueue.c -fno-common -DPIC -o .libs/libigraph_la-dqueue.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-dqueue.lo -MD -MP -MF .deps/libigraph_la-dqueue.Tpo -c dqueue.c -o libigraph_la-dqueue.o >/dev/null 2>&1
mv -f .deps/libigraph_la-dqueue.Tpo .deps/libigraph_la-dqueue.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-heap.lo -MD -MP -MF .deps/libigraph_la-heap.Tpo -c -o libigraph_la-heap.lo `test -f 'heap.c' || echo './'`heap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-heap.lo -MD -MP -MF .deps/libigraph_la-heap.Tpo -c heap.c -fno-common -DPIC -o .libs/libigraph_la-heap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-heap.lo -MD -MP -MF .deps/libigraph_la-heap.Tpo -c heap.c -o libigraph_la-heap.o >/dev/null 2>&1
mv -f .deps/libigraph_la-heap.Tpo .deps/libigraph_la-heap.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_heap.lo -MD -MP -MF .deps/libigraph_la-igraph_heap.Tpo -c -o libigraph_la-igraph_heap.lo `test -f 'igraph_heap.c' || echo './'`igraph_heap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_heap.lo -MD -MP -MF .deps/libigraph_la-igraph_heap.Tpo -c igraph_heap.c -fno-common -DPIC -o .libs/libigraph_la-igraph_heap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_heap.lo -MD -MP -MF .deps/libigraph_la-igraph_heap.Tpo -c igraph_heap.c -o libigraph_la-igraph_heap.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_heap.Tpo .deps/libigraph_la-igraph_heap.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_stack.lo -MD -MP -MF .deps/libigraph_la-igraph_stack.Tpo -c -o libigraph_la-igraph_stack.lo `test -f 'igraph_stack.c' || echo './'`igraph_stack.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_stack.lo -MD -MP -MF .deps/libigraph_la-igraph_stack.Tpo -c igraph_stack.c -fno-common -DPIC -o .libs/libigraph_la-igraph_stack.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_stack.lo -MD -MP -MF .deps/libigraph_la-igraph_stack.Tpo -c igraph_stack.c -o libigraph_la-igraph_stack.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_stack.Tpo .deps/libigraph_la-igraph_stack.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_strvector.lo -MD -MP -MF .deps/libigraph_la-igraph_strvector.Tpo -c -o libigraph_la-igraph_strvector.lo `test -f 'igraph_strvector.c' || echo './'`igraph_strvector.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_strvector.lo -MD -MP -MF .deps/libigraph_la-igraph_strvector.Tpo -c igraph_strvector.c -fno-common -DPIC -o .libs/libigraph_la-igraph_strvector.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_strvector.lo -MD -MP -MF .deps/libigraph_la-igraph_strvector.Tpo -c igraph_strvector.c -o libigraph_la-igraph_strvector.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_strvector.Tpo .deps/libigraph_la-igraph_strvector.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_trie.lo -MD -MP -MF .deps/libigraph_la-igraph_trie.Tpo -c -o libigraph_la-igraph_trie.lo `test -f 'igraph_trie.c' || echo './'`igraph_trie.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_trie.lo -MD -MP -MF .deps/libigraph_la-igraph_trie.Tpo -c igraph_trie.c -fno-common -DPIC -o .libs/libigraph_la-igraph_trie.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_trie.lo -MD -MP -MF .deps/libigraph_la-igraph_trie.Tpo -c igraph_trie.c -o libigraph_la-igraph_trie.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_trie.Tpo .deps/libigraph_la-igraph_trie.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-matrix.lo -MD -MP -MF .deps/libigraph_la-matrix.Tpo -c -o libigraph_la-matrix.lo `test -f 'matrix.c' || echo './'`matrix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-matrix.lo -MD -MP -MF .deps/libigraph_la-matrix.Tpo -c matrix.c -fno-common -DPIC -o .libs/libigraph_la-matrix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-matrix.lo -MD -MP -MF .deps/libigraph_la-matrix.Tpo -c matrix.c -o libigraph_la-matrix.o >/dev/null 2>&1
mv -f .deps/libigraph_la-matrix.Tpo .deps/libigraph_la-matrix.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-vector.lo -MD -MP -MF .deps/libigraph_la-vector.Tpo -c -o libigraph_la-vector.lo `test -f 'vector.c' || echo './'`vector.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-vector.lo -MD -MP -MF .deps/libigraph_la-vector.Tpo -c vector.c -fno-common -DPIC -o .libs/libigraph_la-vector.o
In file included from vector.c:38:
./vector.pmt:1968:19: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^
./vector.pmt:1968:19: note: use function 'labs' instead
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^~~~
labs
In file included from vector.c:44:
./vector.pmt:243:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
va_start(ap, endmark);
^
./vector.pmt:239:13: note: parameter of type 'char' is declared here
BASE endmark, ...) {
^
./vector.pmt:256:16: warning: passing an object that undergoes default argument promotion to 'va_start' has undefined behavior [-Wvarargs]
va_start(ap, endmark);
^
./vector.pmt:239:13: note: parameter of type 'char' is declared here
BASE endmark, ...) {
^
./vector.pmt:1968:19: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^
./vector.pmt:1968:19: note: use function 'abs' instead
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^~~~
abs
In file included from vector.c:50:
./vector.pmt:1968:19: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^
./vector.pmt:1968:19: note: use function 'abs' instead
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^~~~
abs
In file included from vector.c:56:
./vector.pmt:1968:19: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value]
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^
./vector.pmt:1968:19: note: use function 'abs' instead
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^~~~
abs
6 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-vector.lo -MD -MP -MF .deps/libigraph_la-vector.Tpo -c vector.c -o libigraph_la-vector.o >/dev/null 2>&1
mv -f .deps/libigraph_la-vector.Tpo .deps/libigraph_la-vector.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-vector_ptr.lo -MD -MP -MF .deps/libigraph_la-vector_ptr.Tpo -c -o libigraph_la-vector_ptr.lo `test -f 'vector_ptr.c' || echo './'`vector_ptr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-vector_ptr.lo -MD -MP -MF .deps/libigraph_la-vector_ptr.Tpo -c vector_ptr.c -fno-common -DPIC -o .libs/libigraph_la-vector_ptr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-vector_ptr.lo -MD -MP -MF .deps/libigraph_la-vector_ptr.Tpo -c vector_ptr.c -o libigraph_la-vector_ptr.o >/dev/null 2>&1
mv -f .deps/libigraph_la-vector_ptr.Tpo .deps/libigraph_la-vector_ptr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-memory.lo -MD -MP -MF .deps/libigraph_la-memory.Tpo -c -o libigraph_la-memory.lo `test -f 'memory.c' || echo './'`memory.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-memory.lo -MD -MP -MF .deps/libigraph_la-memory.Tpo -c memory.c -fno-common -DPIC -o .libs/libigraph_la-memory.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-memory.lo -MD -MP -MF .deps/libigraph_la-memory.Tpo -c memory.c -o libigraph_la-memory.o >/dev/null 2>&1
mv -f .deps/libigraph_la-memory.Tpo .deps/libigraph_la-memory.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-adjlist.lo -MD -MP -MF .deps/libigraph_la-adjlist.Tpo -c -o libigraph_la-adjlist.lo `test -f 'adjlist.c' || echo './'`adjlist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-adjlist.lo -MD -MP -MF .deps/libigraph_la-adjlist.Tpo -c adjlist.c -fno-common -DPIC -o .libs/libigraph_la-adjlist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-adjlist.lo -MD -MP -MF .deps/libigraph_la-adjlist.Tpo -c adjlist.c -o libigraph_la-adjlist.o >/dev/null 2>&1
mv -f .deps/libigraph_la-adjlist.Tpo .deps/libigraph_la-adjlist.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-visitors.lo -MD -MP -MF .deps/libigraph_la-visitors.Tpo -c -o libigraph_la-visitors.lo `test -f 'visitors.c' || echo './'`visitors.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-visitors.lo -MD -MP -MF .deps/libigraph_la-visitors.Tpo -c visitors.c -fno-common -DPIC -o .libs/libigraph_la-visitors.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-visitors.lo -MD -MP -MF .deps/libigraph_la-visitors.Tpo -c visitors.c -o libigraph_la-visitors.o >/dev/null 2>&1
mv -f .deps/libigraph_la-visitors.Tpo .deps/libigraph_la-visitors.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_grid.lo -MD -MP -MF .deps/libigraph_la-igraph_grid.Tpo -c -o libigraph_la-igraph_grid.lo `test -f 'igraph_grid.c' || echo './'`igraph_grid.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_grid.lo -MD -MP -MF .deps/libigraph_la-igraph_grid.Tpo -c igraph_grid.c -fno-common -DPIC -o .libs/libigraph_la-igraph_grid.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_grid.lo -MD -MP -MF .deps/libigraph_la-igraph_grid.Tpo -c igraph_grid.c -o libigraph_la-igraph_grid.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_grid.Tpo .deps/libigraph_la-igraph_grid.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-atlas.lo -MD -MP -MF .deps/libigraph_la-atlas.Tpo -c -o libigraph_la-atlas.lo `test -f 'atlas.c' || echo './'`atlas.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-atlas.lo -MD -MP -MF .deps/libigraph_la-atlas.Tpo -c atlas.c -fno-common -DPIC -o .libs/libigraph_la-atlas.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-atlas.lo -MD -MP -MF .deps/libigraph_la-atlas.Tpo -c atlas.c -o libigraph_la-atlas.o >/dev/null 2>&1
mv -f .deps/libigraph_la-atlas.Tpo .deps/libigraph_la-atlas.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-topology.lo -MD -MP -MF .deps/libigraph_la-topology.Tpo -c -o libigraph_la-topology.lo `test -f 'topology.c' || echo './'`topology.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-topology.lo -MD -MP -MF .deps/libigraph_la-topology.Tpo -c topology.c -fno-common -DPIC -o .libs/libigraph_la-topology.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-topology.lo -MD -MP -MF .deps/libigraph_la-topology.Tpo -c topology.c -o libigraph_la-topology.o >/dev/null 2>&1
mv -f .deps/libigraph_la-topology.Tpo .deps/libigraph_la-topology.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-motifs.lo -MD -MP -MF .deps/libigraph_la-motifs.Tpo -c -o libigraph_la-motifs.lo `test -f 'motifs.c' || echo './'`motifs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-motifs.lo -MD -MP -MF .deps/libigraph_la-motifs.Tpo -c motifs.c -fno-common -DPIC -o .libs/libigraph_la-motifs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-motifs.lo -MD -MP -MF .deps/libigraph_la-motifs.Tpo -c motifs.c -o libigraph_la-motifs.o >/dev/null 2>&1
mv -f .deps/libigraph_la-motifs.Tpo .deps/libigraph_la-motifs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-progress.lo -MD -MP -MF .deps/libigraph_la-progress.Tpo -c -o libigraph_la-progress.lo `test -f 'progress.c' || echo './'`progress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-progress.lo -MD -MP -MF .deps/libigraph_la-progress.Tpo -c progress.c -fno-common -DPIC -o .libs/libigraph_la-progress.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-progress.lo -MD -MP -MF .deps/libigraph_la-progress.Tpo -c progress.c -o libigraph_la-progress.o >/dev/null 2>&1
mv -f .deps/libigraph_la-progress.Tpo .deps/libigraph_la-progress.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-operators.lo -MD -MP -MF .deps/libigraph_la-operators.Tpo -c -o libigraph_la-operators.lo `test -f 'operators.c' || echo './'`operators.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-operators.lo -MD -MP -MF .deps/libigraph_la-operators.Tpo -c operators.c -fno-common -DPIC -o .libs/libigraph_la-operators.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-operators.lo -MD -MP -MF .deps/libigraph_la-operators.Tpo -c operators.c -o libigraph_la-operators.o >/dev/null 2>&1
mv -f .deps/libigraph_la-operators.Tpo .deps/libigraph_la-operators.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_psumtree.lo -MD -MP -MF .deps/libigraph_la-igraph_psumtree.Tpo -c -o libigraph_la-igraph_psumtree.lo `test -f 'igraph_psumtree.c' || echo './'`igraph_psumtree.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_psumtree.lo -MD -MP -MF .deps/libigraph_la-igraph_psumtree.Tpo -c igraph_psumtree.c -fno-common -DPIC -o .libs/libigraph_la-igraph_psumtree.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_psumtree.lo -MD -MP -MF .deps/libigraph_la-igraph_psumtree.Tpo -c igraph_psumtree.c -o libigraph_la-igraph_psumtree.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_psumtree.Tpo .deps/libigraph_la-igraph_psumtree.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-array.lo -MD -MP -MF .deps/libigraph_la-array.Tpo -c -o libigraph_la-array.lo `test -f 'array.c' || echo './'`array.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-array.lo -MD -MP -MF .deps/libigraph_la-array.Tpo -c array.c -fno-common -DPIC -o .libs/libigraph_la-array.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-array.lo -MD -MP -MF .deps/libigraph_la-array.Tpo -c array.c -o libigraph_la-array.o >/dev/null 2>&1
mv -f .deps/libigraph_la-array.Tpo .deps/libigraph_la-array.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_hashtable.lo -MD -MP -MF .deps/libigraph_la-igraph_hashtable.Tpo -c -o libigraph_la-igraph_hashtable.lo `test -f 'igraph_hashtable.c' || echo './'`igraph_hashtable.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_hashtable.lo -MD -MP -MF .deps/libigraph_la-igraph_hashtable.Tpo -c igraph_hashtable.c -fno-common -DPIC -o .libs/libigraph_la-igraph_hashtable.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_hashtable.lo -MD -MP -MF .deps/libigraph_la-igraph_hashtable.Tpo -c igraph_hashtable.c -o libigraph_la-igraph_hashtable.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_hashtable.Tpo .deps/libigraph_la-igraph_hashtable.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-graphml.lo -MD -MP -MF .deps/libigraph_la-foreign-graphml.Tpo -c -o libigraph_la-foreign-graphml.lo `test -f 'foreign-graphml.c' || echo './'`foreign-graphml.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-graphml.lo -MD -MP -MF .deps/libigraph_la-foreign-graphml.Tpo -c foreign-graphml.c -fno-common -DPIC -o .libs/libigraph_la-foreign-graphml.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-graphml.lo -MD -MP -MF .deps/libigraph_la-foreign-graphml.Tpo -c foreign-graphml.c -o libigraph_la-foreign-graphml.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-graphml.Tpo .deps/libigraph_la-foreign-graphml.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-flow.lo -MD -MP -MF .deps/libigraph_la-flow.Tpo -c -o libigraph_la-flow.lo `test -f 'flow.c' || echo './'`flow.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-flow.lo -MD -MP -MF .deps/libigraph_la-flow.Tpo -c flow.c -fno-common -DPIC -o .libs/libigraph_la-flow.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-flow.lo -MD -MP -MF .deps/libigraph_la-flow.Tpo -c flow.c -o libigraph_la-flow.o >/dev/null 2>&1
mv -f .deps/libigraph_la-flow.Tpo .deps/libigraph_la-flow.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_buckets.lo -MD -MP -MF .deps/libigraph_la-igraph_buckets.Tpo -c -o libigraph_la-igraph_buckets.lo `test -f 'igraph_buckets.c' || echo './'`igraph_buckets.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_buckets.lo -MD -MP -MF .deps/libigraph_la-igraph_buckets.Tpo -c igraph_buckets.c -fno-common -DPIC -o .libs/libigraph_la-igraph_buckets.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_buckets.lo -MD -MP -MF .deps/libigraph_la-igraph_buckets.Tpo -c igraph_buckets.c -o libigraph_la-igraph_buckets.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_buckets.Tpo .deps/libigraph_la-igraph_buckets.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-NetDataTypes.lo -MD -MP -MF .deps/libigraph_la-NetDataTypes.Tpo -c -o libigraph_la-NetDataTypes.lo `test -f 'NetDataTypes.cpp' || echo './'`NetDataTypes.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-NetDataTypes.lo -MD -MP -MF .deps/libigraph_la-NetDataTypes.Tpo -c NetDataTypes.cpp -fno-common -DPIC -o .libs/libigraph_la-NetDataTypes.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-NetDataTypes.lo -MD -MP -MF .deps/libigraph_la-NetDataTypes.Tpo -c NetDataTypes.cpp -o libigraph_la-NetDataTypes.o >/dev/null 2>&1
mv -f .deps/libigraph_la-NetDataTypes.Tpo .deps/libigraph_la-NetDataTypes.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-NetRoutines.lo -MD -MP -MF .deps/libigraph_la-NetRoutines.Tpo -c -o libigraph_la-NetRoutines.lo `test -f 'NetRoutines.cpp' || echo './'`NetRoutines.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-NetRoutines.lo -MD -MP -MF .deps/libigraph_la-NetRoutines.Tpo -c NetRoutines.cpp -fno-common -DPIC -o .libs/libigraph_la-NetRoutines.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-NetRoutines.lo -MD -MP -MF .deps/libigraph_la-NetRoutines.Tpo -c NetRoutines.cpp -o libigraph_la-NetRoutines.o >/dev/null 2>&1
mv -f .deps/libigraph_la-NetRoutines.Tpo .deps/libigraph_la-NetRoutines.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-clustertool.lo -MD -MP -MF .deps/libigraph_la-clustertool.Tpo -c -o libigraph_la-clustertool.lo `test -f 'clustertool.cpp' || echo './'`clustertool.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-clustertool.lo -MD -MP -MF .deps/libigraph_la-clustertool.Tpo -c clustertool.cpp -fno-common -DPIC -o .libs/libigraph_la-clustertool.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-clustertool.lo -MD -MP -MF .deps/libigraph_la-clustertool.Tpo -c clustertool.cpp -o libigraph_la-clustertool.o >/dev/null 2>&1
mv -f .deps/libigraph_la-clustertool.Tpo .deps/libigraph_la-clustertool.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-pottsmodel_2.lo -MD -MP -MF .deps/libigraph_la-pottsmodel_2.Tpo -c -o libigraph_la-pottsmodel_2.lo `test -f 'pottsmodel_2.cpp' || echo './'`pottsmodel_2.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-pottsmodel_2.lo -MD -MP -MF .deps/libigraph_la-pottsmodel_2.Tpo -c pottsmodel_2.cpp -fno-common -DPIC -o .libs/libigraph_la-pottsmodel_2.o
pottsmodel_2.cpp:2099:2: warning: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean 'delete[]'? [-Wmismatched-new-delete]
delete cluster_assign;
^
[]
pottsmodel_2.cpp:2055:33: note: allocated with 'new[]' here
unsigned int *cluster_assign = new unsigned int[q+1];
^
1 warning generated.
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-pottsmodel_2.lo -MD -MP -MF .deps/libigraph_la-pottsmodel_2.Tpo -c pottsmodel_2.cpp -o libigraph_la-pottsmodel_2.o >/dev/null 2>&1
mv -f .deps/libigraph_la-pottsmodel_2.Tpo .deps/libigraph_la-pottsmodel_2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spectral_properties.lo -MD -MP -MF .deps/libigraph_la-spectral_properties.Tpo -c -o libigraph_la-spectral_properties.lo `test -f 'spectral_properties.c' || echo './'`spectral_properties.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spectral_properties.lo -MD -MP -MF .deps/libigraph_la-spectral_properties.Tpo -c spectral_properties.c -fno-common -DPIC -o .libs/libigraph_la-spectral_properties.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spectral_properties.lo -MD -MP -MF .deps/libigraph_la-spectral_properties.Tpo -c spectral_properties.c -o libigraph_la-spectral_properties.o >/dev/null 2>&1
mv -f .deps/libigraph_la-spectral_properties.Tpo .deps/libigraph_la-spectral_properties.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cores.lo -MD -MP -MF .deps/libigraph_la-cores.Tpo -c -o libigraph_la-cores.lo `test -f 'cores.c' || echo './'`cores.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cores.lo -MD -MP -MF .deps/libigraph_la-cores.Tpo -c cores.c -fno-common -DPIC -o .libs/libigraph_la-cores.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cores.lo -MD -MP -MF .deps/libigraph_la-cores.Tpo -c cores.c -o libigraph_la-cores.o >/dev/null 2>&1
mv -f .deps/libigraph_la-cores.Tpo .deps/libigraph_la-cores.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_set.lo -MD -MP -MF .deps/libigraph_la-igraph_set.Tpo -c -o libigraph_la-igraph_set.lo `test -f 'igraph_set.c' || echo './'`igraph_set.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_set.lo -MD -MP -MF .deps/libigraph_la-igraph_set.Tpo -c igraph_set.c -fno-common -DPIC -o .libs/libigraph_la-igraph_set.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_set.lo -MD -MP -MF .deps/libigraph_la-igraph_set.Tpo -c igraph_set.c -o libigraph_la-igraph_set.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_set.Tpo .deps/libigraph_la-igraph_set.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cliques.lo -MD -MP -MF .deps/libigraph_la-cliques.Tpo -c -o libigraph_la-cliques.lo `test -f 'cliques.c' || echo './'`cliques.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cliques.lo -MD -MP -MF .deps/libigraph_la-cliques.Tpo -c cliques.c -fno-common -DPIC -o .libs/libigraph_la-cliques.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cliques.lo -MD -MP -MF .deps/libigraph_la-cliques.Tpo -c cliques.c -o libigraph_la-cliques.o >/dev/null 2>&1
mv -f .deps/libigraph_la-cliques.Tpo .deps/libigraph_la-cliques.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_cit.lo -MD -MP -MF .deps/libigraph_la-revolver_cit.Tpo -c -o libigraph_la-revolver_cit.lo `test -f 'revolver_cit.c' || echo './'`revolver_cit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_cit.lo -MD -MP -MF .deps/libigraph_la-revolver_cit.Tpo -c revolver_cit.c -fno-common -DPIC -o .libs/libigraph_la-revolver_cit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_cit.lo -MD -MP -MF .deps/libigraph_la-revolver_cit.Tpo -c revolver_cit.c -o libigraph_la-revolver_cit.o >/dev/null 2>&1
mv -f .deps/libigraph_la-revolver_cit.Tpo .deps/libigraph_la-revolver_cit.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_grow.lo -MD -MP -MF .deps/libigraph_la-revolver_grow.Tpo -c -o libigraph_la-revolver_grow.lo `test -f 'revolver_grow.c' || echo './'`revolver_grow.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_grow.lo -MD -MP -MF .deps/libigraph_la-revolver_grow.Tpo -c revolver_grow.c -fno-common -DPIC -o .libs/libigraph_la-revolver_grow.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_grow.lo -MD -MP -MF .deps/libigraph_la-revolver_grow.Tpo -c revolver_grow.c -o libigraph_la-revolver_grow.o >/dev/null 2>&1
mv -f .deps/libigraph_la-revolver_grow.Tpo .deps/libigraph_la-revolver_grow.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap.lo -MD -MP -MF .deps/libigraph_la-walktrap.Tpo -c -o libigraph_la-walktrap.lo `test -f 'walktrap.cpp' || echo './'`walktrap.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap.lo -MD -MP -MF .deps/libigraph_la-walktrap.Tpo -c walktrap.cpp -fno-common -DPIC -o .libs/libigraph_la-walktrap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap.lo -MD -MP -MF .deps/libigraph_la-walktrap.Tpo -c walktrap.cpp -o libigraph_la-walktrap.o >/dev/null 2>&1
mv -f .deps/libigraph_la-walktrap.Tpo .deps/libigraph_la-walktrap.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_heap.lo -MD -MP -MF .deps/libigraph_la-walktrap_heap.Tpo -c -o libigraph_la-walktrap_heap.lo `test -f 'walktrap_heap.cpp' || echo './'`walktrap_heap.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_heap.lo -MD -MP -MF .deps/libigraph_la-walktrap_heap.Tpo -c walktrap_heap.cpp -fno-common -DPIC -o .libs/libigraph_la-walktrap_heap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_heap.lo -MD -MP -MF .deps/libigraph_la-walktrap_heap.Tpo -c walktrap_heap.cpp -o libigraph_la-walktrap_heap.o >/dev/null 2>&1
mv -f .deps/libigraph_la-walktrap_heap.Tpo .deps/libigraph_la-walktrap_heap.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_graph.lo -MD -MP -MF .deps/libigraph_la-walktrap_graph.Tpo -c -o libigraph_la-walktrap_graph.lo `test -f 'walktrap_graph.cpp' || echo './'`walktrap_graph.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_graph.lo -MD -MP -MF .deps/libigraph_la-walktrap_graph.Tpo -c walktrap_graph.cpp -fno-common -DPIC -o .libs/libigraph_la-walktrap_graph.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_graph.lo -MD -MP -MF .deps/libigraph_la-walktrap_graph.Tpo -c walktrap_graph.cpp -o libigraph_la-walktrap_graph.o >/dev/null 2>&1
mv -f .deps/libigraph_la-walktrap_graph.Tpo .deps/libigraph_la-walktrap_graph.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_communities.lo -MD -MP -MF .deps/libigraph_la-walktrap_communities.Tpo -c -o libigraph_la-walktrap_communities.lo `test -f 'walktrap_communities.cpp' || echo './'`walktrap_communities.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_communities.lo -MD -MP -MF .deps/libigraph_la-walktrap_communities.Tpo -c walktrap_communities.cpp -fno-common -DPIC -o .libs/libigraph_la-walktrap_communities.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-walktrap_communities.lo -MD -MP -MF .deps/libigraph_la-walktrap_communities.Tpo -c walktrap_communities.cpp -o libigraph_la-walktrap_communities.o >/dev/null 2>&1
mv -f .deps/libigraph_la-walktrap_communities.Tpo .deps/libigraph_la-walktrap_communities.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap.lo -MD -MP -MF .deps/libigraph_la-infomap.Tpo -c -o libigraph_la-infomap.lo `test -f 'infomap.cc' || echo './'`infomap.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap.lo -MD -MP -MF .deps/libigraph_la-infomap.Tpo -c infomap.cc -fno-common -DPIC -o .libs/libigraph_la-infomap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap.lo -MD -MP -MF .deps/libigraph_la-infomap.Tpo -c infomap.cc -o libigraph_la-infomap.o >/dev/null 2>&1
mv -f .deps/libigraph_la-infomap.Tpo .deps/libigraph_la-infomap.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_Greedy.lo -MD -MP -MF .deps/libigraph_la-infomap_Greedy.Tpo -c -o libigraph_la-infomap_Greedy.lo `test -f 'infomap_Greedy.cc' || echo './'`infomap_Greedy.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_Greedy.lo -MD -MP -MF .deps/libigraph_la-infomap_Greedy.Tpo -c infomap_Greedy.cc -fno-common -DPIC -o .libs/libigraph_la-infomap_Greedy.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_Greedy.lo -MD -MP -MF .deps/libigraph_la-infomap_Greedy.Tpo -c infomap_Greedy.cc -o libigraph_la-infomap_Greedy.o >/dev/null 2>&1
mv -f .deps/libigraph_la-infomap_Greedy.Tpo .deps/libigraph_la-infomap_Greedy.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_Node.lo -MD -MP -MF .deps/libigraph_la-infomap_Node.Tpo -c -o libigraph_la-infomap_Node.lo `test -f 'infomap_Node.cc' || echo './'`infomap_Node.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_Node.lo -MD -MP -MF .deps/libigraph_la-infomap_Node.Tpo -c infomap_Node.cc -fno-common -DPIC -o .libs/libigraph_la-infomap_Node.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_Node.lo -MD -MP -MF .deps/libigraph_la-infomap_Node.Tpo -c infomap_Node.cc -o libigraph_la-infomap_Node.o >/dev/null 2>&1
mv -f .deps/libigraph_la-infomap_Node.Tpo .deps/libigraph_la-infomap_Node.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_FlowGraph.lo -MD -MP -MF .deps/libigraph_la-infomap_FlowGraph.Tpo -c -o libigraph_la-infomap_FlowGraph.lo `test -f 'infomap_FlowGraph.cc' || echo './'`infomap_FlowGraph.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_FlowGraph.lo -MD -MP -MF .deps/libigraph_la-infomap_FlowGraph.Tpo -c infomap_FlowGraph.cc -fno-common -DPIC -o .libs/libigraph_la-infomap_FlowGraph.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-infomap_FlowGraph.lo -MD -MP -MF .deps/libigraph_la-infomap_FlowGraph.Tpo -c infomap_FlowGraph.cc -o libigraph_la-infomap_FlowGraph.o >/dev/null 2>&1
mv -f .deps/libigraph_la-infomap_FlowGraph.Tpo .deps/libigraph_la-infomap_FlowGraph.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spmatrix.lo -MD -MP -MF .deps/libigraph_la-spmatrix.Tpo -c -o libigraph_la-spmatrix.lo `test -f 'spmatrix.c' || echo './'`spmatrix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spmatrix.lo -MD -MP -MF .deps/libigraph_la-spmatrix.Tpo -c spmatrix.c -fno-common -DPIC -o .libs/libigraph_la-spmatrix.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-spmatrix.lo -MD -MP -MF .deps/libigraph_la-spmatrix.Tpo -c spmatrix.c -o libigraph_la-spmatrix.o >/dev/null 2>&1
mv -f .deps/libigraph_la-spmatrix.Tpo .deps/libigraph_la-spmatrix.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-community.lo -MD -MP -MF .deps/libigraph_la-community.Tpo -c -o libigraph_la-community.lo `test -f 'community.c' || echo './'`community.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-community.lo -MD -MP -MF .deps/libigraph_la-community.Tpo -c community.c -fno-common -DPIC -o .libs/libigraph_la-community.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-community.lo -MD -MP -MF .deps/libigraph_la-community.Tpo -c community.c -o libigraph_la-community.o >/dev/null 2>&1
mv -f .deps/libigraph_la-community.Tpo .deps/libigraph_la-community.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-fast_community.lo -MD -MP -MF .deps/libigraph_la-fast_community.Tpo -c -o libigraph_la-fast_community.lo `test -f 'fast_community.c' || echo './'`fast_community.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-fast_community.lo -MD -MP -MF .deps/libigraph_la-fast_community.Tpo -c fast_community.c -fno-common -DPIC -o .libs/libigraph_la-fast_community.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-fast_community.lo -MD -MP -MF .deps/libigraph_la-fast_community.Tpo -c fast_community.c -o libigraph_la-fast_community.o >/dev/null 2>&1
mv -f .deps/libigraph_la-fast_community.Tpo .deps/libigraph_la-fast_community.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-evolver_cit.lo -MD -MP -MF .deps/libigraph_la-evolver_cit.Tpo -c -o libigraph_la-evolver_cit.lo `test -f 'evolver_cit.c' || echo './'`evolver_cit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-evolver_cit.lo -MD -MP -MF .deps/libigraph_la-evolver_cit.Tpo -c evolver_cit.c -fno-common -DPIC -o .libs/libigraph_la-evolver_cit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-evolver_cit.lo -MD -MP -MF .deps/libigraph_la-evolver_cit.Tpo -c evolver_cit.c -o libigraph_la-evolver_cit.o >/dev/null 2>&1
mv -f .deps/libigraph_la-evolver_cit.Tpo .deps/libigraph_la-evolver_cit.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-gml_tree.lo -MD -MP -MF .deps/libigraph_la-gml_tree.Tpo -c -o libigraph_la-gml_tree.lo `test -f 'gml_tree.c' || echo './'`gml_tree.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-gml_tree.lo -MD -MP -MF .deps/libigraph_la-gml_tree.Tpo -c gml_tree.c -fno-common -DPIC -o .libs/libigraph_la-gml_tree.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-gml_tree.lo -MD -MP -MF .deps/libigraph_la-gml_tree.Tpo -c gml_tree.c -o libigraph_la-gml_tree.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gml_tree.Tpo .deps/libigraph_la-gml_tree.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_orbit.lo -MD -MP -MF .deps/libigraph_la-bliss_orbit.Tpo -c -o libigraph_la-bliss_orbit.lo `test -f 'bliss_orbit.cc' || echo './'`bliss_orbit.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_orbit.lo -MD -MP -MF .deps/libigraph_la-bliss_orbit.Tpo -c bliss_orbit.cc -fno-common -DPIC -o .libs/libigraph_la-bliss_orbit.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_orbit.lo -MD -MP -MF .deps/libigraph_la-bliss_orbit.Tpo -c bliss_orbit.cc -o libigraph_la-bliss_orbit.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss_orbit.Tpo .deps/libigraph_la-bliss_orbit.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_eqrefhash.lo -MD -MP -MF .deps/libigraph_la-bliss_eqrefhash.Tpo -c -o libigraph_la-bliss_eqrefhash.lo `test -f 'bliss_eqrefhash.cc' || echo './'`bliss_eqrefhash.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_eqrefhash.lo -MD -MP -MF .deps/libigraph_la-bliss_eqrefhash.Tpo -c bliss_eqrefhash.cc -fno-common -DPIC -o .libs/libigraph_la-bliss_eqrefhash.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_eqrefhash.lo -MD -MP -MF .deps/libigraph_la-bliss_eqrefhash.Tpo -c bliss_eqrefhash.cc -o libigraph_la-bliss_eqrefhash.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss_eqrefhash.Tpo .deps/libigraph_la-bliss_eqrefhash.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_partition.lo -MD -MP -MF .deps/libigraph_la-bliss_partition.Tpo -c -o libigraph_la-bliss_partition.lo `test -f 'bliss_partition.cc' || echo './'`bliss_partition.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_partition.lo -MD -MP -MF .deps/libigraph_la-bliss_partition.Tpo -c bliss_partition.cc -fno-common -DPIC -o .libs/libigraph_la-bliss_partition.o
bliss_partition.cc:30:19: warning: unused variable 'should_not_happen' [-Wunused-const-variable]
static const bool should_not_happen = false;
^
1 warning generated.
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_partition.lo -MD -MP -MF .deps/libigraph_la-bliss_partition.Tpo -c bliss_partition.cc -o libigraph_la-bliss_partition.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss_partition.Tpo .deps/libigraph_la-bliss_partition.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_graph.lo -MD -MP -MF .deps/libigraph_la-bliss_graph.Tpo -c -o libigraph_la-bliss_graph.lo `test -f 'bliss_graph.cc' || echo './'`bliss_graph.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_graph.lo -MD -MP -MF .deps/libigraph_la-bliss_graph.Tpo -c bliss_graph.cc -fno-common -DPIC -o .libs/libigraph_la-bliss_graph.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_graph.lo -MD -MP -MF .deps/libigraph_la-bliss_graph.Tpo -c bliss_graph.cc -o libigraph_la-bliss_graph.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss_graph.Tpo .deps/libigraph_la-bliss_graph.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_timer.lo -MD -MP -MF .deps/libigraph_la-bliss_timer.Tpo -c -o libigraph_la-bliss_timer.lo `test -f 'bliss_timer.cc' || echo './'`bliss_timer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_timer.lo -MD -MP -MF .deps/libigraph_la-bliss_timer.Tpo -c bliss_timer.cc -fno-common -DPIC -o .libs/libigraph_la-bliss_timer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_timer.lo -MD -MP -MF .deps/libigraph_la-bliss_timer.Tpo -c bliss_timer.cc -o libigraph_la-bliss_timer.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss_timer.Tpo .deps/libigraph_la-bliss_timer.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_heap.lo -MD -MP -MF .deps/libigraph_la-bliss_heap.Tpo -c -o libigraph_la-bliss_heap.lo `test -f 'bliss_heap.cc' || echo './'`bliss_heap.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_heap.lo -MD -MP -MF .deps/libigraph_la-bliss_heap.Tpo -c bliss_heap.cc -fno-common -DPIC -o .libs/libigraph_la-bliss_heap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_heap.lo -MD -MP -MF .deps/libigraph_la-bliss_heap.Tpo -c bliss_heap.cc -o libigraph_la-bliss_heap.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss_heap.Tpo .deps/libigraph_la-bliss_heap.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_utils.lo -MD -MP -MF .deps/libigraph_la-bliss_utils.Tpo -c -o libigraph_la-bliss_utils.lo `test -f 'bliss_utils.cc' || echo './'`bliss_utils.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_utils.lo -MD -MP -MF .deps/libigraph_la-bliss_utils.Tpo -c bliss_utils.cc -fno-common -DPIC -o .libs/libigraph_la-bliss_utils.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss_utils.lo -MD -MP -MF .deps/libigraph_la-bliss_utils.Tpo -c bliss_utils.cc -o libigraph_la-bliss_utils.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss_utils.Tpo .deps/libigraph_la-bliss_utils.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss.lo -MD -MP -MF .deps/libigraph_la-bliss.Tpo -c -o libigraph_la-bliss.lo `test -f 'bliss.cc' || echo './'`bliss.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss.lo -MD -MP -MF .deps/libigraph_la-bliss.Tpo -c bliss.cc -fno-common -DPIC -o .libs/libigraph_la-bliss.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-bliss.lo -MD -MP -MF .deps/libigraph_la-bliss.Tpo -c bliss.cc -o libigraph_la-bliss.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bliss.Tpo .deps/libigraph_la-bliss.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cattributes.lo -MD -MP -MF .deps/libigraph_la-cattributes.Tpo -c -o libigraph_la-cattributes.lo `test -f 'cattributes.c' || echo './'`cattributes.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cattributes.lo -MD -MP -MF .deps/libigraph_la-cattributes.Tpo -c cattributes.c -fno-common -DPIC -o .libs/libigraph_la-cattributes.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cattributes.lo -MD -MP -MF .deps/libigraph_la-cattributes.Tpo -c cattributes.c -o libigraph_la-cattributes.o >/dev/null 2>&1
mv -f .deps/libigraph_la-cattributes.Tpo .deps/libigraph_la-cattributes.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_ml_cit.lo -MD -MP -MF .deps/libigraph_la-revolver_ml_cit.Tpo -c -o libigraph_la-revolver_ml_cit.lo `test -f 'revolver_ml_cit.c' || echo './'`revolver_ml_cit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_ml_cit.lo -MD -MP -MF .deps/libigraph_la-revolver_ml_cit.Tpo -c revolver_ml_cit.c -fno-common -DPIC -o .libs/libigraph_la-revolver_ml_cit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-revolver_ml_cit.lo -MD -MP -MF .deps/libigraph_la-revolver_ml_cit.Tpo -c revolver_ml_cit.c -o libigraph_la-revolver_ml_cit.o >/dev/null 2>&1
mv -f .deps/libigraph_la-revolver_ml_cit.Tpo .deps/libigraph_la-revolver_ml_cit.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-zeroin.lo -MD -MP -MF .deps/libigraph_la-zeroin.Tpo -c -o libigraph_la-zeroin.lo `test -f 'zeroin.c' || echo './'`zeroin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-zeroin.lo -MD -MP -MF .deps/libigraph_la-zeroin.Tpo -c zeroin.c -fno-common -DPIC -o .libs/libigraph_la-zeroin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-zeroin.lo -MD -MP -MF .deps/libigraph_la-zeroin.Tpo -c zeroin.c -o libigraph_la-zeroin.o >/dev/null 2>&1
mv -f .deps/libigraph_la-zeroin.Tpo .deps/libigraph_la-zeroin.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bfgs.lo -MD -MP -MF .deps/libigraph_la-bfgs.Tpo -c -o libigraph_la-bfgs.lo `test -f 'bfgs.c' || echo './'`bfgs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bfgs.lo -MD -MP -MF .deps/libigraph_la-bfgs.Tpo -c bfgs.c -fno-common -DPIC -o .libs/libigraph_la-bfgs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bfgs.lo -MD -MP -MF .deps/libigraph_la-bfgs.Tpo -c bfgs.c -o libigraph_la-bfgs.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bfgs.Tpo .deps/libigraph_la-bfgs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-math.lo -MD -MP -MF .deps/libigraph_la-math.Tpo -c -o libigraph_la-math.lo `test -f 'math.c' || echo './'`math.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-math.lo -MD -MP -MF .deps/libigraph_la-math.Tpo -c math.c -fno-common -DPIC -o .libs/libigraph_la-math.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-math.lo -MD -MP -MF .deps/libigraph_la-math.Tpo -c math.c -o libigraph_la-math.o >/dev/null 2>&1
mv -f .deps/libigraph_la-math.Tpo .deps/libigraph_la-math.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-forestfire.lo -MD -MP -MF .deps/libigraph_la-forestfire.Tpo -c -o libigraph_la-forestfire.lo `test -f 'forestfire.c' || echo './'`forestfire.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-forestfire.lo -MD -MP -MF .deps/libigraph_la-forestfire.Tpo -c forestfire.c -fno-common -DPIC -o .libs/libigraph_la-forestfire.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-forestfire.lo -MD -MP -MF .deps/libigraph_la-forestfire.Tpo -c forestfire.c -o libigraph_la-forestfire.o >/dev/null 2>&1
mv -f .deps/libigraph_la-forestfire.Tpo .deps/libigraph_la-forestfire.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-microscopic_update.lo -MD -MP -MF .deps/libigraph_la-microscopic_update.Tpo -c -o libigraph_la-microscopic_update.lo `test -f 'microscopic_update.c' || echo './'`microscopic_update.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-microscopic_update.lo -MD -MP -MF .deps/libigraph_la-microscopic_update.Tpo -c microscopic_update.c -fno-common -DPIC -o .libs/libigraph_la-microscopic_update.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-microscopic_update.lo -MD -MP -MF .deps/libigraph_la-microscopic_update.Tpo -c microscopic_update.c -o libigraph_la-microscopic_update.o >/dev/null 2>&1
mv -f .deps/libigraph_la-microscopic_update.Tpo .deps/libigraph_la-microscopic_update.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-blas.lo -MD -MP -MF .deps/libigraph_la-blas.Tpo -c -o libigraph_la-blas.lo `test -f 'blas.c' || echo './'`blas.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-blas.lo -MD -MP -MF .deps/libigraph_la-blas.Tpo -c blas.c -fno-common -DPIC -o .libs/libigraph_la-blas.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-blas.lo -MD -MP -MF .deps/libigraph_la-blas.Tpo -c blas.c -o libigraph_la-blas.o >/dev/null 2>&1
mv -f .deps/libigraph_la-blas.Tpo .deps/libigraph_la-blas.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-arpack.lo -MD -MP -MF .deps/libigraph_la-arpack.Tpo -c -o libigraph_la-arpack.lo `test -f 'arpack.c' || echo './'`arpack.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-arpack.lo -MD -MP -MF .deps/libigraph_la-arpack.Tpo -c arpack.c -fno-common -DPIC -o .libs/libigraph_la-arpack.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-arpack.lo -MD -MP -MF .deps/libigraph_la-arpack.Tpo -c arpack.c -o libigraph_la-arpack.o >/dev/null 2>&1
mv -f .deps/libigraph_la-arpack.Tpo .deps/libigraph_la-arpack.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-centrality.lo -MD -MP -MF .deps/libigraph_la-centrality.Tpo -c -o libigraph_la-centrality.lo `test -f 'centrality.c' || echo './'`centrality.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-centrality.lo -MD -MP -MF .deps/libigraph_la-centrality.Tpo -c centrality.c -fno-common -DPIC -o .libs/libigraph_la-centrality.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-centrality.lo -MD -MP -MF .deps/libigraph_la-centrality.Tpo -c centrality.c -o libigraph_la-centrality.o >/dev/null 2>&1
mv -f .deps/libigraph_la-centrality.Tpo .deps/libigraph_la-centrality.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_layout.lo -MD -MP -MF .deps/libigraph_la-drl_layout.Tpo -c -o libigraph_la-drl_layout.lo `test -f 'drl_layout.cpp' || echo './'`drl_layout.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_layout.lo -MD -MP -MF .deps/libigraph_la-drl_layout.Tpo -c drl_layout.cpp -fno-common -DPIC -o .libs/libigraph_la-drl_layout.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_layout.lo -MD -MP -MF .deps/libigraph_la-drl_layout.Tpo -c drl_layout.cpp -o libigraph_la-drl_layout.o >/dev/null 2>&1
mv -f .deps/libigraph_la-drl_layout.Tpo .deps/libigraph_la-drl_layout.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_parse.lo -MD -MP -MF .deps/libigraph_la-drl_parse.Tpo -c -o libigraph_la-drl_parse.lo `test -f 'drl_parse.cpp' || echo './'`drl_parse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_parse.lo -MD -MP -MF .deps/libigraph_la-drl_parse.Tpo -c drl_parse.cpp -fno-common -DPIC -o .libs/libigraph_la-drl_parse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_parse.lo -MD -MP -MF .deps/libigraph_la-drl_parse.Tpo -c drl_parse.cpp -o libigraph_la-drl_parse.o >/dev/null 2>&1
mv -f .deps/libigraph_la-drl_parse.Tpo .deps/libigraph_la-drl_parse.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_graph.lo -MD -MP -MF .deps/libigraph_la-drl_graph.Tpo -c -o libigraph_la-drl_graph.lo `test -f 'drl_graph.cpp' || echo './'`drl_graph.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_graph.lo -MD -MP -MF .deps/libigraph_la-drl_graph.Tpo -c drl_graph.cpp -fno-common -DPIC -o .libs/libigraph_la-drl_graph.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_graph.lo -MD -MP -MF .deps/libigraph_la-drl_graph.Tpo -c drl_graph.cpp -o libigraph_la-drl_graph.o >/dev/null 2>&1
mv -f .deps/libigraph_la-drl_graph.Tpo .deps/libigraph_la-drl_graph.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-DensityGrid.lo -MD -MP -MF .deps/libigraph_la-DensityGrid.Tpo -c -o libigraph_la-DensityGrid.lo `test -f 'DensityGrid.cpp' || echo './'`DensityGrid.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-DensityGrid.lo -MD -MP -MF .deps/libigraph_la-DensityGrid.Tpo -c DensityGrid.cpp -fno-common -DPIC -o .libs/libigraph_la-DensityGrid.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-DensityGrid.lo -MD -MP -MF .deps/libigraph_la-DensityGrid.Tpo -c DensityGrid.cpp -o libigraph_la-DensityGrid.o >/dev/null 2>&1
mv -f .deps/libigraph_la-DensityGrid.Tpo .deps/libigraph_la-DensityGrid.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_box_list.lo -MD -MP -MF .deps/libigraph_la-gengraph_box_list.Tpo -c -o libigraph_la-gengraph_box_list.lo `test -f 'gengraph_box_list.cpp' || echo './'`gengraph_box_list.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_box_list.lo -MD -MP -MF .deps/libigraph_la-gengraph_box_list.Tpo -c gengraph_box_list.cpp -fno-common -DPIC -o .libs/libigraph_la-gengraph_box_list.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_box_list.lo -MD -MP -MF .deps/libigraph_la-gengraph_box_list.Tpo -c gengraph_box_list.cpp -o libigraph_la-gengraph_box_list.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gengraph_box_list.Tpo .deps/libigraph_la-gengraph_box_list.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_degree_sequence.lo -MD -MP -MF .deps/libigraph_la-gengraph_degree_sequence.Tpo -c -o libigraph_la-gengraph_degree_sequence.lo `test -f 'gengraph_degree_sequence.cpp' || echo './'`gengraph_degree_sequence.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_degree_sequence.lo -MD -MP -MF .deps/libigraph_la-gengraph_degree_sequence.Tpo -c gengraph_degree_sequence.cpp -fno-common -DPIC -o .libs/libigraph_la-gengraph_degree_sequence.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_degree_sequence.lo -MD -MP -MF .deps/libigraph_la-gengraph_degree_sequence.Tpo -c gengraph_degree_sequence.cpp -o libigraph_la-gengraph_degree_sequence.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gengraph_degree_sequence.Tpo .deps/libigraph_la-gengraph_degree_sequence.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_graph_molloy_hash.lo -MD -MP -MF .deps/libigraph_la-gengraph_graph_molloy_hash.Tpo -c -o libigraph_la-gengraph_graph_molloy_hash.lo `test -f 'gengraph_graph_molloy_hash.cpp' || echo './'`gengraph_graph_molloy_hash.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_graph_molloy_hash.lo -MD -MP -MF .deps/libigraph_la-gengraph_graph_molloy_hash.Tpo -c gengraph_graph_molloy_hash.cpp -fno-common -DPIC -o .libs/libigraph_la-gengraph_graph_molloy_hash.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_graph_molloy_hash.lo -MD -MP -MF .deps/libigraph_la-gengraph_graph_molloy_hash.Tpo -c gengraph_graph_molloy_hash.cpp -o libigraph_la-gengraph_graph_molloy_hash.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gengraph_graph_molloy_hash.Tpo .deps/libigraph_la-gengraph_graph_molloy_hash.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_graph_molloy_optimized.lo -MD -MP -MF .deps/libigraph_la-gengraph_graph_molloy_optimized.Tpo -c -o libigraph_la-gengraph_graph_molloy_optimized.lo `test -f 'gengraph_graph_molloy_optimized.cpp' || echo './'`gengraph_graph_molloy_optimized.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_graph_molloy_optimized.lo -MD -MP -MF .deps/libigraph_la-gengraph_graph_molloy_optimized.Tpo -c gengraph_graph_molloy_optimized.cpp -fno-common -DPIC -o .libs/libigraph_la-gengraph_graph_molloy_optimized.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_graph_molloy_optimized.lo -MD -MP -MF .deps/libigraph_la-gengraph_graph_molloy_optimized.Tpo -c gengraph_graph_molloy_optimized.cpp -o libigraph_la-gengraph_graph_molloy_optimized.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gengraph_graph_molloy_optimized.Tpo .deps/libigraph_la-gengraph_graph_molloy_optimized.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_mr-connected.lo -MD -MP -MF .deps/libigraph_la-gengraph_mr-connected.Tpo -c -o libigraph_la-gengraph_mr-connected.lo `test -f 'gengraph_mr-connected.cpp' || echo './'`gengraph_mr-connected.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_mr-connected.lo -MD -MP -MF .deps/libigraph_la-gengraph_mr-connected.Tpo -c gengraph_mr-connected.cpp -fno-common -DPIC -o .libs/libigraph_la-gengraph_mr-connected.o
gengraph_mr-connected.cpp:37:19: warning: unused variable 'MONITOR_TIME' [-Wunused-const-variable]
static const bool MONITOR_TIME = false;
^
gengraph_mr-connected.cpp:39:19: warning: unused variable 'RAW_DEGREES' [-Wunused-const-variable]
static const bool RAW_DEGREES = false;
^
gengraph_mr-connected.cpp:40:20: warning: unused variable 'Fdeg' [-Wunused-variable]
static const FILE *Fdeg = stdin;
^
3 warnings generated.
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_mr-connected.lo -MD -MP -MF .deps/libigraph_la-gengraph_mr-connected.Tpo -c gengraph_mr-connected.cpp -o libigraph_la-gengraph_mr-connected.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gengraph_mr-connected.Tpo .deps/libigraph_la-gengraph_mr-connected.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_powerlaw.lo -MD -MP -MF .deps/libigraph_la-gengraph_powerlaw.Tpo -c -o libigraph_la-gengraph_powerlaw.lo `test -f 'gengraph_powerlaw.cpp' || echo './'`gengraph_powerlaw.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_powerlaw.lo -MD -MP -MF .deps/libigraph_la-gengraph_powerlaw.Tpo -c gengraph_powerlaw.cpp -fno-common -DPIC -o .libs/libigraph_la-gengraph_powerlaw.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_powerlaw.lo -MD -MP -MF .deps/libigraph_la-gengraph_powerlaw.Tpo -c gengraph_powerlaw.cpp -o libigraph_la-gengraph_powerlaw.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gengraph_powerlaw.Tpo .deps/libigraph_la-gengraph_powerlaw.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_random.lo -MD -MP -MF .deps/libigraph_la-gengraph_random.Tpo -c -o libigraph_la-gengraph_random.lo `test -f 'gengraph_random.cpp' || echo './'`gengraph_random.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_random.lo -MD -MP -MF .deps/libigraph_la-gengraph_random.Tpo -c gengraph_random.cpp -fno-common -DPIC -o .libs/libigraph_la-gengraph_random.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-gengraph_random.lo -MD -MP -MF .deps/libigraph_la-gengraph_random.Tpo -c gengraph_random.cpp -o libigraph_la-gengraph_random.o >/dev/null 2>&1
mv -f .deps/libigraph_la-gengraph_random.Tpo .deps/libigraph_la-gengraph_random.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-decomposition.lo -MD -MP -MF .deps/libigraph_la-decomposition.Tpo -c -o libigraph_la-decomposition.lo `test -f 'decomposition.c' || echo './'`decomposition.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-decomposition.lo -MD -MP -MF .deps/libigraph_la-decomposition.Tpo -c decomposition.c -fno-common -DPIC -o .libs/libigraph_la-decomposition.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-decomposition.lo -MD -MP -MF .deps/libigraph_la-decomposition.Tpo -c decomposition.c -o libigraph_la-decomposition.o >/dev/null 2>&1
mv -f .deps/libigraph_la-decomposition.Tpo .deps/libigraph_la-decomposition.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bipartite.lo -MD -MP -MF .deps/libigraph_la-bipartite.Tpo -c -o libigraph_la-bipartite.lo `test -f 'bipartite.c' || echo './'`bipartite.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bipartite.lo -MD -MP -MF .deps/libigraph_la-bipartite.Tpo -c bipartite.c -fno-common -DPIC -o .libs/libigraph_la-bipartite.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bipartite.lo -MD -MP -MF .deps/libigraph_la-bipartite.Tpo -c bipartite.c -o libigraph_la-bipartite.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bipartite.Tpo .deps/libigraph_la-bipartite.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_layout_3d.lo -MD -MP -MF .deps/libigraph_la-drl_layout_3d.Tpo -c -o libigraph_la-drl_layout_3d.lo `test -f 'drl_layout_3d.cpp' || echo './'`drl_layout_3d.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_layout_3d.lo -MD -MP -MF .deps/libigraph_la-drl_layout_3d.Tpo -c drl_layout_3d.cpp -fno-common -DPIC -o .libs/libigraph_la-drl_layout_3d.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_layout_3d.lo -MD -MP -MF .deps/libigraph_la-drl_layout_3d.Tpo -c drl_layout_3d.cpp -o libigraph_la-drl_layout_3d.o >/dev/null 2>&1
mv -f .deps/libigraph_la-drl_layout_3d.Tpo .deps/libigraph_la-drl_layout_3d.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_graph_3d.lo -MD -MP -MF .deps/libigraph_la-drl_graph_3d.Tpo -c -o libigraph_la-drl_graph_3d.lo `test -f 'drl_graph_3d.cpp' || echo './'`drl_graph_3d.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_graph_3d.lo -MD -MP -MF .deps/libigraph_la-drl_graph_3d.Tpo -c drl_graph_3d.cpp -fno-common -DPIC -o .libs/libigraph_la-drl_graph_3d.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-drl_graph_3d.lo -MD -MP -MF .deps/libigraph_la-drl_graph_3d.Tpo -c drl_graph_3d.cpp -o libigraph_la-drl_graph_3d.o >/dev/null 2>&1
mv -f .deps/libigraph_la-drl_graph_3d.Tpo .deps/libigraph_la-drl_graph_3d.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-DensityGrid_3d.lo -MD -MP -MF .deps/libigraph_la-DensityGrid_3d.Tpo -c -o libigraph_la-DensityGrid_3d.lo `test -f 'DensityGrid_3d.cpp' || echo './'`DensityGrid_3d.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-DensityGrid_3d.lo -MD -MP -MF .deps/libigraph_la-DensityGrid_3d.Tpo -c DensityGrid_3d.cpp -fno-common -DPIC -o .libs/libigraph_la-DensityGrid_3d.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-DensityGrid_3d.lo -MD -MP -MF .deps/libigraph_la-DensityGrid_3d.Tpo -c DensityGrid_3d.cpp -o libigraph_la-DensityGrid_3d.o >/dev/null 2>&1
mv -f .deps/libigraph_la-DensityGrid_3d.Tpo .deps/libigraph_la-DensityGrid_3d.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-dl-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-dl-parser.Tpo -c -o libigraph_la-foreign-dl-parser.lo `test -f 'foreign-dl-parser.c' || echo './'`foreign-dl-parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-dl-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-dl-parser.Tpo -c foreign-dl-parser.c -fno-common -DPIC -o .libs/libigraph_la-foreign-dl-parser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-dl-parser.lo -MD -MP -MF .deps/libigraph_la-foreign-dl-parser.Tpo -c foreign-dl-parser.c -o libigraph_la-foreign-dl-parser.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-dl-parser.Tpo .deps/libigraph_la-foreign-dl-parser.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-dl-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-dl-lexer.Tpo -c -o libigraph_la-foreign-dl-lexer.lo `test -f 'foreign-dl-lexer.c' || echo './'`foreign-dl-lexer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-dl-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-dl-lexer.Tpo -c foreign-dl-lexer.c -fno-common -DPIC -o .libs/libigraph_la-foreign-dl-lexer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-foreign-dl-lexer.lo -MD -MP -MF .deps/libigraph_la-foreign-dl-lexer.Tpo -c foreign-dl-lexer.c -o libigraph_la-foreign-dl-lexer.o >/dev/null 2>&1
mv -f .deps/libigraph_la-foreign-dl-lexer.Tpo .deps/libigraph_la-foreign-dl-lexer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_add.lo -MD -MP -MF cs/.deps/libigraph_la-cs_add.Tpo -c -o cs/libigraph_la-cs_add.lo `test -f 'cs/cs_add.c' || echo './'`cs/cs_add.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_add.lo -MD -MP -MF cs/.deps/libigraph_la-cs_add.Tpo -c cs/cs_add.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_add.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_add.lo -MD -MP -MF cs/.deps/libigraph_la-cs_add.Tpo -c cs/cs_add.c -o cs/libigraph_la-cs_add.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_add.Tpo cs/.deps/libigraph_la-cs_add.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_happly.lo -MD -MP -MF cs/.deps/libigraph_la-cs_happly.Tpo -c -o cs/libigraph_la-cs_happly.lo `test -f 'cs/cs_happly.c' || echo './'`cs/cs_happly.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_happly.lo -MD -MP -MF cs/.deps/libigraph_la-cs_happly.Tpo -c cs/cs_happly.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_happly.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_happly.lo -MD -MP -MF cs/.deps/libigraph_la-cs_happly.Tpo -c cs/cs_happly.c -o cs/libigraph_la-cs_happly.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_happly.Tpo cs/.deps/libigraph_la-cs_happly.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_pvec.lo -MD -MP -MF cs/.deps/libigraph_la-cs_pvec.Tpo -c -o cs/libigraph_la-cs_pvec.lo `test -f 'cs/cs_pvec.c' || echo './'`cs/cs_pvec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_pvec.lo -MD -MP -MF cs/.deps/libigraph_la-cs_pvec.Tpo -c cs/cs_pvec.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_pvec.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_pvec.lo -MD -MP -MF cs/.deps/libigraph_la-cs_pvec.Tpo -c cs/cs_pvec.c -o cs/libigraph_la-cs_pvec.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_pvec.Tpo cs/.deps/libigraph_la-cs_pvec.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_amd.lo -MD -MP -MF cs/.deps/libigraph_la-cs_amd.Tpo -c -o cs/libigraph_la-cs_amd.lo `test -f 'cs/cs_amd.c' || echo './'`cs/cs_amd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_amd.lo -MD -MP -MF cs/.deps/libigraph_la-cs_amd.Tpo -c cs/cs_amd.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_amd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_amd.lo -MD -MP -MF cs/.deps/libigraph_la-cs_amd.Tpo -c cs/cs_amd.c -o cs/libigraph_la-cs_amd.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_amd.Tpo cs/.deps/libigraph_la-cs_amd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_house.lo -MD -MP -MF cs/.deps/libigraph_la-cs_house.Tpo -c -o cs/libigraph_la-cs_house.lo `test -f 'cs/cs_house.c' || echo './'`cs/cs_house.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_house.lo -MD -MP -MF cs/.deps/libigraph_la-cs_house.Tpo -c cs/cs_house.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_house.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_house.lo -MD -MP -MF cs/.deps/libigraph_la-cs_house.Tpo -c cs/cs_house.c -o cs/libigraph_la-cs_house.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_house.Tpo cs/.deps/libigraph_la-cs_house.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_qr.lo -MD -MP -MF cs/.deps/libigraph_la-cs_qr.Tpo -c -o cs/libigraph_la-cs_qr.lo `test -f 'cs/cs_qr.c' || echo './'`cs/cs_qr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_qr.lo -MD -MP -MF cs/.deps/libigraph_la-cs_qr.Tpo -c cs/cs_qr.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_qr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_qr.lo -MD -MP -MF cs/.deps/libigraph_la-cs_qr.Tpo -c cs/cs_qr.c -o cs/libigraph_la-cs_qr.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_qr.Tpo cs/.deps/libigraph_la-cs_qr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_chol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_chol.Tpo -c -o cs/libigraph_la-cs_chol.lo `test -f 'cs/cs_chol.c' || echo './'`cs/cs_chol.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_chol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_chol.Tpo -c cs/cs_chol.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_chol.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_chol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_chol.Tpo -c cs/cs_chol.c -o cs/libigraph_la-cs_chol.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_chol.Tpo cs/.deps/libigraph_la-cs_chol.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ipvec.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ipvec.Tpo -c -o cs/libigraph_la-cs_ipvec.lo `test -f 'cs/cs_ipvec.c' || echo './'`cs/cs_ipvec.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ipvec.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ipvec.Tpo -c cs/cs_ipvec.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_ipvec.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ipvec.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ipvec.Tpo -c cs/cs_ipvec.c -o cs/libigraph_la-cs_ipvec.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_ipvec.Tpo cs/.deps/libigraph_la-cs_ipvec.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_qrsol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_qrsol.Tpo -c -o cs/libigraph_la-cs_qrsol.lo `test -f 'cs/cs_qrsol.c' || echo './'`cs/cs_qrsol.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_qrsol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_qrsol.Tpo -c cs/cs_qrsol.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_qrsol.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_qrsol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_qrsol.Tpo -c cs/cs_qrsol.c -o cs/libigraph_la-cs_qrsol.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_qrsol.Tpo cs/.deps/libigraph_la-cs_qrsol.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_cholsol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_cholsol.Tpo -c -o cs/libigraph_la-cs_cholsol.lo `test -f 'cs/cs_cholsol.c' || echo './'`cs/cs_cholsol.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_cholsol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_cholsol.Tpo -c cs/cs_cholsol.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_cholsol.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_cholsol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_cholsol.Tpo -c cs/cs_cholsol.c -o cs/libigraph_la-cs_cholsol.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_cholsol.Tpo cs/.deps/libigraph_la-cs_cholsol.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_leaf.lo -MD -MP -MF cs/.deps/libigraph_la-cs_leaf.Tpo -c -o cs/libigraph_la-cs_leaf.lo `test -f 'cs/cs_leaf.c' || echo './'`cs/cs_leaf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_leaf.lo -MD -MP -MF cs/.deps/libigraph_la-cs_leaf.Tpo -c cs/cs_leaf.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_leaf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_leaf.lo -MD -MP -MF cs/.deps/libigraph_la-cs_leaf.Tpo -c cs/cs_leaf.c -o cs/libigraph_la-cs_leaf.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_leaf.Tpo cs/.deps/libigraph_la-cs_leaf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_randperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_randperm.Tpo -c -o cs/libigraph_la-cs_randperm.lo `test -f 'cs/cs_randperm.c' || echo './'`cs/cs_randperm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_randperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_randperm.Tpo -c cs/cs_randperm.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_randperm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_randperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_randperm.Tpo -c cs/cs_randperm.c -o cs/libigraph_la-cs_randperm.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_randperm.Tpo cs/.deps/libigraph_la-cs_randperm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_compress.lo -MD -MP -MF cs/.deps/libigraph_la-cs_compress.Tpo -c -o cs/libigraph_la-cs_compress.lo `test -f 'cs/cs_compress.c' || echo './'`cs/cs_compress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_compress.lo -MD -MP -MF cs/.deps/libigraph_la-cs_compress.Tpo -c cs/cs_compress.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_compress.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_compress.lo -MD -MP -MF cs/.deps/libigraph_la-cs_compress.Tpo -c cs/cs_compress.c -o cs/libigraph_la-cs_compress.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_compress.Tpo cs/.deps/libigraph_la-cs_compress.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_load.lo -MD -MP -MF cs/.deps/libigraph_la-cs_load.Tpo -c -o cs/libigraph_la-cs_load.lo `test -f 'cs/cs_load.c' || echo './'`cs/cs_load.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_load.lo -MD -MP -MF cs/.deps/libigraph_la-cs_load.Tpo -c cs/cs_load.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_load.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_load.lo -MD -MP -MF cs/.deps/libigraph_la-cs_load.Tpo -c cs/cs_load.c -o cs/libigraph_la-cs_load.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_load.Tpo cs/.deps/libigraph_la-cs_load.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_reach.lo -MD -MP -MF cs/.deps/libigraph_la-cs_reach.Tpo -c -o cs/libigraph_la-cs_reach.lo `test -f 'cs/cs_reach.c' || echo './'`cs/cs_reach.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_reach.lo -MD -MP -MF cs/.deps/libigraph_la-cs_reach.Tpo -c cs/cs_reach.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_reach.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_reach.lo -MD -MP -MF cs/.deps/libigraph_la-cs_reach.Tpo -c cs/cs_reach.c -o cs/libigraph_la-cs_reach.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_reach.Tpo cs/.deps/libigraph_la-cs_reach.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_counts.lo -MD -MP -MF cs/.deps/libigraph_la-cs_counts.Tpo -c -o cs/libigraph_la-cs_counts.lo `test -f 'cs/cs_counts.c' || echo './'`cs/cs_counts.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_counts.lo -MD -MP -MF cs/.deps/libigraph_la-cs_counts.Tpo -c cs/cs_counts.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_counts.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_counts.lo -MD -MP -MF cs/.deps/libigraph_la-cs_counts.Tpo -c cs/cs_counts.c -o cs/libigraph_la-cs_counts.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_counts.Tpo cs/.deps/libigraph_la-cs_counts.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lsolve.Tpo -c -o cs/libigraph_la-cs_lsolve.lo `test -f 'cs/cs_lsolve.c' || echo './'`cs/cs_lsolve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lsolve.Tpo -c cs/cs_lsolve.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_lsolve.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lsolve.Tpo -c cs/cs_lsolve.c -o cs/libigraph_la-cs_lsolve.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_lsolve.Tpo cs/.deps/libigraph_la-cs_lsolve.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_scatter.lo -MD -MP -MF cs/.deps/libigraph_la-cs_scatter.Tpo -c -o cs/libigraph_la-cs_scatter.lo `test -f 'cs/cs_scatter.c' || echo './'`cs/cs_scatter.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_scatter.lo -MD -MP -MF cs/.deps/libigraph_la-cs_scatter.Tpo -c cs/cs_scatter.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_scatter.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_scatter.lo -MD -MP -MF cs/.deps/libigraph_la-cs_scatter.Tpo -c cs/cs_scatter.c -o cs/libigraph_la-cs_scatter.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_scatter.Tpo cs/.deps/libigraph_la-cs_scatter.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_cumsum.lo -MD -MP -MF cs/.deps/libigraph_la-cs_cumsum.Tpo -c -o cs/libigraph_la-cs_cumsum.lo `test -f 'cs/cs_cumsum.c' || echo './'`cs/cs_cumsum.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_cumsum.lo -MD -MP -MF cs/.deps/libigraph_la-cs_cumsum.Tpo -c cs/cs_cumsum.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_cumsum.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_cumsum.lo -MD -MP -MF cs/.deps/libigraph_la-cs_cumsum.Tpo -c cs/cs_cumsum.c -o cs/libigraph_la-cs_cumsum.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_cumsum.Tpo cs/.deps/libigraph_la-cs_cumsum.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ltsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ltsolve.Tpo -c -o cs/libigraph_la-cs_ltsolve.lo `test -f 'cs/cs_ltsolve.c' || echo './'`cs/cs_ltsolve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ltsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ltsolve.Tpo -c cs/cs_ltsolve.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_ltsolve.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ltsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ltsolve.Tpo -c cs/cs_ltsolve.c -o cs/libigraph_la-cs_ltsolve.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_ltsolve.Tpo cs/.deps/libigraph_la-cs_ltsolve.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_scc.lo -MD -MP -MF cs/.deps/libigraph_la-cs_scc.Tpo -c -o cs/libigraph_la-cs_scc.lo `test -f 'cs/cs_scc.c' || echo './'`cs/cs_scc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_scc.lo -MD -MP -MF cs/.deps/libigraph_la-cs_scc.Tpo -c cs/cs_scc.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_scc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_scc.lo -MD -MP -MF cs/.deps/libigraph_la-cs_scc.Tpo -c cs/cs_scc.c -o cs/libigraph_la-cs_scc.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_scc.Tpo cs/.deps/libigraph_la-cs_scc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dfs.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dfs.Tpo -c -o cs/libigraph_la-cs_dfs.lo `test -f 'cs/cs_dfs.c' || echo './'`cs/cs_dfs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dfs.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dfs.Tpo -c cs/cs_dfs.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_dfs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dfs.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dfs.Tpo -c cs/cs_dfs.c -o cs/libigraph_la-cs_dfs.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_dfs.Tpo cs/.deps/libigraph_la-cs_dfs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lu.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lu.Tpo -c -o cs/libigraph_la-cs_lu.lo `test -f 'cs/cs_lu.c' || echo './'`cs/cs_lu.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lu.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lu.Tpo -c cs/cs_lu.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_lu.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lu.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lu.Tpo -c cs/cs_lu.c -o cs/libigraph_la-cs_lu.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_lu.Tpo cs/.deps/libigraph_la-cs_lu.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_schol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_schol.Tpo -c -o cs/libigraph_la-cs_schol.lo `test -f 'cs/cs_schol.c' || echo './'`cs/cs_schol.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_schol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_schol.Tpo -c cs/cs_schol.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_schol.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_schol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_schol.Tpo -c cs/cs_schol.c -o cs/libigraph_la-cs_schol.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_schol.Tpo cs/.deps/libigraph_la-cs_schol.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dmperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dmperm.Tpo -c -o cs/libigraph_la-cs_dmperm.lo `test -f 'cs/cs_dmperm.c' || echo './'`cs/cs_dmperm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dmperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dmperm.Tpo -c cs/cs_dmperm.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_dmperm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dmperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dmperm.Tpo -c cs/cs_dmperm.c -o cs/libigraph_la-cs_dmperm.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_dmperm.Tpo cs/.deps/libigraph_la-cs_dmperm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lusol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lusol.Tpo -c -o cs/libigraph_la-cs_lusol.lo `test -f 'cs/cs_lusol.c' || echo './'`cs/cs_lusol.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lusol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lusol.Tpo -c cs/cs_lusol.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_lusol.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_lusol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_lusol.Tpo -c cs/cs_lusol.c -o cs/libigraph_la-cs_lusol.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_lusol.Tpo cs/.deps/libigraph_la-cs_lusol.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_spsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_spsolve.Tpo -c -o cs/libigraph_la-cs_spsolve.lo `test -f 'cs/cs_spsolve.c' || echo './'`cs/cs_spsolve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_spsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_spsolve.Tpo -c cs/cs_spsolve.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_spsolve.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_spsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_spsolve.Tpo -c cs/cs_spsolve.c -o cs/libigraph_la-cs_spsolve.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_spsolve.Tpo cs/.deps/libigraph_la-cs_spsolve.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_droptol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_droptol.Tpo -c -o cs/libigraph_la-cs_droptol.lo `test -f 'cs/cs_droptol.c' || echo './'`cs/cs_droptol.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_droptol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_droptol.Tpo -c cs/cs_droptol.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_droptol.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_droptol.lo -MD -MP -MF cs/.deps/libigraph_la-cs_droptol.Tpo -c cs/cs_droptol.c -o cs/libigraph_la-cs_droptol.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_droptol.Tpo cs/.deps/libigraph_la-cs_droptol.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_malloc.lo -MD -MP -MF cs/.deps/libigraph_la-cs_malloc.Tpo -c -o cs/libigraph_la-cs_malloc.lo `test -f 'cs/cs_malloc.c' || echo './'`cs/cs_malloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_malloc.lo -MD -MP -MF cs/.deps/libigraph_la-cs_malloc.Tpo -c cs/cs_malloc.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_malloc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_malloc.lo -MD -MP -MF cs/.deps/libigraph_la-cs_malloc.Tpo -c cs/cs_malloc.c -o cs/libigraph_la-cs_malloc.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_malloc.Tpo cs/.deps/libigraph_la-cs_malloc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_sqr.lo -MD -MP -MF cs/.deps/libigraph_la-cs_sqr.Tpo -c -o cs/libigraph_la-cs_sqr.lo `test -f 'cs/cs_sqr.c' || echo './'`cs/cs_sqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_sqr.lo -MD -MP -MF cs/.deps/libigraph_la-cs_sqr.Tpo -c cs/cs_sqr.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_sqr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_sqr.lo -MD -MP -MF cs/.deps/libigraph_la-cs_sqr.Tpo -c cs/cs_sqr.c -o cs/libigraph_la-cs_sqr.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_sqr.Tpo cs/.deps/libigraph_la-cs_sqr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dropzeros.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dropzeros.Tpo -c -o cs/libigraph_la-cs_dropzeros.lo `test -f 'cs/cs_dropzeros.c' || echo './'`cs/cs_dropzeros.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dropzeros.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dropzeros.Tpo -c cs/cs_dropzeros.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_dropzeros.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dropzeros.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dropzeros.Tpo -c cs/cs_dropzeros.c -o cs/libigraph_la-cs_dropzeros.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_dropzeros.Tpo cs/.deps/libigraph_la-cs_dropzeros.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_maxtrans.lo -MD -MP -MF cs/.deps/libigraph_la-cs_maxtrans.Tpo -c -o cs/libigraph_la-cs_maxtrans.lo `test -f 'cs/cs_maxtrans.c' || echo './'`cs/cs_maxtrans.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_maxtrans.lo -MD -MP -MF cs/.deps/libigraph_la-cs_maxtrans.Tpo -c cs/cs_maxtrans.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_maxtrans.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_maxtrans.lo -MD -MP -MF cs/.deps/libigraph_la-cs_maxtrans.Tpo -c cs/cs_maxtrans.c -o cs/libigraph_la-cs_maxtrans.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_maxtrans.Tpo cs/.deps/libigraph_la-cs_maxtrans.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_symperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_symperm.Tpo -c -o cs/libigraph_la-cs_symperm.lo `test -f 'cs/cs_symperm.c' || echo './'`cs/cs_symperm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_symperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_symperm.Tpo -c cs/cs_symperm.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_symperm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_symperm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_symperm.Tpo -c cs/cs_symperm.c -o cs/libigraph_la-cs_symperm.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_symperm.Tpo cs/.deps/libigraph_la-cs_symperm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dupl.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dupl.Tpo -c -o cs/libigraph_la-cs_dupl.lo `test -f 'cs/cs_dupl.c' || echo './'`cs/cs_dupl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dupl.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dupl.Tpo -c cs/cs_dupl.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_dupl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_dupl.lo -MD -MP -MF cs/.deps/libigraph_la-cs_dupl.Tpo -c cs/cs_dupl.c -o cs/libigraph_la-cs_dupl.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_dupl.Tpo cs/.deps/libigraph_la-cs_dupl.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_multiply.lo -MD -MP -MF cs/.deps/libigraph_la-cs_multiply.Tpo -c -o cs/libigraph_la-cs_multiply.lo `test -f 'cs/cs_multiply.c' || echo './'`cs/cs_multiply.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_multiply.lo -MD -MP -MF cs/.deps/libigraph_la-cs_multiply.Tpo -c cs/cs_multiply.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_multiply.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_multiply.lo -MD -MP -MF cs/.deps/libigraph_la-cs_multiply.Tpo -c cs/cs_multiply.c -o cs/libigraph_la-cs_multiply.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_multiply.Tpo cs/.deps/libigraph_la-cs_multiply.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_tdfs.lo -MD -MP -MF cs/.deps/libigraph_la-cs_tdfs.Tpo -c -o cs/libigraph_la-cs_tdfs.lo `test -f 'cs/cs_tdfs.c' || echo './'`cs/cs_tdfs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_tdfs.lo -MD -MP -MF cs/.deps/libigraph_la-cs_tdfs.Tpo -c cs/cs_tdfs.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_tdfs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_tdfs.lo -MD -MP -MF cs/.deps/libigraph_la-cs_tdfs.Tpo -c cs/cs_tdfs.c -o cs/libigraph_la-cs_tdfs.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_tdfs.Tpo cs/.deps/libigraph_la-cs_tdfs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_entry.lo -MD -MP -MF cs/.deps/libigraph_la-cs_entry.Tpo -c -o cs/libigraph_la-cs_entry.lo `test -f 'cs/cs_entry.c' || echo './'`cs/cs_entry.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_entry.lo -MD -MP -MF cs/.deps/libigraph_la-cs_entry.Tpo -c cs/cs_entry.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_entry.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_entry.lo -MD -MP -MF cs/.deps/libigraph_la-cs_entry.Tpo -c cs/cs_entry.c -o cs/libigraph_la-cs_entry.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_entry.Tpo cs/.deps/libigraph_la-cs_entry.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_norm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_norm.Tpo -c -o cs/libigraph_la-cs_norm.lo `test -f 'cs/cs_norm.c' || echo './'`cs/cs_norm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_norm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_norm.Tpo -c cs/cs_norm.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_norm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_norm.lo -MD -MP -MF cs/.deps/libigraph_la-cs_norm.Tpo -c cs/cs_norm.c -o cs/libigraph_la-cs_norm.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_norm.Tpo cs/.deps/libigraph_la-cs_norm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_transpose.lo -MD -MP -MF cs/.deps/libigraph_la-cs_transpose.Tpo -c -o cs/libigraph_la-cs_transpose.lo `test -f 'cs/cs_transpose.c' || echo './'`cs/cs_transpose.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_transpose.lo -MD -MP -MF cs/.deps/libigraph_la-cs_transpose.Tpo -c cs/cs_transpose.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_transpose.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_transpose.lo -MD -MP -MF cs/.deps/libigraph_la-cs_transpose.Tpo -c cs/cs_transpose.c -o cs/libigraph_la-cs_transpose.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_transpose.Tpo cs/.deps/libigraph_la-cs_transpose.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ereach.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ereach.Tpo -c -o cs/libigraph_la-cs_ereach.lo `test -f 'cs/cs_ereach.c' || echo './'`cs/cs_ereach.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ereach.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ereach.Tpo -c cs/cs_ereach.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_ereach.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_ereach.lo -MD -MP -MF cs/.deps/libigraph_la-cs_ereach.Tpo -c cs/cs_ereach.c -o cs/libigraph_la-cs_ereach.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_ereach.Tpo cs/.deps/libigraph_la-cs_ereach.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_permute.lo -MD -MP -MF cs/.deps/libigraph_la-cs_permute.Tpo -c -o cs/libigraph_la-cs_permute.lo `test -f 'cs/cs_permute.c' || echo './'`cs/cs_permute.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_permute.lo -MD -MP -MF cs/.deps/libigraph_la-cs_permute.Tpo -c cs/cs_permute.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_permute.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_permute.lo -MD -MP -MF cs/.deps/libigraph_la-cs_permute.Tpo -c cs/cs_permute.c -o cs/libigraph_la-cs_permute.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_permute.Tpo cs/.deps/libigraph_la-cs_permute.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_updown.lo -MD -MP -MF cs/.deps/libigraph_la-cs_updown.Tpo -c -o cs/libigraph_la-cs_updown.lo `test -f 'cs/cs_updown.c' || echo './'`cs/cs_updown.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_updown.lo -MD -MP -MF cs/.deps/libigraph_la-cs_updown.Tpo -c cs/cs_updown.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_updown.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_updown.lo -MD -MP -MF cs/.deps/libigraph_la-cs_updown.Tpo -c cs/cs_updown.c -o cs/libigraph_la-cs_updown.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_updown.Tpo cs/.deps/libigraph_la-cs_updown.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_etree.lo -MD -MP -MF cs/.deps/libigraph_la-cs_etree.Tpo -c -o cs/libigraph_la-cs_etree.lo `test -f 'cs/cs_etree.c' || echo './'`cs/cs_etree.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_etree.lo -MD -MP -MF cs/.deps/libigraph_la-cs_etree.Tpo -c cs/cs_etree.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_etree.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_etree.lo -MD -MP -MF cs/.deps/libigraph_la-cs_etree.Tpo -c cs/cs_etree.c -o cs/libigraph_la-cs_etree.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_etree.Tpo cs/.deps/libigraph_la-cs_etree.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_pinv.lo -MD -MP -MF cs/.deps/libigraph_la-cs_pinv.Tpo -c -o cs/libigraph_la-cs_pinv.lo `test -f 'cs/cs_pinv.c' || echo './'`cs/cs_pinv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_pinv.lo -MD -MP -MF cs/.deps/libigraph_la-cs_pinv.Tpo -c cs/cs_pinv.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_pinv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_pinv.lo -MD -MP -MF cs/.deps/libigraph_la-cs_pinv.Tpo -c cs/cs_pinv.c -o cs/libigraph_la-cs_pinv.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_pinv.Tpo cs/.deps/libigraph_la-cs_pinv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_usolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_usolve.Tpo -c -o cs/libigraph_la-cs_usolve.lo `test -f 'cs/cs_usolve.c' || echo './'`cs/cs_usolve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_usolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_usolve.Tpo -c cs/cs_usolve.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_usolve.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_usolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_usolve.Tpo -c cs/cs_usolve.c -o cs/libigraph_la-cs_usolve.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_usolve.Tpo cs/.deps/libigraph_la-cs_usolve.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_fkeep.lo -MD -MP -MF cs/.deps/libigraph_la-cs_fkeep.Tpo -c -o cs/libigraph_la-cs_fkeep.lo `test -f 'cs/cs_fkeep.c' || echo './'`cs/cs_fkeep.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_fkeep.lo -MD -MP -MF cs/.deps/libigraph_la-cs_fkeep.Tpo -c cs/cs_fkeep.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_fkeep.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_fkeep.lo -MD -MP -MF cs/.deps/libigraph_la-cs_fkeep.Tpo -c cs/cs_fkeep.c -o cs/libigraph_la-cs_fkeep.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_fkeep.Tpo cs/.deps/libigraph_la-cs_fkeep.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_post.lo -MD -MP -MF cs/.deps/libigraph_la-cs_post.Tpo -c -o cs/libigraph_la-cs_post.lo `test -f 'cs/cs_post.c' || echo './'`cs/cs_post.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_post.lo -MD -MP -MF cs/.deps/libigraph_la-cs_post.Tpo -c cs/cs_post.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_post.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_post.lo -MD -MP -MF cs/.deps/libigraph_la-cs_post.Tpo -c cs/cs_post.c -o cs/libigraph_la-cs_post.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_post.Tpo cs/.deps/libigraph_la-cs_post.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_util.lo -MD -MP -MF cs/.deps/libigraph_la-cs_util.Tpo -c -o cs/libigraph_la-cs_util.lo `test -f 'cs/cs_util.c' || echo './'`cs/cs_util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_util.lo -MD -MP -MF cs/.deps/libigraph_la-cs_util.Tpo -c cs/cs_util.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_util.lo -MD -MP -MF cs/.deps/libigraph_la-cs_util.Tpo -c cs/cs_util.c -o cs/libigraph_la-cs_util.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_util.Tpo cs/.deps/libigraph_la-cs_util.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_gaxpy.lo -MD -MP -MF cs/.deps/libigraph_la-cs_gaxpy.Tpo -c -o cs/libigraph_la-cs_gaxpy.lo `test -f 'cs/cs_gaxpy.c' || echo './'`cs/cs_gaxpy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_gaxpy.lo -MD -MP -MF cs/.deps/libigraph_la-cs_gaxpy.Tpo -c cs/cs_gaxpy.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_gaxpy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_gaxpy.lo -MD -MP -MF cs/.deps/libigraph_la-cs_gaxpy.Tpo -c cs/cs_gaxpy.c -o cs/libigraph_la-cs_gaxpy.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_gaxpy.Tpo cs/.deps/libigraph_la-cs_gaxpy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_print.lo -MD -MP -MF cs/.deps/libigraph_la-cs_print.Tpo -c -o cs/libigraph_la-cs_print.lo `test -f 'cs/cs_print.c' || echo './'`cs/cs_print.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_print.lo -MD -MP -MF cs/.deps/libigraph_la-cs_print.Tpo -c cs/cs_print.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_print.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_print.lo -MD -MP -MF cs/.deps/libigraph_la-cs_print.Tpo -c cs/cs_print.c -o cs/libigraph_la-cs_print.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_print.Tpo cs/.deps/libigraph_la-cs_print.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_utsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_utsolve.Tpo -c -o cs/libigraph_la-cs_utsolve.lo `test -f 'cs/cs_utsolve.c' || echo './'`cs/cs_utsolve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_utsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_utsolve.Tpo -c cs/cs_utsolve.c -fno-common -DPIC -o cs/.libs/libigraph_la-cs_utsolve.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT cs/libigraph_la-cs_utsolve.lo -MD -MP -MF cs/.deps/libigraph_la-cs_utsolve.Tpo -c cs/cs_utsolve.c -o cs/libigraph_la-cs_utsolve.o >/dev/null 2>&1
mv -f cs/.deps/libigraph_la-cs_utsolve.Tpo cs/.deps/libigraph_la-cs_utsolve.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sparsemat.lo -MD -MP -MF .deps/libigraph_la-sparsemat.Tpo -c -o libigraph_la-sparsemat.lo `test -f 'sparsemat.c' || echo './'`sparsemat.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sparsemat.lo -MD -MP -MF .deps/libigraph_la-sparsemat.Tpo -c sparsemat.c -fno-common -DPIC -o .libs/libigraph_la-sparsemat.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sparsemat.lo -MD -MP -MF .deps/libigraph_la-sparsemat.Tpo -c sparsemat.c -o libigraph_la-sparsemat.o >/dev/null 2>&1
mv -f .deps/libigraph_la-sparsemat.Tpo .deps/libigraph_la-sparsemat.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-mixing.lo -MD -MP -MF .deps/libigraph_la-mixing.Tpo -c -o libigraph_la-mixing.lo `test -f 'mixing.c' || echo './'`mixing.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-mixing.lo -MD -MP -MF .deps/libigraph_la-mixing.Tpo -c mixing.c -fno-common -DPIC -o .libs/libigraph_la-mixing.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-mixing.lo -MD -MP -MF .deps/libigraph_la-mixing.Tpo -c mixing.c -o libigraph_la-mixing.o >/dev/null 2>&1
mv -f .deps/libigraph_la-mixing.Tpo .deps/libigraph_la-mixing.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bigint.lo -MD -MP -MF .deps/libigraph_la-bigint.Tpo -c -o libigraph_la-bigint.lo `test -f 'bigint.c' || echo './'`bigint.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bigint.lo -MD -MP -MF .deps/libigraph_la-bigint.Tpo -c bigint.c -fno-common -DPIC -o .libs/libigraph_la-bigint.o
In file included from bigint.c:30:
./vector.pmt:1968:19: warning: taking the absolute value of unsigned type 'unsigned int' has no effect [-Wabsolute-value]
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^
./vector.pmt:1968:19: note: remove the call to 'fabs' since unsigned values cannot be negative
BASE d=(BASE) fabs(VECTOR(*m1)[i]-VECTOR(*m2)[i]);
^~~~
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bigint.lo -MD -MP -MF .deps/libigraph_la-bigint.Tpo -c bigint.c -o libigraph_la-bigint.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bigint.Tpo .deps/libigraph_la-bigint.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bignum.lo -MD -MP -MF .deps/libigraph_la-bignum.Tpo -c -o libigraph_la-bignum.lo `test -f 'bignum.c' || echo './'`bignum.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bignum.lo -MD -MP -MF .deps/libigraph_la-bignum.Tpo -c bignum.c -fno-common -DPIC -o .libs/libigraph_la-bignum.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-bignum.lo -MD -MP -MF .deps/libigraph_la-bignum.Tpo -c bignum.c -o libigraph_la-bignum.o >/dev/null 2>&1
mv -f .deps/libigraph_la-bignum.Tpo .deps/libigraph_la-bignum.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-version.lo -MD -MP -MF .deps/libigraph_la-version.Tpo -c -o libigraph_la-version.lo `test -f 'version.c' || echo './'`version.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-version.lo -MD -MP -MF .deps/libigraph_la-version.Tpo -c version.c -fno-common -DPIC -o .libs/libigraph_la-version.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-version.lo -MD -MP -MF .deps/libigraph_la-version.Tpo -c version.c -o libigraph_la-version.o >/dev/null 2>&1
mv -f .deps/libigraph_la-version.Tpo .deps/libigraph_la-version.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-optimal_modularity.lo -MD -MP -MF .deps/libigraph_la-optimal_modularity.Tpo -c -o libigraph_la-optimal_modularity.lo `test -f 'optimal_modularity.c' || echo './'`optimal_modularity.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-optimal_modularity.lo -MD -MP -MF .deps/libigraph_la-optimal_modularity.Tpo -c optimal_modularity.c -fno-common -DPIC -o .libs/libigraph_la-optimal_modularity.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-optimal_modularity.lo -MD -MP -MF .deps/libigraph_la-optimal_modularity.Tpo -c optimal_modularity.c -o libigraph_la-optimal_modularity.o >/dev/null 2>&1
mv -f .deps/libigraph_la-optimal_modularity.Tpo .deps/libigraph_la-optimal_modularity.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_fixed_vectorlist.lo -MD -MP -MF .deps/libigraph_la-igraph_fixed_vectorlist.Tpo -c -o libigraph_la-igraph_fixed_vectorlist.lo `test -f 'igraph_fixed_vectorlist.c' || echo './'`igraph_fixed_vectorlist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_fixed_vectorlist.lo -MD -MP -MF .deps/libigraph_la-igraph_fixed_vectorlist.Tpo -c igraph_fixed_vectorlist.c -fno-common -DPIC -o .libs/libigraph_la-igraph_fixed_vectorlist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_fixed_vectorlist.lo -MD -MP -MF .deps/libigraph_la-igraph_fixed_vectorlist.Tpo -c igraph_fixed_vectorlist.c -o libigraph_la-igraph_fixed_vectorlist.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_fixed_vectorlist.Tpo .deps/libigraph_la-igraph_fixed_vectorlist.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-separators.lo -MD -MP -MF .deps/libigraph_la-separators.Tpo -c -o libigraph_la-separators.lo `test -f 'separators.c' || echo './'`separators.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-separators.lo -MD -MP -MF .deps/libigraph_la-separators.Tpo -c separators.c -fno-common -DPIC -o .libs/libigraph_la-separators.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-separators.lo -MD -MP -MF .deps/libigraph_la-separators.Tpo -c separators.c -o libigraph_la-separators.o >/dev/null 2>&1
mv -f .deps/libigraph_la-separators.Tpo .deps/libigraph_la-separators.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_marked_queue.lo -MD -MP -MF .deps/libigraph_la-igraph_marked_queue.Tpo -c -o libigraph_la-igraph_marked_queue.lo `test -f 'igraph_marked_queue.c' || echo './'`igraph_marked_queue.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_marked_queue.lo -MD -MP -MF .deps/libigraph_la-igraph_marked_queue.Tpo -c igraph_marked_queue.c -fno-common -DPIC -o .libs/libigraph_la-igraph_marked_queue.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_marked_queue.lo -MD -MP -MF .deps/libigraph_la-igraph_marked_queue.Tpo -c igraph_marked_queue.c -o libigraph_la-igraph_marked_queue.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_marked_queue.Tpo .deps/libigraph_la-igraph_marked_queue.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_estack.lo -MD -MP -MF .deps/libigraph_la-igraph_estack.Tpo -c -o libigraph_la-igraph_estack.lo `test -f 'igraph_estack.c' || echo './'`igraph_estack.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_estack.lo -MD -MP -MF .deps/libigraph_la-igraph_estack.Tpo -c igraph_estack.c -fno-common -DPIC -o .libs/libigraph_la-igraph_estack.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-igraph_estack.lo -MD -MP -MF .deps/libigraph_la-igraph_estack.Tpo -c igraph_estack.c -o libigraph_la-igraph_estack.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_estack.Tpo .deps/libigraph_la-igraph_estack.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-st-cuts.lo -MD -MP -MF .deps/libigraph_la-st-cuts.Tpo -c -o libigraph_la-st-cuts.lo `test -f 'st-cuts.c' || echo './'`st-cuts.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-st-cuts.lo -MD -MP -MF .deps/libigraph_la-st-cuts.Tpo -c st-cuts.c -fno-common -DPIC -o .libs/libigraph_la-st-cuts.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-st-cuts.lo -MD -MP -MF .deps/libigraph_la-st-cuts.Tpo -c st-cuts.c -o libigraph_la-st-cuts.o >/dev/null 2>&1
mv -f .deps/libigraph_la-st-cuts.Tpo .deps/libigraph_la-st-cuts.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cohesive_blocks.lo -MD -MP -MF .deps/libigraph_la-cohesive_blocks.Tpo -c -o libigraph_la-cohesive_blocks.lo `test -f 'cohesive_blocks.c' || echo './'`cohesive_blocks.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cohesive_blocks.lo -MD -MP -MF .deps/libigraph_la-cohesive_blocks.Tpo -c cohesive_blocks.c -fno-common -DPIC -o .libs/libigraph_la-cohesive_blocks.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-cohesive_blocks.lo -MD -MP -MF .deps/libigraph_la-cohesive_blocks.Tpo -c cohesive_blocks.c -o libigraph_la-cohesive_blocks.o >/dev/null 2>&1
mv -f .deps/libigraph_la-cohesive_blocks.Tpo .deps/libigraph_la-cohesive_blocks.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-statusbar.lo -MD -MP -MF .deps/libigraph_la-statusbar.Tpo -c -o libigraph_la-statusbar.lo `test -f 'statusbar.c' || echo './'`statusbar.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-statusbar.lo -MD -MP -MF .deps/libigraph_la-statusbar.Tpo -c statusbar.c -fno-common -DPIC -o .libs/libigraph_la-statusbar.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-statusbar.lo -MD -MP -MF .deps/libigraph_la-statusbar.Tpo -c statusbar.c -o libigraph_la-statusbar.o >/dev/null 2>&1
mv -f .deps/libigraph_la-statusbar.Tpo .deps/libigraph_la-statusbar.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-lapack.lo -MD -MP -MF .deps/libigraph_la-lapack.Tpo -c -o libigraph_la-lapack.lo `test -f 'lapack.c' || echo './'`lapack.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-lapack.lo -MD -MP -MF .deps/libigraph_la-lapack.Tpo -c lapack.c -fno-common -DPIC -o .libs/libigraph_la-lapack.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-lapack.lo -MD -MP -MF .deps/libigraph_la-lapack.Tpo -c lapack.c -o libigraph_la-lapack.o >/dev/null 2>&1
mv -f .deps/libigraph_la-lapack.Tpo .deps/libigraph_la-lapack.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-complex.lo -MD -MP -MF .deps/libigraph_la-complex.Tpo -c -o libigraph_la-complex.lo `test -f 'complex.c' || echo './'`complex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-complex.lo -MD -MP -MF .deps/libigraph_la-complex.Tpo -c complex.c -fno-common -DPIC -o .libs/libigraph_la-complex.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-complex.lo -MD -MP -MF .deps/libigraph_la-complex.Tpo -c complex.c -o libigraph_la-complex.o >/dev/null 2>&1
mv -f .deps/libigraph_la-complex.Tpo .deps/libigraph_la-complex.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-eigen.lo -MD -MP -MF .deps/libigraph_la-eigen.Tpo -c -o libigraph_la-eigen.lo `test -f 'eigen.c' || echo './'`eigen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-eigen.lo -MD -MP -MF .deps/libigraph_la-eigen.Tpo -c eigen.c -fno-common -DPIC -o .libs/libigraph_la-eigen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-eigen.lo -MD -MP -MF .deps/libigraph_la-eigen.Tpo -c eigen.c -o libigraph_la-eigen.o >/dev/null 2>&1
mv -f .deps/libigraph_la-eigen.Tpo .deps/libigraph_la-eigen.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-feedback_arc_set.lo -MD -MP -MF .deps/libigraph_la-feedback_arc_set.Tpo -c -o libigraph_la-feedback_arc_set.lo `test -f 'feedback_arc_set.c' || echo './'`feedback_arc_set.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-feedback_arc_set.lo -MD -MP -MF .deps/libigraph_la-feedback_arc_set.Tpo -c feedback_arc_set.c -fno-common -DPIC -o .libs/libigraph_la-feedback_arc_set.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-feedback_arc_set.lo -MD -MP -MF .deps/libigraph_la-feedback_arc_set.Tpo -c feedback_arc_set.c -o libigraph_la-feedback_arc_set.o >/dev/null 2>&1
mv -f .deps/libigraph_la-feedback_arc_set.Tpo .deps/libigraph_la-feedback_arc_set.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sugiyama.lo -MD -MP -MF .deps/libigraph_la-sugiyama.Tpo -c -o libigraph_la-sugiyama.lo `test -f 'sugiyama.c' || echo './'`sugiyama.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sugiyama.lo -MD -MP -MF .deps/libigraph_la-sugiyama.Tpo -c sugiyama.c -fno-common -DPIC -o .libs/libigraph_la-sugiyama.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sugiyama.lo -MD -MP -MF .deps/libigraph_la-sugiyama.Tpo -c sugiyama.c -o libigraph_la-sugiyama.o >/dev/null 2>&1
mv -f .deps/libigraph_la-sugiyama.Tpo .deps/libigraph_la-sugiyama.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-glpk_support.lo -MD -MP -MF .deps/libigraph_la-glpk_support.Tpo -c -o libigraph_la-glpk_support.lo `test -f 'glpk_support.c' || echo './'`glpk_support.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-glpk_support.lo -MD -MP -MF .deps/libigraph_la-glpk_support.Tpo -c glpk_support.c -fno-common -DPIC -o .libs/libigraph_la-glpk_support.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-glpk_support.lo -MD -MP -MF .deps/libigraph_la-glpk_support.Tpo -c glpk_support.c -o libigraph_la-glpk_support.o >/dev/null 2>&1
mv -f .deps/libigraph_la-glpk_support.Tpo .deps/libigraph_la-glpk_support.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-igraph_hrg_types.lo -MD -MP -MF .deps/libigraph_la-igraph_hrg_types.Tpo -c -o libigraph_la-igraph_hrg_types.lo `test -f 'igraph_hrg_types.cc' || echo './'`igraph_hrg_types.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-igraph_hrg_types.lo -MD -MP -MF .deps/libigraph_la-igraph_hrg_types.Tpo -c igraph_hrg_types.cc -fno-common -DPIC -o .libs/libigraph_la-igraph_hrg_types.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-igraph_hrg_types.lo -MD -MP -MF .deps/libigraph_la-igraph_hrg_types.Tpo -c igraph_hrg_types.cc -o libigraph_la-igraph_hrg_types.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_hrg_types.Tpo .deps/libigraph_la-igraph_hrg_types.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-igraph_hrg.lo -MD -MP -MF .deps/libigraph_la-igraph_hrg.Tpo -c -o libigraph_la-igraph_hrg.lo `test -f 'igraph_hrg.cc' || echo './'`igraph_hrg.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-igraph_hrg.lo -MD -MP -MF .deps/libigraph_la-igraph_hrg.Tpo -c igraph_hrg.cc -fno-common -DPIC -o .libs/libigraph_la-igraph_hrg.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-igraph_hrg.lo -MD -MP -MF .deps/libigraph_la-igraph_hrg.Tpo -c igraph_hrg.cc -o libigraph_la-igraph_hrg.o >/dev/null 2>&1
mv -f .deps/libigraph_la-igraph_hrg.Tpo .deps/libigraph_la-igraph_hrg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-distances.lo -MD -MP -MF .deps/libigraph_la-distances.Tpo -c -o libigraph_la-distances.lo `test -f 'distances.c' || echo './'`distances.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-distances.lo -MD -MP -MF .deps/libigraph_la-distances.Tpo -c distances.c -fno-common -DPIC -o .libs/libigraph_la-distances.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-distances.lo -MD -MP -MF .deps/libigraph_la-distances.Tpo -c distances.c -o libigraph_la-distances.o >/dev/null 2>&1
mv -f .deps/libigraph_la-distances.Tpo .deps/libigraph_la-distances.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-fortran_intrinsics.lo -MD -MP -MF .deps/libigraph_la-fortran_intrinsics.Tpo -c -o libigraph_la-fortran_intrinsics.lo `test -f 'fortran_intrinsics.c' || echo './'`fortran_intrinsics.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-fortran_intrinsics.lo -MD -MP -MF .deps/libigraph_la-fortran_intrinsics.Tpo -c fortran_intrinsics.c -fno-common -DPIC -o .libs/libigraph_la-fortran_intrinsics.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-fortran_intrinsics.lo -MD -MP -MF .deps/libigraph_la-fortran_intrinsics.Tpo -c fortran_intrinsics.c -o libigraph_la-fortran_intrinsics.o >/dev/null 2>&1
mv -f .deps/libigraph_la-fortran_intrinsics.Tpo .deps/libigraph_la-fortran_intrinsics.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-matching.lo -MD -MP -MF .deps/libigraph_la-matching.Tpo -c -o libigraph_la-matching.lo `test -f 'matching.c' || echo './'`matching.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-matching.lo -MD -MP -MF .deps/libigraph_la-matching.Tpo -c matching.c -fno-common -DPIC -o .libs/libigraph_la-matching.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-matching.lo -MD -MP -MF .deps/libigraph_la-matching.Tpo -c matching.c -o libigraph_la-matching.o >/dev/null 2>&1
mv -f .deps/libigraph_la-matching.Tpo .deps/libigraph_la-matching.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg.lo -MD -MP -MF .deps/libigraph_la-scg.Tpo -c -o libigraph_la-scg.lo `test -f 'scg.c' || echo './'`scg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg.lo -MD -MP -MF .deps/libigraph_la-scg.Tpo -c scg.c -fno-common -DPIC -o .libs/libigraph_la-scg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg.lo -MD -MP -MF .deps/libigraph_la-scg.Tpo -c scg.c -o libigraph_la-scg.o >/dev/null 2>&1
mv -f .deps/libigraph_la-scg.Tpo .deps/libigraph_la-scg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_approximate_methods.lo -MD -MP -MF .deps/libigraph_la-scg_approximate_methods.Tpo -c -o libigraph_la-scg_approximate_methods.lo `test -f 'scg_approximate_methods.c' || echo './'`scg_approximate_methods.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_approximate_methods.lo -MD -MP -MF .deps/libigraph_la-scg_approximate_methods.Tpo -c scg_approximate_methods.c -fno-common -DPIC -o .libs/libigraph_la-scg_approximate_methods.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_approximate_methods.lo -MD -MP -MF .deps/libigraph_la-scg_approximate_methods.Tpo -c scg_approximate_methods.c -o libigraph_la-scg_approximate_methods.o >/dev/null 2>&1
mv -f .deps/libigraph_la-scg_approximate_methods.Tpo .deps/libigraph_la-scg_approximate_methods.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_exact_scg.lo -MD -MP -MF .deps/libigraph_la-scg_exact_scg.Tpo -c -o libigraph_la-scg_exact_scg.lo `test -f 'scg_exact_scg.c' || echo './'`scg_exact_scg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_exact_scg.lo -MD -MP -MF .deps/libigraph_la-scg_exact_scg.Tpo -c scg_exact_scg.c -fno-common -DPIC -o .libs/libigraph_la-scg_exact_scg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_exact_scg.lo -MD -MP -MF .deps/libigraph_la-scg_exact_scg.Tpo -c scg_exact_scg.c -o libigraph_la-scg_exact_scg.o >/dev/null 2>&1
mv -f .deps/libigraph_la-scg_exact_scg.Tpo .deps/libigraph_la-scg_exact_scg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_kmeans.lo -MD -MP -MF .deps/libigraph_la-scg_kmeans.Tpo -c -o libigraph_la-scg_kmeans.lo `test -f 'scg_kmeans.c' || echo './'`scg_kmeans.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_kmeans.lo -MD -MP -MF .deps/libigraph_la-scg_kmeans.Tpo -c scg_kmeans.c -fno-common -DPIC -o .libs/libigraph_la-scg_kmeans.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_kmeans.lo -MD -MP -MF .deps/libigraph_la-scg_kmeans.Tpo -c scg_kmeans.c -o libigraph_la-scg_kmeans.o >/dev/null 2>&1
mv -f .deps/libigraph_la-scg_kmeans.Tpo .deps/libigraph_la-scg_kmeans.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_utils.lo -MD -MP -MF .deps/libigraph_la-scg_utils.Tpo -c -o libigraph_la-scg_utils.lo `test -f 'scg_utils.c' || echo './'`scg_utils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_utils.lo -MD -MP -MF .deps/libigraph_la-scg_utils.Tpo -c scg_utils.c -fno-common -DPIC -o .libs/libigraph_la-scg_utils.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_utils.lo -MD -MP -MF .deps/libigraph_la-scg_utils.Tpo -c scg_utils.c -o libigraph_la-scg_utils.o >/dev/null 2>&1
mv -f .deps/libigraph_la-scg_utils.Tpo .deps/libigraph_la-scg_utils.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_optimal_method.lo -MD -MP -MF .deps/libigraph_la-scg_optimal_method.Tpo -c -o libigraph_la-scg_optimal_method.lo `test -f 'scg_optimal_method.c' || echo './'`scg_optimal_method.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_optimal_method.lo -MD -MP -MF .deps/libigraph_la-scg_optimal_method.Tpo -c scg_optimal_method.c -fno-common -DPIC -o .libs/libigraph_la-scg_optimal_method.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-scg_optimal_method.lo -MD -MP -MF .deps/libigraph_la-scg_optimal_method.Tpo -c scg_optimal_method.c -o libigraph_la-scg_optimal_method.o >/dev/null 2>&1
mv -f .deps/libigraph_la-scg_optimal_method.Tpo .deps/libigraph_la-scg_optimal_method.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-qsort.lo -MD -MP -MF .deps/libigraph_la-qsort.Tpo -c -o libigraph_la-qsort.lo `test -f 'qsort.c' || echo './'`qsort.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-qsort.lo -MD -MP -MF .deps/libigraph_la-qsort.Tpo -c qsort.c -fno-common -DPIC -o .libs/libigraph_la-qsort.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-qsort.lo -MD -MP -MF .deps/libigraph_la-qsort.Tpo -c qsort.c -o libigraph_la-qsort.o >/dev/null 2>&1
mv -f .deps/libigraph_la-qsort.Tpo .deps/libigraph_la-qsort.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-qsort_r.lo -MD -MP -MF .deps/libigraph_la-qsort_r.Tpo -c -o libigraph_la-qsort_r.lo `test -f 'qsort_r.c' || echo './'`qsort_r.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-qsort_r.lo -MD -MP -MF .deps/libigraph_la-qsort_r.Tpo -c qsort_r.c -fno-common -DPIC -o .libs/libigraph_la-qsort_r.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-qsort_r.lo -MD -MP -MF .deps/libigraph_la-qsort_r.Tpo -c qsort_r.c -o libigraph_la-qsort_r.o >/dev/null 2>&1
mv -f .deps/libigraph_la-qsort_r.Tpo .deps/libigraph_la-qsort_r.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-types.lo -MD -MP -MF .deps/libigraph_la-types.Tpo -c -o libigraph_la-types.lo `test -f 'types.c' || echo './'`types.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-types.lo -MD -MP -MF .deps/libigraph_la-types.Tpo -c types.c -fno-common -DPIC -o .libs/libigraph_la-types.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-types.lo -MD -MP -MF .deps/libigraph_la-types.Tpo -c types.c -o libigraph_la-types.o >/dev/null 2>&1
mv -f .deps/libigraph_la-types.Tpo .deps/libigraph_la-types.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-lad.lo -MD -MP -MF .deps/libigraph_la-lad.Tpo -c -o libigraph_la-lad.lo `test -f 'lad.c' || echo './'`lad.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-lad.lo -MD -MP -MF .deps/libigraph_la-lad.Tpo -c lad.c -fno-common -DPIC -o .libs/libigraph_la-lad.o
lad.c:485:20: warning: unused variable 'Gp_uneis' [-Wunused-variable]
igraph_vector_t *Gp_uneis;
^
lad.c:486:20: warning: unused variable 'Gt_vneis' [-Wunused-variable]
igraph_vector_t *Gt_vneis;
^
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-lad.lo -MD -MP -MF .deps/libigraph_la-lad.Tpo -c lad.c -o libigraph_la-lad.o >/dev/null 2>&1
mv -f .deps/libigraph_la-lad.Tpo .deps/libigraph_la-lad.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-hacks.lo -MD -MP -MF .deps/libigraph_la-hacks.Tpo -c -o libigraph_la-hacks.lo `test -f 'hacks.c' || echo './'`hacks.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-hacks.lo -MD -MP -MF .deps/libigraph_la-hacks.Tpo -c hacks.c -fno-common -DPIC -o .libs/libigraph_la-hacks.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-hacks.lo -MD -MP -MF .deps/libigraph_la-hacks.Tpo -c hacks.c -o libigraph_la-hacks.o >/dev/null 2>&1
mv -f .deps/libigraph_la-hacks.Tpo .deps/libigraph_la-hacks.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-triangles.lo -MD -MP -MF .deps/libigraph_la-triangles.Tpo -c -o libigraph_la-triangles.lo `test -f 'triangles.c' || echo './'`triangles.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-triangles.lo -MD -MP -MF .deps/libigraph_la-triangles.Tpo -c triangles.c -fno-common -DPIC -o .libs/libigraph_la-triangles.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-triangles.lo -MD -MP -MF .deps/libigraph_la-triangles.Tpo -c triangles.c -o libigraph_la-triangles.o >/dev/null 2>&1
mv -f .deps/libigraph_la-triangles.Tpo .deps/libigraph_la-triangles.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-glet.lo -MD -MP -MF .deps/libigraph_la-glet.Tpo -c -o libigraph_la-glet.lo `test -f 'glet.c' || echo './'`glet.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-glet.lo -MD -MP -MF .deps/libigraph_la-glet.Tpo -c glet.c -fno-common -DPIC -o .libs/libigraph_la-glet.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-glet.lo -MD -MP -MF .deps/libigraph_la-glet.Tpo -c glet.c -o libigraph_la-glet.o >/dev/null 2>&1
mv -f .deps/libigraph_la-glet.Tpo .deps/libigraph_la-glet.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-maximal_cliques.lo -MD -MP -MF .deps/libigraph_la-maximal_cliques.Tpo -c -o libigraph_la-maximal_cliques.lo `test -f 'maximal_cliques.c' || echo './'`maximal_cliques.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-maximal_cliques.lo -MD -MP -MF .deps/libigraph_la-maximal_cliques.Tpo -c maximal_cliques.c -fno-common -DPIC -o .libs/libigraph_la-maximal_cliques.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-maximal_cliques.lo -MD -MP -MF .deps/libigraph_la-maximal_cliques.Tpo -c maximal_cliques.c -o libigraph_la-maximal_cliques.o >/dev/null 2>&1
mv -f .deps/libigraph_la-maximal_cliques.Tpo .deps/libigraph_la-maximal_cliques.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sbm.lo -MD -MP -MF .deps/libigraph_la-sbm.Tpo -c -o libigraph_la-sbm.lo `test -f 'sbm.c' || echo './'`sbm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sbm.lo -MD -MP -MF .deps/libigraph_la-sbm.Tpo -c sbm.c -fno-common -DPIC -o .libs/libigraph_la-sbm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sbm.lo -MD -MP -MF .deps/libigraph_la-sbm.Tpo -c sbm.c -o libigraph_la-sbm.o >/dev/null 2>&1
mv -f .deps/libigraph_la-sbm.Tpo .deps/libigraph_la-sbm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sir.lo -MD -MP -MF .deps/libigraph_la-sir.Tpo -c -o libigraph_la-sir.lo `test -f 'sir.c' || echo './'`sir.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sir.lo -MD -MP -MF .deps/libigraph_la-sir.Tpo -c sir.c -fno-common -DPIC -o .libs/libigraph_la-sir.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT libigraph_la-sir.lo -MD -MP -MF .deps/libigraph_la-sir.Tpo -c sir.c -o libigraph_la-sir.o >/dev/null 2>&1
mv -f .deps/libigraph_la-sir.Tpo .deps/libigraph_la-sir.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-prpack.lo -MD -MP -MF .deps/libigraph_la-prpack.Tpo -c -o libigraph_la-prpack.lo `test -f 'prpack.cpp' || echo './'`prpack.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-prpack.lo -MD -MP -MF .deps/libigraph_la-prpack.Tpo -c prpack.cpp -fno-common -DPIC -o .libs/libigraph_la-prpack.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../include -I../include -Wall -I../optional/glpk -I../src/prpack -DPRPACK_IGRAPH_SUPPORT -fPIC -MT libigraph_la-prpack.lo -MD -MP -MF .deps/libigraph_la-prpack.Tpo -c prpack.cpp -o libigraph_la-prpack.o >/dev/null 2>&1
mv -f .deps/libigraph_la-prpack.Tpo .deps/libigraph_la-prpack.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-abort_.lo -MD -MP -MF f2c/.deps/libf2c_la-abort_.Tpo -c -o f2c/libf2c_la-abort_.lo `test -f 'f2c/abort_.c' || echo './'`f2c/abort_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-abort_.lo -MD -MP -MF f2c/.deps/libf2c_la-abort_.Tpo -c f2c/abort_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-abort_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-abort_.lo -MD -MP -MF f2c/.deps/libf2c_la-abort_.Tpo -c f2c/abort_.c -o f2c/libf2c_la-abort_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-abort_.Tpo f2c/.deps/libf2c_la-abort_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dolio.lo -MD -MP -MF f2c/.deps/libf2c_la-dolio.Tpo -c -o f2c/libf2c_la-dolio.lo `test -f 'f2c/dolio.c' || echo './'`f2c/dolio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dolio.lo -MD -MP -MF f2c/.deps/libf2c_la-dolio.Tpo -c f2c/dolio.c -fno-common -DPIC -o f2c/.libs/libf2c_la-dolio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dolio.lo -MD -MP -MF f2c/.deps/libf2c_la-dolio.Tpo -c f2c/dolio.c -o f2c/libf2c_la-dolio.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-dolio.Tpo f2c/.deps/libf2c_la-dolio.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sin.Tpo -c -o f2c/libf2c_la-r_sin.lo `test -f 'f2c/r_sin.c' || echo './'`f2c/r_sin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sin.Tpo -c f2c/r_sin.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_sin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sin.Tpo -c f2c/r_sin.c -o f2c/libf2c_la-r_sin.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_sin.Tpo f2c/.deps/libf2c_la-r_sin.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dummy.lo -MD -MP -MF f2c/.deps/libf2c_la-dummy.Tpo -c -o f2c/libf2c_la-dummy.lo `test -f 'f2c/dummy.c' || echo './'`f2c/dummy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dummy.lo -MD -MP -MF f2c/.deps/libf2c_la-dummy.Tpo -c f2c/dummy.c -fno-common -DPIC -o f2c/.libs/libf2c_la-dummy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dummy.lo -MD -MP -MF f2c/.deps/libf2c_la-dummy.Tpo -c f2c/dummy.c -o f2c/libf2c_la-dummy.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-dummy.Tpo f2c/.deps/libf2c_la-dummy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dtime_.lo -MD -MP -MF f2c/.deps/libf2c_la-dtime_.Tpo -c -o f2c/libf2c_la-dtime_.lo `test -f 'f2c/dtime_.c' || echo './'`f2c/dtime_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dtime_.lo -MD -MP -MF f2c/.deps/libf2c_la-dtime_.Tpo -c f2c/dtime_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-dtime_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dtime_.lo -MD -MP -MF f2c/.deps/libf2c_la-dtime_.Tpo -c f2c/dtime_.c -o f2c/libf2c_la-dtime_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-dtime_.Tpo f2c/.deps/libf2c_la-dtime_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-iio.lo -MD -MP -MF f2c/.deps/libf2c_la-iio.Tpo -c -o f2c/libf2c_la-iio.lo `test -f 'f2c/iio.c' || echo './'`f2c/iio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-iio.lo -MD -MP -MF f2c/.deps/libf2c_la-iio.Tpo -c f2c/iio.c -fno-common -DPIC -o f2c/.libs/libf2c_la-iio.o
f2c/iio.c:91:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_si(a)) return(n);
~^~~~~~~~
f2c/iio.c:91:6: note: place parentheses around the assignment to silence this warning
if(n=c_si(a)) return(n);
^
( )
f2c/iio.c:91:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_si(a)) return(n);
^
==
f2c/iio.c:123:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_si(a)) return(n);
~^~~~~~~~
f2c/iio.c:123:6: note: place parentheses around the assignment to silence this warning
if(n=c_si(a)) return(n);
^
( )
f2c/iio.c:123:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_si(a)) return(n);
^
==
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-iio.lo -MD -MP -MF f2c/.deps/libf2c_la-iio.Tpo -c f2c/iio.c -o f2c/libf2c_la-iio.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-iio.Tpo f2c/.deps/libf2c_la-iio.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sinh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sinh.Tpo -c -o f2c/libf2c_la-r_sinh.lo `test -f 'f2c/r_sinh.c' || echo './'`f2c/r_sinh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sinh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sinh.Tpo -c f2c/r_sinh.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_sinh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sinh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sinh.Tpo -c f2c/r_sinh.c -o f2c/libf2c_la-r_sinh.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_sinh.Tpo f2c/.deps/libf2c_la-r_sinh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-backspac.lo -MD -MP -MF f2c/.deps/libf2c_la-backspac.Tpo -c -o f2c/libf2c_la-backspac.lo `test -f 'f2c/backspac.c' || echo './'`f2c/backspac.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-backspac.lo -MD -MP -MF f2c/.deps/libf2c_la-backspac.Tpo -c f2c/backspac.c -fno-common -DPIC -o f2c/.libs/libf2c_la-backspac.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-backspac.lo -MD -MP -MF f2c/.deps/libf2c_la-backspac.Tpo -c f2c/backspac.c -o f2c/libf2c_la-backspac.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-backspac.Tpo f2c/.deps/libf2c_la-backspac.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-due.lo -MD -MP -MF f2c/.deps/libf2c_la-due.Tpo -c -o f2c/libf2c_la-due.lo `test -f 'f2c/due.c' || echo './'`f2c/due.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-due.lo -MD -MP -MF f2c/.deps/libf2c_la-due.Tpo -c f2c/due.c -fno-common -DPIC -o f2c/.libs/libf2c_la-due.o
f2c/due.c:40:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_due(a)) return(n);
~^~~~~~~~~
f2c/due.c:40:6: note: place parentheses around the assignment to silence this warning
if(n=c_due(a)) return(n);
^
( )
f2c/due.c:40:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_due(a)) return(n);
^
==
f2c/due.c:53:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_due(a)) return(n);
~^~~~~~~~~
f2c/due.c:53:6: note: place parentheses around the assignment to silence this warning
if(n=c_due(a)) return(n);
^
( )
f2c/due.c:53:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_due(a)) return(n);
^
==
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-due.lo -MD -MP -MF f2c/.deps/libf2c_la-due.Tpo -c f2c/due.c -o f2c/libf2c_la-due.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-due.Tpo f2c/.deps/libf2c_la-due.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ilnw.lo -MD -MP -MF f2c/.deps/libf2c_la-ilnw.Tpo -c -o f2c/libf2c_la-ilnw.lo `test -f 'f2c/ilnw.c' || echo './'`f2c/ilnw.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ilnw.lo -MD -MP -MF f2c/.deps/libf2c_la-ilnw.Tpo -c f2c/ilnw.c -fno-common -DPIC -o f2c/.libs/libf2c_la-ilnw.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ilnw.lo -MD -MP -MF f2c/.deps/libf2c_la-ilnw.Tpo -c f2c/ilnw.c -o f2c/libf2c_la-ilnw.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-ilnw.Tpo f2c/.deps/libf2c_la-ilnw.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sqrt.Tpo -c -o f2c/libf2c_la-r_sqrt.lo `test -f 'f2c/r_sqrt.c' || echo './'`f2c/r_sqrt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sqrt.Tpo -c f2c/r_sqrt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_sqrt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sqrt.Tpo -c f2c/r_sqrt.c -o f2c/libf2c_la-r_sqrt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_sqrt.Tpo f2c/.deps/libf2c_la-r_sqrt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-c_abs.Tpo -c -o f2c/libf2c_la-c_abs.lo `test -f 'f2c/c_abs.c' || echo './'`f2c/c_abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-c_abs.Tpo -c f2c/c_abs.c -fno-common -DPIC -o f2c/.libs/libf2c_la-c_abs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-c_abs.Tpo -c f2c/c_abs.c -o f2c/libf2c_la-c_abs.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-c_abs.Tpo f2c/.deps/libf2c_la-c_abs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ef1asc_.lo -MD -MP -MF f2c/.deps/libf2c_la-ef1asc_.Tpo -c -o f2c/libf2c_la-ef1asc_.lo `test -f 'f2c/ef1asc_.c' || echo './'`f2c/ef1asc_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ef1asc_.lo -MD -MP -MF f2c/.deps/libf2c_la-ef1asc_.Tpo -c f2c/ef1asc_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-ef1asc_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ef1asc_.lo -MD -MP -MF f2c/.deps/libf2c_la-ef1asc_.Tpo -c f2c/ef1asc_.c -o f2c/libf2c_la-ef1asc_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-ef1asc_.Tpo f2c/.deps/libf2c_la-ef1asc_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-inquire.lo -MD -MP -MF f2c/.deps/libf2c_la-inquire.Tpo -c -o f2c/libf2c_la-inquire.lo `test -f 'f2c/inquire.c' || echo './'`f2c/inquire.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-inquire.lo -MD -MP -MF f2c/.deps/libf2c_la-inquire.Tpo -c f2c/inquire.c -fno-common -DPIC -o f2c/.libs/libf2c_la-inquire.o
f2c/inquire.c:67:13: warning: '&&' within '||' [-Wlogical-op-parentheses]
if(byfile && x != -1 || !byfile && p!=NULL)
~~~~~~~^~~~~~~~~~ ~~
f2c/inquire.c:67:13: note: place parentheses around the '&&' expression to silence this warning
if(byfile && x != -1 || !byfile && p!=NULL)
^
( )
f2c/inquire.c:67:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
if(byfile && x != -1 || !byfile && p!=NULL)
~~ ~~~~~~~~^~~~~~~~~~
f2c/inquire.c:67:35: note: place parentheses around the '&&' expression to silence this warning
if(byfile && x != -1 || !byfile && p!=NULL)
~~~~~~~~^~~~~~~~~~
f2c/inquire.c:69:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else *a->inex=0;
^
f2c/inquire.c:72:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else *a->inopen=(p!=NULL && p->ufd!=NULL);
^
f2c/inquire.c:75:24: warning: '&&' within '||' [-Wlogical-op-parentheses]
if(byfile || p!=NULL && p->ufnm!=NULL)
~~ ~~~~~~~~^~~~~~~~~~~~~~~~
f2c/inquire.c:75:24: note: place parentheses around the '&&' expression to silence this warning
if(byfile || p!=NULL && p->ufnm!=NULL)
~~~~~~~~^~~~~~~~~~~~~~~~
f2c/inquire.c:77:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else *a->innamed=0;
^
f2c/inquire.c:81:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else if(p!=NULL && p->ufnm!=NULL)
^
f2c/inquire.c:86:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else b_char("SEQUENTIAL",a->inacc,a->inacclen);
^
f2c/inquire.c:90:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else b_char("YES",a->inseq,a->inseqlen);
^
f2c/inquire.c:94:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else b_char("NO",a->indir,a->indirlen);
^
f2c/inquire.c:98:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else b_char("FORMATTED",a->infmt,a->infmtlen);
^
f2c/inquire.c:102:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else b_char("YES",a->inform,a->informlen);
^
f2c/inquire.c:106:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else if (p!=NULL) b_char("NO",a->inunf,a->inunflen);
^
f2c/inquire.c:115:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else b_char("NULL",a->inblank,a->inblanklen);
^
14 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-inquire.lo -MD -MP -MF f2c/.deps/libf2c_la-inquire.Tpo -c f2c/inquire.c -o f2c/libf2c_la-inquire.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-inquire.Tpo f2c/.deps/libf2c_la-inquire.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_tan.lo -MD -MP -MF f2c/.deps/libf2c_la-r_tan.Tpo -c -o f2c/libf2c_la-r_tan.lo `test -f 'f2c/r_tan.c' || echo './'`f2c/r_tan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_tan.lo -MD -MP -MF f2c/.deps/libf2c_la-r_tan.Tpo -c f2c/r_tan.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_tan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_tan.lo -MD -MP -MF f2c/.deps/libf2c_la-r_tan.Tpo -c f2c/r_tan.c -o f2c/libf2c_la-r_tan.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_tan.Tpo f2c/.deps/libf2c_la-r_tan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-c_cos.Tpo -c -o f2c/libf2c_la-c_cos.lo `test -f 'f2c/c_cos.c' || echo './'`f2c/c_cos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-c_cos.Tpo -c f2c/c_cos.c -fno-common -DPIC -o f2c/.libs/libf2c_la-c_cos.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-c_cos.Tpo -c f2c/c_cos.c -o f2c/libf2c_la-c_cos.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-c_cos.Tpo f2c/.deps/libf2c_la-c_cos.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ef1cmc_.lo -MD -MP -MF f2c/.deps/libf2c_la-ef1cmc_.Tpo -c -o f2c/libf2c_la-ef1cmc_.lo `test -f 'f2c/ef1cmc_.c' || echo './'`f2c/ef1cmc_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ef1cmc_.lo -MD -MP -MF f2c/.deps/libf2c_la-ef1cmc_.Tpo -c f2c/ef1cmc_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-ef1cmc_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ef1cmc_.lo -MD -MP -MF f2c/.deps/libf2c_la-ef1cmc_.Tpo -c f2c/ef1cmc_.c -o f2c/libf2c_la-ef1cmc_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-ef1cmc_.Tpo f2c/.deps/libf2c_la-ef1cmc_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_ge.lo -MD -MP -MF f2c/.deps/libf2c_la-l_ge.Tpo -c -o f2c/libf2c_la-l_ge.lo `test -f 'f2c/l_ge.c' || echo './'`f2c/l_ge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_ge.lo -MD -MP -MF f2c/.deps/libf2c_la-l_ge.Tpo -c f2c/l_ge.c -fno-common -DPIC -o f2c/.libs/libf2c_la-l_ge.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_ge.lo -MD -MP -MF f2c/.deps/libf2c_la-l_ge.Tpo -c f2c/l_ge.c -o f2c/libf2c_la-l_ge.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-l_ge.Tpo f2c/.deps/libf2c_la-l_ge.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_tanh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_tanh.Tpo -c -o f2c/libf2c_la-r_tanh.lo `test -f 'f2c/r_tanh.c' || echo './'`f2c/r_tanh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_tanh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_tanh.Tpo -c f2c/r_tanh.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_tanh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_tanh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_tanh.Tpo -c f2c/r_tanh.c -o f2c/libf2c_la-r_tanh.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_tanh.Tpo f2c/.deps/libf2c_la-r_tanh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_div.lo -MD -MP -MF f2c/.deps/libf2c_la-c_div.Tpo -c -o f2c/libf2c_la-c_div.lo `test -f 'f2c/c_div.c' || echo './'`f2c/c_div.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_div.lo -MD -MP -MF f2c/.deps/libf2c_la-c_div.Tpo -c f2c/c_div.c -fno-common -DPIC -o f2c/.libs/libf2c_la-c_div.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_div.lo -MD -MP -MF f2c/.deps/libf2c_la-c_div.Tpo -c f2c/c_div.c -o f2c/libf2c_la-c_div.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-c_div.Tpo f2c/.deps/libf2c_la-c_div.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-endfile.lo -MD -MP -MF f2c/.deps/libf2c_la-endfile.Tpo -c -o f2c/libf2c_la-endfile.lo `test -f 'f2c/endfile.c' || echo './'`f2c/endfile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-endfile.lo -MD -MP -MF f2c/.deps/libf2c_la-endfile.Tpo -c f2c/endfile.c -fno-common -DPIC -o f2c/.libs/libf2c_la-endfile.o
f2c/endfile.c:46:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (tf = FOPEN(nbuf, f__w_mode[0]))
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/endfile.c:46:10: note: place parentheses around the assignment to silence this warning
if (tf = FOPEN(nbuf, f__w_mode[0]))
^
( )
f2c/endfile.c:46:10: note: use '==' to turn this assignment into an equality comparison
if (tf = FOPEN(nbuf, f__w_mode[0]))
^
==
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-endfile.lo -MD -MP -MF f2c/.deps/libf2c_la-endfile.Tpo -c f2c/endfile.c -o f2c/libf2c_la-endfile.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-endfile.Tpo f2c/.deps/libf2c_la-endfile.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_gt.lo -MD -MP -MF f2c/.deps/libf2c_la-l_gt.Tpo -c -o f2c/libf2c_la-l_gt.lo `test -f 'f2c/l_gt.c' || echo './'`f2c/l_gt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_gt.lo -MD -MP -MF f2c/.deps/libf2c_la-l_gt.Tpo -c f2c/l_gt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-l_gt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_gt.lo -MD -MP -MF f2c/.deps/libf2c_la-l_gt.Tpo -c f2c/l_gt.c -o f2c/libf2c_la-l_gt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-l_gt.Tpo f2c/.deps/libf2c_la-l_gt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rdfmt.lo -MD -MP -MF f2c/.deps/libf2c_la-rdfmt.Tpo -c -o f2c/libf2c_la-rdfmt.lo `test -f 'f2c/rdfmt.c' || echo './'`f2c/rdfmt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rdfmt.lo -MD -MP -MF f2c/.deps/libf2c_la-rdfmt.Tpo -c f2c/rdfmt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-rdfmt.o
f2c/rdfmt.c:39:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while(ch = *sc++)
~~~^~~~~~~
f2c/rdfmt.c:39:12: note: place parentheses around the assignment to silence this warning
while(ch = *sc++)
^
( )
f2c/rdfmt.c:39:12: note: use '==' to turn this assignment into an equality comparison
while(ch = *sc++)
^
==
f2c/rdfmt.c:42:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while(ch = *sc++)
~~~^~~~~~~
f2c/rdfmt.c:42:12: note: place parentheses around the assignment to silence this warning
while(ch = *sc++)
^
( )
f2c/rdfmt.c:42:12: note: use '==' to turn this assignment into an equality comparison
while(ch = *sc++)
^
==
f2c/rdfmt.c:71:9: warning: operator '>>' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
w2 = w1+1 >> 1;
~~^~ ~~
f2c/rdfmt.c:71:9: note: place parentheses around the '+' expression to silence this warning
w2 = w1+1 >> 1;
^
( )
f2c/rdfmt.c:93:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
*t = hex[*s0 & 0xff]-1 << 4 | hex[s0[1] & 0xff]-1;
~~~~~~~~~~~~~~~^~ ~~
f2c/rdfmt.c:93:23: note: place parentheses around the '-' expression to silence this warning
*t = hex[*s0 & 0xff]-1 << 4 | hex[s0[1] & 0xff]-1;
^
( )
4 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rdfmt.lo -MD -MP -MF f2c/.deps/libf2c_la-rdfmt.Tpo -c f2c/rdfmt.c -o f2c/libf2c_la-rdfmt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-rdfmt.Tpo f2c/.deps/libf2c_la-rdfmt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-c_exp.Tpo -c -o f2c/libf2c_la-c_exp.lo `test -f 'f2c/c_exp.c' || echo './'`f2c/c_exp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-c_exp.Tpo -c f2c/c_exp.c -fno-common -DPIC -o f2c/.libs/libf2c_la-c_exp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-c_exp.Tpo -c f2c/c_exp.c -o f2c/libf2c_la-c_exp.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-c_exp.Tpo f2c/.deps/libf2c_la-c_exp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-erf_.lo -MD -MP -MF f2c/.deps/libf2c_la-erf_.Tpo -c -o f2c/libf2c_la-erf_.lo `test -f 'f2c/erf_.c' || echo './'`f2c/erf_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-erf_.lo -MD -MP -MF f2c/.deps/libf2c_la-erf_.Tpo -c f2c/erf_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-erf_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-erf_.lo -MD -MP -MF f2c/.deps/libf2c_la-erf_.Tpo -c f2c/erf_.c -o f2c/libf2c_la-erf_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-erf_.Tpo f2c/.deps/libf2c_la-erf_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_le.lo -MD -MP -MF f2c/.deps/libf2c_la-l_le.Tpo -c -o f2c/libf2c_la-l_le.lo `test -f 'f2c/l_le.c' || echo './'`f2c/l_le.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_le.lo -MD -MP -MF f2c/.deps/libf2c_la-l_le.Tpo -c f2c/l_le.c -fno-common -DPIC -o f2c/.libs/libf2c_la-l_le.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_le.lo -MD -MP -MF f2c/.deps/libf2c_la-l_le.Tpo -c f2c/l_le.c -o f2c/libf2c_la-l_le.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-l_le.Tpo f2c/.deps/libf2c_la-l_le.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rewind.lo -MD -MP -MF f2c/.deps/libf2c_la-rewind.Tpo -c -o f2c/libf2c_la-rewind.lo `test -f 'f2c/rewind.c' || echo './'`f2c/rewind.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rewind.lo -MD -MP -MF f2c/.deps/libf2c_la-rewind.Tpo -c f2c/rewind.c -fno-common -DPIC -o f2c/.libs/libf2c_la-rewind.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rewind.lo -MD -MP -MF f2c/.deps/libf2c_la-rewind.Tpo -c f2c/rewind.c -o f2c/libf2c_la-rewind.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-rewind.Tpo f2c/.deps/libf2c_la-rewind.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_log.lo -MD -MP -MF f2c/.deps/libf2c_la-c_log.Tpo -c -o f2c/libf2c_la-c_log.lo `test -f 'f2c/c_log.c' || echo './'`f2c/c_log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_log.lo -MD -MP -MF f2c/.deps/libf2c_la-c_log.Tpo -c f2c/c_log.c -fno-common -DPIC -o f2c/.libs/libf2c_la-c_log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_log.lo -MD -MP -MF f2c/.deps/libf2c_la-c_log.Tpo -c f2c/c_log.c -o f2c/libf2c_la-c_log.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-c_log.Tpo f2c/.deps/libf2c_la-c_log.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-erfc_.lo -MD -MP -MF f2c/.deps/libf2c_la-erfc_.Tpo -c -o f2c/libf2c_la-erfc_.lo `test -f 'f2c/erfc_.c' || echo './'`f2c/erfc_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-erfc_.lo -MD -MP -MF f2c/.deps/libf2c_la-erfc_.Tpo -c f2c/erfc_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-erfc_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-erfc_.lo -MD -MP -MF f2c/.deps/libf2c_la-erfc_.Tpo -c f2c/erfc_.c -o f2c/libf2c_la-erfc_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-erfc_.Tpo f2c/.deps/libf2c_la-erfc_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_lt.lo -MD -MP -MF f2c/.deps/libf2c_la-l_lt.Tpo -c -o f2c/libf2c_la-l_lt.lo `test -f 'f2c/l_lt.c' || echo './'`f2c/l_lt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_lt.lo -MD -MP -MF f2c/.deps/libf2c_la-l_lt.Tpo -c f2c/l_lt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-l_lt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-l_lt.lo -MD -MP -MF f2c/.deps/libf2c_la-l_lt.Tpo -c f2c/l_lt.c -o f2c/libf2c_la-l_lt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-l_lt.Tpo f2c/.deps/libf2c_la-l_lt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsfe.lo -MD -MP -MF f2c/.deps/libf2c_la-rsfe.Tpo -c -o f2c/libf2c_la-rsfe.lo `test -f 'f2c/rsfe.c' || echo './'`f2c/rsfe.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsfe.lo -MD -MP -MF f2c/.deps/libf2c_la-rsfe.Tpo -c f2c/rsfe.c -fno-common -DPIC -o f2c/.libs/libf2c_la-rsfe.o
f2c/rsfe.c:67:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_sfe(a)) return(n);
~^~~~~~~~~
f2c/rsfe.c:67:6: note: place parentheses around the assignment to silence this warning
if(n=c_sfe(a)) return(n);
^
( )
f2c/rsfe.c:67:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_sfe(a)) return(n);
^
==
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsfe.lo -MD -MP -MF f2c/.deps/libf2c_la-rsfe.Tpo -c f2c/rsfe.c -o f2c/libf2c_la-rsfe.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-rsfe.Tpo f2c/.deps/libf2c_la-rsfe.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-c_sin.Tpo -c -o f2c/libf2c_la-c_sin.lo `test -f 'f2c/c_sin.c' || echo './'`f2c/c_sin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-c_sin.Tpo -c f2c/c_sin.c -fno-common -DPIC -o f2c/.libs/libf2c_la-c_sin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-c_sin.Tpo -c f2c/c_sin.c -o f2c/libf2c_la-c_sin.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-c_sin.Tpo f2c/.deps/libf2c_la-c_sin.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-err.lo -MD -MP -MF f2c/.deps/libf2c_la-err.Tpo -c -o f2c/libf2c_la-err.lo `test -f 'f2c/err.c' || echo './'`f2c/err.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-err.lo -MD -MP -MF f2c/.deps/libf2c_la-err.Tpo -c f2c/err.c -fno-common -DPIC -o f2c/.libs/libf2c_la-err.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-err.lo -MD -MP -MF f2c/.deps/libf2c_la-err.Tpo -c f2c/err.c -o f2c/libf2c_la-err.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-err.Tpo f2c/.deps/libf2c_la-err.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lbitbits.lo -MD -MP -MF f2c/.deps/libf2c_la-lbitbits.Tpo -c -o f2c/libf2c_la-lbitbits.lo `test -f 'f2c/lbitbits.c' || echo './'`f2c/lbitbits.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lbitbits.lo -MD -MP -MF f2c/.deps/libf2c_la-lbitbits.Tpo -c f2c/lbitbits.c -fno-common -DPIC -o f2c/.libs/libf2c_la-lbitbits.o
f2c/lbitbits.c:47:44: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
return (integer)(x << b | x >> LONGBITS -b );
~~ ~~~~~~~~~^~
f2c/lbitbits.c:47:44: note: place parentheses around the '-' expression to silence this warning
return (integer)(x << b | x >> LONGBITS -b );
~~~~~~~~~^~
f2c/lbitbits.c:51:34: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
return (integer)(x << LONGBITS - b | x >> b);
~~ ~~~~~~~~~^~~
f2c/lbitbits.c:51:34: note: place parentheses around the '-' expression to silence this warning
return (integer)(x << LONGBITS - b | x >> b);
~~~~~~~~~^~~
f2c/lbitbits.c:60:47: warning: operator '>>' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
return (integer)(y | z & (x << b | x >> len - b));
~~ ~~~~^~~
f2c/lbitbits.c:60:47: note: place parentheses around the '-' expression to silence this warning
return (integer)(y | z & (x << b | x >> len - b));
^
( )
f2c/lbitbits.c:60:26: warning: '&' within '|' [-Wbitwise-op-parentheses]
return (integer)(y | z & (x << b | x >> len - b));
~ ~~^~~~~~~~~~~~~~~~~~~~~~~~~
f2c/lbitbits.c:60:26: note: place parentheses around the '&' expression to silence this warning
return (integer)(y | z & (x << b | x >> len - b));
^
( )
f2c/lbitbits.c:64:46: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
return (integer)(y | z & (x >> b | x << len - b));
~~ ~~~~^~~
f2c/lbitbits.c:64:46: note: place parentheses around the '-' expression to silence this warning
return (integer)(y | z & (x >> b | x << len - b));
^
( )
f2c/lbitbits.c:64:25: warning: '&' within '|' [-Wbitwise-op-parentheses]
return (integer)(y | z & (x >> b | x << len - b));
~ ~~^~~~~~~~~~~~~~~~~~~~~~~~~
f2c/lbitbits.c:64:25: note: place parentheses around the '&' expression to silence this warning
return (integer)(y | z & (x >> b | x << len - b));
^
( )
6 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lbitbits.lo -MD -MP -MF f2c/.deps/libf2c_la-lbitbits.Tpo -c f2c/lbitbits.c -o f2c/libf2c_la-lbitbits.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-lbitbits.Tpo f2c/.deps/libf2c_la-lbitbits.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsli.lo -MD -MP -MF f2c/.deps/libf2c_la-rsli.Tpo -c -o f2c/libf2c_la-rsli.lo `test -f 'f2c/rsli.c' || echo './'`f2c/rsli.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsli.lo -MD -MP -MF f2c/.deps/libf2c_la-rsli.Tpo -c f2c/rsli.c -fno-common -DPIC -o f2c/.libs/libf2c_la-rsli.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsli.lo -MD -MP -MF f2c/.deps/libf2c_la-rsli.Tpo -c f2c/rsli.c -o f2c/libf2c_la-rsli.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-rsli.Tpo f2c/.deps/libf2c_la-rsli.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-c_sqrt.Tpo -c -o f2c/libf2c_la-c_sqrt.lo `test -f 'f2c/c_sqrt.c' || echo './'`f2c/c_sqrt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-c_sqrt.Tpo -c f2c/c_sqrt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-c_sqrt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-c_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-c_sqrt.Tpo -c f2c/c_sqrt.c -o f2c/libf2c_la-c_sqrt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-c_sqrt.Tpo f2c/.deps/libf2c_la-c_sqrt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-etime_.lo -MD -MP -MF f2c/.deps/libf2c_la-etime_.Tpo -c -o f2c/libf2c_la-etime_.lo `test -f 'f2c/etime_.c' || echo './'`f2c/etime_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-etime_.lo -MD -MP -MF f2c/.deps/libf2c_la-etime_.Tpo -c f2c/etime_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-etime_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-etime_.lo -MD -MP -MF f2c/.deps/libf2c_la-etime_.Tpo -c f2c/etime_.c -o f2c/libf2c_la-etime_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-etime_.Tpo f2c/.deps/libf2c_la-etime_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lbitshft.lo -MD -MP -MF f2c/.deps/libf2c_la-lbitshft.Tpo -c -o f2c/libf2c_la-lbitshft.lo `test -f 'f2c/lbitshft.c' || echo './'`f2c/lbitshft.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lbitshft.lo -MD -MP -MF f2c/.deps/libf2c_la-lbitshft.Tpo -c f2c/lbitshft.c -fno-common -DPIC -o f2c/.libs/libf2c_la-lbitshft.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lbitshft.lo -MD -MP -MF f2c/.deps/libf2c_la-lbitshft.Tpo -c f2c/lbitshft.c -o f2c/libf2c_la-lbitshft.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-lbitshft.Tpo f2c/.deps/libf2c_la-lbitshft.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsne.lo -MD -MP -MF f2c/.deps/libf2c_la-rsne.Tpo -c -o f2c/libf2c_la-rsne.lo `test -f 'f2c/rsne.c' || echo './'`f2c/rsne.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsne.lo -MD -MP -MF f2c/.deps/libf2c_la-rsne.Tpo -c f2c/rsne.c -fno-common -DPIC -o f2c/.libs/libf2c_la-rsne.o
f2c/rsne.c:86:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1)
~~^~~~~~
f2c/rsne.c:86:15: note: place parentheses around the assignment to silence this warning
for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1)
^
( )
f2c/rsne.c:86:15: note: use '==' to turn this assignment into an equality comparison
for(x = 0; c = *s++; x = x & 0x4000 ? ((x << 1) & 0x7fff) + 1 : x << 1)
^
==
f2c/rsne.c:107:23: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
for(x = &nl_cache; y = *x; x0 = x, x = &y->next)
~~^~~~
f2c/rsne.c:107:23: note: place parentheses around the assignment to silence this warning
for(x = &nl_cache; y = *x; x0 = x, x = &y->next)
^
( )
f2c/rsne.c:107:23: note: use '==' to turn this assignment into an equality comparison
for(x = &nl_cache; y = *x; x0 = x, x = &y->next)
^
==
f2c/rsne.c:159:42: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; )
~~^~~~~~
f2c/rsne.c:159:42: note: place parentheses around the assignment to silence this warning
for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; )
^
( )
f2c/rsne.c:159:42: note: use '==' to turn this assignment into an equality comparison
for(s = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; c = *s++; )
^
==
f2c/rsne.c:165:27: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
for(s = "0123456789_"; c = *s++; )
~~^~~~~~
f2c/rsne.c:165:27: note: place parentheses around the assignment to silence this warning
for(s = "0123456789_"; c = *s++; )
^
( )
f2c/rsne.c:165:27: note: use '==' to turn this assignment into an equality comparison
for(s = "0123456789_"; c = *s++; )
^
==
f2c/rsne.c:188:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while(*s = Alphanum[GETC(ch) & 0xff])
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:188:11: note: place parentheses around the assignment to silence this warning
while(*s = Alphanum[GETC(ch) & 0xff])
^
( )
f2c/rsne.c:188:11: note: use '==' to turn this assignment into an equality comparison
while(*s = Alphanum[GETC(ch) & 0xff])
^
==
f2c/rsne.c:243:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = getnum(chp, x1))
~~^~~~~~~~~~~~~~~~~
f2c/rsne.c:243:8: note: place parentheses around the assignment to silence this warning
if (k = getnum(chp, x1))
^
( )
f2c/rsne.c:243:8: note: use '==' to turn this assignment into an equality comparison
if (k = getnum(chp, x1))
^
==
f2c/rsne.c:247:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = getnum(chp, &x2))
~~^~~~~~~~~~~~~~~~~~
f2c/rsne.c:247:9: note: place parentheses around the assignment to silence this warning
if (k = getnum(chp, &x2))
^
( )
f2c/rsne.c:247:9: note: use '==' to turn this assignment into an equality comparison
if (k = getnum(chp, &x2))
^
==
f2c/rsne.c:251:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = getnum(chp, &x3))
~~^~~~~~~~~~~~~~~~~~
f2c/rsne.c:251:10: note: place parentheses around the assignment to silence this warning
if (k = getnum(chp, &x3))
^
( )
f2c/rsne.c:251:10: note: use '==' to turn this assignment into an equality comparison
if (k = getnum(chp, &x3))
^
==
f2c/rsne.c:349:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (ch = getname(buf,sizeof(buf)))
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:349:9: note: place parentheses around the assignment to silence this warning
if (ch = getname(buf,sizeof(buf)))
^
( )
f2c/rsne.c:349:9: note: use '==' to turn this assignment into an equality comparison
if (ch = getname(buf,sizeof(buf)))
^
==
f2c/rsne.c:401:19: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ch <= ' ' && ch >= 0 || ch == ',')
~~~~~~~~~~^~~~~~~~~~ ~~
f2c/rsne.c:401:19: note: place parentheses around the '&&' expression to silence this warning
if (ch <= ' ' && ch >= 0 || ch == ',')
^
( )
f2c/rsne.c:404:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (ch = getname(buf,sizeof(buf)))
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:404:12: note: place parentheses around the assignment to silence this warning
if (ch = getname(buf,sizeof(buf)))
^
( )
f2c/rsne.c:404:12: note: use '==' to turn this assignment into an equality comparison
if (ch = getname(buf,sizeof(buf)))
^
==
f2c/rsne.c:428:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = getdimen(&ch, dn, (ftnlen)size,
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:428:11: note: place parentheses around the assignment to silence this warning
if (k = getdimen(&ch, dn, (ftnlen)size,
^
(
f2c/rsne.c:428:11: note: use '==' to turn this assignment into an equality comparison
if (k = getdimen(&ch, dn, (ftnlen)size,
^
==
f2c/rsne.c:445:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = getdimen(&ch, dn, size, nomax, &b))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:445:10: note: place parentheses around the assignment to silence this warning
if (k = getdimen(&ch, dn, size, nomax, &b))
^
( )
f2c/rsne.c:445:10: note: use '==' to turn this assignment into an equality comparison
if (k = getdimen(&ch, dn, size, nomax, &b))
^
==
f2c/rsne.c:456:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = getdimen(&ch, dn1, dn->delta**dims,
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:456:11: note: place parentheses around the assignment to silence this warning
if (k = getdimen(&ch, dn1, dn->delta**dims,
^
(
f2c/rsne.c:456:11: note: use '==' to turn this assignment into an equality comparison
if (k = getdimen(&ch, dn1, dn->delta**dims,
^
==
f2c/rsne.c:476:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = getdimen(&ch, &substr, size, size, &b))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:476:11: note: place parentheses around the assignment to silence this warning
if (k = getdimen(&ch, &substr, size, size, &b))
^
( )
f2c/rsne.c:476:11: note: use '==' to turn this assignment into an equality comparison
if (k = getdimen(&ch, &substr, size, size, &b))
^
==
f2c/rsne.c:511:17: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
else if (dims = v->dims) {
~~~~~^~~~~~~~~
f2c/rsne.c:511:17: note: place parentheses around the assignment to silence this warning
else if (dims = v->dims) {
^
( )
f2c/rsne.c:511:17: note: use '==' to turn this assignment into an equality comparison
else if (dims = v->dims) {
^
==
f2c/rsne.c:531:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = l_read(&no1, vaddr + iva, size, type))
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:531:10: note: place parentheses around the assignment to silence this warning
if (k = l_read(&no1, vaddr + iva, size, type))
^
( )
f2c/rsne.c:531:10: note: use '==' to turn this assignment into an equality comparison
if (k = l_read(&no1, vaddr + iva, size, type))
^
==
f2c/rsne.c:541:12: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (k = l_read(&no2, vaddr + iva,
~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/rsne.c:541:12: note: place parentheses around the assignment to silence this warning
if (k = l_read(&no2, vaddr + iva,
^
(
f2c/rsne.c:541:12: note: use '==' to turn this assignment into an equality comparison
if (k = l_read(&no2, vaddr + iva,
^
==
f2c/rsne.c:552:5: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else for(;;) {
^
f2c/rsne.c:603:7: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n = c_le(a))
~~^~~~~~~~~
f2c/rsne.c:603:7: note: place parentheses around the assignment to silence this warning
if(n = c_le(a))
^
( )
f2c/rsne.c:603:7: note: use '==' to turn this assignment into an equality comparison
if(n = c_le(a))
^
==
20 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-rsne.lo -MD -MP -MF f2c/.deps/libf2c_la-rsne.Tpo -c f2c/rsne.c -o f2c/libf2c_la-rsne.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-rsne.Tpo f2c/.deps/libf2c_la-rsne.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-cabs.lo -MD -MP -MF f2c/.deps/libf2c_la-cabs.Tpo -c -o f2c/libf2c_la-cabs.lo `test -f 'f2c/cabs.c' || echo './'`f2c/cabs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-cabs.lo -MD -MP -MF f2c/.deps/libf2c_la-cabs.Tpo -c f2c/cabs.c -fno-common -DPIC -o f2c/.libs/libf2c_la-cabs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-cabs.lo -MD -MP -MF f2c/.deps/libf2c_la-cabs.Tpo -c f2c/cabs.c -o f2c/libf2c_la-cabs.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-cabs.Tpo f2c/.deps/libf2c_la-cabs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-exit_.lo -MD -MP -MF f2c/.deps/libf2c_la-exit_.Tpo -c -o f2c/libf2c_la-exit_.lo `test -f 'f2c/exit_.c' || echo './'`f2c/exit_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-exit_.lo -MD -MP -MF f2c/.deps/libf2c_la-exit_.Tpo -c f2c/exit_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-exit_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-exit_.lo -MD -MP -MF f2c/.deps/libf2c_la-exit_.Tpo -c f2c/exit_.c -o f2c/libf2c_la-exit_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-exit_.Tpo f2c/.deps/libf2c_la-exit_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lread.lo -MD -MP -MF f2c/.deps/libf2c_la-lread.Tpo -c -o f2c/libf2c_la-lread.lo `test -f 'f2c/lread.c' || echo './'`f2c/lread.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lread.lo -MD -MP -MF f2c/.deps/libf2c_la-lread.Tpo -c f2c/lread.c -fno-common -DPIC -o f2c/.libs/libf2c_la-lread.o
f2c/lread.c:297:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
f2c/lread.c:317:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (ch = l_R(1,0))
~~~^~~~~~~~~~
f2c/lread.c:317:9: note: place parentheses around the assignment to silence this warning
if (ch = l_R(1,0))
^
( )
f2c/lread.c:317:9: note: use '==' to turn this assignment into an equality comparison
if (ch = l_R(1,0))
^
==
f2c/lread.c:329:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (ch = l_R(1,0))
~~~^~~~~~~~~~
f2c/lread.c:329:9: note: place parentheses around the assignment to silence this warning
if (ch = l_R(1,0))
^
( )
f2c/lread.c:329:9: note: use '==' to turn this assignment into an equality comparison
if (ch = l_R(1,0))
^
==
f2c/lread.c:356:9: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (rv = *nmL_next++)
~~~^~~~~~~~~~~~~
f2c/lread.c:356:9: note: place parentheses around the assignment to silence this warning
if (rv = *nmL_next++)
^
( )
f2c/lread.c:356:9: note: use '==' to turn this assignment into an equality comparison
if (rv = *nmL_next++)
^
==
f2c/lread.c:370:4: warning: explicitly assigning value of variable of type 'FILE *' (aka 'struct __sFILE *') to itself [-Wself-assign]
f = f; /* banish non-use warning */
~ ^ ~
f2c/lread.c:441:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
f2c/lread.c:693:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
ERR(l_R(0,1));
^~~~~~~~~~~~~
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
~^~~~
f2c/lread.c:693:4: note: place parentheses around the assignment to silence this warning
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:693:4: note: use '==' to turn this assignment into an equality comparison
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:698:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
ERR(l_R(0,0));
^~~~~~~~~~~~~
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
~^~~~
f2c/lread.c:698:4: note: place parentheses around the assignment to silence this warning
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:698:4: note: use '==' to turn this assignment into an equality comparison
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:709:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
ERR(l_C());
^~~~~~~~~~
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
~^~~~
f2c/lread.c:709:4: note: place parentheses around the assignment to silence this warning
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:709:4: note: use '==' to turn this assignment into an equality comparison
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:714:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
ERR(l_L());
^~~~~~~~~~
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
~^~~~
f2c/lread.c:714:4: note: place parentheses around the assignment to silence this warning
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:714:4: note: use '==' to turn this assignment into an equality comparison
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:717:4: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
ERR(l_CHAR());
^~~~~~~~~~~~~
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
~^~~~
f2c/lread.c:717:4: note: place parentheses around the assignment to silence this warning
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:717:4: note: use '==' to turn this assignment into an equality comparison
f2c/lread.c:109:20: note: expanded from macro 'ERR'
#define ERR(x) if(n=(x)) return(n)
^
f2c/lread.c:790:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_le(a)) return(n);
~^~~~~~~~
f2c/lread.c:790:6: note: place parentheses around the assignment to silence this warning
if(n=c_le(a)) return(n);
^
( )
f2c/lread.c:790:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_le(a)) return(n);
^
==
12 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lread.lo -MD -MP -MF f2c/.deps/libf2c_la-lread.Tpo -c f2c/lread.c -o f2c/libf2c_la-lread.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-lread.Tpo f2c/.deps/libf2c_la-lread.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_cat.lo -MD -MP -MF f2c/.deps/libf2c_la-s_cat.Tpo -c -o f2c/libf2c_la-s_cat.lo `test -f 'f2c/s_cat.c' || echo './'`f2c/s_cat.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_cat.lo -MD -MP -MF f2c/.deps/libf2c_la-s_cat.Tpo -c f2c/s_cat.c -fno-common -DPIC -o f2c/.libs/libf2c_la-s_cat.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_cat.lo -MD -MP -MF f2c/.deps/libf2c_la-s_cat.Tpo -c f2c/s_cat.c -o f2c/libf2c_la-s_cat.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-s_cat.Tpo f2c/.deps/libf2c_la-s_cat.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-close.lo -MD -MP -MF f2c/.deps/libf2c_la-close.Tpo -c -o f2c/libf2c_la-close.lo `test -f 'f2c/close.c' || echo './'`f2c/close.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-close.lo -MD -MP -MF f2c/.deps/libf2c_la-close.Tpo -c f2c/close.c -fno-common -DPIC -o f2c/.libs/libf2c_la-close.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-close.lo -MD -MP -MF f2c/.deps/libf2c_la-close.Tpo -c f2c/close.c -o f2c/libf2c_la-close.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-close.Tpo f2c/.deps/libf2c_la-close.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-f77_aloc.lo -MD -MP -MF f2c/.deps/libf2c_la-f77_aloc.Tpo -c -o f2c/libf2c_la-f77_aloc.lo `test -f 'f2c/f77_aloc.c' || echo './'`f2c/f77_aloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-f77_aloc.lo -MD -MP -MF f2c/.deps/libf2c_la-f77_aloc.Tpo -c f2c/f77_aloc.c -fno-common -DPIC -o f2c/.libs/libf2c_la-f77_aloc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-f77_aloc.lo -MD -MP -MF f2c/.deps/libf2c_la-f77_aloc.Tpo -c f2c/f77_aloc.c -o f2c/libf2c_la-f77_aloc.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-f77_aloc.Tpo f2c/.deps/libf2c_la-f77_aloc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lwrite.lo -MD -MP -MF f2c/.deps/libf2c_la-lwrite.Tpo -c -o f2c/libf2c_la-lwrite.lo `test -f 'f2c/lwrite.c' || echo './'`f2c/lwrite.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lwrite.lo -MD -MP -MF f2c/.deps/libf2c_la-lwrite.Tpo -c f2c/lwrite.c -fno-common -DPIC -o f2c/.libs/libf2c_la-lwrite.o
f2c/lwrite.c:141:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while(b[0] = b[1])
~~~~~^~~~~~
f2c/lwrite.c:141:15: note: place parentheses around the assignment to silence this warning
while(b[0] = b[1])
^
( )
f2c/lwrite.c:141:15: note: use '==' to turn this assignment into an equality comparison
while(b[0] = b[1])
^
==
f2c/lwrite.c:166:32: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
for(c1 = '.', c = 'E'; *b = c1;
~~~^~~~
f2c/lwrite.c:166:32: note: place parentheses around the assignment to silence this warning
for(c1 = '.', c = 'E'; *b = c1;
^
( )
f2c/lwrite.c:166:32: note: use '==' to turn this assignment into an equality comparison
for(c1 = '.', c = 'E'; *b = c1;
^
==
f2c/lwrite.c:190:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while(c = *s++)
~~^~~~~~
f2c/lwrite.c:190:10: note: place parentheses around the assignment to silence this warning
while(c = *s++)
^
( )
f2c/lwrite.c:190:10: note: use '==' to turn this assignment into an equality comparison
while(c = *s++)
^
==
3 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-lwrite.lo -MD -MP -MF f2c/.deps/libf2c_la-lwrite.Tpo -c f2c/lwrite.c -o f2c/libf2c_la-lwrite.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-lwrite.Tpo f2c/.deps/libf2c_la-lwrite.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_cmp.lo -MD -MP -MF f2c/.deps/libf2c_la-s_cmp.Tpo -c -o f2c/libf2c_la-s_cmp.lo `test -f 'f2c/s_cmp.c' || echo './'`f2c/s_cmp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_cmp.lo -MD -MP -MF f2c/.deps/libf2c_la-s_cmp.Tpo -c f2c/s_cmp.c -fno-common -DPIC -o f2c/.libs/libf2c_la-s_cmp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_cmp.lo -MD -MP -MF f2c/.deps/libf2c_la-s_cmp.Tpo -c f2c/s_cmp.c -o f2c/libf2c_la-s_cmp.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-s_cmp.Tpo f2c/.deps/libf2c_la-s_cmp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ctype.lo -MD -MP -MF f2c/.deps/libf2c_la-ctype.Tpo -c -o f2c/libf2c_la-ctype.lo `test -f 'f2c/ctype.c' || echo './'`f2c/ctype.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ctype.lo -MD -MP -MF f2c/.deps/libf2c_la-ctype.Tpo -c f2c/ctype.c -fno-common -DPIC -o f2c/.libs/libf2c_la-ctype.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ctype.lo -MD -MP -MF f2c/.deps/libf2c_la-ctype.Tpo -c f2c/ctype.c -o f2c/libf2c_la-ctype.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-ctype.Tpo f2c/.deps/libf2c_la-ctype.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-f77vers.lo -MD -MP -MF f2c/.deps/libf2c_la-f77vers.Tpo -c -o f2c/libf2c_la-f77vers.lo `test -f 'f2c/f77vers.c' || echo './'`f2c/f77vers.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-f77vers.lo -MD -MP -MF f2c/.deps/libf2c_la-f77vers.Tpo -c f2c/f77vers.c -fno-common -DPIC -o f2c/.libs/libf2c_la-f77vers.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-f77vers.lo -MD -MP -MF f2c/.deps/libf2c_la-f77vers.Tpo -c f2c/f77vers.c -o f2c/libf2c_la-f77vers.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-f77vers.Tpo f2c/.deps/libf2c_la-f77vers.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_copy.lo -MD -MP -MF f2c/.deps/libf2c_la-s_copy.Tpo -c -o f2c/libf2c_la-s_copy.lo `test -f 'f2c/s_copy.c' || echo './'`f2c/s_copy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_copy.lo -MD -MP -MF f2c/.deps/libf2c_la-s_copy.Tpo -c f2c/s_copy.c -fno-common -DPIC -o f2c/.libs/libf2c_la-s_copy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_copy.lo -MD -MP -MF f2c/.deps/libf2c_la-s_copy.Tpo -c f2c/s_copy.c -o f2c/libf2c_la-s_copy.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-s_copy.Tpo f2c/.deps/libf2c_la-s_copy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-d_abs.Tpo -c -o f2c/libf2c_la-d_abs.lo `test -f 'f2c/d_abs.c' || echo './'`f2c/d_abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-d_abs.Tpo -c f2c/d_abs.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_abs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-d_abs.Tpo -c f2c/d_abs.c -o f2c/libf2c_la-d_abs.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_abs.Tpo f2c/.deps/libf2c_la-d_abs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-fmt.lo -MD -MP -MF f2c/.deps/libf2c_la-fmt.Tpo -c -o f2c/libf2c_la-fmt.lo `test -f 'f2c/fmt.c' || echo './'`f2c/fmt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-fmt.lo -MD -MP -MF f2c/.deps/libf2c_la-fmt.Tpo -c f2c/fmt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-fmt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-fmt.lo -MD -MP -MF f2c/.deps/libf2c_la-fmt.Tpo -c f2c/fmt.c -o f2c/libf2c_la-fmt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-fmt.Tpo f2c/.deps/libf2c_la-fmt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-open.lo -MD -MP -MF f2c/.deps/libf2c_la-open.Tpo -c -o f2c/libf2c_la-open.lo `test -f 'f2c/open.c' || echo './'`f2c/open.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-open.lo -MD -MP -MF f2c/.deps/libf2c_la-open.Tpo -c f2c/open.c -fno-common -DPIC -o f2c/.libs/libf2c_la-open.o
f2c/open.c:58:6: warning: variable 'nbuf' is used uninitialized whenever '||' condition is true [-Wsometimes-uninitialized]
if (len != f__buflen || !(nbuf = (char*)malloc(len)))
^~~~~~~~~~~~~~~~
f2c/open.c:60:6: note: uninitialized use occurs here
s = nbuf;
^~~~
f2c/open.c:58:6: note: remove the '||' if its condition is always false
if (len != f__buflen || !(nbuf = (char*)malloc(len)))
^~~~~~~~~~~~~~~~~~~
f2c/open.c:51:12: note: initialize the variable 'nbuf' to silence this warning
char *nbuf, *s, *t, *te;
^
= NULL
f2c/open.c:246:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (tf = FOPEN(buf,f__w_mode[0]))
~~~^~~~~~~~~~~~~~~~~~~~~~~~~
f2c/open.c:246:10: note: place parentheses around the assignment to silence this warning
if (tf = FOPEN(buf,f__w_mode[0]))
^
( )
f2c/open.c:246:10: note: use '==' to turn this assignment into an equality comparison
if (tf = FOPEN(buf,f__w_mode[0]))
^
==
f2c/open.c:256:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (tf = FOPEN(buf, f__r_mode[ufmt]))
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/open.c:256:10: note: place parentheses around the assignment to silence this warning
if (tf = FOPEN(buf, f__r_mode[ufmt]))
^
( )
f2c/open.c:256:10: note: use '==' to turn this assignment into an equality comparison
if (tf = FOPEN(buf, f__r_mode[ufmt]))
^
==
f2c/open.c:258:15: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
else if (tf = FOPEN(buf, f__w_mode[ufmt])) {
~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
f2c/open.c:258:15: note: place parentheses around the assignment to silence this warning
else if (tf = FOPEN(buf, f__w_mode[ufmt])) {
^
( )
f2c/open.c:258:15: note: use '==' to turn this assignment into an equality comparison
else if (tf = FOPEN(buf, f__w_mode[ufmt])) {
^
==
f2c/open.c:273:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else if ((s = a->oacc) && (*s == 'a' || *s == 'A')
^
5 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-open.lo -MD -MP -MF f2c/.deps/libf2c_la-open.Tpo -c f2c/open.c -o f2c/libf2c_la-open.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-open.Tpo f2c/.deps/libf2c_la-open.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_paus.lo -MD -MP -MF f2c/.deps/libf2c_la-s_paus.Tpo -c -o f2c/libf2c_la-s_paus.lo `test -f 'f2c/s_paus.c' || echo './'`f2c/s_paus.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_paus.lo -MD -MP -MF f2c/.deps/libf2c_la-s_paus.Tpo -c f2c/s_paus.c -fno-common -DPIC -o f2c/.libs/libf2c_la-s_paus.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_paus.lo -MD -MP -MF f2c/.deps/libf2c_la-s_paus.Tpo -c f2c/s_paus.c -o f2c/libf2c_la-s_paus.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-s_paus.Tpo f2c/.deps/libf2c_la-s_paus.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_acos.lo -MD -MP -MF f2c/.deps/libf2c_la-d_acos.Tpo -c -o f2c/libf2c_la-d_acos.lo `test -f 'f2c/d_acos.c' || echo './'`f2c/d_acos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_acos.lo -MD -MP -MF f2c/.deps/libf2c_la-d_acos.Tpo -c f2c/d_acos.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_acos.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_acos.lo -MD -MP -MF f2c/.deps/libf2c_la-d_acos.Tpo -c f2c/d_acos.c -o f2c/libf2c_la-d_acos.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_acos.Tpo f2c/.deps/libf2c_la-d_acos.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-fmtlib.lo -MD -MP -MF f2c/.deps/libf2c_la-fmtlib.Tpo -c -o f2c/libf2c_la-fmtlib.lo `test -f 'f2c/fmtlib.c' || echo './'`f2c/fmtlib.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-fmtlib.lo -MD -MP -MF f2c/.deps/libf2c_la-fmtlib.Tpo -c f2c/fmtlib.c -fno-common -DPIC -o f2c/.libs/libf2c_la-fmtlib.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-fmtlib.lo -MD -MP -MF f2c/.deps/libf2c_la-fmtlib.Tpo -c f2c/fmtlib.c -o f2c/libf2c_la-fmtlib.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-fmtlib.Tpo f2c/.deps/libf2c_la-fmtlib.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ci.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ci.Tpo -c -o f2c/libf2c_la-pow_ci.lo `test -f 'f2c/pow_ci.c' || echo './'`f2c/pow_ci.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ci.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ci.Tpo -c f2c/pow_ci.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_ci.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ci.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ci.Tpo -c f2c/pow_ci.c -o f2c/libf2c_la-pow_ci.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_ci.Tpo f2c/.deps/libf2c_la-pow_ci.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_rnge.lo -MD -MP -MF f2c/.deps/libf2c_la-s_rnge.Tpo -c -o f2c/libf2c_la-s_rnge.lo `test -f 'f2c/s_rnge.c' || echo './'`f2c/s_rnge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_rnge.lo -MD -MP -MF f2c/.deps/libf2c_la-s_rnge.Tpo -c f2c/s_rnge.c -fno-common -DPIC -o f2c/.libs/libf2c_la-s_rnge.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_rnge.lo -MD -MP -MF f2c/.deps/libf2c_la-s_rnge.Tpo -c f2c/s_rnge.c -o f2c/libf2c_la-s_rnge.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-s_rnge.Tpo f2c/.deps/libf2c_la-s_rnge.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_asin.lo -MD -MP -MF f2c/.deps/libf2c_la-d_asin.Tpo -c -o f2c/libf2c_la-d_asin.lo `test -f 'f2c/d_asin.c' || echo './'`f2c/d_asin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_asin.lo -MD -MP -MF f2c/.deps/libf2c_la-d_asin.Tpo -c f2c/d_asin.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_asin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_asin.lo -MD -MP -MF f2c/.deps/libf2c_la-d_asin.Tpo -c f2c/d_asin.c -o f2c/libf2c_la-d_asin.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_asin.Tpo f2c/.deps/libf2c_la-d_asin.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ftell_.lo -MD -MP -MF f2c/.deps/libf2c_la-ftell_.Tpo -c -o f2c/libf2c_la-ftell_.lo `test -f 'f2c/ftell_.c' || echo './'`f2c/ftell_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ftell_.lo -MD -MP -MF f2c/.deps/libf2c_la-ftell_.Tpo -c f2c/ftell_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-ftell_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-ftell_.lo -MD -MP -MF f2c/.deps/libf2c_la-ftell_.Tpo -c f2c/ftell_.c -o f2c/libf2c_la-ftell_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-ftell_.Tpo f2c/.deps/libf2c_la-ftell_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_dd.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_dd.Tpo -c -o f2c/libf2c_la-pow_dd.lo `test -f 'f2c/pow_dd.c' || echo './'`f2c/pow_dd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_dd.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_dd.Tpo -c f2c/pow_dd.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_dd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_dd.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_dd.Tpo -c f2c/pow_dd.c -o f2c/libf2c_la-pow_dd.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_dd.Tpo f2c/.deps/libf2c_la-pow_dd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_stop.lo -MD -MP -MF f2c/.deps/libf2c_la-s_stop.Tpo -c -o f2c/libf2c_la-s_stop.lo `test -f 'f2c/s_stop.c' || echo './'`f2c/s_stop.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_stop.lo -MD -MP -MF f2c/.deps/libf2c_la-s_stop.Tpo -c f2c/s_stop.c -fno-common -DPIC -o f2c/.libs/libf2c_la-s_stop.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-s_stop.lo -MD -MP -MF f2c/.deps/libf2c_la-s_stop.Tpo -c f2c/s_stop.c -o f2c/libf2c_la-s_stop.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-s_stop.Tpo f2c/.deps/libf2c_la-s_stop.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_atan.lo -MD -MP -MF f2c/.deps/libf2c_la-d_atan.Tpo -c -o f2c/libf2c_la-d_atan.lo `test -f 'f2c/d_atan.c' || echo './'`f2c/d_atan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_atan.lo -MD -MP -MF f2c/.deps/libf2c_la-d_atan.Tpo -c f2c/d_atan.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_atan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_atan.lo -MD -MP -MF f2c/.deps/libf2c_la-d_atan.Tpo -c f2c/d_atan.c -o f2c/libf2c_la-d_atan.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_atan.Tpo f2c/.deps/libf2c_la-d_atan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_di.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_di.Tpo -c -o f2c/libf2c_la-pow_di.lo `test -f 'f2c/pow_di.c' || echo './'`f2c/pow_di.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_di.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_di.Tpo -c f2c/pow_di.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_di.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_di.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_di.Tpo -c f2c/pow_di.c -o f2c/libf2c_la-pow_di.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_di.Tpo f2c/.deps/libf2c_la-pow_di.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sfe.lo -MD -MP -MF f2c/.deps/libf2c_la-sfe.Tpo -c -o f2c/libf2c_la-sfe.lo `test -f 'f2c/sfe.c' || echo './'`f2c/sfe.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sfe.lo -MD -MP -MF f2c/.deps/libf2c_la-sfe.Tpo -c f2c/sfe.c -fno-common -DPIC -o f2c/.libs/libf2c_la-sfe.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sfe.lo -MD -MP -MF f2c/.deps/libf2c_la-sfe.Tpo -c f2c/sfe.c -o f2c/libf2c_la-sfe.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-sfe.Tpo f2c/.deps/libf2c_la-sfe.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_atn2.lo -MD -MP -MF f2c/.deps/libf2c_la-d_atn2.Tpo -c -o f2c/libf2c_la-d_atn2.lo `test -f 'f2c/d_atn2.c' || echo './'`f2c/d_atn2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_atn2.lo -MD -MP -MF f2c/.deps/libf2c_la-d_atn2.Tpo -c f2c/d_atn2.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_atn2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_atn2.lo -MD -MP -MF f2c/.deps/libf2c_la-d_atn2.Tpo -c f2c/d_atn2.c -o f2c/libf2c_la-d_atn2.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_atn2.Tpo f2c/.deps/libf2c_la-d_atn2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-getenv_.lo -MD -MP -MF f2c/.deps/libf2c_la-getenv_.Tpo -c -o f2c/libf2c_la-getenv_.lo `test -f 'f2c/getenv_.c' || echo './'`f2c/getenv_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-getenv_.lo -MD -MP -MF f2c/.deps/libf2c_la-getenv_.Tpo -c f2c/getenv_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-getenv_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-getenv_.lo -MD -MP -MF f2c/.deps/libf2c_la-getenv_.Tpo -c f2c/getenv_.c -o f2c/libf2c_la-getenv_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-getenv_.Tpo f2c/.deps/libf2c_la-getenv_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_hh.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_hh.Tpo -c -o f2c/libf2c_la-pow_hh.lo `test -f 'f2c/pow_hh.c' || echo './'`f2c/pow_hh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_hh.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_hh.Tpo -c f2c/pow_hh.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_hh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_hh.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_hh.Tpo -c f2c/pow_hh.c -o f2c/libf2c_la-pow_hh.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_hh.Tpo f2c/.deps/libf2c_la-pow_hh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sig_die.lo -MD -MP -MF f2c/.deps/libf2c_la-sig_die.Tpo -c -o f2c/libf2c_la-sig_die.lo `test -f 'f2c/sig_die.c' || echo './'`f2c/sig_die.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sig_die.lo -MD -MP -MF f2c/.deps/libf2c_la-sig_die.Tpo -c f2c/sig_die.c -fno-common -DPIC -o f2c/.libs/libf2c_la-sig_die.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sig_die.lo -MD -MP -MF f2c/.deps/libf2c_la-sig_die.Tpo -c f2c/sig_die.c -o f2c/libf2c_la-sig_die.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-sig_die.Tpo f2c/.deps/libf2c_la-sig_die.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cnjg.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cnjg.Tpo -c -o f2c/libf2c_la-d_cnjg.lo `test -f 'f2c/d_cnjg.c' || echo './'`f2c/d_cnjg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cnjg.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cnjg.Tpo -c f2c/d_cnjg.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_cnjg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cnjg.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cnjg.Tpo -c f2c/d_cnjg.c -o f2c/libf2c_la-d_cnjg.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_cnjg.Tpo f2c/.deps/libf2c_la-d_cnjg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-h_abs.Tpo -c -o f2c/libf2c_la-h_abs.lo `test -f 'f2c/h_abs.c' || echo './'`f2c/h_abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-h_abs.Tpo -c f2c/h_abs.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_abs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-h_abs.Tpo -c f2c/h_abs.c -o f2c/libf2c_la-h_abs.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_abs.Tpo f2c/.deps/libf2c_la-h_abs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ii.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ii.Tpo -c -o f2c/libf2c_la-pow_ii.lo `test -f 'f2c/pow_ii.c' || echo './'`f2c/pow_ii.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ii.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ii.Tpo -c f2c/pow_ii.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_ii.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ii.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ii.Tpo -c f2c/pow_ii.c -o f2c/libf2c_la-pow_ii.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_ii.Tpo f2c/.deps/libf2c_la-pow_ii.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-signal_.lo -MD -MP -MF f2c/.deps/libf2c_la-signal_.Tpo -c -o f2c/libf2c_la-signal_.lo `test -f 'f2c/signal_.c' || echo './'`f2c/signal_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-signal_.lo -MD -MP -MF f2c/.deps/libf2c_la-signal_.Tpo -c f2c/signal_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-signal_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-signal_.lo -MD -MP -MF f2c/.deps/libf2c_la-signal_.Tpo -c f2c/signal_.c -o f2c/libf2c_la-signal_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-signal_.Tpo f2c/.deps/libf2c_la-signal_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cos.Tpo -c -o f2c/libf2c_la-d_cos.lo `test -f 'f2c/d_cos.c' || echo './'`f2c/d_cos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cos.Tpo -c f2c/d_cos.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_cos.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cos.Tpo -c f2c/d_cos.c -o f2c/libf2c_la-d_cos.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_cos.Tpo f2c/.deps/libf2c_la-d_cos.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-h_dim.Tpo -c -o f2c/libf2c_la-h_dim.lo `test -f 'f2c/h_dim.c' || echo './'`f2c/h_dim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-h_dim.Tpo -c f2c/h_dim.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_dim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-h_dim.Tpo -c f2c/h_dim.c -o f2c/libf2c_la-h_dim.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_dim.Tpo f2c/.deps/libf2c_la-h_dim.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ri.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ri.Tpo -c -o f2c/libf2c_la-pow_ri.lo `test -f 'f2c/pow_ri.c' || echo './'`f2c/pow_ri.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ri.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ri.Tpo -c f2c/pow_ri.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_ri.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_ri.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_ri.Tpo -c f2c/pow_ri.c -o f2c/libf2c_la-pow_ri.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_ri.Tpo f2c/.deps/libf2c_la-pow_ri.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-signbit.lo -MD -MP -MF f2c/.deps/libf2c_la-signbit.Tpo -c -o f2c/libf2c_la-signbit.lo `test -f 'f2c/signbit.c' || echo './'`f2c/signbit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-signbit.lo -MD -MP -MF f2c/.deps/libf2c_la-signbit.Tpo -c f2c/signbit.c -fno-common -DPIC -o f2c/.libs/libf2c_la-signbit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-signbit.lo -MD -MP -MF f2c/.deps/libf2c_la-signbit.Tpo -c f2c/signbit.c -o f2c/libf2c_la-signbit.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-signbit.Tpo f2c/.deps/libf2c_la-signbit.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cosh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cosh.Tpo -c -o f2c/libf2c_la-d_cosh.lo `test -f 'f2c/d_cosh.c' || echo './'`f2c/d_cosh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cosh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cosh.Tpo -c f2c/d_cosh.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_cosh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_cosh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_cosh.Tpo -c f2c/d_cosh.c -o f2c/libf2c_la-d_cosh.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_cosh.Tpo f2c/.deps/libf2c_la-d_cosh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_dnnt.lo -MD -MP -MF f2c/.deps/libf2c_la-h_dnnt.Tpo -c -o f2c/libf2c_la-h_dnnt.lo `test -f 'f2c/h_dnnt.c' || echo './'`f2c/h_dnnt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_dnnt.lo -MD -MP -MF f2c/.deps/libf2c_la-h_dnnt.Tpo -c f2c/h_dnnt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_dnnt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_dnnt.lo -MD -MP -MF f2c/.deps/libf2c_la-h_dnnt.Tpo -c f2c/h_dnnt.c -o f2c/libf2c_la-h_dnnt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_dnnt.Tpo f2c/.deps/libf2c_la-h_dnnt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_zi.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_zi.Tpo -c -o f2c/libf2c_la-pow_zi.lo `test -f 'f2c/pow_zi.c' || echo './'`f2c/pow_zi.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_zi.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_zi.Tpo -c f2c/pow_zi.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_zi.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_zi.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_zi.Tpo -c f2c/pow_zi.c -o f2c/libf2c_la-pow_zi.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_zi.Tpo f2c/.deps/libf2c_la-pow_zi.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sue.lo -MD -MP -MF f2c/.deps/libf2c_la-sue.Tpo -c -o f2c/libf2c_la-sue.lo `test -f 'f2c/sue.c' || echo './'`f2c/sue.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sue.lo -MD -MP -MF f2c/.deps/libf2c_la-sue.Tpo -c f2c/sue.c -fno-common -DPIC -o f2c/.libs/libf2c_la-sue.o
f2c/sue.c:38:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_sue(a)) return(n);
~^~~~~~~~~
f2c/sue.c:38:6: note: place parentheses around the assignment to silence this warning
if(n=c_sue(a)) return(n);
^
( )
f2c/sue.c:38:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_sue(a)) return(n);
^
==
f2c/sue.c:61:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_sue(a)) return(n);
~^~~~~~~~~
f2c/sue.c:61:6: note: place parentheses around the assignment to silence this warning
if(n=c_sue(a)) return(n);
^
( )
f2c/sue.c:61:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_sue(a)) return(n);
^
==
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-sue.lo -MD -MP -MF f2c/.deps/libf2c_la-sue.Tpo -c f2c/sue.c -o f2c/libf2c_la-sue.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-sue.Tpo f2c/.deps/libf2c_la-sue.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-d_dim.Tpo -c -o f2c/libf2c_la-d_dim.lo `test -f 'f2c/d_dim.c' || echo './'`f2c/d_dim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-d_dim.Tpo -c f2c/d_dim.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_dim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-d_dim.Tpo -c f2c/d_dim.c -o f2c/libf2c_la-d_dim.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_dim.Tpo f2c/.deps/libf2c_la-d_dim.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_indx.lo -MD -MP -MF f2c/.deps/libf2c_la-h_indx.Tpo -c -o f2c/libf2c_la-h_indx.lo `test -f 'f2c/h_indx.c' || echo './'`f2c/h_indx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_indx.lo -MD -MP -MF f2c/.deps/libf2c_la-h_indx.Tpo -c f2c/h_indx.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_indx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_indx.lo -MD -MP -MF f2c/.deps/libf2c_la-h_indx.Tpo -c f2c/h_indx.c -o f2c/libf2c_la-h_indx.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_indx.Tpo f2c/.deps/libf2c_la-h_indx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_zz.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_zz.Tpo -c -o f2c/libf2c_la-pow_zz.lo `test -f 'f2c/pow_zz.c' || echo './'`f2c/pow_zz.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_zz.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_zz.Tpo -c f2c/pow_zz.c -fno-common -DPIC -o f2c/.libs/libf2c_la-pow_zz.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-pow_zz.lo -MD -MP -MF f2c/.deps/libf2c_la-pow_zz.Tpo -c f2c/pow_zz.c -o f2c/libf2c_la-pow_zz.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-pow_zz.Tpo f2c/.deps/libf2c_la-pow_zz.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-system_.lo -MD -MP -MF f2c/.deps/libf2c_la-system_.Tpo -c -o f2c/libf2c_la-system_.lo `test -f 'f2c/system_.c' || echo './'`f2c/system_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-system_.lo -MD -MP -MF f2c/.deps/libf2c_la-system_.Tpo -c f2c/system_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-system_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-system_.lo -MD -MP -MF f2c/.deps/libf2c_la-system_.Tpo -c f2c/system_.c -o f2c/libf2c_la-system_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-system_.Tpo f2c/.deps/libf2c_la-system_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-d_exp.Tpo -c -o f2c/libf2c_la-d_exp.lo `test -f 'f2c/d_exp.c' || echo './'`f2c/d_exp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-d_exp.Tpo -c f2c/d_exp.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_exp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-d_exp.Tpo -c f2c/d_exp.c -o f2c/libf2c_la-d_exp.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_exp.Tpo f2c/.deps/libf2c_la-d_exp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_len.lo -MD -MP -MF f2c/.deps/libf2c_la-h_len.Tpo -c -o f2c/libf2c_la-h_len.lo `test -f 'f2c/h_len.c' || echo './'`f2c/h_len.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_len.lo -MD -MP -MF f2c/.deps/libf2c_la-h_len.Tpo -c f2c/h_len.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_len.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_len.lo -MD -MP -MF f2c/.deps/libf2c_la-h_len.Tpo -c f2c/h_len.c -o f2c/libf2c_la-h_len.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_len.Tpo f2c/.deps/libf2c_la-h_len.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-r_abs.Tpo -c -o f2c/libf2c_la-r_abs.lo `test -f 'f2c/r_abs.c' || echo './'`f2c/r_abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-r_abs.Tpo -c f2c/r_abs.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_abs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-r_abs.Tpo -c f2c/r_abs.c -o f2c/libf2c_la-r_abs.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_abs.Tpo f2c/.deps/libf2c_la-r_abs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-typesize.lo -MD -MP -MF f2c/.deps/libf2c_la-typesize.Tpo -c -o f2c/libf2c_la-typesize.lo `test -f 'f2c/typesize.c' || echo './'`f2c/typesize.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-typesize.lo -MD -MP -MF f2c/.deps/libf2c_la-typesize.Tpo -c f2c/typesize.c -fno-common -DPIC -o f2c/.libs/libf2c_la-typesize.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-typesize.lo -MD -MP -MF f2c/.deps/libf2c_la-typesize.Tpo -c f2c/typesize.c -o f2c/libf2c_la-typesize.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-typesize.Tpo f2c/.deps/libf2c_la-typesize.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_imag.lo -MD -MP -MF f2c/.deps/libf2c_la-d_imag.Tpo -c -o f2c/libf2c_la-d_imag.lo `test -f 'f2c/d_imag.c' || echo './'`f2c/d_imag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_imag.lo -MD -MP -MF f2c/.deps/libf2c_la-d_imag.Tpo -c f2c/d_imag.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_imag.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_imag.lo -MD -MP -MF f2c/.deps/libf2c_la-d_imag.Tpo -c f2c/d_imag.c -o f2c/libf2c_la-d_imag.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_imag.Tpo f2c/.deps/libf2c_la-d_imag.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-h_mod.Tpo -c -o f2c/libf2c_la-h_mod.lo `test -f 'f2c/h_mod.c' || echo './'`f2c/h_mod.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-h_mod.Tpo -c f2c/h_mod.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_mod.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-h_mod.Tpo -c f2c/h_mod.c -o f2c/libf2c_la-h_mod.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_mod.Tpo f2c/.deps/libf2c_la-h_mod.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_acos.lo -MD -MP -MF f2c/.deps/libf2c_la-r_acos.Tpo -c -o f2c/libf2c_la-r_acos.lo `test -f 'f2c/r_acos.c' || echo './'`f2c/r_acos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_acos.lo -MD -MP -MF f2c/.deps/libf2c_la-r_acos.Tpo -c f2c/r_acos.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_acos.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_acos.lo -MD -MP -MF f2c/.deps/libf2c_la-r_acos.Tpo -c f2c/r_acos.c -o f2c/libf2c_la-r_acos.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_acos.Tpo f2c/.deps/libf2c_la-r_acos.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-uio.lo -MD -MP -MF f2c/.deps/libf2c_la-uio.Tpo -c -o f2c/libf2c_la-uio.lo `test -f 'f2c/uio.c' || echo './'`f2c/uio.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-uio.lo -MD -MP -MF f2c/.deps/libf2c_la-uio.Tpo -c f2c/uio.c -fno-common -DPIC -o f2c/.libs/libf2c_la-uio.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-uio.lo -MD -MP -MF f2c/.deps/libf2c_la-uio.Tpo -c f2c/uio.c -o f2c/libf2c_la-uio.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-uio.Tpo f2c/.deps/libf2c_la-uio.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_int.lo -MD -MP -MF f2c/.deps/libf2c_la-d_int.Tpo -c -o f2c/libf2c_la-d_int.lo `test -f 'f2c/d_int.c' || echo './'`f2c/d_int.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_int.lo -MD -MP -MF f2c/.deps/libf2c_la-d_int.Tpo -c f2c/d_int.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_int.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_int.lo -MD -MP -MF f2c/.deps/libf2c_la-d_int.Tpo -c f2c/d_int.c -o f2c/libf2c_la-d_int.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_int.Tpo f2c/.deps/libf2c_la-d_int.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-h_nint.Tpo -c -o f2c/libf2c_la-h_nint.lo `test -f 'f2c/h_nint.c' || echo './'`f2c/h_nint.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-h_nint.Tpo -c f2c/h_nint.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_nint.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-h_nint.Tpo -c f2c/h_nint.c -o f2c/libf2c_la-h_nint.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_nint.Tpo f2c/.deps/libf2c_la-h_nint.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_asin.lo -MD -MP -MF f2c/.deps/libf2c_la-r_asin.Tpo -c -o f2c/libf2c_la-r_asin.lo `test -f 'f2c/r_asin.c' || echo './'`f2c/r_asin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_asin.lo -MD -MP -MF f2c/.deps/libf2c_la-r_asin.Tpo -c f2c/r_asin.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_asin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_asin.lo -MD -MP -MF f2c/.deps/libf2c_la-r_asin.Tpo -c f2c/r_asin.c -o f2c/libf2c_la-r_asin.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_asin.Tpo f2c/.deps/libf2c_la-r_asin.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-uninit.lo -MD -MP -MF f2c/.deps/libf2c_la-uninit.Tpo -c -o f2c/libf2c_la-uninit.lo `test -f 'f2c/uninit.c' || echo './'`f2c/uninit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-uninit.lo -MD -MP -MF f2c/.deps/libf2c_la-uninit.Tpo -c f2c/uninit.c -fno-common -DPIC -o f2c/.libs/libf2c_la-uninit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-uninit.lo -MD -MP -MF f2c/.deps/libf2c_la-uninit.Tpo -c f2c/uninit.c -o f2c/libf2c_la-uninit.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-uninit.Tpo f2c/.deps/libf2c_la-uninit.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_lg10.lo -MD -MP -MF f2c/.deps/libf2c_la-d_lg10.Tpo -c -o f2c/libf2c_la-d_lg10.lo `test -f 'f2c/d_lg10.c' || echo './'`f2c/d_lg10.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_lg10.lo -MD -MP -MF f2c/.deps/libf2c_la-d_lg10.Tpo -c f2c/d_lg10.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_lg10.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_lg10.lo -MD -MP -MF f2c/.deps/libf2c_la-d_lg10.Tpo -c f2c/d_lg10.c -o f2c/libf2c_la-d_lg10.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_lg10.Tpo f2c/.deps/libf2c_la-d_lg10.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-h_sign.Tpo -c -o f2c/libf2c_la-h_sign.lo `test -f 'f2c/h_sign.c' || echo './'`f2c/h_sign.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-h_sign.Tpo -c f2c/h_sign.c -fno-common -DPIC -o f2c/.libs/libf2c_la-h_sign.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-h_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-h_sign.Tpo -c f2c/h_sign.c -o f2c/libf2c_la-h_sign.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-h_sign.Tpo f2c/.deps/libf2c_la-h_sign.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_atan.lo -MD -MP -MF f2c/.deps/libf2c_la-r_atan.Tpo -c -o f2c/libf2c_la-r_atan.lo `test -f 'f2c/r_atan.c' || echo './'`f2c/r_atan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_atan.lo -MD -MP -MF f2c/.deps/libf2c_la-r_atan.Tpo -c f2c/r_atan.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_atan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_atan.lo -MD -MP -MF f2c/.deps/libf2c_la-r_atan.Tpo -c f2c/r_atan.c -o f2c/libf2c_la-r_atan.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_atan.Tpo f2c/.deps/libf2c_la-r_atan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-util.lo -MD -MP -MF f2c/.deps/libf2c_la-util.Tpo -c -o f2c/libf2c_la-util.lo `test -f 'f2c/util.c' || echo './'`f2c/util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-util.lo -MD -MP -MF f2c/.deps/libf2c_la-util.Tpo -c f2c/util.c -fno-common -DPIC -o f2c/.libs/libf2c_la-util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-util.lo -MD -MP -MF f2c/.deps/libf2c_la-util.Tpo -c f2c/util.c -o f2c/libf2c_la-util.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-util.Tpo f2c/.deps/libf2c_la-util.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_log.lo -MD -MP -MF f2c/.deps/libf2c_la-d_log.Tpo -c -o f2c/libf2c_la-d_log.lo `test -f 'f2c/d_log.c' || echo './'`f2c/d_log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_log.lo -MD -MP -MF f2c/.deps/libf2c_la-d_log.Tpo -c f2c/d_log.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_log.lo -MD -MP -MF f2c/.deps/libf2c_la-d_log.Tpo -c f2c/d_log.c -o f2c/libf2c_la-d_log.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_log.Tpo f2c/.deps/libf2c_la-d_log.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_ge.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_ge.Tpo -c -o f2c/libf2c_la-hl_ge.lo `test -f 'f2c/hl_ge.c' || echo './'`f2c/hl_ge.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_ge.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_ge.Tpo -c f2c/hl_ge.c -fno-common -DPIC -o f2c/.libs/libf2c_la-hl_ge.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_ge.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_ge.Tpo -c f2c/hl_ge.c -o f2c/libf2c_la-hl_ge.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-hl_ge.Tpo f2c/.deps/libf2c_la-hl_ge.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_atn2.lo -MD -MP -MF f2c/.deps/libf2c_la-r_atn2.Tpo -c -o f2c/libf2c_la-r_atn2.lo `test -f 'f2c/r_atn2.c' || echo './'`f2c/r_atn2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_atn2.lo -MD -MP -MF f2c/.deps/libf2c_la-r_atn2.Tpo -c f2c/r_atn2.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_atn2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_atn2.lo -MD -MP -MF f2c/.deps/libf2c_la-r_atn2.Tpo -c f2c/r_atn2.c -o f2c/libf2c_la-r_atn2.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_atn2.Tpo f2c/.deps/libf2c_la-r_atn2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wref.lo -MD -MP -MF f2c/.deps/libf2c_la-wref.Tpo -c -o f2c/libf2c_la-wref.lo `test -f 'f2c/wref.c' || echo './'`f2c/wref.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wref.lo -MD -MP -MF f2c/.deps/libf2c_la-wref.Tpo -c f2c/wref.c -fno-common -DPIC -o f2c/.libs/libf2c_la-wref.o
f2c/wref.c:140:29: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
for(s -= 2, e1 = 2; s[0] = s[1]; s++)
~~~~~^~~~~~
f2c/wref.c:140:29: note: place parentheses around the assignment to silence this warning
for(s -= 2, e1 = 2; s[0] = s[1]; s++)
^
( )
f2c/wref.c:140:29: note: use '==' to turn this assignment into an equality comparison
for(s -= 2, e1 = 2; s[0] = s[1]; s++)
^
==
f2c/wref.c:236:8: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if (n = f__scale)
~~^~~~~~~~~~
f2c/wref.c:236:8: note: place parentheses around the assignment to silence this warning
if (n = f__scale)
^
( )
f2c/wref.c:236:8: note: use '==' to turn this assignment into an equality comparison
if (n = f__scale)
^
==
f2c/wref.c:239:3: warning: add explicit braces to avoid dangling else [-Wdangling-else]
else
^
f2c/wref.c:286:10: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
while(n = *b++)
~~^~~~~~
f2c/wref.c:286:10: note: place parentheses around the assignment to silence this warning
while(n = *b++)
^
( )
f2c/wref.c:286:10: note: use '==' to turn this assignment into an equality comparison
while(n = *b++)
^
==
4 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wref.lo -MD -MP -MF f2c/.deps/libf2c_la-wref.Tpo -c f2c/wref.c -o f2c/libf2c_la-wref.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-wref.Tpo f2c/.deps/libf2c_la-wref.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-d_mod.Tpo -c -o f2c/libf2c_la-d_mod.lo `test -f 'f2c/d_mod.c' || echo './'`f2c/d_mod.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-d_mod.Tpo -c f2c/d_mod.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_mod.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-d_mod.Tpo -c f2c/d_mod.c -o f2c/libf2c_la-d_mod.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_mod.Tpo f2c/.deps/libf2c_la-d_mod.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_gt.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_gt.Tpo -c -o f2c/libf2c_la-hl_gt.lo `test -f 'f2c/hl_gt.c' || echo './'`f2c/hl_gt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_gt.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_gt.Tpo -c f2c/hl_gt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-hl_gt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_gt.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_gt.Tpo -c f2c/hl_gt.c -o f2c/libf2c_la-hl_gt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-hl_gt.Tpo f2c/.deps/libf2c_la-hl_gt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cnjg.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cnjg.Tpo -c -o f2c/libf2c_la-r_cnjg.lo `test -f 'f2c/r_cnjg.c' || echo './'`f2c/r_cnjg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cnjg.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cnjg.Tpo -c f2c/r_cnjg.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_cnjg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cnjg.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cnjg.Tpo -c f2c/r_cnjg.c -o f2c/libf2c_la-r_cnjg.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_cnjg.Tpo f2c/.deps/libf2c_la-r_cnjg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wrtfmt.lo -MD -MP -MF f2c/.deps/libf2c_la-wrtfmt.Tpo -c -o f2c/libf2c_la-wrtfmt.lo `test -f 'f2c/wrtfmt.c' || echo './'`f2c/wrtfmt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wrtfmt.lo -MD -MP -MF f2c/.deps/libf2c_la-wrtfmt.Tpo -c f2c/wrtfmt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-wrtfmt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wrtfmt.lo -MD -MP -MF f2c/.deps/libf2c_la-wrtfmt.Tpo -c f2c/wrtfmt.c -o f2c/libf2c_la-wrtfmt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-wrtfmt.Tpo f2c/.deps/libf2c_la-wrtfmt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-d_nint.Tpo -c -o f2c/libf2c_la-d_nint.lo `test -f 'f2c/d_nint.c' || echo './'`f2c/d_nint.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-d_nint.Tpo -c f2c/d_nint.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_nint.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-d_nint.Tpo -c f2c/d_nint.c -o f2c/libf2c_la-d_nint.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_nint.Tpo f2c/.deps/libf2c_la-d_nint.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_le.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_le.Tpo -c -o f2c/libf2c_la-hl_le.lo `test -f 'f2c/hl_le.c' || echo './'`f2c/hl_le.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_le.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_le.Tpo -c f2c/hl_le.c -fno-common -DPIC -o f2c/.libs/libf2c_la-hl_le.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_le.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_le.Tpo -c f2c/hl_le.c -o f2c/libf2c_la-hl_le.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-hl_le.Tpo f2c/.deps/libf2c_la-hl_le.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cos.Tpo -c -o f2c/libf2c_la-r_cos.lo `test -f 'f2c/r_cos.c' || echo './'`f2c/r_cos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cos.Tpo -c f2c/r_cos.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_cos.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cos.Tpo -c f2c/r_cos.c -o f2c/libf2c_la-r_cos.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_cos.Tpo f2c/.deps/libf2c_la-r_cos.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsfe.lo -MD -MP -MF f2c/.deps/libf2c_la-wsfe.Tpo -c -o f2c/libf2c_la-wsfe.lo `test -f 'f2c/wsfe.c' || echo './'`f2c/wsfe.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsfe.lo -MD -MP -MF f2c/.deps/libf2c_la-wsfe.Tpo -c f2c/wsfe.c -fno-common -DPIC -o f2c/.libs/libf2c_la-wsfe.o
f2c/wsfe.c:55:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_sfe(a)) return(n);
~^~~~~~~~~
f2c/wsfe.c:55:6: note: place parentheses around the assignment to silence this warning
if(n=c_sfe(a)) return(n);
^
( )
f2c/wsfe.c:55:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_sfe(a)) return(n);
^
==
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsfe.lo -MD -MP -MF f2c/.deps/libf2c_la-wsfe.Tpo -c f2c/wsfe.c -o f2c/libf2c_la-wsfe.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-wsfe.Tpo f2c/.deps/libf2c_la-wsfe.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_prod.lo -MD -MP -MF f2c/.deps/libf2c_la-d_prod.Tpo -c -o f2c/libf2c_la-d_prod.lo `test -f 'f2c/d_prod.c' || echo './'`f2c/d_prod.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_prod.lo -MD -MP -MF f2c/.deps/libf2c_la-d_prod.Tpo -c f2c/d_prod.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_prod.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_prod.lo -MD -MP -MF f2c/.deps/libf2c_la-d_prod.Tpo -c f2c/d_prod.c -o f2c/libf2c_la-d_prod.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_prod.Tpo f2c/.deps/libf2c_la-d_prod.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_lt.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_lt.Tpo -c -o f2c/libf2c_la-hl_lt.lo `test -f 'f2c/hl_lt.c' || echo './'`f2c/hl_lt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_lt.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_lt.Tpo -c f2c/hl_lt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-hl_lt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-hl_lt.lo -MD -MP -MF f2c/.deps/libf2c_la-hl_lt.Tpo -c f2c/hl_lt.c -o f2c/libf2c_la-hl_lt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-hl_lt.Tpo f2c/.deps/libf2c_la-hl_lt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cosh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cosh.Tpo -c -o f2c/libf2c_la-r_cosh.lo `test -f 'f2c/r_cosh.c' || echo './'`f2c/r_cosh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cosh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cosh.Tpo -c f2c/r_cosh.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_cosh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_cosh.lo -MD -MP -MF f2c/.deps/libf2c_la-r_cosh.Tpo -c f2c/r_cosh.c -o f2c/libf2c_la-r_cosh.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_cosh.Tpo f2c/.deps/libf2c_la-r_cosh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsle.lo -MD -MP -MF f2c/.deps/libf2c_la-wsle.Tpo -c -o f2c/libf2c_la-wsle.lo `test -f 'f2c/wsle.c' || echo './'`f2c/wsle.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsle.lo -MD -MP -MF f2c/.deps/libf2c_la-wsle.Tpo -c f2c/wsle.c -fno-common -DPIC -o f2c/.libs/libf2c_la-wsle.o
f2c/wsle.c:17:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_le(a)) return(n);
~^~~~~~~~
f2c/wsle.c:17:6: note: place parentheses around the assignment to silence this warning
if(n=c_le(a)) return(n);
^
( )
f2c/wsle.c:17:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_le(a)) return(n);
^
==
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsle.lo -MD -MP -MF f2c/.deps/libf2c_la-wsle.Tpo -c f2c/wsle.c -o f2c/libf2c_la-wsle.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-wsle.Tpo f2c/.deps/libf2c_la-wsle.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sign.Tpo -c -o f2c/libf2c_la-d_sign.lo `test -f 'f2c/d_sign.c' || echo './'`f2c/d_sign.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sign.Tpo -c f2c/d_sign.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_sign.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sign.Tpo -c f2c/d_sign.c -o f2c/libf2c_la-d_sign.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_sign.Tpo f2c/.deps/libf2c_la-d_sign.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i77vers.lo -MD -MP -MF f2c/.deps/libf2c_la-i77vers.Tpo -c -o f2c/libf2c_la-i77vers.lo `test -f 'f2c/i77vers.c' || echo './'`f2c/i77vers.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i77vers.lo -MD -MP -MF f2c/.deps/libf2c_la-i77vers.Tpo -c f2c/i77vers.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i77vers.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i77vers.lo -MD -MP -MF f2c/.deps/libf2c_la-i77vers.Tpo -c f2c/i77vers.c -o f2c/libf2c_la-i77vers.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i77vers.Tpo f2c/.deps/libf2c_la-i77vers.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-r_dim.Tpo -c -o f2c/libf2c_la-r_dim.lo `test -f 'f2c/r_dim.c' || echo './'`f2c/r_dim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-r_dim.Tpo -c f2c/r_dim.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_dim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-r_dim.Tpo -c f2c/r_dim.c -o f2c/libf2c_la-r_dim.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_dim.Tpo f2c/.deps/libf2c_la-r_dim.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsne.lo -MD -MP -MF f2c/.deps/libf2c_la-wsne.Tpo -c -o f2c/libf2c_la-wsne.lo `test -f 'f2c/wsne.c' || echo './'`f2c/wsne.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsne.lo -MD -MP -MF f2c/.deps/libf2c_la-wsne.Tpo -c f2c/wsne.c -fno-common -DPIC -o f2c/.libs/libf2c_la-wsne.o
f2c/wsne.c:17:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_le(a))
~^~~~~~~~
f2c/wsne.c:17:6: note: place parentheses around the assignment to silence this warning
if(n=c_le(a))
^
( )
f2c/wsne.c:17:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_le(a))
^
==
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-wsne.lo -MD -MP -MF f2c/.deps/libf2c_la-wsne.Tpo -c f2c/wsne.c -o f2c/libf2c_la-wsne.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-wsne.Tpo f2c/.deps/libf2c_la-wsne.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sin.Tpo -c -o f2c/libf2c_la-d_sin.lo `test -f 'f2c/d_sin.c' || echo './'`f2c/d_sin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sin.Tpo -c f2c/d_sin.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_sin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sin.Tpo -c f2c/d_sin.c -o f2c/libf2c_la-d_sin.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_sin.Tpo f2c/.deps/libf2c_la-d_sin.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-i_abs.Tpo -c -o f2c/libf2c_la-i_abs.lo `test -f 'f2c/i_abs.c' || echo './'`f2c/i_abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-i_abs.Tpo -c f2c/i_abs.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_abs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-i_abs.Tpo -c f2c/i_abs.c -o f2c/libf2c_la-i_abs.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_abs.Tpo f2c/.deps/libf2c_la-i_abs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-r_exp.Tpo -c -o f2c/libf2c_la-r_exp.lo `test -f 'f2c/r_exp.c' || echo './'`f2c/r_exp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-r_exp.Tpo -c f2c/r_exp.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_exp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-r_exp.Tpo -c f2c/r_exp.c -o f2c/libf2c_la-r_exp.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_exp.Tpo f2c/.deps/libf2c_la-r_exp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-xwsne.lo -MD -MP -MF f2c/.deps/libf2c_la-xwsne.Tpo -c -o f2c/libf2c_la-xwsne.lo `test -f 'f2c/xwsne.c' || echo './'`f2c/xwsne.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-xwsne.lo -MD -MP -MF f2c/.deps/libf2c_la-xwsne.Tpo -c f2c/xwsne.c -fno-common -DPIC -o f2c/.libs/libf2c_la-xwsne.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-xwsne.lo -MD -MP -MF f2c/.deps/libf2c_la-xwsne.Tpo -c f2c/xwsne.c -o f2c/libf2c_la-xwsne.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-xwsne.Tpo f2c/.deps/libf2c_la-xwsne.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sinh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sinh.Tpo -c -o f2c/libf2c_la-d_sinh.lo `test -f 'f2c/d_sinh.c' || echo './'`f2c/d_sinh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sinh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sinh.Tpo -c f2c/d_sinh.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_sinh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sinh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sinh.Tpo -c f2c/d_sinh.c -o f2c/libf2c_la-d_sinh.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_sinh.Tpo f2c/.deps/libf2c_la-d_sinh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-i_dim.Tpo -c -o f2c/libf2c_la-i_dim.lo `test -f 'f2c/i_dim.c' || echo './'`f2c/i_dim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-i_dim.Tpo -c f2c/i_dim.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_dim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_dim.lo -MD -MP -MF f2c/.deps/libf2c_la-i_dim.Tpo -c f2c/i_dim.c -o f2c/libf2c_la-i_dim.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_dim.Tpo f2c/.deps/libf2c_la-i_dim.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_imag.lo -MD -MP -MF f2c/.deps/libf2c_la-r_imag.Tpo -c -o f2c/libf2c_la-r_imag.lo `test -f 'f2c/r_imag.c' || echo './'`f2c/r_imag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_imag.lo -MD -MP -MF f2c/.deps/libf2c_la-r_imag.Tpo -c f2c/r_imag.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_imag.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_imag.lo -MD -MP -MF f2c/.deps/libf2c_la-r_imag.Tpo -c f2c/r_imag.c -o f2c/libf2c_la-r_imag.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_imag.Tpo f2c/.deps/libf2c_la-r_imag.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-z_abs.Tpo -c -o f2c/libf2c_la-z_abs.lo `test -f 'f2c/z_abs.c' || echo './'`f2c/z_abs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-z_abs.Tpo -c f2c/z_abs.c -fno-common -DPIC -o f2c/.libs/libf2c_la-z_abs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_abs.lo -MD -MP -MF f2c/.deps/libf2c_la-z_abs.Tpo -c f2c/z_abs.c -o f2c/libf2c_la-z_abs.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-z_abs.Tpo f2c/.deps/libf2c_la-z_abs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sqrt.Tpo -c -o f2c/libf2c_la-d_sqrt.lo `test -f 'f2c/d_sqrt.c' || echo './'`f2c/d_sqrt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sqrt.Tpo -c f2c/d_sqrt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_sqrt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-d_sqrt.Tpo -c f2c/d_sqrt.c -o f2c/libf2c_la-d_sqrt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_sqrt.Tpo f2c/.deps/libf2c_la-d_sqrt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_dnnt.lo -MD -MP -MF f2c/.deps/libf2c_la-i_dnnt.Tpo -c -o f2c/libf2c_la-i_dnnt.lo `test -f 'f2c/i_dnnt.c' || echo './'`f2c/i_dnnt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_dnnt.lo -MD -MP -MF f2c/.deps/libf2c_la-i_dnnt.Tpo -c f2c/i_dnnt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_dnnt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_dnnt.lo -MD -MP -MF f2c/.deps/libf2c_la-i_dnnt.Tpo -c f2c/i_dnnt.c -o f2c/libf2c_la-i_dnnt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_dnnt.Tpo f2c/.deps/libf2c_la-i_dnnt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_int.lo -MD -MP -MF f2c/.deps/libf2c_la-r_int.Tpo -c -o f2c/libf2c_la-r_int.lo `test -f 'f2c/r_int.c' || echo './'`f2c/r_int.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_int.lo -MD -MP -MF f2c/.deps/libf2c_la-r_int.Tpo -c f2c/r_int.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_int.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_int.lo -MD -MP -MF f2c/.deps/libf2c_la-r_int.Tpo -c f2c/r_int.c -o f2c/libf2c_la-r_int.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_int.Tpo f2c/.deps/libf2c_la-r_int.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-z_cos.Tpo -c -o f2c/libf2c_la-z_cos.lo `test -f 'f2c/z_cos.c' || echo './'`f2c/z_cos.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-z_cos.Tpo -c f2c/z_cos.c -fno-common -DPIC -o f2c/.libs/libf2c_la-z_cos.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_cos.lo -MD -MP -MF f2c/.deps/libf2c_la-z_cos.Tpo -c f2c/z_cos.c -o f2c/libf2c_la-z_cos.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-z_cos.Tpo f2c/.deps/libf2c_la-z_cos.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_tan.lo -MD -MP -MF f2c/.deps/libf2c_la-d_tan.Tpo -c -o f2c/libf2c_la-d_tan.lo `test -f 'f2c/d_tan.c' || echo './'`f2c/d_tan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_tan.lo -MD -MP -MF f2c/.deps/libf2c_la-d_tan.Tpo -c f2c/d_tan.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_tan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_tan.lo -MD -MP -MF f2c/.deps/libf2c_la-d_tan.Tpo -c f2c/d_tan.c -o f2c/libf2c_la-d_tan.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_tan.Tpo f2c/.deps/libf2c_la-d_tan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_indx.lo -MD -MP -MF f2c/.deps/libf2c_la-i_indx.Tpo -c -o f2c/libf2c_la-i_indx.lo `test -f 'f2c/i_indx.c' || echo './'`f2c/i_indx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_indx.lo -MD -MP -MF f2c/.deps/libf2c_la-i_indx.Tpo -c f2c/i_indx.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_indx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_indx.lo -MD -MP -MF f2c/.deps/libf2c_la-i_indx.Tpo -c f2c/i_indx.c -o f2c/libf2c_la-i_indx.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_indx.Tpo f2c/.deps/libf2c_la-i_indx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_lg10.lo -MD -MP -MF f2c/.deps/libf2c_la-r_lg10.Tpo -c -o f2c/libf2c_la-r_lg10.lo `test -f 'f2c/r_lg10.c' || echo './'`f2c/r_lg10.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_lg10.lo -MD -MP -MF f2c/.deps/libf2c_la-r_lg10.Tpo -c f2c/r_lg10.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_lg10.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_lg10.lo -MD -MP -MF f2c/.deps/libf2c_la-r_lg10.Tpo -c f2c/r_lg10.c -o f2c/libf2c_la-r_lg10.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_lg10.Tpo f2c/.deps/libf2c_la-r_lg10.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_div.lo -MD -MP -MF f2c/.deps/libf2c_la-z_div.Tpo -c -o f2c/libf2c_la-z_div.lo `test -f 'f2c/z_div.c' || echo './'`f2c/z_div.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_div.lo -MD -MP -MF f2c/.deps/libf2c_la-z_div.Tpo -c f2c/z_div.c -fno-common -DPIC -o f2c/.libs/libf2c_la-z_div.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_div.lo -MD -MP -MF f2c/.deps/libf2c_la-z_div.Tpo -c f2c/z_div.c -o f2c/libf2c_la-z_div.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-z_div.Tpo f2c/.deps/libf2c_la-z_div.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_tanh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_tanh.Tpo -c -o f2c/libf2c_la-d_tanh.lo `test -f 'f2c/d_tanh.c' || echo './'`f2c/d_tanh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_tanh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_tanh.Tpo -c f2c/d_tanh.c -fno-common -DPIC -o f2c/.libs/libf2c_la-d_tanh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-d_tanh.lo -MD -MP -MF f2c/.deps/libf2c_la-d_tanh.Tpo -c f2c/d_tanh.c -o f2c/libf2c_la-d_tanh.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-d_tanh.Tpo f2c/.deps/libf2c_la-d_tanh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_len.lo -MD -MP -MF f2c/.deps/libf2c_la-i_len.Tpo -c -o f2c/libf2c_la-i_len.lo `test -f 'f2c/i_len.c' || echo './'`f2c/i_len.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_len.lo -MD -MP -MF f2c/.deps/libf2c_la-i_len.Tpo -c f2c/i_len.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_len.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_len.lo -MD -MP -MF f2c/.deps/libf2c_la-i_len.Tpo -c f2c/i_len.c -o f2c/libf2c_la-i_len.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_len.Tpo f2c/.deps/libf2c_la-i_len.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_log.lo -MD -MP -MF f2c/.deps/libf2c_la-r_log.Tpo -c -o f2c/libf2c_la-r_log.lo `test -f 'f2c/r_log.c' || echo './'`f2c/r_log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_log.lo -MD -MP -MF f2c/.deps/libf2c_la-r_log.Tpo -c f2c/r_log.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_log.lo -MD -MP -MF f2c/.deps/libf2c_la-r_log.Tpo -c f2c/r_log.c -o f2c/libf2c_la-r_log.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_log.Tpo f2c/.deps/libf2c_la-r_log.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-z_exp.Tpo -c -o f2c/libf2c_la-z_exp.lo `test -f 'f2c/z_exp.c' || echo './'`f2c/z_exp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-z_exp.Tpo -c f2c/z_exp.c -fno-common -DPIC -o f2c/.libs/libf2c_la-z_exp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_exp.lo -MD -MP -MF f2c/.deps/libf2c_la-z_exp.Tpo -c f2c/z_exp.c -o f2c/libf2c_la-z_exp.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-z_exp.Tpo f2c/.deps/libf2c_la-z_exp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-derf_.lo -MD -MP -MF f2c/.deps/libf2c_la-derf_.Tpo -c -o f2c/libf2c_la-derf_.lo `test -f 'f2c/derf_.c' || echo './'`f2c/derf_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-derf_.lo -MD -MP -MF f2c/.deps/libf2c_la-derf_.Tpo -c f2c/derf_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-derf_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-derf_.lo -MD -MP -MF f2c/.deps/libf2c_la-derf_.Tpo -c f2c/derf_.c -o f2c/libf2c_la-derf_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-derf_.Tpo f2c/.deps/libf2c_la-derf_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-i_mod.Tpo -c -o f2c/libf2c_la-i_mod.lo `test -f 'f2c/i_mod.c' || echo './'`f2c/i_mod.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-i_mod.Tpo -c f2c/i_mod.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_mod.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-i_mod.Tpo -c f2c/i_mod.c -o f2c/libf2c_la-i_mod.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_mod.Tpo f2c/.deps/libf2c_la-i_mod.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-r_mod.Tpo -c -o f2c/libf2c_la-r_mod.lo `test -f 'f2c/r_mod.c' || echo './'`f2c/r_mod.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-r_mod.Tpo -c f2c/r_mod.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_mod.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_mod.lo -MD -MP -MF f2c/.deps/libf2c_la-r_mod.Tpo -c f2c/r_mod.c -o f2c/libf2c_la-r_mod.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_mod.Tpo f2c/.deps/libf2c_la-r_mod.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_log.lo -MD -MP -MF f2c/.deps/libf2c_la-z_log.Tpo -c -o f2c/libf2c_la-z_log.lo `test -f 'f2c/z_log.c' || echo './'`f2c/z_log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_log.lo -MD -MP -MF f2c/.deps/libf2c_la-z_log.Tpo -c f2c/z_log.c -fno-common -DPIC -o f2c/.libs/libf2c_la-z_log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_log.lo -MD -MP -MF f2c/.deps/libf2c_la-z_log.Tpo -c f2c/z_log.c -o f2c/libf2c_la-z_log.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-z_log.Tpo f2c/.deps/libf2c_la-z_log.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-derfc_.lo -MD -MP -MF f2c/.deps/libf2c_la-derfc_.Tpo -c -o f2c/libf2c_la-derfc_.lo `test -f 'f2c/derfc_.c' || echo './'`f2c/derfc_.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-derfc_.lo -MD -MP -MF f2c/.deps/libf2c_la-derfc_.Tpo -c f2c/derfc_.c -fno-common -DPIC -o f2c/.libs/libf2c_la-derfc_.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-derfc_.lo -MD -MP -MF f2c/.deps/libf2c_la-derfc_.Tpo -c f2c/derfc_.c -o f2c/libf2c_la-derfc_.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-derfc_.Tpo f2c/.deps/libf2c_la-derfc_.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-i_nint.Tpo -c -o f2c/libf2c_la-i_nint.lo `test -f 'f2c/i_nint.c' || echo './'`f2c/i_nint.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-i_nint.Tpo -c f2c/i_nint.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_nint.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-i_nint.Tpo -c f2c/i_nint.c -o f2c/libf2c_la-i_nint.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_nint.Tpo f2c/.deps/libf2c_la-i_nint.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-r_nint.Tpo -c -o f2c/libf2c_la-r_nint.lo `test -f 'f2c/r_nint.c' || echo './'`f2c/r_nint.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-r_nint.Tpo -c f2c/r_nint.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_nint.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_nint.lo -MD -MP -MF f2c/.deps/libf2c_la-r_nint.Tpo -c f2c/r_nint.c -o f2c/libf2c_la-r_nint.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_nint.Tpo f2c/.deps/libf2c_la-r_nint.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-z_sin.Tpo -c -o f2c/libf2c_la-z_sin.lo `test -f 'f2c/z_sin.c' || echo './'`f2c/z_sin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-z_sin.Tpo -c f2c/z_sin.c -fno-common -DPIC -o f2c/.libs/libf2c_la-z_sin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_sin.lo -MD -MP -MF f2c/.deps/libf2c_la-z_sin.Tpo -c f2c/z_sin.c -o f2c/libf2c_la-z_sin.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-z_sin.Tpo f2c/.deps/libf2c_la-z_sin.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dfe.lo -MD -MP -MF f2c/.deps/libf2c_la-dfe.Tpo -c -o f2c/libf2c_la-dfe.lo `test -f 'f2c/dfe.c' || echo './'`f2c/dfe.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dfe.lo -MD -MP -MF f2c/.deps/libf2c_la-dfe.Tpo -c f2c/dfe.c -fno-common -DPIC -o f2c/.libs/libf2c_la-dfe.o
f2c/dfe.c:104:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_dfe(a))return(n);
~^~~~~~~~~
f2c/dfe.c:104:6: note: place parentheses around the assignment to silence this warning
if(n=c_dfe(a))return(n);
^
( )
f2c/dfe.c:104:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_dfe(a))return(n);
^
==
f2c/dfe.c:126:6: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
if(n=c_dfe(a)) return(n);
~^~~~~~~~~
f2c/dfe.c:126:6: note: place parentheses around the assignment to silence this warning
if(n=c_dfe(a)) return(n);
^
( )
f2c/dfe.c:126:6: note: use '==' to turn this assignment into an equality comparison
if(n=c_dfe(a)) return(n);
^
==
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-dfe.lo -MD -MP -MF f2c/.deps/libf2c_la-dfe.Tpo -c f2c/dfe.c -o f2c/libf2c_la-dfe.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-dfe.Tpo f2c/.deps/libf2c_la-dfe.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-i_sign.Tpo -c -o f2c/libf2c_la-i_sign.lo `test -f 'f2c/i_sign.c' || echo './'`f2c/i_sign.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-i_sign.Tpo -c f2c/i_sign.c -fno-common -DPIC -o f2c/.libs/libf2c_la-i_sign.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-i_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-i_sign.Tpo -c f2c/i_sign.c -o f2c/libf2c_la-i_sign.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-i_sign.Tpo f2c/.deps/libf2c_la-i_sign.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sign.Tpo -c -o f2c/libf2c_la-r_sign.lo `test -f 'f2c/r_sign.c' || echo './'`f2c/r_sign.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sign.Tpo -c f2c/r_sign.c -fno-common -DPIC -o f2c/.libs/libf2c_la-r_sign.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-r_sign.lo -MD -MP -MF f2c/.deps/libf2c_la-r_sign.Tpo -c f2c/r_sign.c -o f2c/libf2c_la-r_sign.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-r_sign.Tpo f2c/.deps/libf2c_la-r_sign.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-z_sqrt.Tpo -c -o f2c/libf2c_la-z_sqrt.lo `test -f 'f2c/z_sqrt.c' || echo './'`f2c/z_sqrt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-z_sqrt.Tpo -c f2c/z_sqrt.c -fno-common -DPIC -o f2c/.libs/libf2c_la-z_sqrt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT f2c/libf2c_la-z_sqrt.lo -MD -MP -MF f2c/.deps/libf2c_la-z_sqrt.Tpo -c f2c/z_sqrt.c -o f2c/libf2c_la-z_sqrt.o >/dev/null 2>&1
mv -f f2c/.deps/libf2c_la-z_sqrt.Tpo f2c/.deps/libf2c_la-z_sqrt.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -DSkip_f2c_Undefs -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -o libf2c.la f2c/libf2c_la-abort_.lo f2c/libf2c_la-dolio.lo f2c/libf2c_la-r_sin.lo f2c/libf2c_la-dummy.lo f2c/libf2c_la-dtime_.lo f2c/libf2c_la-iio.lo f2c/libf2c_la-r_sinh.lo f2c/libf2c_la-backspac.lo f2c/libf2c_la-due.lo f2c/libf2c_la-ilnw.lo f2c/libf2c_la-r_sqrt.lo f2c/libf2c_la-c_abs.lo f2c/libf2c_la-ef1asc_.lo f2c/libf2c_la-inquire.lo f2c/libf2c_la-r_tan.lo f2c/libf2c_la-c_cos.lo f2c/libf2c_la-ef1cmc_.lo f2c/libf2c_la-l_ge.lo f2c/libf2c_la-r_tanh.lo f2c/libf2c_la-c_div.lo f2c/libf2c_la-endfile.lo f2c/libf2c_la-l_gt.lo f2c/libf2c_la-rdfmt.lo f2c/libf2c_la-c_exp.lo f2c/libf2c_la-erf_.lo f2c/libf2c_la-l_le.lo f2c/libf2c_la-rewind.lo f2c/libf2c_la-c_log.lo f2c/libf2c_la-erfc_.lo f2c/libf2c_la-l_lt.lo f2c/libf2c_la-rsfe.lo f2c/libf2c_la-c_sin.lo f2c/libf2c_la-err.lo f2c/libf2c_la-lbitbits.lo f2c/libf2c_la-rsli.lo f2c/libf2c_la-c_sqrt.lo f2c/libf2c_la-etime_.lo f2c/libf2c_la-lbitshft.lo f2c/libf2c_la-rsne.lo f2c/libf2c_la-cabs.lo f2c/libf2c_la-exit_.lo f2c/libf2c_la-lread.lo f2c/libf2c_la-s_cat.lo f2c/libf2c_la-close.lo f2c/libf2c_la-f77_aloc.lo f2c/libf2c_la-lwrite.lo f2c/libf2c_la-s_cmp.lo f2c/libf2c_la-ctype.lo f2c/libf2c_la-f77vers.lo f2c/libf2c_la-s_copy.lo f2c/libf2c_la-d_abs.lo f2c/libf2c_la-fmt.lo f2c/libf2c_la-open.lo f2c/libf2c_la-s_paus.lo f2c/libf2c_la-d_acos.lo f2c/libf2c_la-fmtlib.lo f2c/libf2c_la-pow_ci.lo f2c/libf2c_la-s_rnge.lo f2c/libf2c_la-d_asin.lo f2c/libf2c_la-ftell_.lo f2c/libf2c_la-pow_dd.lo f2c/libf2c_la-s_stop.lo f2c/libf2c_la-d_atan.lo f2c/libf2c_la-pow_di.lo f2c/libf2c_la-sfe.lo f2c/libf2c_la-d_atn2.lo f2c/libf2c_la-getenv_.lo f2c/libf2c_la-pow_hh.lo f2c/libf2c_la-sig_die.lo f2c/libf2c_la-d_cnjg.lo f2c/libf2c_la-h_abs.lo f2c/libf2c_la-pow_ii.lo f2c/libf2c_la-signal_.lo f2c/libf2c_la-d_cos.lo f2c/libf2c_la-h_dim.lo f2c/libf2c_la-pow_ri.lo f2c/libf2c_la-signbit.lo f2c/libf2c_la-d_cosh.lo f2c/libf2c_la-h_dnnt.lo f2c/libf2c_la-pow_zi.lo f2c/libf2c_la-sue.lo f2c/libf2c_la-d_dim.lo f2c/libf2c_la-h_indx.lo f2c/libf2c_la-pow_zz.lo f2c/libf2c_la-system_.lo f2c/libf2c_la-d_exp.lo f2c/libf2c_la-h_len.lo f2c/libf2c_la-r_abs.lo f2c/libf2c_la-typesize.lo f2c/libf2c_la-d_imag.lo f2c/libf2c_la-h_mod.lo f2c/libf2c_la-r_acos.lo f2c/libf2c_la-uio.lo f2c/libf2c_la-d_int.lo f2c/libf2c_la-h_nint.lo f2c/libf2c_la-r_asin.lo f2c/libf2c_la-uninit.lo f2c/libf2c_la-d_lg10.lo f2c/libf2c_la-h_sign.lo f2c/libf2c_la-r_atan.lo f2c/libf2c_la-util.lo f2c/libf2c_la-d_log.lo f2c/libf2c_la-hl_ge.lo f2c/libf2c_la-r_atn2.lo f2c/libf2c_la-wref.lo f2c/libf2c_la-d_mod.lo f2c/libf2c_la-hl_gt.lo f2c/libf2c_la-r_cnjg.lo f2c/libf2c_la-wrtfmt.lo f2c/libf2c_la-d_nint.lo f2c/libf2c_la-hl_le.lo f2c/libf2c_la-r_cos.lo f2c/libf2c_la-wsfe.lo f2c/libf2c_la-d_prod.lo f2c/libf2c_la-hl_lt.lo f2c/libf2c_la-r_cosh.lo f2c/libf2c_la-wsle.lo f2c/libf2c_la-d_sign.lo f2c/libf2c_la-i77vers.lo f2c/libf2c_la-r_dim.lo f2c/libf2c_la-wsne.lo f2c/libf2c_la-d_sin.lo f2c/libf2c_la-i_abs.lo f2c/libf2c_la-r_exp.lo f2c/libf2c_la-xwsne.lo f2c/libf2c_la-d_sinh.lo f2c/libf2c_la-i_dim.lo f2c/libf2c_la-r_imag.lo f2c/libf2c_la-z_abs.lo f2c/libf2c_la-d_sqrt.lo f2c/libf2c_la-i_dnnt.lo f2c/libf2c_la-r_int.lo f2c/libf2c_la-z_cos.lo f2c/libf2c_la-d_tan.lo f2c/libf2c_la-i_indx.lo f2c/libf2c_la-r_lg10.lo f2c/libf2c_la-z_div.lo f2c/libf2c_la-d_tanh.lo f2c/libf2c_la-i_len.lo f2c/libf2c_la-r_log.lo f2c/libf2c_la-z_exp.lo f2c/libf2c_la-derf_.lo f2c/libf2c_la-i_mod.lo f2c/libf2c_la-r_mod.lo f2c/libf2c_la-z_log.lo f2c/libf2c_la-derfc_.lo f2c/libf2c_la-i_nint.lo f2c/libf2c_la-r_nint.lo f2c/libf2c_la-z_sin.lo f2c/libf2c_la-dfe.lo f2c/libf2c_la-i_sign.lo f2c/libf2c_la-r_sign.lo f2c/libf2c_la-z_sqrt.lo
libtool: link: ar cru .libs/libf2c.a f2c/.libs/libf2c_la-abort_.o f2c/.libs/libf2c_la-dolio.o f2c/.libs/libf2c_la-r_sin.o f2c/.libs/libf2c_la-dummy.o f2c/.libs/libf2c_la-dtime_.o f2c/.libs/libf2c_la-iio.o f2c/.libs/libf2c_la-r_sinh.o f2c/.libs/libf2c_la-backspac.o f2c/.libs/libf2c_la-due.o f2c/.libs/libf2c_la-ilnw.o f2c/.libs/libf2c_la-r_sqrt.o f2c/.libs/libf2c_la-c_abs.o f2c/.libs/libf2c_la-ef1asc_.o f2c/.libs/libf2c_la-inquire.o f2c/.libs/libf2c_la-r_tan.o f2c/.libs/libf2c_la-c_cos.o f2c/.libs/libf2c_la-ef1cmc_.o f2c/.libs/libf2c_la-l_ge.o f2c/.libs/libf2c_la-r_tanh.o f2c/.libs/libf2c_la-c_div.o f2c/.libs/libf2c_la-endfile.o f2c/.libs/libf2c_la-l_gt.o f2c/.libs/libf2c_la-rdfmt.o f2c/.libs/libf2c_la-c_exp.o f2c/.libs/libf2c_la-erf_.o f2c/.libs/libf2c_la-l_le.o f2c/.libs/libf2c_la-rewind.o f2c/.libs/libf2c_la-c_log.o f2c/.libs/libf2c_la-erfc_.o f2c/.libs/libf2c_la-l_lt.o f2c/.libs/libf2c_la-rsfe.o f2c/.libs/libf2c_la-c_sin.o f2c/.libs/libf2c_la-err.o f2c/.libs/libf2c_la-lbitbits.o f2c/.libs/libf2c_la-rsli.o f2c/.libs/libf2c_la-c_sqrt.o f2c/.libs/libf2c_la-etime_.o f2c/.libs/libf2c_la-lbitshft.o f2c/.libs/libf2c_la-rsne.o f2c/.libs/libf2c_la-cabs.o f2c/.libs/libf2c_la-exit_.o f2c/.libs/libf2c_la-lread.o f2c/.libs/libf2c_la-s_cat.o f2c/.libs/libf2c_la-close.o f2c/.libs/libf2c_la-f77_aloc.o f2c/.libs/libf2c_la-lwrite.o f2c/.libs/libf2c_la-s_cmp.o f2c/.libs/libf2c_la-ctype.o f2c/.libs/libf2c_la-f77vers.o f2c/.libs/libf2c_la-s_copy.o f2c/.libs/libf2c_la-d_abs.o f2c/.libs/libf2c_la-fmt.o f2c/.libs/libf2c_la-open.o f2c/.libs/libf2c_la-s_paus.o f2c/.libs/libf2c_la-d_acos.o f2c/.libs/libf2c_la-fmtlib.o f2c/.libs/libf2c_la-pow_ci.o f2c/.libs/libf2c_la-s_rnge.o f2c/.libs/libf2c_la-d_asin.o f2c/.libs/libf2c_la-ftell_.o f2c/.libs/libf2c_la-pow_dd.o f2c/.libs/libf2c_la-s_stop.o f2c/.libs/libf2c_la-d_atan.o f2c/.libs/libf2c_la-pow_di.o f2c/.libs/libf2c_la-sfe.o f2c/.libs/libf2c_la-d_atn2.o f2c/.libs/libf2c_la-getenv_.o f2c/.libs/libf2c_la-pow_hh.o f2c/.libs/libf2c_la-sig_die.o f2c/.libs/libf2c_la-d_cnjg.o f2c/.libs/libf2c_la-h_abs.o f2c/.libs/libf2c_la-pow_ii.o f2c/.libs/libf2c_la-signal_.o f2c/.libs/libf2c_la-d_cos.o f2c/.libs/libf2c_la-h_dim.o f2c/.libs/libf2c_la-pow_ri.o f2c/.libs/libf2c_la-signbit.o f2c/.libs/libf2c_la-d_cosh.o f2c/.libs/libf2c_la-h_dnnt.o f2c/.libs/libf2c_la-pow_zi.o f2c/.libs/libf2c_la-sue.o f2c/.libs/libf2c_la-d_dim.o f2c/.libs/libf2c_la-h_indx.o f2c/.libs/libf2c_la-pow_zz.o f2c/.libs/libf2c_la-system_.o f2c/.libs/libf2c_la-d_exp.o f2c/.libs/libf2c_la-h_len.o f2c/.libs/libf2c_la-r_abs.o f2c/.libs/libf2c_la-typesize.o f2c/.libs/libf2c_la-d_imag.o f2c/.libs/libf2c_la-h_mod.o f2c/.libs/libf2c_la-r_acos.o f2c/.libs/libf2c_la-uio.o f2c/.libs/libf2c_la-d_int.o f2c/.libs/libf2c_la-h_nint.o f2c/.libs/libf2c_la-r_asin.o f2c/.libs/libf2c_la-uninit.o f2c/.libs/libf2c_la-d_lg10.o f2c/.libs/libf2c_la-h_sign.o f2c/.libs/libf2c_la-r_atan.o f2c/.libs/libf2c_la-util.o f2c/.libs/libf2c_la-d_log.o f2c/.libs/libf2c_la-hl_ge.o f2c/.libs/libf2c_la-r_atn2.o f2c/.libs/libf2c_la-wref.o f2c/.libs/libf2c_la-d_mod.o f2c/.libs/libf2c_la-hl_gt.o f2c/.libs/libf2c_la-r_cnjg.o f2c/.libs/libf2c_la-wrtfmt.o f2c/.libs/libf2c_la-d_nint.o f2c/.libs/libf2c_la-hl_le.o f2c/.libs/libf2c_la-r_cos.o f2c/.libs/libf2c_la-wsfe.o f2c/.libs/libf2c_la-d_prod.o f2c/.libs/libf2c_la-hl_lt.o f2c/.libs/libf2c_la-r_cosh.o f2c/.libs/libf2c_la-wsle.o f2c/.libs/libf2c_la-d_sign.o f2c/.libs/libf2c_la-i77vers.o f2c/.libs/libf2c_la-r_dim.o f2c/.libs/libf2c_la-wsne.o f2c/.libs/libf2c_la-d_sin.o f2c/.libs/libf2c_la-i_abs.o f2c/.libs/libf2c_la-r_exp.o f2c/.libs/libf2c_la-xwsne.o f2c/.libs/libf2c_la-d_sinh.o f2c/.libs/libf2c_la-i_dim.o f2c/.libs/libf2c_la-r_imag.o f2c/.libs/libf2c_la-z_abs.o f2c/.libs/libf2c_la-d_sqrt.o f2c/.libs/libf2c_la-i_dnnt.o f2c/.libs/libf2c_la-r_int.o f2c/.libs/libf2c_la-z_cos.o f2c/.libs/libf2c_la-d_tan.o f2c/.libs/libf2c_la-i_indx.o f2c/.libs/libf2c_la-r_lg10.o f2c/.libs/libf2c_la-z_div.o f2c/.libs/libf2c_la-d_tanh.o f2c/.libs/libf2c_la-i_len.o f2c/.libs/libf2c_la-r_log.o f2c/.libs/libf2c_la-z_exp.o f2c/.libs/libf2c_la-derf_.o f2c/.libs/libf2c_la-i_mod.o f2c/.libs/libf2c_la-r_mod.o f2c/.libs/libf2c_la-z_log.o f2c/.libs/libf2c_la-derfc_.o f2c/.libs/libf2c_la-i_nint.o f2c/.libs/libf2c_la-r_nint.o f2c/.libs/libf2c_la-z_sin.o f2c/.libs/libf2c_la-dfe.o f2c/.libs/libf2c_la-i_sign.o f2c/.libs/libf2c_la-r_sign.o f2c/.libs/libf2c_la-z_sqrt.o
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libf2c.a(libf2c_la-ctype.o) has no symbols
libtool: link: ranlib .libs/libf2c.a
/Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libf2c.a(libf2c_la-ctype.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libf2c.la" && ln -s "../libf2c.la" "libf2c.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dscal.lo -MD -MP -MF lapack/.deps/libblas_la-dscal.Tpo -c -o lapack/libblas_la-dscal.lo `test -f 'lapack/dscal.c' || echo './'`lapack/dscal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dscal.lo -MD -MP -MF lapack/.deps/libblas_la-dscal.Tpo -c lapack/dscal.c -fno-common -DPIC -o lapack/.libs/libblas_la-dscal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dscal.lo -MD -MP -MF lapack/.deps/libblas_la-dscal.Tpo -c lapack/dscal.c -o lapack/libblas_la-dscal.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dscal.Tpo lapack/.deps/libblas_la-dscal.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dswap.lo -MD -MP -MF lapack/.deps/libblas_la-dswap.Tpo -c -o lapack/libblas_la-dswap.lo `test -f 'lapack/dswap.c' || echo './'`lapack/dswap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dswap.lo -MD -MP -MF lapack/.deps/libblas_la-dswap.Tpo -c lapack/dswap.c -fno-common -DPIC -o lapack/.libs/libblas_la-dswap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dswap.lo -MD -MP -MF lapack/.deps/libblas_la-dswap.Tpo -c lapack/dswap.c -o lapack/libblas_la-dswap.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dswap.Tpo lapack/.deps/libblas_la-dswap.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-lsame.lo -MD -MP -MF lapack/.deps/libblas_la-lsame.Tpo -c -o lapack/libblas_la-lsame.lo `test -f 'lapack/lsame.c' || echo './'`lapack/lsame.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-lsame.lo -MD -MP -MF lapack/.deps/libblas_la-lsame.Tpo -c lapack/lsame.c -fno-common -DPIC -o lapack/.libs/libblas_la-lsame.o
lapack/lsame.c:82:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
lapack/lsame.c:82:18: note: place parentheses around the '&&' expression to silence this warning
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
^
( )
lapack/lsame.c:82:48: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/lsame.c:82:48: note: place parentheses around the '&&' expression to silence this warning
if (inta >= 129 && inta <= 137 || inta >= 145 && inta <= 153 || inta
^
( )
lapack/lsame.c:83:10: warning: '&&' within '||' [-Wlogical-op-parentheses]
>= 162 && inta <= 169) {
~~~~~~~^~~~~~~~~~~~~~
lapack/lsame.c:83:10: note: place parentheses around the '&&' expression to silence this warning
>= 162 && inta <= 169) {
^
)
lapack/lsame.c:86:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
~~~~~~~~~~~~^~~~~~~~~~~~~~ ~~
lapack/lsame.c:86:18: note: place parentheses around the '&&' expression to silence this warning
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
^
( )
lapack/lsame.c:86:48: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/lsame.c:86:48: note: place parentheses around the '&&' expression to silence this warning
if (intb >= 129 && intb <= 137 || intb >= 145 && intb <= 153 || intb
^
( )
lapack/lsame.c:87:10: warning: '&&' within '||' [-Wlogical-op-parentheses]
>= 162 && intb <= 169) {
~~~~~~~^~~~~~~~~~~~~~
lapack/lsame.c:87:10: note: place parentheses around the '&&' expression to silence this warning
>= 162 && intb <= 169) {
^
)
6 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-lsame.lo -MD -MP -MF lapack/.deps/libblas_la-lsame.Tpo -c lapack/lsame.c -o lapack/libblas_la-lsame.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-lsame.Tpo lapack/.deps/libblas_la-lsame.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-idamax.lo -MD -MP -MF lapack/.deps/libblas_la-idamax.Tpo -c -o lapack/libblas_la-idamax.lo `test -f 'lapack/idamax.c' || echo './'`lapack/idamax.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-idamax.lo -MD -MP -MF lapack/.deps/libblas_la-idamax.Tpo -c lapack/idamax.c -fno-common -DPIC -o lapack/.libs/libblas_la-idamax.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-idamax.lo -MD -MP -MF lapack/.deps/libblas_la-idamax.Tpo -c lapack/idamax.c -o lapack/libblas_la-idamax.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-idamax.Tpo lapack/.deps/libblas_la-idamax.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-daxpy.lo -MD -MP -MF lapack/.deps/libblas_la-daxpy.Tpo -c -o lapack/libblas_la-daxpy.lo `test -f 'lapack/daxpy.c' || echo './'`lapack/daxpy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-daxpy.lo -MD -MP -MF lapack/.deps/libblas_la-daxpy.Tpo -c lapack/daxpy.c -fno-common -DPIC -o lapack/.libs/libblas_la-daxpy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-daxpy.lo -MD -MP -MF lapack/.deps/libblas_la-daxpy.Tpo -c lapack/daxpy.c -o lapack/libblas_la-daxpy.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-daxpy.Tpo lapack/.deps/libblas_la-daxpy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dgemv.lo -MD -MP -MF lapack/.deps/libblas_la-dgemv.Tpo -c -o lapack/libblas_la-dgemv.lo `test -f 'lapack/dgemv.c' || echo './'`lapack/dgemv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dgemv.lo -MD -MP -MF lapack/.deps/libblas_la-dgemv.Tpo -c lapack/dgemv.c -fno-common -DPIC -o lapack/.libs/libblas_la-dgemv.o
lapack/dgemv.c:158:44: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (*m == 0 || *n == 0 || *alpha == 0. && *beta == 1.) {
~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/dgemv.c:158:44: note: place parentheses around the '&&' expression to silence this warning
if (*m == 0 || *n == 0 || *alpha == 0. && *beta == 1.) {
^
( )
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dgemv.lo -MD -MP -MF lapack/.deps/libblas_la-dgemv.Tpo -c lapack/dgemv.c -o lapack/libblas_la-dgemv.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dgemv.Tpo lapack/.deps/libblas_la-dgemv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dger.lo -MD -MP -MF lapack/.deps/libblas_la-dger.Tpo -c -o lapack/libblas_la-dger.lo `test -f 'lapack/dger.c' || echo './'`lapack/dger.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dger.lo -MD -MP -MF lapack/.deps/libblas_la-dger.Tpo -c lapack/dger.c -fno-common -DPIC -o lapack/.libs/libblas_la-dger.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dger.lo -MD -MP -MF lapack/.deps/libblas_la-dger.Tpo -c lapack/dger.c -o lapack/libblas_la-dger.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dger.Tpo lapack/.deps/libblas_la-dger.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dnrm2.lo -MD -MP -MF lapack/.deps/libblas_la-dnrm2.Tpo -c -o lapack/libblas_la-dnrm2.lo `test -f 'lapack/dnrm2.c' || echo './'`lapack/dnrm2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dnrm2.lo -MD -MP -MF lapack/.deps/libblas_la-dnrm2.Tpo -c lapack/dnrm2.c -fno-common -DPIC -o lapack/.libs/libblas_la-dnrm2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dnrm2.lo -MD -MP -MF lapack/.deps/libblas_la-dnrm2.Tpo -c lapack/dnrm2.c -o lapack/libblas_la-dnrm2.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dnrm2.Tpo lapack/.deps/libblas_la-dnrm2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dgemm.lo -MD -MP -MF lapack/.deps/libblas_la-dgemm.Tpo -c -o lapack/libblas_la-dgemm.lo `test -f 'lapack/dgemm.c' || echo './'`lapack/dgemm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dgemm.lo -MD -MP -MF lapack/.deps/libblas_la-dgemm.Tpo -c lapack/dgemm.c -fno-common -DPIC -o lapack/.libs/libblas_la-dgemm.o
lapack/dgemm.c:218:57: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/dgemm.c:218:57: note: place parentheses around the '&&' expression to silence this warning
if (*m == 0 || *n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
^
( )
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dgemm.lo -MD -MP -MF lapack/.deps/libblas_la-dgemm.Tpo -c lapack/dgemm.c -o lapack/libblas_la-dgemm.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dgemm.Tpo lapack/.deps/libblas_la-dgemm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dcopy.lo -MD -MP -MF lapack/.deps/libblas_la-dcopy.Tpo -c -o lapack/libblas_la-dcopy.lo `test -f 'lapack/dcopy.c' || echo './'`lapack/dcopy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dcopy.lo -MD -MP -MF lapack/.deps/libblas_la-dcopy.Tpo -c lapack/dcopy.c -fno-common -DPIC -o lapack/.libs/libblas_la-dcopy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dcopy.lo -MD -MP -MF lapack/.deps/libblas_la-dcopy.Tpo -c lapack/dcopy.c -o lapack/libblas_la-dcopy.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dcopy.Tpo lapack/.deps/libblas_la-dcopy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrmm.lo -MD -MP -MF lapack/.deps/libblas_la-dtrmm.Tpo -c -o lapack/libblas_la-dtrmm.lo `test -f 'lapack/dtrmm.c' || echo './'`lapack/dtrmm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrmm.lo -MD -MP -MF lapack/.deps/libblas_la-dtrmm.Tpo -c lapack/dtrmm.c -fno-common -DPIC -o lapack/.libs/libblas_la-dtrmm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrmm.lo -MD -MP -MF lapack/.deps/libblas_la-dtrmm.Tpo -c lapack/dtrmm.c -o lapack/libblas_la-dtrmm.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dtrmm.Tpo lapack/.deps/libblas_la-dtrmm.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrmv.lo -MD -MP -MF lapack/.deps/libblas_la-dtrmv.Tpo -c -o lapack/libblas_la-dtrmv.lo `test -f 'lapack/dtrmv.c' || echo './'`lapack/dtrmv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrmv.lo -MD -MP -MF lapack/.deps/libblas_la-dtrmv.Tpo -c lapack/dtrmv.c -fno-common -DPIC -o lapack/.libs/libblas_la-dtrmv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrmv.lo -MD -MP -MF lapack/.deps/libblas_la-dtrmv.Tpo -c lapack/dtrmv.c -o lapack/libblas_la-dtrmv.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dtrmv.Tpo lapack/.deps/libblas_la-dtrmv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-drot.lo -MD -MP -MF lapack/.deps/libblas_la-drot.Tpo -c -o lapack/libblas_la-drot.lo `test -f 'lapack/drot.c' || echo './'`lapack/drot.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-drot.lo -MD -MP -MF lapack/.deps/libblas_la-drot.Tpo -c lapack/drot.c -fno-common -DPIC -o lapack/.libs/libblas_la-drot.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-drot.lo -MD -MP -MF lapack/.deps/libblas_la-drot.Tpo -c lapack/drot.c -o lapack/libblas_la-drot.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-drot.Tpo lapack/.deps/libblas_la-drot.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-ddot.lo -MD -MP -MF lapack/.deps/libblas_la-ddot.Tpo -c -o lapack/libblas_la-ddot.lo `test -f 'lapack/ddot.c' || echo './'`lapack/ddot.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-ddot.lo -MD -MP -MF lapack/.deps/libblas_la-ddot.Tpo -c lapack/ddot.c -fno-common -DPIC -o lapack/.libs/libblas_la-ddot.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-ddot.lo -MD -MP -MF lapack/.deps/libblas_la-ddot.Tpo -c lapack/ddot.c -o lapack/libblas_la-ddot.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-ddot.Tpo lapack/.deps/libblas_la-ddot.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dasum.lo -MD -MP -MF lapack/.deps/libblas_la-dasum.Tpo -c -o lapack/libblas_la-dasum.lo `test -f 'lapack/dasum.c' || echo './'`lapack/dasum.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dasum.lo -MD -MP -MF lapack/.deps/libblas_la-dasum.Tpo -c lapack/dasum.c -fno-common -DPIC -o lapack/.libs/libblas_la-dasum.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dasum.lo -MD -MP -MF lapack/.deps/libblas_la-dasum.Tpo -c lapack/dasum.c -o lapack/libblas_la-dasum.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dasum.Tpo lapack/.deps/libblas_la-dasum.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsymv.lo -MD -MP -MF lapack/.deps/libblas_la-dsymv.Tpo -c -o lapack/libblas_la-dsymv.lo `test -f 'lapack/dsymv.c' || echo './'`lapack/dsymv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsymv.lo -MD -MP -MF lapack/.deps/libblas_la-dsymv.Tpo -c lapack/dsymv.c -fno-common -DPIC -o lapack/.libs/libblas_la-dsymv.o
lapack/dsymv.c:152:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (*n == 0 || *alpha == 0. && *beta == 1.) {
~~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/dsymv.c:152:33: note: place parentheses around the '&&' expression to silence this warning
if (*n == 0 || *alpha == 0. && *beta == 1.) {
^
( )
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsymv.lo -MD -MP -MF lapack/.deps/libblas_la-dsymv.Tpo -c lapack/dsymv.c -o lapack/libblas_la-dsymv.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dsymv.Tpo lapack/.deps/libblas_la-dsymv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsyr2k.lo -MD -MP -MF lapack/.deps/libblas_la-dsyr2k.Tpo -c -o lapack/libblas_la-dsyr2k.lo `test -f 'lapack/dsyr2k.c' || echo './'`lapack/dsyr2k.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsyr2k.lo -MD -MP -MF lapack/.deps/libblas_la-dsyr2k.Tpo -c lapack/dsyr2k.c -fno-common -DPIC -o lapack/.libs/libblas_la-dsyr2k.o
lapack/dsyr2k.c:208:46: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/dsyr2k.c:208:46: note: place parentheses around the '&&' expression to silence this warning
if (*n == 0 || (*alpha == 0. || *k == 0) && *beta == 1.) {
^
( )
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsyr2k.lo -MD -MP -MF lapack/.deps/libblas_la-dsyr2k.Tpo -c lapack/dsyr2k.c -o lapack/libblas_la-dsyr2k.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dsyr2k.Tpo lapack/.deps/libblas_la-dsyr2k.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsyr2.lo -MD -MP -MF lapack/.deps/libblas_la-dsyr2.Tpo -c -o lapack/libblas_la-dsyr2.lo `test -f 'lapack/dsyr2.c' || echo './'`lapack/dsyr2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsyr2.lo -MD -MP -MF lapack/.deps/libblas_la-dsyr2.Tpo -c lapack/dsyr2.c -fno-common -DPIC -o lapack/.libs/libblas_la-dsyr2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dsyr2.lo -MD -MP -MF lapack/.deps/libblas_la-dsyr2.Tpo -c lapack/dsyr2.c -o lapack/libblas_la-dsyr2.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dsyr2.Tpo lapack/.deps/libblas_la-dsyr2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrsm.lo -MD -MP -MF lapack/.deps/libblas_la-dtrsm.Tpo -c -o lapack/libblas_la-dtrsm.lo `test -f 'lapack/dtrsm.c' || echo './'`lapack/dtrsm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrsm.lo -MD -MP -MF lapack/.deps/libblas_la-dtrsm.Tpo -c lapack/dtrsm.c -fno-common -DPIC -o lapack/.libs/libblas_la-dtrsm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libblas_la-dtrsm.lo -MD -MP -MF lapack/.deps/libblas_la-dtrsm.Tpo -c lapack/dtrsm.c -o lapack/libblas_la-dtrsm.o >/dev/null 2>&1
mv -f lapack/.deps/libblas_la-dtrsm.Tpo lapack/.deps/libblas_la-dtrsm.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -o libblas.la lapack/libblas_la-dscal.lo lapack/libblas_la-dswap.lo lapack/libblas_la-lsame.lo lapack/libblas_la-idamax.lo lapack/libblas_la-daxpy.lo lapack/libblas_la-dgemv.lo lapack/libblas_la-dger.lo lapack/libblas_la-dnrm2.lo lapack/libblas_la-dgemm.lo lapack/libblas_la-dcopy.lo lapack/libblas_la-dtrmm.lo lapack/libblas_la-dtrmv.lo lapack/libblas_la-drot.lo lapack/libblas_la-ddot.lo lapack/libblas_la-dasum.lo lapack/libblas_la-dsymv.lo lapack/libblas_la-dsyr2k.lo lapack/libblas_la-dsyr2.lo lapack/libblas_la-dtrsm.lo
libtool: link: ar cru .libs/libblas.a lapack/.libs/libblas_la-dscal.o lapack/.libs/libblas_la-dswap.o lapack/.libs/libblas_la-lsame.o lapack/.libs/libblas_la-idamax.o lapack/.libs/libblas_la-daxpy.o lapack/.libs/libblas_la-dgemv.o lapack/.libs/libblas_la-dger.o lapack/.libs/libblas_la-dnrm2.o lapack/.libs/libblas_la-dgemm.o lapack/.libs/libblas_la-dcopy.o lapack/.libs/libblas_la-dtrmm.o lapack/.libs/libblas_la-dtrmv.o lapack/.libs/libblas_la-drot.o lapack/.libs/libblas_la-ddot.o lapack/.libs/libblas_la-dasum.o lapack/.libs/libblas_la-dsymv.o lapack/.libs/libblas_la-dsyr2k.o lapack/.libs/libblas_la-dsyr2.o lapack/.libs/libblas_la-dtrsm.o
libtool: link: ranlib .libs/libblas.a
libtool: link: ( cd ".libs" && rm -f "libblas.la" && ln -s "../libblas.la" "libblas.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeev.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeev.Tpo -c -o lapack/liblapack_la-dgeev.lo `test -f 'lapack/dgeev.c' || echo './'`lapack/dgeev.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeev.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeev.Tpo -c lapack/dgeev.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgeev.o
lapack/dgeev.c:225:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvl < 1 || wantvl && *ldvl < *n) {
~~ ~~~~~~~^~~~~~~~~~~~~
lapack/dgeev.c:225:36: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvl < 1 || wantvl && *ldvl < *n) {
^
( )
lapack/dgeev.c:227:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvr < 1 || wantvr && *ldvr < *n) {
~~ ~~~~~~~^~~~~~~~~~~~~
lapack/dgeev.c:227:36: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvr < 1 || wantvr && *ldvr < *n) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeev.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeev.Tpo -c lapack/dgeev.c -o lapack/liblapack_la-dgeev.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgeev.Tpo lapack/.deps/liblapack_la-dgeev.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgebak.lo -MD -MP -MF lapack/.deps/liblapack_la-dgebak.Tpo -c -o lapack/liblapack_la-dgebak.lo `test -f 'lapack/dgebak.c' || echo './'`lapack/dgebak.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgebak.lo -MD -MP -MF lapack/.deps/liblapack_la-dgebak.Tpo -c lapack/dgebak.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgebak.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgebak.lo -MD -MP -MF lapack/.deps/liblapack_la-dgebak.Tpo -c lapack/dgebak.c -o lapack/liblapack_la-dgebak.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgebak.Tpo lapack/.deps/liblapack_la-dgebak.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-xerbla.lo -MD -MP -MF lapack/.deps/liblapack_la-xerbla.Tpo -c -o lapack/liblapack_la-xerbla.lo `test -f 'lapack/xerbla.c' || echo './'`lapack/xerbla.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-xerbla.lo -MD -MP -MF lapack/.deps/liblapack_la-xerbla.Tpo -c lapack/xerbla.c -fno-common -DPIC -o lapack/.libs/liblapack_la-xerbla.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-xerbla.lo -MD -MP -MF lapack/.deps/liblapack_la-xerbla.Tpo -c lapack/xerbla.c -o lapack/liblapack_la-xerbla.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-xerbla.Tpo lapack/.deps/liblapack_la-xerbla.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgebal.lo -MD -MP -MF lapack/.deps/liblapack_la-dgebal.Tpo -c -o lapack/liblapack_la-dgebal.lo `test -f 'lapack/dgebal.c' || echo './'`lapack/dgebal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgebal.lo -MD -MP -MF lapack/.deps/liblapack_la-dgebal.Tpo -c lapack/dgebal.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgebal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgebal.lo -MD -MP -MF lapack/.deps/liblapack_la-dgebal.Tpo -c lapack/dgebal.c -o lapack/liblapack_la-dgebal.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgebal.Tpo lapack/.deps/liblapack_la-dgebal.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-disnan.lo -MD -MP -MF lapack/.deps/liblapack_la-disnan.Tpo -c -o lapack/liblapack_la-disnan.lo `test -f 'lapack/disnan.c' || echo './'`lapack/disnan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-disnan.lo -MD -MP -MF lapack/.deps/liblapack_la-disnan.Tpo -c lapack/disnan.c -fno-common -DPIC -o lapack/.libs/liblapack_la-disnan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-disnan.lo -MD -MP -MF lapack/.deps/liblapack_la-disnan.Tpo -c lapack/disnan.c -o lapack/liblapack_la-disnan.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-disnan.Tpo lapack/.deps/liblapack_la-disnan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaisnan.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaisnan.Tpo -c -o lapack/liblapack_la-dlaisnan.lo `test -f 'lapack/dlaisnan.c' || echo './'`lapack/dlaisnan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaisnan.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaisnan.Tpo -c lapack/dlaisnan.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaisnan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaisnan.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaisnan.Tpo -c lapack/dlaisnan.c -o lapack/liblapack_la-dlaisnan.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaisnan.Tpo lapack/.deps/liblapack_la-dlaisnan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgehrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dgehrd.Tpo -c -o lapack/liblapack_la-dgehrd.lo `test -f 'lapack/dgehrd.c' || echo './'`lapack/dgehrd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgehrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dgehrd.Tpo -c lapack/dgehrd.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgehrd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgehrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dgehrd.Tpo -c lapack/dgehrd.c -o lapack/liblapack_la-dgehrd.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgehrd.Tpo lapack/.deps/liblapack_la-dgehrd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgehd2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgehd2.Tpo -c -o lapack/liblapack_la-dgehd2.lo `test -f 'lapack/dgehd2.c' || echo './'`lapack/dgehd2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgehd2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgehd2.Tpo -c lapack/dgehd2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgehd2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgehd2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgehd2.Tpo -c lapack/dgehd2.c -o lapack/liblapack_la-dgehd2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgehd2.Tpo lapack/.deps/liblapack_la-dgehd2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarf.Tpo -c -o lapack/liblapack_la-dlarf.lo `test -f 'lapack/dlarf.c' || echo './'`lapack/dlarf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarf.Tpo -c lapack/dlarf.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarf.Tpo -c lapack/dlarf.c -o lapack/liblapack_la-dlarf.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarf.Tpo lapack/.deps/liblapack_la-dlarf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iladlc.lo -MD -MP -MF lapack/.deps/liblapack_la-iladlc.Tpo -c -o lapack/liblapack_la-iladlc.lo `test -f 'lapack/iladlc.c' || echo './'`lapack/iladlc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iladlc.lo -MD -MP -MF lapack/.deps/liblapack_la-iladlc.Tpo -c lapack/iladlc.c -fno-common -DPIC -o lapack/.libs/liblapack_la-iladlc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iladlc.lo -MD -MP -MF lapack/.deps/liblapack_la-iladlc.Tpo -c lapack/iladlc.c -o lapack/liblapack_la-iladlc.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-iladlc.Tpo lapack/.deps/liblapack_la-iladlc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iladlr.lo -MD -MP -MF lapack/.deps/liblapack_la-iladlr.Tpo -c -o lapack/liblapack_la-iladlr.lo `test -f 'lapack/iladlr.c' || echo './'`lapack/iladlr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iladlr.lo -MD -MP -MF lapack/.deps/liblapack_la-iladlr.Tpo -c lapack/iladlr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-iladlr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iladlr.lo -MD -MP -MF lapack/.deps/liblapack_la-iladlr.Tpo -c lapack/iladlr.c -o lapack/liblapack_la-iladlr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-iladlr.Tpo lapack/.deps/liblapack_la-iladlr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfg.Tpo -c -o lapack/liblapack_la-dlarfg.lo `test -f 'lapack/dlarfg.c' || echo './'`lapack/dlarfg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfg.Tpo -c lapack/dlarfg.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarfg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfg.Tpo -c lapack/dlarfg.c -o lapack/liblapack_la-dlarfg.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarfg.Tpo lapack/.deps/liblapack_la-dlarfg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlapy2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlapy2.Tpo -c -o lapack/liblapack_la-dlapy2.lo `test -f 'lapack/dlapy2.c' || echo './'`lapack/dlapy2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlapy2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlapy2.Tpo -c lapack/dlapy2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlapy2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlapy2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlapy2.Tpo -c lapack/dlapy2.c -o lapack/liblapack_la-dlapy2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlapy2.Tpo lapack/.deps/liblapack_la-dlapy2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlahr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlahr2.Tpo -c -o lapack/liblapack_la-dlahr2.lo `test -f 'lapack/dlahr2.c' || echo './'`lapack/dlahr2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlahr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlahr2.Tpo -c lapack/dlahr2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlahr2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlahr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlahr2.Tpo -c lapack/dlahr2.c -o lapack/liblapack_la-dlahr2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlahr2.Tpo lapack/.deps/liblapack_la-dlahr2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlacpy.lo -MD -MP -MF lapack/.deps/liblapack_la-dlacpy.Tpo -c -o lapack/liblapack_la-dlacpy.lo `test -f 'lapack/dlacpy.c' || echo './'`lapack/dlacpy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlacpy.lo -MD -MP -MF lapack/.deps/liblapack_la-dlacpy.Tpo -c lapack/dlacpy.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlacpy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlacpy.lo -MD -MP -MF lapack/.deps/liblapack_la-dlacpy.Tpo -c lapack/dlacpy.c -o lapack/liblapack_la-dlacpy.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlacpy.Tpo lapack/.deps/liblapack_la-dlacpy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfb.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfb.Tpo -c -o lapack/liblapack_la-dlarfb.lo `test -f 'lapack/dlarfb.c' || echo './'`lapack/dlarfb.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfb.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfb.Tpo -c lapack/dlarfb.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarfb.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfb.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfb.Tpo -c lapack/dlarfb.c -o lapack/liblapack_la-dlarfb.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarfb.Tpo lapack/.deps/liblapack_la-dlarfb.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-ilaenv.lo -MD -MP -MF lapack/.deps/liblapack_la-ilaenv.Tpo -c -o lapack/liblapack_la-ilaenv.lo `test -f 'lapack/ilaenv.c' || echo './'`lapack/ilaenv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-ilaenv.lo -MD -MP -MF lapack/.deps/liblapack_la-ilaenv.Tpo -c lapack/ilaenv.c -fno-common -DPIC -o lapack/.libs/liblapack_la-ilaenv.o
lapack/ilaenv.c:199:16: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
~~~~~~~~~~^~~~~~~~~~~~ ~~
lapack/ilaenv.c:199:16: note: place parentheses around the '&&' expression to silence this warning
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
^
( )
lapack/ilaenv.c:199:42: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
~~ ~~~~~~~~~~^~~~~~~~~~~~
lapack/ilaenv.c:199:42: note: place parentheses around the '&&' expression to silence this warning
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
^
( )
lapack/ilaenv.c:199:68: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
~~ ~~~~~~~~~~^~
lapack/ilaenv.c:199:68: note: place parentheses around the '&&' expression to silence this warning
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >= 162 &&
^
(
lapack/ilaenv.c:204:17: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
~~~~~~~~~~^~~~~~~~~~~~ ~~
lapack/ilaenv.c:204:17: note: place parentheses around the '&&' expression to silence this warning
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
^
( )
lapack/ilaenv.c:204:43: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
~~ ~~~~~~~~~~^~~~~~~~~~~~
lapack/ilaenv.c:204:43: note: place parentheses around the '&&' expression to silence this warning
if (ic >= 129 && ic <= 137 || ic >= 145 && ic <= 153 || ic >=
^
( )
lapack/ilaenv.c:205:8: warning: '&&' within '||' [-Wlogical-op-parentheses]
162 && ic <= 169) {
~~~~^~~~~~~~~~~~
lapack/ilaenv.c:205:8: note: place parentheses around the '&&' expression to silence this warning
162 && ic <= 169) {
^
)
6 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-ilaenv.lo -MD -MP -MF lapack/.deps/liblapack_la-ilaenv.Tpo -c lapack/ilaenv.c -o lapack/liblapack_la-ilaenv.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-ilaenv.Tpo lapack/.deps/liblapack_la-ilaenv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-ieeeck.lo -MD -MP -MF lapack/.deps/liblapack_la-ieeeck.Tpo -c -o lapack/liblapack_la-ieeeck.lo `test -f 'lapack/ieeeck.c' || echo './'`lapack/ieeeck.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-ieeeck.lo -MD -MP -MF lapack/.deps/liblapack_la-ieeeck.Tpo -c lapack/ieeeck.c -fno-common -DPIC -o lapack/.libs/liblapack_la-ieeeck.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-ieeeck.lo -MD -MP -MF lapack/.deps/liblapack_la-ieeeck.Tpo -c lapack/ieeeck.c -o lapack/liblapack_la-ieeeck.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-ieeeck.Tpo lapack/.deps/liblapack_la-ieeeck.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iparmq.lo -MD -MP -MF lapack/.deps/liblapack_la-iparmq.Tpo -c -o lapack/liblapack_la-iparmq.lo `test -f 'lapack/iparmq.c' || echo './'`lapack/iparmq.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iparmq.lo -MD -MP -MF lapack/.deps/liblapack_la-iparmq.Tpo -c lapack/iparmq.c -fno-common -DPIC -o lapack/.libs/liblapack_la-iparmq.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-iparmq.lo -MD -MP -MF lapack/.deps/liblapack_la-iparmq.Tpo -c lapack/iparmq.c -o lapack/liblapack_la-iparmq.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-iparmq.Tpo lapack/.deps/liblapack_la-iparmq.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dhseqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dhseqr.Tpo -c -o lapack/liblapack_la-dhseqr.lo `test -f 'lapack/dhseqr.c' || echo './'`lapack/dhseqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dhseqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dhseqr.Tpo -c lapack/dhseqr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dhseqr.o
lapack/dhseqr.c:325:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldz < 1 || wantz && *ldz < max(1,*n)) {
~~ ~~~~~~^~~~~~~~~~~~~~~~~~~
lapack/dhseqr.c:325:34: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldz < 1 || wantz && *ldz < max(1,*n)) {
~~~~~~^~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dhseqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dhseqr.Tpo -c lapack/dhseqr.c -o lapack/liblapack_la-dhseqr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dhseqr.Tpo lapack/.deps/liblapack_la-dhseqr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlahqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlahqr.Tpo -c -o lapack/liblapack_la-dlahqr.lo `test -f 'lapack/dlahqr.c' || echo './'`lapack/dlahqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlahqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlahqr.Tpo -c lapack/dlahqr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlahqr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlahqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlahqr.Tpo -c lapack/dlahqr.c -o lapack/liblapack_la-dlahqr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlahqr.Tpo lapack/.deps/liblapack_la-dlahqr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlabad.lo -MD -MP -MF lapack/.deps/liblapack_la-dlabad.Tpo -c -o lapack/liblapack_la-dlabad.lo `test -f 'lapack/dlabad.c' || echo './'`lapack/dlabad.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlabad.lo -MD -MP -MF lapack/.deps/liblapack_la-dlabad.Tpo -c lapack/dlabad.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlabad.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlabad.lo -MD -MP -MF lapack/.deps/liblapack_la-dlabad.Tpo -c lapack/dlabad.c -o lapack/liblapack_la-dlabad.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlabad.Tpo lapack/.deps/liblapack_la-dlabad.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanv2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanv2.Tpo -c -o lapack/liblapack_la-dlanv2.lo `test -f 'lapack/dlanv2.c' || echo './'`lapack/dlanv2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanv2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanv2.Tpo -c lapack/dlanv2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlanv2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanv2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanv2.Tpo -c lapack/dlanv2.c -o lapack/liblapack_la-dlanv2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlanv2.Tpo lapack/.deps/liblapack_la-dlanv2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr0.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr0.Tpo -c -o lapack/liblapack_la-dlaqr0.lo `test -f 'lapack/dlaqr0.c' || echo './'`lapack/dlaqr0.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr0.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr0.Tpo -c lapack/dlaqr0.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaqr0.o
lapack/dlaqr0.c:519:45: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ld == 0 || ld * 100 <= nw * nibble && kbot - ktop + 1 > min(
~~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlaqr0.c:519:45: note: place parentheses around the '&&' expression to silence this warning
if (ld == 0 || ld * 100 <= nw * nibble && kbot - ktop + 1 > min(
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr0.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr0.Tpo -c lapack/dlaqr0.c -o lapack/liblapack_la-dlaqr0.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaqr0.Tpo lapack/.deps/liblapack_la-dlaqr0.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr3.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr3.Tpo -c -o lapack/liblapack_la-dlaqr3.lo `test -f 'lapack/dlaqr3.c' || echo './'`lapack/dlaqr3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr3.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr3.Tpo -c lapack/dlaqr3.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaqr3.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr3.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr3.Tpo -c lapack/dlaqr3.c -o lapack/liblapack_la-dlaqr3.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaqr3.Tpo lapack/.deps/liblapack_la-dlaqr3.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr4.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr4.Tpo -c -o lapack/liblapack_la-dlaqr4.lo `test -f 'lapack/dlaqr4.c' || echo './'`lapack/dlaqr4.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr4.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr4.Tpo -c lapack/dlaqr4.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaqr4.o
lapack/dlaqr4.c:522:45: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (ld == 0 || ld * 100 <= nw * nibble && kbot - ktop + 1 > min(
~~ ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlaqr4.c:522:45: note: place parentheses around the '&&' expression to silence this warning
if (ld == 0 || ld * 100 <= nw * nibble && kbot - ktop + 1 > min(
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr4.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr4.Tpo -c lapack/dlaqr4.c -o lapack/liblapack_la-dlaqr4.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaqr4.Tpo lapack/.deps/liblapack_la-dlaqr4.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr2.Tpo -c -o lapack/liblapack_la-dlaqr2.lo `test -f 'lapack/dlaqr2.c' || echo './'`lapack/dlaqr2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr2.Tpo -c lapack/dlaqr2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaqr2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr2.Tpo -c lapack/dlaqr2.c -o lapack/liblapack_la-dlaqr2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaqr2.Tpo lapack/.deps/liblapack_la-dlaqr2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaset.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaset.Tpo -c -o lapack/liblapack_la-dlaset.lo `test -f 'lapack/dlaset.c' || echo './'`lapack/dlaset.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaset.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaset.Tpo -c lapack/dlaset.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaset.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaset.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaset.Tpo -c lapack/dlaset.c -o lapack/liblapack_la-dlaset.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaset.Tpo lapack/.deps/liblapack_la-dlaset.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormhr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormhr.Tpo -c -o lapack/liblapack_la-dormhr.lo `test -f 'lapack/dormhr.c' || echo './'`lapack/dormhr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormhr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormhr.Tpo -c lapack/dormhr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dormhr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormhr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormhr.Tpo -c lapack/dormhr.c -o lapack/liblapack_la-dormhr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dormhr.Tpo lapack/.deps/liblapack_la-dormhr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormqr.Tpo -c -o lapack/liblapack_la-dormqr.lo `test -f 'lapack/dormqr.c' || echo './'`lapack/dormqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormqr.Tpo -c lapack/dormqr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dormqr.o
lapack/dormqr.c:253:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && ! notran || ! left && notran) {
~~~~~^~~~~~~~~~~ ~~
lapack/dormqr.c:253:11: note: place parentheses around the '&&' expression to silence this warning
if (left && ! notran || ! left && notran) {
^
( )
lapack/dormqr.c:253:33: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && ! notran || ! left && notran) {
~~ ~~~~~~~^~~~~~~~~
lapack/dormqr.c:253:33: note: place parentheses around the '&&' expression to silence this warning
if (left && ! notran || ! left && notran) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormqr.Tpo -c lapack/dormqr.c -o lapack/liblapack_la-dormqr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dormqr.Tpo lapack/.deps/liblapack_la-dormqr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarft.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarft.Tpo -c -o lapack/liblapack_la-dlarft.lo `test -f 'lapack/dlarft.c' || echo './'`lapack/dlarft.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarft.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarft.Tpo -c lapack/dlarft.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarft.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarft.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarft.Tpo -c lapack/dlarft.c -o lapack/liblapack_la-dlarft.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarft.Tpo lapack/.deps/liblapack_la-dlarft.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorm2r.lo -MD -MP -MF lapack/.deps/liblapack_la-dorm2r.Tpo -c -o lapack/liblapack_la-dorm2r.lo `test -f 'lapack/dorm2r.c' || echo './'`lapack/dorm2r.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorm2r.lo -MD -MP -MF lapack/.deps/liblapack_la-dorm2r.Tpo -c lapack/dorm2r.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dorm2r.o
lapack/dorm2r.c:172:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && ! notran || ! left && notran) {
~~~~~^~~~~~~~~~~ ~~
lapack/dorm2r.c:172:14: note: place parentheses around the '&&' expression to silence this warning
if (left && ! notran || ! left && notran) {
^
( )
lapack/dorm2r.c:172:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && ! notran || ! left && notran) {
~~ ~~~~~~~^~~~~~~~~
lapack/dorm2r.c:172:36: note: place parentheses around the '&&' expression to silence this warning
if (left && ! notran || ! left && notran) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorm2r.lo -MD -MP -MF lapack/.deps/liblapack_la-dorm2r.Tpo -c lapack/dorm2r.c -o lapack/liblapack_la-dorm2r.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dorm2r.Tpo lapack/.deps/liblapack_la-dorm2r.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrexc.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrexc.Tpo -c -o lapack/liblapack_la-dtrexc.lo `test -f 'lapack/dtrexc.c' || echo './'`lapack/dtrexc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrexc.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrexc.Tpo -c lapack/dtrexc.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dtrexc.o
lapack/dtrexc.c:131:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldq < 1 || wantq && *ldq < max(1,*n)) {
~~ ~~~~~~^~~~~~~~~~~~~~~~~~~
lapack/dtrexc.c:131:34: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldq < 1 || wantq && *ldq < max(1,*n)) {
~~~~~~^~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrexc.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrexc.Tpo -c lapack/dtrexc.c -o lapack/liblapack_la-dtrexc.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dtrexc.Tpo lapack/.deps/liblapack_la-dtrexc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaexc.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaexc.Tpo -c -o lapack/liblapack_la-dlaexc.lo `test -f 'lapack/dlaexc.c' || echo './'`lapack/dlaexc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaexc.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaexc.Tpo -c lapack/dlaexc.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaexc.o
lapack/dlaexc.c:210:8: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
(*n1 + 1 << 2) - 5], &c__4, &d__[(*n1 + 1 << 2) - 4], &c__4, &
~~~~^~~ ~~
lapack/dlaexc.c:210:8: note: place parentheses around the '+' expression to silence this warning
(*n1 + 1 << 2) - 5], &c__4, &d__[(*n1 + 1 << 2) - 4], &c__4, &
^
( )
lapack/dlaexc.c:210:41: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
(*n1 + 1 << 2) - 5], &c__4, &d__[(*n1 + 1 << 2) - 4], &c__4, &
~~~~^~~ ~~
lapack/dlaexc.c:210:41: note: place parentheses around the '+' expression to silence this warning
(*n1 + 1 << 2) - 5], &c__4, &d__[(*n1 + 1 << 2) - 4], &c__4, &
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaexc.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaexc.Tpo -c lapack/dlaexc.c -o lapack/liblapack_la-dlaexc.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaexc.Tpo lapack/.deps/liblapack_la-dlaexc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlange.lo -MD -MP -MF lapack/.deps/liblapack_la-dlange.Tpo -c -o lapack/liblapack_la-dlange.lo `test -f 'lapack/dlange.c' || echo './'`lapack/dlange.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlange.lo -MD -MP -MF lapack/.deps/liblapack_la-dlange.Tpo -c lapack/dlange.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlange.o
lapack/dlange.c:165:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlange.c:179:15: note: uninitialized use occurs here
ret_val = value;
^~~~~
lapack/dlange.c:165:12: note: remove the 'if' if its condition is always true
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlange.c:33:21: note: initialize the variable 'value' to silence this warning
doublereal value;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlange.lo -MD -MP -MF lapack/.deps/liblapack_la-dlange.Tpo -c lapack/dlange.c -o lapack/liblapack_la-dlange.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlange.Tpo lapack/.deps/liblapack_la-dlange.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlassq.lo -MD -MP -MF lapack/.deps/liblapack_la-dlassq.Tpo -c -o lapack/liblapack_la-dlassq.lo `test -f 'lapack/dlassq.c' || echo './'`lapack/dlassq.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlassq.lo -MD -MP -MF lapack/.deps/liblapack_la-dlassq.Tpo -c lapack/dlassq.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlassq.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlassq.lo -MD -MP -MF lapack/.deps/liblapack_la-dlassq.Tpo -c lapack/dlassq.c -o lapack/liblapack_la-dlassq.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlassq.Tpo lapack/.deps/liblapack_la-dlassq.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfx.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfx.Tpo -c -o lapack/liblapack_la-dlarfx.lo `test -f 'lapack/dlarfx.c' || echo './'`lapack/dlarfx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfx.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfx.Tpo -c lapack/dlarfx.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarfx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarfx.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarfx.Tpo -c lapack/dlarfx.c -o lapack/liblapack_la-dlarfx.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarfx.Tpo lapack/.deps/liblapack_la-dlarfx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlartg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlartg.Tpo -c -o lapack/liblapack_la-dlartg.lo `test -f 'lapack/dlartg.c' || echo './'`lapack/dlartg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlartg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlartg.Tpo -c lapack/dlartg.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlartg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlartg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlartg.Tpo -c lapack/dlartg.c -o lapack/liblapack_la-dlartg.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlartg.Tpo lapack/.deps/liblapack_la-dlartg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasy2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasy2.Tpo -c -o lapack/liblapack_la-dlasy2.lo `test -f 'lapack/dlasy2.c' || echo './'`lapack/dlasy2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasy2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasy2.Tpo -c lapack/dlasy2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasy2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasy2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasy2.Tpo -c lapack/dlasy2.c -o lapack/liblapack_la-dlasy2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasy2.Tpo lapack/.deps/liblapack_la-dlasy2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr5.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr5.Tpo -c -o lapack/liblapack_la-dlaqr5.lo `test -f 'lapack/dlaqr5.c' || echo './'`lapack/dlaqr5.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr5.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr5.Tpo -c lapack/dlaqr5.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaqr5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr5.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr5.Tpo -c lapack/dlaqr5.c -o lapack/liblapack_la-dlaqr5.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaqr5.Tpo lapack/.deps/liblapack_la-dlaqr5.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr1.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr1.Tpo -c -o lapack/liblapack_la-dlaqr1.lo `test -f 'lapack/dlaqr1.c' || echo './'`lapack/dlaqr1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr1.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr1.Tpo -c lapack/dlaqr1.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaqr1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqr1.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqr1.Tpo -c lapack/dlaqr1.c -o lapack/liblapack_la-dlaqr1.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaqr1.Tpo lapack/.deps/liblapack_la-dlaqr1.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlascl.lo -MD -MP -MF lapack/.deps/liblapack_la-dlascl.Tpo -c -o lapack/liblapack_la-dlascl.lo `test -f 'lapack/dlascl.c' || echo './'`lapack/dlascl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlascl.lo -MD -MP -MF lapack/.deps/liblapack_la-dlascl.Tpo -c lapack/dlascl.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlascl.o
lapack/dlascl.c:141:37: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
~~ ~~~~~~~~~~~^~~~~~~~~~~
lapack/dlascl.c:141:37: note: place parentheses around the '&&' expression to silence this warning
} else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
^
( )
lapack/dlascl.c:141:63: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
~~ ~~~~~~~~~~~^~~~~~~~~~~
lapack/dlascl.c:141:63: note: place parentheses around the '&&' expression to silence this warning
} else if (*n < 0 || itype == 4 && *n != *m || itype == 5 && *n != *m) {
^
( )
lapack/dlascl.c:153:69: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) &&
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
lapack/dlascl.c:153:69: note: place parentheses around the '&&' expression to silence this warning
if (*ku < 0 || *ku > max(i__1,0) || (itype == 4 || itype == 5) &&
^
(
lapack/dlascl.c:156:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
~~~~~~~~~~~^~~~~~~~~~~~~~~~~ ~~
lapack/dlascl.c:156:28: note: place parentheses around the '&&' expression to silence this warning
} else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
^
( )
lapack/dlascl.c:156:60: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
~~ ~~~~~~~~~~~^~~~~~~~~~~
lapack/dlascl.c:156:60: note: place parentheses around the '&&' expression to silence this warning
} else if (itype == 4 && *lda < *kl + 1 || itype == 5 && *lda < *
^
(
lapack/dlascl.c:157:28: warning: '&&' within '||' [-Wlogical-op-parentheses]
ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) {
~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlascl.c:157:28: note: place parentheses around the '&&' expression to silence this warning
ku + 1 || itype == 6 && *lda < (*kl << 1) + *ku + 1) {
^
( )
6 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlascl.lo -MD -MP -MF lapack/.deps/liblapack_la-dlascl.Tpo -c lapack/dlascl.c -o lapack/liblapack_la-dlascl.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlascl.Tpo lapack/.deps/liblapack_la-dlascl.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorghr.lo -MD -MP -MF lapack/.deps/liblapack_la-dorghr.Tpo -c -o lapack/liblapack_la-dorghr.lo `test -f 'lapack/dorghr.c' || echo './'`lapack/dorghr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorghr.lo -MD -MP -MF lapack/.deps/liblapack_la-dorghr.Tpo -c lapack/dorghr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dorghr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorghr.lo -MD -MP -MF lapack/.deps/liblapack_la-dorghr.Tpo -c lapack/dorghr.c -o lapack/liblapack_la-dorghr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dorghr.Tpo lapack/.deps/liblapack_la-dorghr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorgqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dorgqr.Tpo -c -o lapack/liblapack_la-dorgqr.lo `test -f 'lapack/dorgqr.c' || echo './'`lapack/dorgqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorgqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dorgqr.Tpo -c lapack/dorgqr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dorgqr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorgqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dorgqr.Tpo -c lapack/dorgqr.c -o lapack/liblapack_la-dorgqr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dorgqr.Tpo lapack/.deps/liblapack_la-dorgqr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorg2r.lo -MD -MP -MF lapack/.deps/liblapack_la-dorg2r.Tpo -c -o lapack/liblapack_la-dorg2r.lo `test -f 'lapack/dorg2r.c' || echo './'`lapack/dorg2r.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorg2r.lo -MD -MP -MF lapack/.deps/liblapack_la-dorg2r.Tpo -c lapack/dorg2r.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dorg2r.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorg2r.lo -MD -MP -MF lapack/.deps/liblapack_la-dorg2r.Tpo -c lapack/dorg2r.c -o lapack/liblapack_la-dorg2r.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dorg2r.Tpo lapack/.deps/liblapack_la-dorg2r.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrevc.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrevc.Tpo -c -o lapack/liblapack_la-dtrevc.lo `test -f 'lapack/dtrevc.c' || echo './'`lapack/dtrevc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrevc.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrevc.Tpo -c lapack/dtrevc.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dtrevc.o
lapack/dtrevc.c:248:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvl < 1 || leftv && *ldvl < *n) {
~~ ~~~~~~^~~~~~~~~~~~~
lapack/dtrevc.c:248:35: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvl < 1 || leftv && *ldvl < *n) {
^
( )
lapack/dtrevc.c:250:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvr < 1 || rightv && *ldvr < *n) {
~~ ~~~~~~~^~~~~~~~~~~~~
lapack/dtrevc.c:250:36: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvr < 1 || rightv && *ldvr < *n) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrevc.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrevc.Tpo -c lapack/dtrevc.c -o lapack/liblapack_la-dtrevc.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dtrevc.Tpo lapack/.deps/liblapack_la-dtrevc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaln2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaln2.Tpo -c -o lapack/liblapack_la-dlaln2.lo `test -f 'lapack/dlaln2.c' || echo './'`lapack/dlaln2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaln2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaln2.Tpo -c lapack/dlaln2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaln2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaln2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaln2.Tpo -c lapack/dlaln2.c -o lapack/liblapack_la-dlaln2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaln2.Tpo lapack/.deps/liblapack_la-dlaln2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dladiv.lo -MD -MP -MF lapack/.deps/liblapack_la-dladiv.Tpo -c -o lapack/liblapack_la-dladiv.lo `test -f 'lapack/dladiv.c' || echo './'`lapack/dladiv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dladiv.lo -MD -MP -MF lapack/.deps/liblapack_la-dladiv.Tpo -c lapack/dladiv.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dladiv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dladiv.lo -MD -MP -MF lapack/.deps/liblapack_la-dladiv.Tpo -c lapack/dladiv.c -o lapack/liblapack_la-dladiv.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dladiv.Tpo lapack/.deps/liblapack_la-dladiv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsyevr.lo -MD -MP -MF lapack/.deps/liblapack_la-dsyevr.Tpo -c -o lapack/liblapack_la-dsyevr.lo `test -f 'lapack/dsyevr.c' || echo './'`lapack/dsyevr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsyevr.lo -MD -MP -MF lapack/.deps/liblapack_la-dsyevr.Tpo -c lapack/dsyevr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dsyevr.o
lapack/dsyevr.c:372:24: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (*ldz < 1 || wantz && *ldz < *n) {
~~ ~~~~~~^~~~~~~~~~~~
lapack/dsyevr.c:372:24: note: place parentheses around the '&&' expression to silence this warning
if (*ldz < 1 || wantz && *ldz < *n) {
^
( )
lapack/dsyevr.c:522:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
if ((alleig || indeig && *il == 1 && *iu == *n) && ieeeok == 1) {
~~ ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
lapack/dsyevr.c:522:39: note: place parentheses around the '&&' expression to silence this warning
if ((alleig || indeig && *il == 1 && *iu == *n) && ieeeok == 1) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsyevr.lo -MD -MP -MF lapack/.deps/liblapack_la-dsyevr.Tpo -c lapack/dsyevr.c -o lapack/liblapack_la-dsyevr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dsyevr.Tpo lapack/.deps/liblapack_la-dsyevr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlansy.lo -MD -MP -MF lapack/.deps/liblapack_la-dlansy.Tpo -c -o lapack/liblapack_la-dlansy.lo `test -f 'lapack/dlansy.c' || echo './'`lapack/dlansy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlansy.lo -MD -MP -MF lapack/.deps/liblapack_la-dlansy.Tpo -c lapack/dlansy.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlansy.o
lapack/dlansy.c:192:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlansy.c:219:15: note: uninitialized use occurs here
ret_val = value;
^~~~~
lapack/dlansy.c:192:12: note: remove the 'if' if its condition is always true
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlansy.c:33:21: note: initialize the variable 'value' to silence this warning
doublereal value;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlansy.lo -MD -MP -MF lapack/.deps/liblapack_la-dlansy.Tpo -c lapack/dlansy.c -o lapack/liblapack_la-dlansy.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlansy.Tpo lapack/.deps/liblapack_la-dlansy.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormtr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormtr.Tpo -c -o lapack/liblapack_la-dormtr.lo `test -f 'lapack/dormtr.c' || echo './'`lapack/dormtr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormtr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormtr.Tpo -c lapack/dormtr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dormtr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormtr.lo -MD -MP -MF lapack/.deps/liblapack_la-dormtr.Tpo -c lapack/dormtr.c -o lapack/liblapack_la-dormtr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dormtr.Tpo lapack/.deps/liblapack_la-dormtr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormql.lo -MD -MP -MF lapack/.deps/liblapack_la-dormql.Tpo -c -o lapack/liblapack_la-dormql.lo `test -f 'lapack/dormql.c' || echo './'`lapack/dormql.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormql.lo -MD -MP -MF lapack/.deps/liblapack_la-dormql.Tpo -c lapack/dormql.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dormql.o
lapack/dormql.c:258:11: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && notran || ! left && ! notran) {
~~~~~^~~~~~~~~ ~~
lapack/dormql.c:258:11: note: place parentheses around the '&&' expression to silence this warning
if (left && notran || ! left && ! notran) {
^
( )
lapack/dormql.c:258:31: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && notran || ! left && ! notran) {
~~ ~~~~~~~^~~~~~~~~~~
lapack/dormql.c:258:31: note: place parentheses around the '&&' expression to silence this warning
if (left && notran || ! left && ! notran) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dormql.lo -MD -MP -MF lapack/.deps/liblapack_la-dormql.Tpo -c lapack/dormql.c -o lapack/liblapack_la-dormql.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dormql.Tpo lapack/.deps/liblapack_la-dormql.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorm2l.lo -MD -MP -MF lapack/.deps/liblapack_la-dorm2l.Tpo -c -o lapack/liblapack_la-dorm2l.lo `test -f 'lapack/dorm2l.c' || echo './'`lapack/dorm2l.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorm2l.lo -MD -MP -MF lapack/.deps/liblapack_la-dorm2l.Tpo -c lapack/dorm2l.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dorm2l.o
lapack/dorm2l.c:172:14: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && notran || ! left && ! notran) {
~~~~~^~~~~~~~~ ~~
lapack/dorm2l.c:172:14: note: place parentheses around the '&&' expression to silence this warning
if (left && notran || ! left && ! notran) {
^
( )
lapack/dorm2l.c:172:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (left && notran || ! left && ! notran) {
~~ ~~~~~~~^~~~~~~~~~~
lapack/dorm2l.c:172:34: note: place parentheses around the '&&' expression to silence this warning
if (left && notran || ! left && ! notran) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dorm2l.lo -MD -MP -MF lapack/.deps/liblapack_la-dorm2l.Tpo -c lapack/dorm2l.c -o lapack/liblapack_la-dorm2l.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dorm2l.Tpo lapack/.deps/liblapack_la-dorm2l.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstebz.lo -MD -MP -MF lapack/.deps/liblapack_la-dstebz.Tpo -c -o lapack/liblapack_la-dstebz.lo `test -f 'lapack/dstebz.c' || echo './'`lapack/dstebz.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstebz.lo -MD -MP -MF lapack/.deps/liblapack_la-dstebz.Tpo -c lapack/dstebz.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dstebz.o
lapack/dstebz.c:512:51: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 || wl < d__[ibegin] - pivmin && wu >= d__[ibegin]
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
lapack/dstebz.c:512:51: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 || wl < d__[ibegin] - pivmin && wu >= d__[ibegin]
^
(
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstebz.lo -MD -MP -MF lapack/.deps/liblapack_la-dstebz.Tpo -c lapack/dstebz.c -o lapack/liblapack_la-dstebz.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dstebz.Tpo lapack/.deps/liblapack_la-dstebz.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaebz.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaebz.Tpo -c -o lapack/liblapack_la-dlaebz.lo `test -f 'lapack/dlaebz.c' || echo './'`lapack/dlaebz.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaebz.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaebz.Tpo -c lapack/dlaebz.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaebz.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaebz.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaebz.Tpo -c lapack/dlaebz.c -o lapack/liblapack_la-dlaebz.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaebz.Tpo lapack/.deps/liblapack_la-dlaebz.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstein.lo -MD -MP -MF lapack/.deps/liblapack_la-dstein.Tpo -c -o lapack/liblapack_la-dstein.lo `test -f 'lapack/dstein.c' || echo './'`lapack/dstein.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstein.lo -MD -MP -MF lapack/.deps/liblapack_la-dstein.Tpo -c lapack/dstein.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dstein.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstein.lo -MD -MP -MF lapack/.deps/liblapack_la-dstein.Tpo -c lapack/dstein.c -o lapack/liblapack_la-dstein.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dstein.Tpo lapack/.deps/liblapack_la-dstein.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlagtf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlagtf.Tpo -c -o lapack/liblapack_la-dlagtf.lo `test -f 'lapack/dlagtf.c' || echo './'`lapack/dlagtf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlagtf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlagtf.Tpo -c lapack/dlagtf.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlagtf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlagtf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlagtf.Tpo -c lapack/dlagtf.c -o lapack/liblapack_la-dlagtf.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlagtf.Tpo lapack/.deps/liblapack_la-dlagtf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlagts.lo -MD -MP -MF lapack/.deps/liblapack_la-dlagts.Tpo -c -o lapack/liblapack_la-dlagts.lo `test -f 'lapack/dlagts.c' || echo './'`lapack/dlagts.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlagts.lo -MD -MP -MF lapack/.deps/liblapack_la-dlagts.Tpo -c lapack/dlagts.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlagts.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlagts.lo -MD -MP -MF lapack/.deps/liblapack_la-dlagts.Tpo -c lapack/dlagts.c -o lapack/liblapack_la-dlagts.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlagts.Tpo lapack/.deps/liblapack_la-dlagts.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarnv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarnv.Tpo -c -o lapack/liblapack_la-dlarnv.lo `test -f 'lapack/dlarnv.c' || echo './'`lapack/dlarnv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarnv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarnv.Tpo -c lapack/dlarnv.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarnv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarnv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarnv.Tpo -c lapack/dlarnv.c -o lapack/liblapack_la-dlarnv.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarnv.Tpo lapack/.deps/liblapack_la-dlarnv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaruv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaruv.Tpo -c -o lapack/liblapack_la-dlaruv.lo `test -f 'lapack/dlaruv.c' || echo './'`lapack/dlaruv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaruv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaruv.Tpo -c lapack/dlaruv.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaruv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaruv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaruv.Tpo -c lapack/dlaruv.c -o lapack/liblapack_la-dlaruv.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaruv.Tpo lapack/.deps/liblapack_la-dlaruv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstemr.lo -MD -MP -MF lapack/.deps/liblapack_la-dstemr.Tpo -c -o lapack/liblapack_la-dstemr.lo `test -f 'lapack/dstemr.c' || echo './'`lapack/dstemr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstemr.lo -MD -MP -MF lapack/.deps/liblapack_la-dstemr.Tpo -c lapack/dstemr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dstemr.o
lapack/dstemr.c:365:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldz < 1 || wantz && *ldz < *n) {
~~ ~~~~~~^~~~~~~~~~~~
lapack/dstemr.c:365:34: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldz < 1 || wantz && *ldz < *n) {
^
( )
lapack/dstemr.c:446:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (alleig || valeig && r2 > wl && r2 <= wu || indeig && iil == 1) {
~~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
lapack/dstemr.c:446:34: note: place parentheses around the '&&' expression to silence this warning
if (alleig || valeig && r2 > wl && r2 <= wu || indeig && iil == 1) {
^
( )
lapack/dstemr.c:446:56: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (alleig || valeig && r2 > wl && r2 <= wu || indeig && iil == 1) {
~~ ~~~~~~~^~~~~~~~~~~
lapack/dstemr.c:446:56: note: place parentheses around the '&&' expression to silence this warning
if (alleig || valeig && r2 > wl && r2 <= wu || indeig && iil == 1) {
^
( )
lapack/dstemr.c:467:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (alleig || valeig && r1 > wl && r1 <= wu || indeig && iiu == 2) {
~~ ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
lapack/dstemr.c:467:34: note: place parentheses around the '&&' expression to silence this warning
if (alleig || valeig && r1 > wl && r1 <= wu || indeig && iiu == 2) {
^
( )
lapack/dstemr.c:467:56: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (alleig || valeig && r1 > wl && r1 <= wu || indeig && iiu == 2) {
~~ ~~~~~~~^~~~~~~~~~~
lapack/dstemr.c:467:56: note: place parentheses around the '&&' expression to silence this warning
if (alleig || valeig && r1 > wl && r1 <= wu || indeig && iiu == 2) {
^
( )
5 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dstemr.lo -MD -MP -MF lapack/.deps/liblapack_la-dstemr.Tpo -c lapack/dstemr.c -o lapack/liblapack_la-dstemr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dstemr.Tpo lapack/.deps/liblapack_la-dstemr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlae2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlae2.Tpo -c -o lapack/liblapack_la-dlae2.lo `test -f 'lapack/dlae2.c' || echo './'`lapack/dlae2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlae2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlae2.Tpo -c lapack/dlae2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlae2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlae2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlae2.Tpo -c lapack/dlae2.c -o lapack/liblapack_la-dlae2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlae2.Tpo lapack/.deps/liblapack_la-dlae2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaev2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaev2.Tpo -c -o lapack/liblapack_la-dlaev2.lo `test -f 'lapack/dlaev2.c' || echo './'`lapack/dlaev2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaev2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaev2.Tpo -c lapack/dlaev2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaev2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaev2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaev2.Tpo -c lapack/dlaev2.c -o lapack/liblapack_la-dlaev2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaev2.Tpo lapack/.deps/liblapack_la-dlaev2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanst.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanst.Tpo -c -o lapack/liblapack_la-dlanst.lo `test -f 'lapack/dlanst.c' || echo './'`lapack/dlanst.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanst.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanst.Tpo -c lapack/dlanst.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlanst.o
lapack/dlanst.c:131:16: warning: variable 'anorm' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlanst.c:146:15: note: uninitialized use occurs here
ret_val = anorm;
^~~~~
lapack/dlanst.c:131:12: note: remove the 'if' if its condition is always true
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlanst.c:32:21: note: initialize the variable 'anorm' to silence this warning
doublereal anorm;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanst.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanst.Tpo -c lapack/dlanst.c -o lapack/liblapack_la-dlanst.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlanst.Tpo lapack/.deps/liblapack_la-dlanst.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrc.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrc.Tpo -c -o lapack/liblapack_la-dlarrc.lo `test -f 'lapack/dlarrc.c' || echo './'`lapack/dlarrc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrc.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrc.Tpo -c lapack/dlarrc.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrc.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrc.Tpo -c lapack/dlarrc.c -o lapack/liblapack_la-dlarrc.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrc.Tpo lapack/.deps/liblapack_la-dlarrc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarre.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarre.Tpo -c -o lapack/liblapack_la-dlarre.lo `test -f 'lapack/dlarre.c' || echo './'`lapack/dlarre.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarre.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarre.Tpo -c lapack/dlarre.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarre.o
lapack/dlarre.c:291:49: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 || irange == 3 && d__[1] > *vl && d__[1] <= *vu ||
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
lapack/dlarre.c:291:49: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 || irange == 3 && d__[1] > *vl && d__[1] <= *vu ||
^
( )
lapack/dlarre.c:292:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
irange == 2 && *il == 1 && *iu == 1) {
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
lapack/dlarre.c:292:27: note: place parentheses around the '&&' expression to silence this warning
irange == 2 && *il == 1 && *iu == 1) {
^
( )
lapack/dlarre.c:392:58: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 || irange == 3 && d__[ibegin] > *vl && d__[ibegin]
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/dlarre.c:392:58: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 || irange == 3 && d__[ibegin] > *vl && d__[ibegin]
^
(
lapack/dlarre.c:393:30: warning: '&&' within '||' [-Wlogical-op-parentheses]
<= *vu || irange == 2 && iblock[wbegin] == jblk) {
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlarre.c:393:30: note: place parentheses around the '&&' expression to silence this warning
<= *vu || irange == 2 && iblock[wbegin] == jblk) {
^
( )
lapack/dlarre.c:472:18: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 && ! forceb || usedqd) {
~~~~~~~~~~~~^~~~~~~~~~~ ~~
lapack/dlarre.c:472:18: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 && ! forceb || usedqd) {
^
( )
5 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarre.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarre.Tpo -c lapack/dlarre.c -o lapack/liblapack_la-dlarre.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarre.Tpo lapack/.deps/liblapack_la-dlarre.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarra.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarra.Tpo -c -o lapack/liblapack_la-dlarra.lo `test -f 'lapack/dlarra.c' || echo './'`lapack/dlarra.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarra.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarra.Tpo -c lapack/dlarra.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarra.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarra.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarra.Tpo -c lapack/dlarra.c -o lapack/liblapack_la-dlarra.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarra.Tpo lapack/.deps/liblapack_la-dlarra.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrb.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrb.Tpo -c -o lapack/liblapack_la-dlarrb.lo `test -f 'lapack/dlarrb.c' || echo './'`lapack/dlarrb.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrb.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrb.Tpo -c lapack/dlarrb.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrb.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrb.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrb.Tpo -c lapack/dlarrb.c -o lapack/liblapack_la-dlarrb.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrb.Tpo lapack/.deps/liblapack_la-dlarrb.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaneg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaneg.Tpo -c -o lapack/liblapack_la-dlaneg.lo `test -f 'lapack/dlaneg.c' || echo './'`lapack/dlaneg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaneg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaneg.Tpo -c lapack/dlaneg.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaneg.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaneg.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaneg.Tpo -c lapack/dlaneg.c -o lapack/liblapack_la-dlaneg.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaneg.Tpo lapack/.deps/liblapack_la-dlaneg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrd.Tpo -c -o lapack/liblapack_la-dlarrd.lo `test -f 'lapack/dlarrd.c' || echo './'`lapack/dlarrd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrd.Tpo -c lapack/dlarrd.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrd.o
lapack/dlarrd.c:330:49: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 || irange == 2 && d__[1] > *vl && d__[1] <= *vu ||
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
lapack/dlarrd.c:330:49: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 || irange == 2 && d__[1] > *vl && d__[1] <= *vu ||
^
( )
lapack/dlarrd.c:331:27: warning: '&&' within '||' [-Wlogical-op-parentheses]
irange == 3 && *il == 1 && *iu == 1) {
~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
lapack/dlarrd.c:331:27: note: place parentheses around the '&&' expression to silence this warning
irange == 3 && *il == 1 && *iu == 1) {
^
( )
lapack/dlarrd.c:459:53: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 || *wl < d__[ibegin] - *pivmin && *wu >= d__[
~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
lapack/dlarrd.c:459:53: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 || *wl < d__[ibegin] - *pivmin && *wu >= d__[
^
(
lapack/dlarrd.c:729:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 && *m != *n || irange == 3 && *m != *iu - *il + 1) {
~~~~~~~~~~~~^~~~~~~~~~~ ~~
lapack/dlarrd.c:729:21: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 && *m != *n || irange == 3 && *m != *iu - *il + 1) {
^
( )
lapack/dlarrd.c:729:48: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (irange == 1 && *m != *n || irange == 3 && *m != *iu - *il + 1) {
~~ ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
lapack/dlarrd.c:729:48: note: place parentheses around the '&&' expression to silence this warning
if (irange == 1 && *m != *n || irange == 3 && *m != *iu - *il + 1) {
^
( )
5 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrd.Tpo -c lapack/dlarrd.c -o lapack/liblapack_la-dlarrd.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrd.Tpo lapack/.deps/liblapack_la-dlarrd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrk.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrk.Tpo -c -o lapack/liblapack_la-dlarrk.lo `test -f 'lapack/dlarrk.c' || echo './'`lapack/dlarrk.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrk.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrk.Tpo -c lapack/dlarrk.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrk.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrk.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrk.Tpo -c lapack/dlarrk.c -o lapack/liblapack_la-dlarrk.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrk.Tpo lapack/.deps/liblapack_la-dlarrk.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq2.Tpo -c -o lapack/liblapack_la-dlasq2.lo `test -f 'lapack/dlasq2.c' || echo './'`lapack/dlasq2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq2.Tpo -c lapack/dlasq2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasq2.o
lapack/dlasq2.c:205:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *n - 1 << 1;
~~~^~~ ~~
lapack/dlasq2.c:205:15: note: place parentheses around the '-' expression to silence this warning
i__1 = *n - 1 << 1;
^
( )
lapack/dlasq2.c:284:12: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
ipn4 = i0 + n0 << 2;
~~~^~~~ ~~
lapack/dlasq2.c:284:12: note: place parentheses around the '+' expression to silence this warning
ipn4 = i0 + n0 << 2;
^
( )
lapack/dlasq2.c:285:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = i0 + n0 - 1 << 1;
~~~~~~~~^~~ ~~
lapack/dlasq2.c:285:17: note: place parentheses around the '-' expression to silence this warning
i__1 = i0 + n0 - 1 << 1;
^
( )
lapack/dlasq2.c:305:16: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
for (i4 = (n0 - 1 << 2) + pp; i4 >= i__1; i4 += -4) {
~~~^~~ ~~
lapack/dlasq2.c:305:16: note: place parentheses around the '-' expression to silence this warning
for (i4 = (n0 - 1 << 2) + pp; i4 >= i__1; i4 += -4) {
^
( )
lapack/dlasq2.c:319:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = (n0 - 1 << 2) + pp;
~~~^~~ ~~
lapack/dlasq2.c:319:13: note: place parentheses around the '-' expression to silence this warning
i__1 = (n0 - 1 << 2) + pp;
^
( )
lapack/dlasq2.c:374:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
ndiv = n0 - i0 << 1;
~~~^~~~ ~~
lapack/dlasq2.c:374:15: note: place parentheses around the '-' expression to silence this warning
ndiv = n0 - i0 << 1;
^
( )
lapack/dlasq2.c:448:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
if (kmin - i0 << 1 < n0 - kmin && deemin <= z__[(n0 << 2) - 3] *
~~~~~^~~~ ~~
lapack/dlasq2.c:448:15: note: place parentheses around the '-' expression to silence this warning
if (kmin - i0 << 1 < n0 - kmin && deemin <= z__[(n0 << 2) - 3] *
^
( )
lapack/dlasq2.c:450:13: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
ipn4 = i0 + n0 << 2;
~~~^~~~ ~~
lapack/dlasq2.c:450:13: note: place parentheses around the '+' expression to silence this warning
ipn4 = i0 + n0 << 2;
^
( )
lapack/dlasq2.c:452:18: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__2 = i0 + n0 - 1 << 1;
~~~~~~~~^~~ ~~
lapack/dlasq2.c:452:18: note: place parentheses around the '-' expression to silence this warning
i__2 = i0 + n0 - 1 << 1;
^
( )
lapack/dlasq2.c:507:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__3 = n0 - 3 << 2;
~~~^~~ ~~
lapack/dlasq2.c:507:17: note: place parentheses around the '-' expression to silence this warning
i__3 = n0 - 3 << 2;
^
( )
10 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq2.Tpo -c lapack/dlasq2.c -o lapack/liblapack_la-dlasq2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasq2.Tpo lapack/.deps/liblapack_la-dlasq2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq3.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq3.Tpo -c -o lapack/liblapack_la-dlasq3.lo `test -f 'lapack/dlasq3.c' || echo './'`lapack/dlasq3.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq3.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq3.Tpo -c lapack/dlasq3.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasq3.o
lapack/dlasq3.c:212:17: warning: operator '<<' has lower precedence than '+'; '+' will be evaluated first [-Wshift-op-parentheses]
ipn4 = *i0 + *n0 << 2;
~~~~^~~~~ ~~
lapack/dlasq3.c:212:17: note: place parentheses around the '+' expression to silence this warning
ipn4 = *i0 + *n0 << 2;
^
( )
lapack/dlasq3.c:213:23: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *i0 + *n0 - 1 << 1;
~~~~~~~~~~^~~ ~~
lapack/dlasq3.c:213:23: note: place parentheses around the '-' expression to silence this warning
i__1 = *i0 + *n0 - 1 << 1;
^
( )
lapack/dlasq3.c:275:56: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
} else if (*dmin__ < 0. && *dmin1 > 0. && z__[(*n0 - 1 << 2) - *pp] < tol
~~~~^~~ ~~
lapack/dlasq3.c:275:56: note: place parentheses around the '-' expression to silence this warning
} else if (*dmin__ < 0. && *dmin1 > 0. && z__[(*n0 - 1 << 2) - *pp] < tol
^
( )
lapack/dlasq3.c:280:11: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
z__[(*n0 - 1 << 2) - *pp + 2] = 0.;
~~~~^~~ ~~
lapack/dlasq3.c:280:11: note: place parentheses around the '-' expression to silence this warning
z__[(*n0 - 1 << 2) - *pp + 2] = 0.;
^
( )
4 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq3.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq3.Tpo -c lapack/dlasq3.c -o lapack/liblapack_la-dlasq3.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasq3.Tpo lapack/.deps/liblapack_la-dlasq3.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq4.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq4.Tpo -c -o lapack/liblapack_la-dlasq4.lo `test -f 'lapack/dlasq4.c' || echo './'`lapack/dlasq4.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq4.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq4.Tpo -c lapack/dlasq4.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasq4.o
lapack/dlasq4.c:381:16: warning: variable 's' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
} else if (*n0in > *n0 + 2) {
^~~~~~~~~~~~~~~
lapack/dlasq4.c:389:12: note: uninitialized use occurs here
*tau = s;
^
lapack/dlasq4.c:381:12: note: remove the 'if' if its condition is always true
} else if (*n0in > *n0 + 2) {
^~~~~~~~~~~~~~~~~~~~~
lapack/dlasq4.c:28:17: note: initialize the variable 's' to silence this warning
doublereal s, a2, b1, b2;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq4.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq4.Tpo -c lapack/dlasq4.c -o lapack/liblapack_la-dlasq4.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasq4.Tpo lapack/.deps/liblapack_la-dlasq4.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq5.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq5.Tpo -c -o lapack/liblapack_la-dlasq5.lo `test -f 'lapack/dlasq5.c' || echo './'`lapack/dlasq5.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq5.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq5.Tpo -c lapack/dlasq5.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasq5.o
lapack/dlasq5.c:109:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *n0 - 3 << 2;
~~~~^~~ ~~
lapack/dlasq5.c:109:17: note: place parentheses around the '-' expression to silence this warning
i__1 = *n0 - 3 << 2;
^
( )
lapack/dlasq5.c:122:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *n0 - 3 << 2;
~~~~^~~ ~~
lapack/dlasq5.c:122:17: note: place parentheses around the '-' expression to silence this warning
i__1 = *n0 - 3 << 2;
^
( )
lapack/dlasq5.c:140:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
j4 = (*n0 - 2 << 2) - *pp;
~~~~^~~ ~~
lapack/dlasq5.c:140:12: note: place parentheses around the '-' expression to silence this warning
j4 = (*n0 - 2 << 2) - *pp;
^
( )
lapack/dlasq5.c:160:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *n0 - 3 << 2;
~~~~^~~ ~~
lapack/dlasq5.c:160:17: note: place parentheses around the '-' expression to silence this warning
i__1 = *n0 - 3 << 2;
^
( )
lapack/dlasq5.c:176:17: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *n0 - 3 << 2;
~~~~^~~ ~~
lapack/dlasq5.c:176:17: note: place parentheses around the '-' expression to silence this warning
i__1 = *n0 - 3 << 2;
^
( )
lapack/dlasq5.c:197:12: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
j4 = (*n0 - 2 << 2) - *pp;
~~~~^~~ ~~
lapack/dlasq5.c:197:12: note: place parentheses around the '-' expression to silence this warning
j4 = (*n0 - 2 << 2) - *pp;
^
( )
6 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq5.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq5.Tpo -c lapack/dlasq5.c -o lapack/liblapack_la-dlasq5.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasq5.Tpo lapack/.deps/liblapack_la-dlasq5.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq6.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq6.Tpo -c -o lapack/liblapack_la-dlasq6.lo `test -f 'lapack/dlasq6.c' || echo './'`lapack/dlasq6.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq6.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq6.Tpo -c lapack/dlasq6.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasq6.o
lapack/dlasq6.c:100:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *n0 - 3 << 2;
~~~~^~~ ~~
lapack/dlasq6.c:100:13: note: place parentheses around the '-' expression to silence this warning
i__1 = *n0 - 3 << 2;
^
( )
lapack/dlasq6.c:124:13: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
i__1 = *n0 - 3 << 2;
~~~~^~~ ~~
lapack/dlasq6.c:124:13: note: place parentheses around the '-' expression to silence this warning
i__1 = *n0 - 3 << 2;
^
( )
lapack/dlasq6.c:153:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
j4 = (*n0 - 2 << 2) - *pp;
~~~~^~~ ~~
lapack/dlasq6.c:153:15: note: place parentheses around the '-' expression to silence this warning
j4 = (*n0 - 2 << 2) - *pp;
^
( )
3 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasq6.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasq6.Tpo -c lapack/dlasq6.c -o lapack/liblapack_la-dlasq6.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasq6.Tpo lapack/.deps/liblapack_la-dlasq6.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasrt.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasrt.Tpo -c -o lapack/liblapack_la-dlasrt.lo `test -f 'lapack/dlasrt.c' || echo './'`lapack/dlasrt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasrt.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasrt.Tpo -c lapack/dlasrt.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasrt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasrt.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasrt.Tpo -c lapack/dlasrt.c -o lapack/liblapack_la-dlasrt.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasrt.Tpo lapack/.deps/liblapack_la-dlasrt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrj.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrj.Tpo -c -o lapack/liblapack_la-dlarrj.lo `test -f 'lapack/dlarrj.c' || echo './'`lapack/dlarrj.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrj.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrj.Tpo -c lapack/dlarrj.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrj.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrj.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrj.Tpo -c lapack/dlarrj.c -o lapack/liblapack_la-dlarrj.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrj.Tpo lapack/.deps/liblapack_la-dlarrj.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrr.Tpo -c -o lapack/liblapack_la-dlarrr.lo `test -f 'lapack/dlarrr.c' || echo './'`lapack/dlarrr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrr.Tpo -c lapack/dlarrr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrr.Tpo -c lapack/dlarrr.c -o lapack/liblapack_la-dlarrr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrr.Tpo lapack/.deps/liblapack_la-dlarrr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrv.Tpo -c -o lapack/liblapack_la-dlarrv.lo `test -f 'lapack/dlarrv.c' || echo './'`lapack/dlarrv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrv.Tpo -c lapack/dlarrv.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrv.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrv.Tpo -c lapack/dlarrv.c -o lapack/liblapack_la-dlarrv.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrv.Tpo lapack/.deps/liblapack_la-dlarrv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlar1v.lo -MD -MP -MF lapack/.deps/liblapack_la-dlar1v.Tpo -c -o lapack/liblapack_la-dlar1v.lo `test -f 'lapack/dlar1v.c' || echo './'`lapack/dlar1v.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlar1v.lo -MD -MP -MF lapack/.deps/liblapack_la-dlar1v.Tpo -c lapack/dlar1v.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlar1v.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlar1v.lo -MD -MP -MF lapack/.deps/liblapack_la-dlar1v.Tpo -c lapack/dlar1v.c -o lapack/liblapack_la-dlar1v.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlar1v.Tpo lapack/.deps/liblapack_la-dlar1v.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrf.Tpo -c -o lapack/liblapack_la-dlarrf.lo `test -f 'lapack/dlarrf.c' || echo './'`lapack/dlarrf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrf.Tpo -c lapack/dlarrf.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlarrf.o
lapack/dlarrf.c:250:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (forcer || max1 <= growthbound && ! sawnan1) {
~~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
lapack/dlarrf.c:250:39: note: place parentheses around the '&&' expression to silence this warning
if (forcer || max1 <= growthbound && ! sawnan1) {
^
( )
lapack/dlarrf.c:282:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
if (forcer || max2 <= growthbound && ! sawnan2) {
~~ ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
lapack/dlarrf.c:282:39: note: place parentheses around the '&&' expression to silence this warning
if (forcer || max2 <= growthbound && ! sawnan2) {
^
( )
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlarrf.lo -MD -MP -MF lapack/.deps/liblapack_la-dlarrf.Tpo -c lapack/dlarrf.c -o lapack/liblapack_la-dlarrf.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlarrf.Tpo lapack/.deps/liblapack_la-dlarrf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsterf.lo -MD -MP -MF lapack/.deps/liblapack_la-dsterf.Tpo -c -o lapack/liblapack_la-dsterf.lo `test -f 'lapack/dsterf.c' || echo './'`lapack/dsterf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsterf.lo -MD -MP -MF lapack/.deps/liblapack_la-dsterf.Tpo -c lapack/dsterf.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dsterf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsterf.lo -MD -MP -MF lapack/.deps/liblapack_la-dsterf.Tpo -c lapack/dsterf.c -o lapack/liblapack_la-dsterf.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dsterf.Tpo lapack/.deps/liblapack_la-dsterf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsytrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dsytrd.Tpo -c -o lapack/liblapack_la-dsytrd.lo `test -f 'lapack/dsytrd.c' || echo './'`lapack/dsytrd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsytrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dsytrd.Tpo -c lapack/dsytrd.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dsytrd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsytrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dsytrd.Tpo -c lapack/dsytrd.c -o lapack/liblapack_la-dsytrd.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dsytrd.Tpo lapack/.deps/liblapack_la-dsytrd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlatrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dlatrd.Tpo -c -o lapack/liblapack_la-dlatrd.lo `test -f 'lapack/dlatrd.c' || echo './'`lapack/dlatrd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlatrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dlatrd.Tpo -c lapack/dlatrd.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlatrd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlatrd.lo -MD -MP -MF lapack/.deps/liblapack_la-dlatrd.Tpo -c lapack/dlatrd.c -o lapack/liblapack_la-dlatrd.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlatrd.Tpo lapack/.deps/liblapack_la-dlatrd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsytd2.lo -MD -MP -MF lapack/.deps/liblapack_la-dsytd2.Tpo -c -o lapack/liblapack_la-dsytd2.lo `test -f 'lapack/dsytd2.c' || echo './'`lapack/dsytd2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsytd2.lo -MD -MP -MF lapack/.deps/liblapack_la-dsytd2.Tpo -c lapack/dsytd2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dsytd2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsytd2.lo -MD -MP -MF lapack/.deps/liblapack_la-dsytd2.Tpo -c lapack/dsytd2.c -o lapack/liblapack_la-dsytd2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dsytd2.Tpo lapack/.deps/liblapack_la-dsytd2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanhs.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanhs.Tpo -c -o lapack/liblapack_la-dlanhs.lo `test -f 'lapack/dlanhs.c' || echo './'`lapack/dlanhs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanhs.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanhs.Tpo -c lapack/dlanhs.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlanhs.o
lapack/dlanhs.c:168:16: warning: variable 'value' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlanhs.c:185:15: note: uninitialized use occurs here
ret_val = value;
^~~~~
lapack/dlanhs.c:168:12: note: remove the 'if' if its condition is always true
} else if (igraphlsame_(norm, "F") || igraphlsame_(norm, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dlanhs.c:33:21: note: initialize the variable 'value' to silence this warning
doublereal value;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlanhs.lo -MD -MP -MF lapack/.deps/liblapack_la-dlanhs.Tpo -c lapack/dlanhs.c -o lapack/liblapack_la-dlanhs.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlanhs.Tpo lapack/.deps/liblapack_la-dlanhs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeqr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeqr2.Tpo -c -o lapack/liblapack_la-dgeqr2.lo `test -f 'lapack/dgeqr2.c' || echo './'`lapack/dgeqr2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeqr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeqr2.Tpo -c lapack/dgeqr2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgeqr2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeqr2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeqr2.Tpo -c lapack/dgeqr2.c -o lapack/liblapack_la-dgeqr2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgeqr2.Tpo lapack/.deps/liblapack_la-dgeqr2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsen.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsen.Tpo -c -o lapack/liblapack_la-dtrsen.lo `test -f 'lapack/dtrsen.c' || echo './'`lapack/dtrsen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsen.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsen.Tpo -c lapack/dtrsen.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dtrsen.o
lapack/dtrsen.c:304:34: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldq < 1 || wantq && *ldq < *n) {
~~ ~~~~~~^~~~~~~~~~~~
lapack/dtrsen.c:304:34: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldq < 1 || wantq && *ldq < *n) {
^
( )
lapack/dtrsen.c:350:13: warning: variable 'lwmin' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
} else if (igraphlsame_(job, "E")) {
^~~~~~~~~~~~~~~~~~~~~~
lapack/dtrsen.c:355:15: note: uninitialized use occurs here
if (*lwork < lwmin && ! lquery) {
^~~~~
lapack/dtrsen.c:350:9: note: remove the 'if' if its condition is always true
} else if (igraphlsame_(job, "E")) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
lapack/dtrsen.c:41:28: note: initialize the variable 'lwmin' to silence this warning
integer isave[3], lwmin;
^
= 0
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsen.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsen.Tpo -c lapack/dtrsen.c -o lapack/liblapack_la-dtrsen.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dtrsen.Tpo lapack/.deps/liblapack_la-dtrsen.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlacn2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlacn2.Tpo -c -o lapack/liblapack_la-dlacn2.lo `test -f 'lapack/dlacn2.c' || echo './'`lapack/dlacn2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlacn2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlacn2.Tpo -c lapack/dlacn2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlacn2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlacn2.lo -MD -MP -MF lapack/.deps/liblapack_la-dlacn2.Tpo -c lapack/dlacn2.c -o lapack/liblapack_la-dlacn2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlacn2.Tpo lapack/.deps/liblapack_la-dlacn2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsyl.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsyl.Tpo -c -o lapack/liblapack_la-dtrsyl.lo `test -f 'lapack/dtrsyl.c' || echo './'`lapack/dtrsyl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsyl.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsyl.Tpo -c lapack/dtrsyl.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dtrsyl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsyl.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsyl.Tpo -c lapack/dtrsyl.c -o lapack/liblapack_la-dtrsyl.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dtrsyl.Tpo lapack/.deps/liblapack_la-dtrsyl.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasr.Tpo -c -o lapack/liblapack_la-dlasr.lo `test -f 'lapack/dlasr.c' || echo './'`lapack/dlasr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasr.Tpo -c lapack/dlasr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlasr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlasr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlasr.Tpo -c lapack/dlasr.c -o lapack/liblapack_la-dlasr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlasr.Tpo lapack/.deps/liblapack_la-dlasr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsteqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dsteqr.Tpo -c -o lapack/liblapack_la-dsteqr.lo `test -f 'lapack/dsteqr.c' || echo './'`lapack/dsteqr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsteqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dsteqr.Tpo -c lapack/dsteqr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dsteqr.o
lapack/dsteqr.c:169:39: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
~~ ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
lapack/dsteqr.c:169:39: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldz < 1 || icompz > 0 && *ldz < max(1,*n)) {
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dsteqr.lo -MD -MP -MF lapack/.deps/liblapack_la-dsteqr.Tpo -c lapack/dsteqr.c -o lapack/liblapack_la-dsteqr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dsteqr.Tpo lapack/.deps/liblapack_la-dsteqr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeevx.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeevx.Tpo -c -o lapack/liblapack_la-dgeevx.lo `test -f 'lapack/dgeevx.c' || echo './'`lapack/dgeevx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeevx.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeevx.Tpo -c lapack/dgeevx.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgeevx.o
lapack/dgeevx.c:318:6: warning: '&&' within '||' [-Wlogical-op-parentheses]
&& ! (wantvl && wantvr)) {
^~~~~~~~~~~~~~~~~~~~~~~
lapack/dgeevx.c:318:6: note: place parentheses around the '&&' expression to silence this warning
&& ! (wantvl && wantvr)) {
^
)
lapack/dgeevx.c:324:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvl < 1 || wantvl && *ldvl < *n) {
~~ ~~~~~~~^~~~~~~~~~~~~
lapack/dgeevx.c:324:36: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvl < 1 || wantvl && *ldvl < *n) {
^
( )
lapack/dgeevx.c:326:36: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvr < 1 || wantvr && *ldvr < *n) {
~~ ~~~~~~~^~~~~~~~~~~~~
lapack/dgeevx.c:326:36: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvr < 1 || wantvr && *ldvr < *n) {
^
( )
3 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgeevx.lo -MD -MP -MF lapack/.deps/liblapack_la-dgeevx.Tpo -c lapack/dgeevx.c -o lapack/liblapack_la-dgeevx.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgeevx.Tpo lapack/.deps/liblapack_la-dgeevx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsna.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsna.Tpo -c -o lapack/liblapack_la-dtrsna.lo `test -f 'lapack/dtrsna.c' || echo './'`lapack/dtrsna.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsna.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsna.Tpo -c lapack/dtrsna.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dtrsna.o
lapack/dtrsna.c:278:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvl < 1 || wants && *ldvl < *n) {
~~ ~~~~~~^~~~~~~~~~~~~
lapack/dtrsna.c:278:35: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvl < 1 || wants && *ldvl < *n) {
^
( )
lapack/dtrsna.c:280:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldvr < 1 || wants && *ldvr < *n) {
~~ ~~~~~~^~~~~~~~~~~~~
lapack/dtrsna.c:280:35: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldvr < 1 || wants && *ldvr < *n) {
^
( )
lapack/dtrsna.c:320:35: warning: '&&' within '||' [-Wlogical-op-parentheses]
} else if (*ldwork < 1 || wantsp && *ldwork < *n) {
~~ ~~~~~~~^~~~~~~~~~~~~~~
lapack/dtrsna.c:320:35: note: place parentheses around the '&&' expression to silence this warning
} else if (*ldwork < 1 || wantsp && *ldwork < *n) {
^
( )
lapack/dtrsna.c:509:15: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses]
nn = *n - 1 << 1;
~~~^~~ ~~
lapack/dtrsna.c:509:15: note: place parentheses around the '-' expression to silence this warning
nn = *n - 1 << 1;
^
( )
4 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dtrsna.lo -MD -MP -MF lapack/.deps/liblapack_la-dtrsna.Tpo -c lapack/dtrsna.c -o lapack/liblapack_la-dtrsna.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dtrsna.Tpo lapack/.deps/liblapack_la-dtrsna.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqtr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqtr.Tpo -c -o lapack/liblapack_la-dlaqtr.lo `test -f 'lapack/dlaqtr.c' || echo './'`lapack/dlaqtr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqtr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqtr.Tpo -c lapack/dlaqtr.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaqtr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaqtr.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaqtr.Tpo -c lapack/dlaqtr.c -o lapack/liblapack_la-dlaqtr.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaqtr.Tpo lapack/.deps/liblapack_la-dlaqtr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetrf.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetrf.Tpo -c -o lapack/liblapack_la-dgetrf.lo `test -f 'lapack/dgetrf.c' || echo './'`lapack/dgetrf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetrf.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetrf.Tpo -c lapack/dgetrf.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgetrf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetrf.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetrf.Tpo -c lapack/dgetrf.c -o lapack/liblapack_la-dgetrf.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgetrf.Tpo lapack/.deps/liblapack_la-dgetrf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetf2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetf2.Tpo -c -o lapack/liblapack_la-dgetf2.lo `test -f 'lapack/dgetf2.c' || echo './'`lapack/dgetf2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetf2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetf2.Tpo -c lapack/dgetf2.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgetf2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetf2.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetf2.Tpo -c lapack/dgetf2.c -o lapack/liblapack_la-dgetf2.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgetf2.Tpo lapack/.deps/liblapack_la-dgetf2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaswp.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaswp.Tpo -c -o lapack/liblapack_la-dlaswp.lo `test -f 'lapack/dlaswp.c' || echo './'`lapack/dlaswp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaswp.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaswp.Tpo -c lapack/dlaswp.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dlaswp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dlaswp.lo -MD -MP -MF lapack/.deps/liblapack_la-dlaswp.Tpo -c lapack/dlaswp.c -o lapack/liblapack_la-dlaswp.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dlaswp.Tpo lapack/.deps/liblapack_la-dlaswp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetrs.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetrs.Tpo -c -o lapack/liblapack_la-dgetrs.lo `test -f 'lapack/dgetrs.c' || echo './'`lapack/dgetrs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetrs.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetrs.Tpo -c lapack/dgetrs.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgetrs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgetrs.lo -MD -MP -MF lapack/.deps/liblapack_la-dgetrs.Tpo -c lapack/dgetrs.c -o lapack/liblapack_la-dgetrs.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgetrs.Tpo lapack/.deps/liblapack_la-dgetrs.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgesv.lo -MD -MP -MF lapack/.deps/liblapack_la-dgesv.Tpo -c -o lapack/liblapack_la-dgesv.lo `test -f 'lapack/dgesv.c' || echo './'`lapack/dgesv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgesv.lo -MD -MP -MF lapack/.deps/liblapack_la-dgesv.Tpo -c lapack/dgesv.c -fno-common -DPIC -o lapack/.libs/liblapack_la-dgesv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-dgesv.lo -MD -MP -MF lapack/.deps/liblapack_la-dgesv.Tpo -c lapack/dgesv.c -o lapack/liblapack_la-dgesv.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-dgesv.Tpo lapack/.deps/liblapack_la-dgesv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-len_trim.lo -MD -MP -MF lapack/.deps/liblapack_la-len_trim.Tpo -c -o lapack/liblapack_la-len_trim.lo `test -f 'lapack/len_trim.c' || echo './'`lapack/len_trim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-len_trim.lo -MD -MP -MF lapack/.deps/liblapack_la-len_trim.Tpo -c lapack/len_trim.c -fno-common -DPIC -o lapack/.libs/liblapack_la-len_trim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/liblapack_la-len_trim.lo -MD -MP -MF lapack/.deps/liblapack_la-len_trim.Tpo -c lapack/len_trim.c -o lapack/liblapack_la-len_trim.o >/dev/null 2>&1
mv -f lapack/.deps/liblapack_la-len_trim.Tpo lapack/.deps/liblapack_la-len_trim.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -o liblapack.la lapack/liblapack_la-dgeev.lo lapack/liblapack_la-dgebak.lo lapack/liblapack_la-xerbla.lo lapack/liblapack_la-dgebal.lo lapack/liblapack_la-disnan.lo lapack/liblapack_la-dlaisnan.lo lapack/liblapack_la-dgehrd.lo lapack/liblapack_la-dgehd2.lo lapack/liblapack_la-dlarf.lo lapack/liblapack_la-iladlc.lo lapack/liblapack_la-iladlr.lo lapack/liblapack_la-dlarfg.lo lapack/liblapack_la-dlapy2.lo lapack/liblapack_la-dlahr2.lo lapack/liblapack_la-dlacpy.lo lapack/liblapack_la-dlarfb.lo lapack/liblapack_la-ilaenv.lo lapack/liblapack_la-ieeeck.lo lapack/liblapack_la-iparmq.lo lapack/liblapack_la-dhseqr.lo lapack/liblapack_la-dlahqr.lo lapack/liblapack_la-dlabad.lo lapack/liblapack_la-dlanv2.lo lapack/liblapack_la-dlaqr0.lo lapack/liblapack_la-dlaqr3.lo lapack/liblapack_la-dlaqr4.lo lapack/liblapack_la-dlaqr2.lo lapack/liblapack_la-dlaset.lo lapack/liblapack_la-dormhr.lo lapack/liblapack_la-dormqr.lo lapack/liblapack_la-dlarft.lo lapack/liblapack_la-dorm2r.lo lapack/liblapack_la-dtrexc.lo lapack/liblapack_la-dlaexc.lo lapack/liblapack_la-dlange.lo lapack/liblapack_la-dlassq.lo lapack/liblapack_la-dlarfx.lo lapack/liblapack_la-dlartg.lo lapack/liblapack_la-dlasy2.lo lapack/liblapack_la-dlaqr5.lo lapack/liblapack_la-dlaqr1.lo lapack/liblapack_la-dlascl.lo lapack/liblapack_la-dorghr.lo lapack/liblapack_la-dorgqr.lo lapack/liblapack_la-dorg2r.lo lapack/liblapack_la-dtrevc.lo lapack/liblapack_la-dlaln2.lo lapack/liblapack_la-dladiv.lo lapack/liblapack_la-dsyevr.lo lapack/liblapack_la-dlansy.lo lapack/liblapack_la-dormtr.lo lapack/liblapack_la-dormql.lo lapack/liblapack_la-dorm2l.lo lapack/liblapack_la-dstebz.lo lapack/liblapack_la-dlaebz.lo lapack/liblapack_la-dstein.lo lapack/liblapack_la-dlagtf.lo lapack/liblapack_la-dlagts.lo lapack/liblapack_la-dlarnv.lo lapack/liblapack_la-dlaruv.lo lapack/liblapack_la-dstemr.lo lapack/liblapack_la-dlae2.lo lapack/liblapack_la-dlaev2.lo lapack/liblapack_la-dlanst.lo lapack/liblapack_la-dlarrc.lo lapack/liblapack_la-dlarre.lo lapack/liblapack_la-dlarra.lo lapack/liblapack_la-dlarrb.lo lapack/liblapack_la-dlaneg.lo lapack/liblapack_la-dlarrd.lo lapack/liblapack_la-dlarrk.lo lapack/liblapack_la-dlasq2.lo lapack/liblapack_la-dlasq3.lo lapack/liblapack_la-dlasq4.lo lapack/liblapack_la-dlasq5.lo lapack/liblapack_la-dlasq6.lo lapack/liblapack_la-dlasrt.lo lapack/liblapack_la-dlarrj.lo lapack/liblapack_la-dlarrr.lo lapack/liblapack_la-dlarrv.lo lapack/liblapack_la-dlar1v.lo lapack/liblapack_la-dlarrf.lo lapack/liblapack_la-dsterf.lo lapack/liblapack_la-dsytrd.lo lapack/liblapack_la-dlatrd.lo lapack/liblapack_la-dsytd2.lo lapack/liblapack_la-dlanhs.lo lapack/liblapack_la-dgeqr2.lo lapack/liblapack_la-dtrsen.lo lapack/liblapack_la-dlacn2.lo lapack/liblapack_la-dtrsyl.lo lapack/liblapack_la-dlasr.lo lapack/liblapack_la-dsteqr.lo lapack/liblapack_la-dgeevx.lo lapack/liblapack_la-dtrsna.lo lapack/liblapack_la-dlaqtr.lo lapack/liblapack_la-dgetrf.lo lapack/liblapack_la-dgetf2.lo lapack/liblapack_la-dlaswp.lo lapack/liblapack_la-dgetrs.lo lapack/liblapack_la-dgesv.lo lapack/liblapack_la-len_trim.lo
libtool: link: ar cru .libs/liblapack.a lapack/.libs/liblapack_la-dgeev.o lapack/.libs/liblapack_la-dgebak.o lapack/.libs/liblapack_la-xerbla.o lapack/.libs/liblapack_la-dgebal.o lapack/.libs/liblapack_la-disnan.o lapack/.libs/liblapack_la-dlaisnan.o lapack/.libs/liblapack_la-dgehrd.o lapack/.libs/liblapack_la-dgehd2.o lapack/.libs/liblapack_la-dlarf.o lapack/.libs/liblapack_la-iladlc.o lapack/.libs/liblapack_la-iladlr.o lapack/.libs/liblapack_la-dlarfg.o lapack/.libs/liblapack_la-dlapy2.o lapack/.libs/liblapack_la-dlahr2.o lapack/.libs/liblapack_la-dlacpy.o lapack/.libs/liblapack_la-dlarfb.o lapack/.libs/liblapack_la-ilaenv.o lapack/.libs/liblapack_la-ieeeck.o lapack/.libs/liblapack_la-iparmq.o lapack/.libs/liblapack_la-dhseqr.o lapack/.libs/liblapack_la-dlahqr.o lapack/.libs/liblapack_la-dlabad.o lapack/.libs/liblapack_la-dlanv2.o lapack/.libs/liblapack_la-dlaqr0.o lapack/.libs/liblapack_la-dlaqr3.o lapack/.libs/liblapack_la-dlaqr4.o lapack/.libs/liblapack_la-dlaqr2.o lapack/.libs/liblapack_la-dlaset.o lapack/.libs/liblapack_la-dormhr.o lapack/.libs/liblapack_la-dormqr.o lapack/.libs/liblapack_la-dlarft.o lapack/.libs/liblapack_la-dorm2r.o lapack/.libs/liblapack_la-dtrexc.o lapack/.libs/liblapack_la-dlaexc.o lapack/.libs/liblapack_la-dlange.o lapack/.libs/liblapack_la-dlassq.o lapack/.libs/liblapack_la-dlarfx.o lapack/.libs/liblapack_la-dlartg.o lapack/.libs/liblapack_la-dlasy2.o lapack/.libs/liblapack_la-dlaqr5.o lapack/.libs/liblapack_la-dlaqr1.o lapack/.libs/liblapack_la-dlascl.o lapack/.libs/liblapack_la-dorghr.o lapack/.libs/liblapack_la-dorgqr.o lapack/.libs/liblapack_la-dorg2r.o lapack/.libs/liblapack_la-dtrevc.o lapack/.libs/liblapack_la-dlaln2.o lapack/.libs/liblapack_la-dladiv.o lapack/.libs/liblapack_la-dsyevr.o lapack/.libs/liblapack_la-dlansy.o lapack/.libs/liblapack_la-dormtr.o lapack/.libs/liblapack_la-dormql.o lapack/.libs/liblapack_la-dorm2l.o lapack/.libs/liblapack_la-dstebz.o lapack/.libs/liblapack_la-dlaebz.o lapack/.libs/liblapack_la-dstein.o lapack/.libs/liblapack_la-dlagtf.o lapack/.libs/liblapack_la-dlagts.o lapack/.libs/liblapack_la-dlarnv.o lapack/.libs/liblapack_la-dlaruv.o lapack/.libs/liblapack_la-dstemr.o lapack/.libs/liblapack_la-dlae2.o lapack/.libs/liblapack_la-dlaev2.o lapack/.libs/liblapack_la-dlanst.o lapack/.libs/liblapack_la-dlarrc.o lapack/.libs/liblapack_la-dlarre.o lapack/.libs/liblapack_la-dlarra.o lapack/.libs/liblapack_la-dlarrb.o lapack/.libs/liblapack_la-dlaneg.o lapack/.libs/liblapack_la-dlarrd.o lapack/.libs/liblapack_la-dlarrk.o lapack/.libs/liblapack_la-dlasq2.o lapack/.libs/liblapack_la-dlasq3.o lapack/.libs/liblapack_la-dlasq4.o lapack/.libs/liblapack_la-dlasq5.o lapack/.libs/liblapack_la-dlasq6.o lapack/.libs/liblapack_la-dlasrt.o lapack/.libs/liblapack_la-dlarrj.o lapack/.libs/liblapack_la-dlarrr.o lapack/.libs/liblapack_la-dlarrv.o lapack/.libs/liblapack_la-dlar1v.o lapack/.libs/liblapack_la-dlarrf.o lapack/.libs/liblapack_la-dsterf.o lapack/.libs/liblapack_la-dsytrd.o lapack/.libs/liblapack_la-dlatrd.o lapack/.libs/liblapack_la-dsytd2.o lapack/.libs/liblapack_la-dlanhs.o lapack/.libs/liblapack_la-dgeqr2.o lapack/.libs/liblapack_la-dtrsen.o lapack/.libs/liblapack_la-dlacn2.o lapack/.libs/liblapack_la-dtrsyl.o lapack/.libs/liblapack_la-dlasr.o lapack/.libs/liblapack_la-dsteqr.o lapack/.libs/liblapack_la-dgeevx.o lapack/.libs/liblapack_la-dtrsna.o lapack/.libs/liblapack_la-dlaqtr.o lapack/.libs/liblapack_la-dgetrf.o lapack/.libs/liblapack_la-dgetf2.o lapack/.libs/liblapack_la-dlaswp.o lapack/.libs/liblapack_la-dgetrs.o lapack/.libs/liblapack_la-dgesv.o lapack/.libs/liblapack_la-len_trim.o
libtool: link: ranlib .libs/liblapack.a
libtool: link: ( cd ".libs" && rm -f "liblapack.la" && ln -s "../liblapack.la" "liblapack.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -ffloat-store -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libdlamch_la-dlamch.lo -MD -MP -MF lapack/.deps/libdlamch_la-dlamch.Tpo -c -o lapack/libdlamch_la-dlamch.lo `test -f 'lapack/dlamch.c' || echo './'`lapack/dlamch.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -ffloat-store -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libdlamch_la-dlamch.lo -MD -MP -MF lapack/.deps/libdlamch_la-dlamch.Tpo -c lapack/dlamch.c -fno-common -DPIC -o lapack/.libs/libdlamch_la-dlamch.o
clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -ffloat-store -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libdlamch_la-dlamch.lo -MD -MP -MF lapack/.deps/libdlamch_la-dlamch.Tpo -c lapack/dlamch.c -o lapack/libdlamch_la-dlamch.o >/dev/null 2>&1
mv -f lapack/.deps/libdlamch_la-dlamch.Tpo lapack/.deps/libdlamch_la-dlamch.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -ffloat-store -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -o libdlamch.la lapack/libdlamch_la-dlamch.lo
libtool: link: ar cru .libs/libdlamch.a lapack/.libs/libdlamch_la-dlamch.o
libtool: link: ranlib .libs/libdlamch.a
libtool: link: ( cd ".libs" && rm -f "libdlamch.la" && ln -s "../libdlamch.la" "libdlamch.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaupd.Tpo -c -o lapack/libarpack_la-dnaupd.lo `test -f 'lapack/dnaupd.c' || echo './'`lapack/dnaupd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaupd.Tpo -c lapack/dnaupd.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dnaupd.o
lapack/dnaupd.c:723:17: warning: variable 'nopx' is uninitialized when used here [-Wuninitialized]
iparam[9] = nopx;
^~~~
lapack/dnaupd.c:472:17: note: initialize the variable 'nopx' to silence this warning
integer nopx;
^
= 0
lapack/dnaupd.c:724:18: warning: variable 'nbx' is uninitialized when used here [-Wuninitialized]
iparam[10] = nbx;
^~~
lapack/dnaupd.c:468:16: note: initialize the variable 'nbx' to silence this warning
integer nbx;
^
= 0
lapack/dnaupd.c:725:18: warning: variable 'nrorth' is uninitialized when used here [-Wuninitialized]
iparam[11] = nrorth;
^~~~~~
lapack/dnaupd.c:501:19: note: initialize the variable 'nrorth' to silence this warning
integer nrorth, nrstrt;
^
= 0
3 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaupd.Tpo -c lapack/dnaupd.c -o lapack/libarpack_la-dnaupd.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dnaupd.Tpo lapack/.deps/libarpack_la-dnaupd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaup2.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaup2.Tpo -c -o lapack/libarpack_la-dnaup2.lo `test -f 'lapack/dnaup2.c' || echo './'`lapack/dnaup2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaup2.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaup2.Tpo -c lapack/dnaup2.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dnaup2.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaup2.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaup2.Tpo -c lapack/dnaup2.c -o lapack/libarpack_la-dnaup2.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dnaup2.Tpo lapack/.deps/libarpack_la-dnaup2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dgetv0.lo -MD -MP -MF lapack/.deps/libarpack_la-dgetv0.Tpo -c -o lapack/libarpack_la-dgetv0.lo `test -f 'lapack/dgetv0.c' || echo './'`lapack/dgetv0.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dgetv0.lo -MD -MP -MF lapack/.deps/libarpack_la-dgetv0.Tpo -c lapack/dgetv0.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dgetv0.o
lapack/dgetv0.c:470:5: warning: variable 'tgetv0' is uninitialized when used here [-Wuninitialized]
tgetv0 += t1 - t0;
^~~~~~
lapack/dgetv0.c:176:16: note: initialize the variable 'tgetv0' to silence this warning
real tgetv0;
^
= 0.0
lapack/dgetv0.c:346:2: warning: variable 'tmvbx' is uninitialized when used here [-Wuninitialized]
tmvbx += t3 - t2;
^~~~~
lapack/dgetv0.c:172:15: note: initialize the variable 'tmvbx' to silence this warning
real tmvbx;
^
= 0.0
lapack/dgetv0.c:332:4: warning: variable 'nbx' is uninitialized when used here [-Wuninitialized]
++nbx;
^~~
lapack/dgetv0.c:157:20: note: initialize the variable 'nbx' to silence this warning
integer jj, nbx;
^
= 0
lapack/dgetv0.c:321:2: warning: variable 'tmvopx' is uninitialized when used here [-Wuninitialized]
tmvopx += t3 - t2;
^~~~~~
lapack/dgetv0.c:183:16: note: initialize the variable 'tmvopx' to silence this warning
real tmvopx;
^
= 0.0
lapack/dgetv0.c:294:8: warning: variable 'nopx' is uninitialized when used here [-Wuninitialized]
++nopx;
^~~~
lapack/dgetv0.c:162:17: note: initialize the variable 'nopx' to silence this warning
integer nopx;
^
= 0
5 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dgetv0.lo -MD -MP -MF lapack/.deps/libarpack_la-dgetv0.Tpo -c lapack/dgetv0.c -o lapack/libarpack_la-dgetv0.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dgetv0.Tpo lapack/.deps/libarpack_la-dgetv0.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dvout.lo -MD -MP -MF lapack/.deps/libarpack_la-dvout.Tpo -c -o lapack/libarpack_la-dvout.lo `test -f 'lapack/dvout.c' || echo './'`lapack/dvout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dvout.lo -MD -MP -MF lapack/.deps/libarpack_la-dvout.Tpo -c lapack/dvout.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dvout.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dvout.lo -MD -MP -MF lapack/.deps/libarpack_la-dvout.Tpo -c lapack/dvout.c -o lapack/libarpack_la-dvout.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dvout.Tpo lapack/.deps/libarpack_la-dvout.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-second.lo -MD -MP -MF lapack/.deps/libarpack_la-second.Tpo -c -o lapack/libarpack_la-second.lo `test -f 'lapack/second.c' || echo './'`lapack/second.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-second.lo -MD -MP -MF lapack/.deps/libarpack_la-second.Tpo -c lapack/second.c -fno-common -DPIC -o lapack/.libs/libarpack_la-second.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-second.lo -MD -MP -MF lapack/.deps/libarpack_la-second.Tpo -c lapack/second.c -o lapack/libarpack_la-second.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-second.Tpo lapack/.deps/libarpack_la-second.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dmout.lo -MD -MP -MF lapack/.deps/libarpack_la-dmout.Tpo -c -o lapack/libarpack_la-dmout.lo `test -f 'lapack/dmout.c' || echo './'`lapack/dmout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dmout.lo -MD -MP -MF lapack/.deps/libarpack_la-dmout.Tpo -c lapack/dmout.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dmout.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dmout.lo -MD -MP -MF lapack/.deps/libarpack_la-dmout.Tpo -c lapack/dmout.c -o lapack/libarpack_la-dmout.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dmout.Tpo lapack/.deps/libarpack_la-dmout.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaitr.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaitr.Tpo -c -o lapack/libarpack_la-dnaitr.lo `test -f 'lapack/dnaitr.c' || echo './'`lapack/dnaitr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaitr.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaitr.Tpo -c lapack/dnaitr.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dnaitr.o
lapack/dnaitr.c:523:2: warning: variable 'tnaitr' is uninitialized when used here [-Wuninitialized]
tnaitr += t1 - t0;
^~~~~~
lapack/dnaitr.c:296:24: note: initialize the variable 'tnaitr' to silence this warning
real titref, tnaitr;
^
= 0.0
lapack/dnaitr.c:883:5: warning: variable 'titref' is uninitialized when used here [-Wuninitialized]
titref += t5 - t4;
^~~~~~
lapack/dnaitr.c:296:16: note: initialize the variable 'titref' to silence this warning
real titref, tnaitr;
^
= 0.0
lapack/dnaitr.c:852:4: warning: variable 'nitref' is uninitialized when used here [-Wuninitialized]
++nitref;
^~~~~~
lapack/dnaitr.c:295:37: note: initialize the variable 'nitref' to silence this warning
integer logfil=0, ndigit, nitref, mnaitr=0;
^
= 0
lapack/dnaitr.c:623:2: warning: variable 'tmvbx' is uninitialized when used here [-Wuninitialized]
tmvbx += t3 - t2;
^~~~~
lapack/dnaitr.c:279:15: note: initialize the variable 'tmvbx' to silence this warning
real tmvbx;
^
= 0.0
lapack/dnaitr.c:583:20: warning: variable 't2' is uninitialized when used here [-Wuninitialized]
tmvopx += t3 - t2;
^~
lapack/dnaitr.c:251:20: note: initialize the variable 't2' to silence this warning
real t0, t1, t2, t3, t4, t5;
^
= 0.0
lapack/dnaitr.c:599:4: warning: variable 'nbx' is uninitialized when used here [-Wuninitialized]
++nbx;
^~~
lapack/dnaitr.c:254:16: note: initialize the variable 'nbx' to silence this warning
integer nbx;
^
= 0
lapack/dnaitr.c:736:7: warning: variable 'nrorth' is uninitialized when used here [-Wuninitialized]
++nrorth;
^~~~~~
lapack/dnaitr.c:299:19: note: initialize the variable 'nrorth' to silence this warning
integer nrorth;
^
= 0
lapack/dnaitr.c:583:5: warning: variable 'tmvopx' is uninitialized when used here [-Wuninitialized]
tmvopx += t3 - t2;
^~~~~~
lapack/dnaitr.c:302:16: note: initialize the variable 'tmvopx' to silence this warning
real tmvopx;
^
= 0.0
lapack/dnaitr.c:561:7: warning: variable 'nopx' is uninitialized when used here [-Wuninitialized]
++nopx;
^~~~
lapack/dnaitr.c:262:17: note: initialize the variable 'nopx' to silence this warning
integer nopx;
^
= 0
lapack/dnaitr.c:492:7: warning: variable 'nrstrt' is uninitialized when used here [-Wuninitialized]
++nrstrt;
^~~~~~
lapack/dnaitr.c:301:19: note: initialize the variable 'nrstrt' to silence this warning
integer nrstrt;
^
= 0
10 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnaitr.lo -MD -MP -MF lapack/.deps/libarpack_la-dnaitr.Tpo -c lapack/dnaitr.c -o lapack/libarpack_la-dnaitr.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dnaitr.Tpo lapack/.deps/libarpack_la-dnaitr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-ivout.lo -MD -MP -MF lapack/.deps/libarpack_la-ivout.Tpo -c -o lapack/libarpack_la-ivout.lo `test -f 'lapack/ivout.c' || echo './'`lapack/ivout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-ivout.lo -MD -MP -MF lapack/.deps/libarpack_la-ivout.Tpo -c lapack/ivout.c -fno-common -DPIC -o lapack/.libs/libarpack_la-ivout.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-ivout.lo -MD -MP -MF lapack/.deps/libarpack_la-ivout.Tpo -c lapack/ivout.c -o lapack/libarpack_la-ivout.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-ivout.Tpo lapack/.deps/libarpack_la-ivout.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnapps.lo -MD -MP -MF lapack/.deps/libarpack_la-dnapps.Tpo -c -o lapack/libarpack_la-dnapps.lo `test -f 'lapack/dnapps.c' || echo './'`lapack/dnapps.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnapps.lo -MD -MP -MF lapack/.deps/libarpack_la-dnapps.Tpo -c lapack/dnapps.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dnapps.o
lapack/dnapps.c:786:5: warning: variable 'tnapps' is uninitialized when used here [-Wuninitialized]
tnapps += t1 - t0;
^~~~~~
lapack/dnapps.c:219:16: note: initialize the variable 'tnapps' to silence this warning
real tnapps;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnapps.lo -MD -MP -MF lapack/.deps/libarpack_la-dnapps.Tpo -c lapack/dnapps.c -o lapack/libarpack_la-dnapps.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dnapps.Tpo lapack/.deps/libarpack_la-dnapps.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnconv.lo -MD -MP -MF lapack/.deps/libarpack_la-dnconv.Tpo -c -o lapack/libarpack_la-dnconv.lo `test -f 'lapack/dnconv.c' || echo './'`lapack/dnconv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnconv.lo -MD -MP -MF lapack/.deps/libarpack_la-dnconv.Tpo -c lapack/dnconv.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dnconv.o
lapack/dnconv.c:169:5: warning: variable 'tnconv' is uninitialized when used here [-Wuninitialized]
tnconv += t1 - t0;
^~~~~~
lapack/dnconv.c:99:16: note: initialize the variable 'tnconv' to silence this warning
real tnconv;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dnconv.lo -MD -MP -MF lapack/.deps/libarpack_la-dnconv.Tpo -c lapack/dnconv.c -o lapack/libarpack_la-dnconv.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dnconv.Tpo lapack/.deps/libarpack_la-dnconv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dneigh.lo -MD -MP -MF lapack/.deps/libarpack_la-dneigh.Tpo -c -o lapack/libarpack_la-dneigh.lo `test -f 'lapack/dneigh.c' || echo './'`lapack/dneigh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dneigh.lo -MD -MP -MF lapack/.deps/libarpack_la-dneigh.Tpo -c lapack/dneigh.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dneigh.o
lapack/dneigh.c:367:5: warning: variable 'tneigh' is uninitialized when used here [-Wuninitialized]
tneigh += t1 - t0;
^~~~~~
lapack/dneigh.c:152:16: note: initialize the variable 'tneigh' to silence this warning
real tneigh;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dneigh.lo -MD -MP -MF lapack/.deps/libarpack_la-dneigh.Tpo -c lapack/dneigh.c -o lapack/libarpack_la-dneigh.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dneigh.Tpo lapack/.deps/libarpack_la-dneigh.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dlaqrb.lo -MD -MP -MF lapack/.deps/libarpack_la-dlaqrb.Tpo -c -o lapack/libarpack_la-dlaqrb.lo `test -f 'lapack/dlaqrb.c' || echo './'`lapack/dlaqrb.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dlaqrb.lo -MD -MP -MF lapack/.deps/libarpack_la-dlaqrb.Tpo -c lapack/dlaqrb.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dlaqrb.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dlaqrb.lo -MD -MP -MF lapack/.deps/libarpack_la-dlaqrb.Tpo -c lapack/dlaqrb.c -o lapack/libarpack_la-dlaqrb.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dlaqrb.Tpo lapack/.deps/libarpack_la-dlaqrb.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dngets.lo -MD -MP -MF lapack/.deps/libarpack_la-dngets.Tpo -c -o lapack/libarpack_la-dngets.lo `test -f 'lapack/dngets.c' || echo './'`lapack/dngets.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dngets.lo -MD -MP -MF lapack/.deps/libarpack_la-dngets.Tpo -c lapack/dngets.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dngets.o
lapack/dngets.c:252:5: warning: variable 'tngets' is uninitialized when used here [-Wuninitialized]
tngets += t1 - t0;
^~~~~~
lapack/dngets.c:133:16: note: initialize the variable 'tngets' to silence this warning
real tngets;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dngets.lo -MD -MP -MF lapack/.deps/libarpack_la-dngets.Tpo -c lapack/dngets.c -o lapack/libarpack_la-dngets.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dngets.Tpo lapack/.deps/libarpack_la-dngets.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsortc.lo -MD -MP -MF lapack/.deps/libarpack_la-dsortc.Tpo -c -o lapack/libarpack_la-dsortc.lo `test -f 'lapack/dsortc.c' || echo './'`lapack/dsortc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsortc.lo -MD -MP -MF lapack/.deps/libarpack_la-dsortc.Tpo -c lapack/dsortc.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsortc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsortc.lo -MD -MP -MF lapack/.deps/libarpack_la-dsortc.Tpo -c lapack/dsortc.c -o lapack/libarpack_la-dsortc.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsortc.Tpo lapack/.deps/libarpack_la-dsortc.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstatn.lo -MD -MP -MF lapack/.deps/libarpack_la-dstatn.Tpo -c -o lapack/libarpack_la-dstatn.lo `test -f 'lapack/dstatn.c' || echo './'`lapack/dstatn.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstatn.lo -MD -MP -MF lapack/.deps/libarpack_la-dstatn.Tpo -c lapack/dstatn.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dstatn.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstatn.lo -MD -MP -MF lapack/.deps/libarpack_la-dstatn.Tpo -c lapack/dstatn.c -o lapack/libarpack_la-dstatn.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dstatn.Tpo lapack/.deps/libarpack_la-dstatn.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dneupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dneupd.Tpo -c -o lapack/libarpack_la-dneupd.lo `test -f 'lapack/dneupd.c' || echo './'`lapack/dneupd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dneupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dneupd.Tpo -c lapack/dneupd.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dneupd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dneupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dneupd.Tpo -c lapack/dneupd.c -o lapack/libarpack_la-dneupd.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dneupd.Tpo lapack/.deps/libarpack_la-dneupd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaupd.Tpo -c -o lapack/libarpack_la-dsaupd.lo `test -f 'lapack/dsaupd.c' || echo './'`lapack/dsaupd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaupd.Tpo -c lapack/dsaupd.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsaupd.o
lapack/dsaupd.c:724:17: warning: variable 'nopx' is uninitialized when used here [-Wuninitialized]
iparam[9] = nopx;
^~~~
lapack/dsaupd.c:471:17: note: initialize the variable 'nopx' to silence this warning
integer nopx;
^
= 0
lapack/dsaupd.c:725:18: warning: variable 'nbx' is uninitialized when used here [-Wuninitialized]
iparam[10] = nbx;
^~~
lapack/dsaupd.c:469:16: note: initialize the variable 'nbx' to silence this warning
integer nbx;
^
= 0
lapack/dsaupd.c:726:18: warning: variable 'nrorth' is uninitialized when used here [-Wuninitialized]
iparam[11] = nrorth;
^~~~~~
lapack/dsaupd.c:495:19: note: initialize the variable 'nrorth' to silence this warning
integer nrorth;
^
= 0
3 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaupd.Tpo -c lapack/dsaupd.c -o lapack/libarpack_la-dsaupd.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsaupd.Tpo lapack/.deps/libarpack_la-dsaupd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaup2.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaup2.Tpo -c -o lapack/libarpack_la-dsaup2.lo `test -f 'lapack/dsaup2.c' || echo './'`lapack/dsaup2.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaup2.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaup2.Tpo -c lapack/dsaup2.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsaup2.o
lapack/dsaup2.c:923:2: warning: variable 'tmvbx' is uninitialized when used here [-Wuninitialized]
tmvbx += t3 - t2;
^~~~~
lapack/dsaup2.c:244:15: note: initialize the variable 'tmvbx' to silence this warning
real tmvbx;
^
= 0.0
lapack/dsaup2.c:899:4: warning: variable 'nbx' is uninitialized when used here [-Wuninitialized]
++nbx;
^~~
lapack/dsaup2.c:225:16: note: initialize the variable 'nbx' to silence this warning
integer nbx;
^
= 0
2 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaup2.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaup2.Tpo -c lapack/dsaup2.c -o lapack/libarpack_la-dsaup2.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsaup2.Tpo lapack/.deps/libarpack_la-dsaup2.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaitr.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaitr.Tpo -c -o lapack/libarpack_la-dsaitr.lo `test -f 'lapack/dsaitr.c' || echo './'`lapack/dsaitr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaitr.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaitr.Tpo -c lapack/dsaitr.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsaitr.o
lapack/dsaitr.c:508:2: warning: variable 'tsaitr' is uninitialized when used here [-Wuninitialized]
tsaitr += t1 - t0;
^~~~~~
lapack/dsaitr.c:285:16: note: initialize the variable 'tsaitr' to silence this warning
real tsaitr;
^
= 0.0
lapack/dsaitr.c:889:5: warning: variable 'titref' is uninitialized when used here [-Wuninitialized]
titref += t5 - t4;
^~~~~~
lapack/dsaitr.c:282:16: note: initialize the variable 'titref' to silence this warning
real titref;
^
= 0.0
lapack/dsaitr.c:858:4: warning: variable 'nitref' is uninitialized when used here [-Wuninitialized]
++nitref;
^~~~~~
lapack/dsaitr.c:281:27: note: initialize the variable 'nitref' to silence this warning
integer ndigit, nitref;
^
= 0
lapack/dsaitr.c:614:2: warning: variable 'tmvbx' is uninitialized when used here [-Wuninitialized]
tmvbx += t3 - t2;
^~~~~
lapack/dsaitr.c:266:15: note: initialize the variable 'tmvbx' to silence this warning
real tmvbx;
^
= 0.0
lapack/dsaitr.c:567:20: warning: variable 't2' is uninitialized when used here [-Wuninitialized]
tmvopx += t3 - t2;
^~
lapack/dsaitr.c:245:20: note: initialize the variable 't2' to silence this warning
real t0, t1, t2, t3, t4, t5;
^
= 0.0
lapack/dsaitr.c:591:4: warning: variable 'nbx' is uninitialized when used here [-Wuninitialized]
++nbx;
^~~
lapack/dsaitr.c:248:16: note: initialize the variable 'nbx' to silence this warning
integer nbx;
^
= 0
lapack/dsaitr.c:745:7: warning: variable 'nrorth' is uninitialized when used here [-Wuninitialized]
++nrorth;
^~~~~~
lapack/dsaitr.c:286:19: note: initialize the variable 'nrorth' to silence this warning
integer nrorth;
^
= 0
lapack/dsaitr.c:567:5: warning: variable 'tmvopx' is uninitialized when used here [-Wuninitialized]
tmvopx += t3 - t2;
^~~~~~
lapack/dsaitr.c:289:16: note: initialize the variable 'tmvopx' to silence this warning
real tmvopx;
^
= 0.0
lapack/dsaitr.c:546:7: warning: variable 'nopx' is uninitialized when used here [-Wuninitialized]
++nopx;
^~~~
lapack/dsaitr.c:253:17: note: initialize the variable 'nopx' to silence this warning
integer nopx;
^
= 0
lapack/dsaitr.c:477:7: warning: variable 'nrstrt' is uninitialized when used here [-Wuninitialized]
++nrstrt;
^~~~~~
lapack/dsaitr.c:288:19: note: initialize the variable 'nrstrt' to silence this warning
integer nrstrt;
^
= 0
10 warnings generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsaitr.lo -MD -MP -MF lapack/.deps/libarpack_la-dsaitr.Tpo -c lapack/dsaitr.c -o lapack/libarpack_la-dsaitr.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsaitr.Tpo lapack/.deps/libarpack_la-dsaitr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsapps.lo -MD -MP -MF lapack/.deps/libarpack_la-dsapps.Tpo -c -o lapack/libarpack_la-dsapps.lo `test -f 'lapack/dsapps.c' || echo './'`lapack/dsapps.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsapps.lo -MD -MP -MF lapack/.deps/libarpack_la-dsapps.Tpo -c lapack/dsapps.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsapps.o
lapack/dsapps.c:611:5: warning: variable 'tsapps' is uninitialized when used here [-Wuninitialized]
tsapps += t1 - t0;
^~~~~~
lapack/dsapps.c:190:16: note: initialize the variable 'tsapps' to silence this warning
real tsapps;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsapps.lo -MD -MP -MF lapack/.deps/libarpack_la-dsapps.Tpo -c lapack/dsapps.c -o lapack/libarpack_la-dsapps.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsapps.Tpo lapack/.deps/libarpack_la-dsapps.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsconv.lo -MD -MP -MF lapack/.deps/libarpack_la-dsconv.Tpo -c -o lapack/libarpack_la-dsconv.lo `test -f 'lapack/dsconv.c' || echo './'`lapack/dsconv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsconv.lo -MD -MP -MF lapack/.deps/libarpack_la-dsconv.Tpo -c lapack/dsconv.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsconv.o
lapack/dsconv.c:159:5: warning: variable 'tsconv' is uninitialized when used here [-Wuninitialized]
tsconv += t1 - t0;
^~~~~~
lapack/dsconv.c:93:16: note: initialize the variable 'tsconv' to silence this warning
real tsconv;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsconv.lo -MD -MP -MF lapack/.deps/libarpack_la-dsconv.Tpo -c lapack/dsconv.c -o lapack/libarpack_la-dsconv.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsconv.Tpo lapack/.deps/libarpack_la-dsconv.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dseigt.lo -MD -MP -MF lapack/.deps/libarpack_la-dseigt.Tpo -c -o lapack/libarpack_la-dseigt.lo `test -f 'lapack/dseigt.c' || echo './'`lapack/dseigt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dseigt.lo -MD -MP -MF lapack/.deps/libarpack_la-dseigt.Tpo -c lapack/dseigt.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dseigt.o
lapack/dseigt.c:211:5: warning: variable 'tseigt' is uninitialized when used here [-Wuninitialized]
tseigt += t1 - t0;
^~~~~~
lapack/dseigt.c:122:16: note: initialize the variable 'tseigt' to silence this warning
real tseigt;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dseigt.lo -MD -MP -MF lapack/.deps/libarpack_la-dseigt.Tpo -c lapack/dseigt.c -o lapack/libarpack_la-dseigt.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dseigt.Tpo lapack/.deps/libarpack_la-dseigt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstqrb.lo -MD -MP -MF lapack/.deps/libarpack_la-dstqrb.Tpo -c -o lapack/libarpack_la-dstqrb.lo `test -f 'lapack/dstqrb.c' || echo './'`lapack/dstqrb.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstqrb.lo -MD -MP -MF lapack/.deps/libarpack_la-dstqrb.Tpo -c lapack/dstqrb.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dstqrb.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstqrb.lo -MD -MP -MF lapack/.deps/libarpack_la-dstqrb.Tpo -c lapack/dstqrb.c -o lapack/libarpack_la-dstqrb.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dstqrb.Tpo lapack/.deps/libarpack_la-dstqrb.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsgets.lo -MD -MP -MF lapack/.deps/libarpack_la-dsgets.Tpo -c -o lapack/libarpack_la-dsgets.lo `test -f 'lapack/dsgets.c' || echo './'`lapack/dsgets.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsgets.lo -MD -MP -MF lapack/.deps/libarpack_la-dsgets.Tpo -c lapack/dsgets.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsgets.o
lapack/dsgets.c:239:5: warning: variable 'tsgets' is uninitialized when used here [-Wuninitialized]
tsgets += t1 - t0;
^~~~~~
lapack/dsgets.c:130:16: note: initialize the variable 'tsgets' to silence this warning
real tsgets;
^
= 0.0
1 warning generated.
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsgets.lo -MD -MP -MF lapack/.deps/libarpack_la-dsgets.Tpo -c lapack/dsgets.c -o lapack/libarpack_la-dsgets.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsgets.Tpo lapack/.deps/libarpack_la-dsgets.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsortr.lo -MD -MP -MF lapack/.deps/libarpack_la-dsortr.Tpo -c -o lapack/libarpack_la-dsortr.lo `test -f 'lapack/dsortr.c' || echo './'`lapack/dsortr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsortr.lo -MD -MP -MF lapack/.deps/libarpack_la-dsortr.Tpo -c lapack/dsortr.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsortr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsortr.lo -MD -MP -MF lapack/.deps/libarpack_la-dsortr.Tpo -c lapack/dsortr.c -o lapack/libarpack_la-dsortr.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsortr.Tpo lapack/.deps/libarpack_la-dsortr.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstats.lo -MD -MP -MF lapack/.deps/libarpack_la-dstats.Tpo -c -o lapack/libarpack_la-dstats.lo `test -f 'lapack/dstats.c' || echo './'`lapack/dstats.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstats.lo -MD -MP -MF lapack/.deps/libarpack_la-dstats.Tpo -c lapack/dstats.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dstats.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dstats.lo -MD -MP -MF lapack/.deps/libarpack_la-dstats.Tpo -c lapack/dstats.c -o lapack/libarpack_la-dstats.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dstats.Tpo lapack/.deps/libarpack_la-dstats.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dseupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dseupd.Tpo -c -o lapack/libarpack_la-dseupd.lo `test -f 'lapack/dseupd.c' || echo './'`lapack/dseupd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dseupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dseupd.Tpo -c lapack/dseupd.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dseupd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dseupd.lo -MD -MP -MF lapack/.deps/libarpack_la-dseupd.Tpo -c lapack/dseupd.c -o lapack/libarpack_la-dseupd.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dseupd.Tpo lapack/.deps/libarpack_la-dseupd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsesrt.lo -MD -MP -MF lapack/.deps/libarpack_la-dsesrt.Tpo -c -o lapack/libarpack_la-dsesrt.lo `test -f 'lapack/dsesrt.c' || echo './'`lapack/dsesrt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsesrt.lo -MD -MP -MF lapack/.deps/libarpack_la-dsesrt.Tpo -c lapack/dsesrt.c -fno-common -DPIC -o lapack/.libs/libarpack_la-dsesrt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT lapack/libarpack_la-dsesrt.lo -MD -MP -MF lapack/.deps/libarpack_la-dsesrt.Tpo -c lapack/dsesrt.c -o lapack/libarpack_la-dsesrt.o >/dev/null 2>&1
mv -f lapack/.deps/libarpack_la-dsesrt.Tpo lapack/.deps/libarpack_la-dsesrt.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -I. -I../include -I../include -Wall -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -o libarpack.la lapack/libarpack_la-dnaupd.lo lapack/libarpack_la-dnaup2.lo lapack/libarpack_la-dgetv0.lo lapack/libarpack_la-dvout.lo lapack/libarpack_la-second.lo lapack/libarpack_la-dmout.lo lapack/libarpack_la-dnaitr.lo lapack/libarpack_la-ivout.lo lapack/libarpack_la-dnapps.lo lapack/libarpack_la-dnconv.lo lapack/libarpack_la-dneigh.lo lapack/libarpack_la-dlaqrb.lo lapack/libarpack_la-dngets.lo lapack/libarpack_la-dsortc.lo lapack/libarpack_la-dstatn.lo lapack/libarpack_la-dneupd.lo lapack/libarpack_la-dsaupd.lo lapack/libarpack_la-dsaup2.lo lapack/libarpack_la-dsaitr.lo lapack/libarpack_la-dsapps.lo lapack/libarpack_la-dsconv.lo lapack/libarpack_la-dseigt.lo lapack/libarpack_la-dstqrb.lo lapack/libarpack_la-dsgets.lo lapack/libarpack_la-dsortr.lo lapack/libarpack_la-dstats.lo lapack/libarpack_la-dseupd.lo lapack/libarpack_la-dsesrt.lo
libtool: link: ar cru .libs/libarpack.a lapack/.libs/libarpack_la-dnaupd.o lapack/.libs/libarpack_la-dnaup2.o lapack/.libs/libarpack_la-dgetv0.o lapack/.libs/libarpack_la-dvout.o lapack/.libs/libarpack_la-second.o lapack/.libs/libarpack_la-dmout.o lapack/.libs/libarpack_la-dnaitr.o lapack/.libs/libarpack_la-ivout.o lapack/.libs/libarpack_la-dnapps.o lapack/.libs/libarpack_la-dnconv.o lapack/.libs/libarpack_la-dneigh.o lapack/.libs/libarpack_la-dlaqrb.o lapack/.libs/libarpack_la-dngets.o lapack/.libs/libarpack_la-dsortc.o lapack/.libs/libarpack_la-dstatn.o lapack/.libs/libarpack_la-dneupd.o lapack/.libs/libarpack_la-dsaupd.o lapack/.libs/libarpack_la-dsaup2.o lapack/.libs/libarpack_la-dsaitr.o lapack/.libs/libarpack_la-dsapps.o lapack/.libs/libarpack_la-dsconv.o lapack/.libs/libarpack_la-dseigt.o lapack/.libs/libarpack_la-dstqrb.o lapack/.libs/libarpack_la-dsgets.o lapack/.libs/libarpack_la-dsortr.o lapack/.libs/libarpack_la-dstats.o lapack/.libs/libarpack_la-dseupd.o lapack/.libs/libarpack_la-dsesrt.o
libtool: link: ranlib .libs/libarpack.a
libtool: link: ( cd ".libs" && rm -f "libarpack.la" && ln -s "../libarpack.la" "libarpack.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi01.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi01.Tpo -c -o ../optional/glpk/libglpk_la-glpapi01.lo `test -f '../optional/glpk/glpapi01.c' || echo './'`../optional/glpk/glpapi01.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi01.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi01.Tpo -c ../optional/glpk/glpapi01.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi01.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi01.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi01.Tpo -c ../optional/glpk/glpapi01.c -o ../optional/glpk/libglpk_la-glpapi01.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi01.Tpo ../optional/glpk/.deps/libglpk_la-glpapi01.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi02.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi02.Tpo -c -o ../optional/glpk/libglpk_la-glpapi02.lo `test -f '../optional/glpk/glpapi02.c' || echo './'`../optional/glpk/glpapi02.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi02.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi02.Tpo -c ../optional/glpk/glpapi02.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi02.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi02.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi02.Tpo -c ../optional/glpk/glpapi02.c -o ../optional/glpk/libglpk_la-glpapi02.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi02.Tpo ../optional/glpk/.deps/libglpk_la-glpapi02.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi03.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi03.Tpo -c -o ../optional/glpk/libglpk_la-glpapi03.lo `test -f '../optional/glpk/glpapi03.c' || echo './'`../optional/glpk/glpapi03.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi03.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi03.Tpo -c ../optional/glpk/glpapi03.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi03.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi03.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi03.Tpo -c ../optional/glpk/glpapi03.c -o ../optional/glpk/libglpk_la-glpapi03.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi03.Tpo ../optional/glpk/.deps/libglpk_la-glpapi03.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi04.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi04.Tpo -c -o ../optional/glpk/libglpk_la-glpapi04.lo `test -f '../optional/glpk/glpapi04.c' || echo './'`../optional/glpk/glpapi04.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi04.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi04.Tpo -c ../optional/glpk/glpapi04.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi04.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi04.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi04.Tpo -c ../optional/glpk/glpapi04.c -o ../optional/glpk/libglpk_la-glpapi04.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi04.Tpo ../optional/glpk/.deps/libglpk_la-glpapi04.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi05.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi05.Tpo -c -o ../optional/glpk/libglpk_la-glpapi05.lo `test -f '../optional/glpk/glpapi05.c' || echo './'`../optional/glpk/glpapi05.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi05.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi05.Tpo -c ../optional/glpk/glpapi05.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi05.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi05.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi05.Tpo -c ../optional/glpk/glpapi05.c -o ../optional/glpk/libglpk_la-glpapi05.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi05.Tpo ../optional/glpk/.deps/libglpk_la-glpapi05.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi06.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi06.Tpo -c -o ../optional/glpk/libglpk_la-glpapi06.lo `test -f '../optional/glpk/glpapi06.c' || echo './'`../optional/glpk/glpapi06.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi06.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi06.Tpo -c ../optional/glpk/glpapi06.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi06.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi06.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi06.Tpo -c ../optional/glpk/glpapi06.c -o ../optional/glpk/libglpk_la-glpapi06.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi06.Tpo ../optional/glpk/.deps/libglpk_la-glpapi06.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi07.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi07.Tpo -c -o ../optional/glpk/libglpk_la-glpapi07.lo `test -f '../optional/glpk/glpapi07.c' || echo './'`../optional/glpk/glpapi07.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi07.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi07.Tpo -c ../optional/glpk/glpapi07.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi07.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi07.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi07.Tpo -c ../optional/glpk/glpapi07.c -o ../optional/glpk/libglpk_la-glpapi07.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi07.Tpo ../optional/glpk/.deps/libglpk_la-glpapi07.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi08.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi08.Tpo -c -o ../optional/glpk/libglpk_la-glpapi08.lo `test -f '../optional/glpk/glpapi08.c' || echo './'`../optional/glpk/glpapi08.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi08.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi08.Tpo -c ../optional/glpk/glpapi08.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi08.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi08.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi08.Tpo -c ../optional/glpk/glpapi08.c -o ../optional/glpk/libglpk_la-glpapi08.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi08.Tpo ../optional/glpk/.deps/libglpk_la-glpapi08.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi09.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi09.Tpo -c -o ../optional/glpk/libglpk_la-glpapi09.lo `test -f '../optional/glpk/glpapi09.c' || echo './'`../optional/glpk/glpapi09.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi09.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi09.Tpo -c ../optional/glpk/glpapi09.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi09.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi09.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi09.Tpo -c ../optional/glpk/glpapi09.c -o ../optional/glpk/libglpk_la-glpapi09.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi09.Tpo ../optional/glpk/.deps/libglpk_la-glpapi09.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi10.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi10.Tpo -c -o ../optional/glpk/libglpk_la-glpapi10.lo `test -f '../optional/glpk/glpapi10.c' || echo './'`../optional/glpk/glpapi10.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi10.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi10.Tpo -c ../optional/glpk/glpapi10.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi10.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi10.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi10.Tpo -c ../optional/glpk/glpapi10.c -o ../optional/glpk/libglpk_la-glpapi10.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi10.Tpo ../optional/glpk/.deps/libglpk_la-glpapi10.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi11.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi11.Tpo -c -o ../optional/glpk/libglpk_la-glpapi11.lo `test -f '../optional/glpk/glpapi11.c' || echo './'`../optional/glpk/glpapi11.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi11.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi11.Tpo -c ../optional/glpk/glpapi11.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi11.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi11.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi11.Tpo -c ../optional/glpk/glpapi11.c -o ../optional/glpk/libglpk_la-glpapi11.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi11.Tpo ../optional/glpk/.deps/libglpk_la-glpapi11.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi12.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi12.Tpo -c -o ../optional/glpk/libglpk_la-glpapi12.lo `test -f '../optional/glpk/glpapi12.c' || echo './'`../optional/glpk/glpapi12.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi12.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi12.Tpo -c ../optional/glpk/glpapi12.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi12.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi12.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi12.Tpo -c ../optional/glpk/glpapi12.c -o ../optional/glpk/libglpk_la-glpapi12.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi12.Tpo ../optional/glpk/.deps/libglpk_la-glpapi12.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi13.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi13.Tpo -c -o ../optional/glpk/libglpk_la-glpapi13.lo `test -f '../optional/glpk/glpapi13.c' || echo './'`../optional/glpk/glpapi13.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi13.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi13.Tpo -c ../optional/glpk/glpapi13.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi13.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi13.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi13.Tpo -c ../optional/glpk/glpapi13.c -o ../optional/glpk/libglpk_la-glpapi13.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi13.Tpo ../optional/glpk/.deps/libglpk_la-glpapi13.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi14.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi14.Tpo -c -o ../optional/glpk/libglpk_la-glpapi14.lo `test -f '../optional/glpk/glpapi14.c' || echo './'`../optional/glpk/glpapi14.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi14.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi14.Tpo -c ../optional/glpk/glpapi14.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi14.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi14.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi14.Tpo -c ../optional/glpk/glpapi14.c -o ../optional/glpk/libglpk_la-glpapi14.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi14.Tpo ../optional/glpk/.deps/libglpk_la-glpapi14.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi15.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi15.Tpo -c -o ../optional/glpk/libglpk_la-glpapi15.lo `test -f '../optional/glpk/glpapi15.c' || echo './'`../optional/glpk/glpapi15.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi15.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi15.Tpo -c ../optional/glpk/glpapi15.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi15.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi15.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi15.Tpo -c ../optional/glpk/glpapi15.c -o ../optional/glpk/libglpk_la-glpapi15.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi15.Tpo ../optional/glpk/.deps/libglpk_la-glpapi15.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi16.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi16.Tpo -c -o ../optional/glpk/libglpk_la-glpapi16.lo `test -f '../optional/glpk/glpapi16.c' || echo './'`../optional/glpk/glpapi16.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi16.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi16.Tpo -c ../optional/glpk/glpapi16.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi16.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi16.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi16.Tpo -c ../optional/glpk/glpapi16.c -o ../optional/glpk/libglpk_la-glpapi16.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi16.Tpo ../optional/glpk/.deps/libglpk_la-glpapi16.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi17.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi17.Tpo -c -o ../optional/glpk/libglpk_la-glpapi17.lo `test -f '../optional/glpk/glpapi17.c' || echo './'`../optional/glpk/glpapi17.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi17.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi17.Tpo -c ../optional/glpk/glpapi17.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi17.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi17.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi17.Tpo -c ../optional/glpk/glpapi17.c -o ../optional/glpk/libglpk_la-glpapi17.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi17.Tpo ../optional/glpk/.deps/libglpk_la-glpapi17.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi18.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi18.Tpo -c -o ../optional/glpk/libglpk_la-glpapi18.lo `test -f '../optional/glpk/glpapi18.c' || echo './'`../optional/glpk/glpapi18.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi18.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi18.Tpo -c ../optional/glpk/glpapi18.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi18.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi18.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi18.Tpo -c ../optional/glpk/glpapi18.c -o ../optional/glpk/libglpk_la-glpapi18.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi18.Tpo ../optional/glpk/.deps/libglpk_la-glpapi18.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi19.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi19.Tpo -c -o ../optional/glpk/libglpk_la-glpapi19.lo `test -f '../optional/glpk/glpapi19.c' || echo './'`../optional/glpk/glpapi19.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi19.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi19.Tpo -c ../optional/glpk/glpapi19.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpapi19.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpapi19.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpapi19.Tpo -c ../optional/glpk/glpapi19.c -o ../optional/glpk/libglpk_la-glpapi19.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpapi19.Tpo ../optional/glpk/.deps/libglpk_la-glpapi19.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpavl.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpavl.Tpo -c -o ../optional/glpk/libglpk_la-glpavl.lo `test -f '../optional/glpk/glpavl.c' || echo './'`../optional/glpk/glpavl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpavl.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpavl.Tpo -c ../optional/glpk/glpavl.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpavl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpavl.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpavl.Tpo -c ../optional/glpk/glpavl.c -o ../optional/glpk/libglpk_la-glpavl.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpavl.Tpo ../optional/glpk/.deps/libglpk_la-glpavl.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpbfd.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpbfd.Tpo -c -o ../optional/glpk/libglpk_la-glpbfd.lo `test -f '../optional/glpk/glpbfd.c' || echo './'`../optional/glpk/glpbfd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpbfd.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpbfd.Tpo -c ../optional/glpk/glpbfd.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpbfd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpbfd.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpbfd.Tpo -c ../optional/glpk/glpbfd.c -o ../optional/glpk/libglpk_la-glpbfd.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpbfd.Tpo ../optional/glpk/.deps/libglpk_la-glpbfd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpbfx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpbfx.Tpo -c -o ../optional/glpk/libglpk_la-glpbfx.lo `test -f '../optional/glpk/glpbfx.c' || echo './'`../optional/glpk/glpbfx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpbfx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpbfx.Tpo -c ../optional/glpk/glpbfx.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpbfx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpbfx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpbfx.Tpo -c ../optional/glpk/glpbfx.c -o ../optional/glpk/libglpk_la-glpbfx.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpbfx.Tpo ../optional/glpk/.deps/libglpk_la-glpbfx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpcpx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpcpx.Tpo -c -o ../optional/glpk/libglpk_la-glpcpx.lo `test -f '../optional/glpk/glpcpx.c' || echo './'`../optional/glpk/glpcpx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpcpx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpcpx.Tpo -c ../optional/glpk/glpcpx.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpcpx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpcpx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpcpx.Tpo -c ../optional/glpk/glpcpx.c -o ../optional/glpk/libglpk_la-glpcpx.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpcpx.Tpo ../optional/glpk/.deps/libglpk_la-glpcpx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpdmp.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpdmp.Tpo -c -o ../optional/glpk/libglpk_la-glpdmp.lo `test -f '../optional/glpk/glpdmp.c' || echo './'`../optional/glpk/glpdmp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpdmp.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpdmp.Tpo -c ../optional/glpk/glpdmp.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpdmp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpdmp.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpdmp.Tpo -c ../optional/glpk/glpdmp.c -o ../optional/glpk/libglpk_la-glpdmp.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpdmp.Tpo ../optional/glpk/.deps/libglpk_la-glpdmp.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpdmx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpdmx.Tpo -c -o ../optional/glpk/libglpk_la-glpdmx.lo `test -f '../optional/glpk/glpdmx.c' || echo './'`../optional/glpk/glpdmx.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpdmx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpdmx.Tpo -c ../optional/glpk/glpdmx.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpdmx.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpdmx.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpdmx.Tpo -c ../optional/glpk/glpdmx.c -o ../optional/glpk/libglpk_la-glpdmx.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpdmx.Tpo ../optional/glpk/.deps/libglpk_la-glpdmx.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv01.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv01.Tpo -c -o ../optional/glpk/libglpk_la-glpenv01.lo `test -f '../optional/glpk/glpenv01.c' || echo './'`../optional/glpk/glpenv01.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv01.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv01.Tpo -c ../optional/glpk/glpenv01.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpenv01.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv01.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv01.Tpo -c ../optional/glpk/glpenv01.c -o ../optional/glpk/libglpk_la-glpenv01.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpenv01.Tpo ../optional/glpk/.deps/libglpk_la-glpenv01.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv02.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv02.Tpo -c -o ../optional/glpk/libglpk_la-glpenv02.lo `test -f '../optional/glpk/glpenv02.c' || echo './'`../optional/glpk/glpenv02.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv02.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv02.Tpo -c ../optional/glpk/glpenv02.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpenv02.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv02.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv02.Tpo -c ../optional/glpk/glpenv02.c -o ../optional/glpk/libglpk_la-glpenv02.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpenv02.Tpo ../optional/glpk/.deps/libglpk_la-glpenv02.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv03.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv03.Tpo -c -o ../optional/glpk/libglpk_la-glpenv03.lo `test -f '../optional/glpk/glpenv03.c' || echo './'`../optional/glpk/glpenv03.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv03.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv03.Tpo -c ../optional/glpk/glpenv03.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpenv03.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv03.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv03.Tpo -c ../optional/glpk/glpenv03.c -o ../optional/glpk/libglpk_la-glpenv03.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpenv03.Tpo ../optional/glpk/.deps/libglpk_la-glpenv03.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv04.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv04.Tpo -c -o ../optional/glpk/libglpk_la-glpenv04.lo `test -f '../optional/glpk/glpenv04.c' || echo './'`../optional/glpk/glpenv04.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv04.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv04.Tpo -c ../optional/glpk/glpenv04.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpenv04.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv04.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv04.Tpo -c ../optional/glpk/glpenv04.c -o ../optional/glpk/libglpk_la-glpenv04.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpenv04.Tpo ../optional/glpk/.deps/libglpk_la-glpenv04.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv05.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv05.Tpo -c -o ../optional/glpk/libglpk_la-glpenv05.lo `test -f '../optional/glpk/glpenv05.c' || echo './'`../optional/glpk/glpenv05.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv05.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv05.Tpo -c ../optional/glpk/glpenv05.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpenv05.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv05.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv05.Tpo -c ../optional/glpk/glpenv05.c -o ../optional/glpk/libglpk_la-glpenv05.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpenv05.Tpo ../optional/glpk/.deps/libglpk_la-glpenv05.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv06.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv06.Tpo -c -o ../optional/glpk/libglpk_la-glpenv06.lo `test -f '../optional/glpk/glpenv06.c' || echo './'`../optional/glpk/glpenv06.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv06.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv06.Tpo -c ../optional/glpk/glpenv06.c -fno-common -DPIC -o ../optional/glpk/.libs/libglpk_la-glpenv06.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv06.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv06.Tpo -c ../optional/glpk/glpenv06.c -o ../optional/glpk/libglpk_la-glpenv06.o >/dev/null 2>&1
mv -f ../optional/glpk/.deps/libglpk_la-glpenv06.Tpo ../optional/glpk/.deps/libglpk_la-glpenv06.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -I../optional/glpk -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/danielsprague/anaconda3/include -MT ../optional/glpk/libglpk_la-glpenv07.lo -MD -MP -MF ../optional/glpk/.deps/libglpk_la-glpenv07.Tpo -c -o ../optional/glpk/libglpk_la-glpenv07.lo `test -f '../optional/glpk/glpenv07.c' || echo './'`../optional/glpk/glpenv07.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include -fPIC -I/Users/danielsprague/anaconda3/include/libxml2 -I/Users/daniels
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment