Created
October 25, 2013 20:01
-
-
Save flamingbear/7160980 to your computer and use it in GitHub Desktop.
netcdf brew problem on maverick.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(flask)savoie@savoie-laptop ~$ brew doctor | |
Your system is ready to brew. | |
(flask)savoie@savoie-laptop ~$ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: a804b56a598cfe9a12107fda448ce1e92d4b0c68 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.1 | |
CLT: 5.0.1.0.1.1382131676 | |
Clang: 5.0 build 500 | |
X11: 2.7.4 => /opt/X11 | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /Users/savoie/.virtual_envs/flask/bin/python | |
Ruby: /Users/savoie/.rbenv/shims/ruby | |
(flask)savoie@savoie-laptop ~$ brew install -v netcdf 2>&1 | |
==> Downloading http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-4.2.1.1.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/netcdf-4.2.1.1.tar.gz | |
tar xf /Library/Caches/Homebrew/netcdf-4.2.1.1.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/netcdf/4.2.1.1 --enable-static --enable-shared --enable-netcdf4 --disable-doxygen | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/netcdf/4.2.1.1 --enable-static --enable-shared --enable-netcdf4 --disable-doxygen | |
configure: netCDF 4.2.1.1 | |
checking build system type... x86_64-apple-darwin13.0.0 | |
checking host system type... x86_64-apple-darwin13.0.0 | |
checking target system type... x86_64-apple-darwin13.0.0 | |
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 | |
configure: checking user options | |
checking whether a win32 DLL is desired... no | |
checking whether a NCIO_MINBLOCKSIZE was specified... 256 | |
checking if fsync support is enabled... yes | |
checking whether extra valgrind tests should be run... no | |
checking whether we should try to build netCDF-4... yes | |
checking whether reading of HDF4 SD files is to be enabled... no | |
checking whether to fetch some sample HDF4 files from Unidata ftp site to test HDF4 reading (requires wget)... no | |
checking whether parallel I/O for classic and 64-bit offset files using parallel-netcdf is to be enabled... no | |
checking whether extra example tests should be run... no | |
checking whether parallel IO tests should be run... no | |
checking whether a default chunk size in bytes was specified... 4194304 | |
checking whether a maximum per-variable cache size for HDF5 was specified... 67108864 | |
checking whether a number of chunks for the default per-variable cache was specified... 10 | |
checking whether a default file cache size for HDF5 was specified... 4194304 | |
checking whether a default file cache maximum number of elements for HDF5 was specified... 1009 | |
checking whether a default cache preemption for HDF5 was specified... 0.75 | |
checking whether netCDF-4 logging is enabled... no | |
checking whether cdmremote client is to be built... no | |
checking whether DAP client is to be built... yes | |
checking for style of include used by make... GNU | |
checking for gcc... cc | |
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 cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking dependency style of cc... none | |
checking for curl_easy_setopt in -lcurl... yes | |
checking for library containing curl_easy_setopt... -lcurl | |
checking whether dap remote testing should be enabled (default on)... yes | |
checking whether netcdf4 group names should be enabled (default on)... yes | |
checking whether the time-consuming dap tests should be enabled (default off)... no | |
checking whether netCDF extra tests should be run (developers only)... no | |
checking whether FFIO will be used... no | |
checking whether examples should be built... yes | |
checking whether v2 netCDF API should be built... yes | |
checking whether the ncgen/ncdump/nccopy should be built... yes | |
checking whether test should be built and run... yes | |
checking whether large file (> 2GB) tests should be run... no | |
checking whether benchmaks should be run (experimental)... no | |
checking whether extreme numbers should be used in tests... yes | |
checking where to put large temp files if large file tests are run... . | |
configure: finding C compiler | |
checking for gcc... (cached) cc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether cc accepts -g... (cached) yes | |
checking for cc option to accept ISO C89... (cached) none needed | |
checking dependency style of cc... (cached) none | |
checking whether cc understands -c and -o together... yes | |
checking for an ANSI C-conforming const... yes | |
checking whether a CURLOPT_KEYPASSWD is defined... yes | |
configure: setting up libtool | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin13.0.0 file names to x86_64-apple-darwin13.0.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin13.0.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from cc 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... brew: superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... brew: superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
yes | |
checking how to run the C preprocessor... cc -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if cc supports -fno-rtti -fno-exceptions... yes | |
checking for cc option to produce PIC... -fno-common -DPIC | |
checking if cc PIC flag -fno-common -DPIC works... yes | |
checking if cc static flag -static works... no | |
checking if cc supports -c -o file.o... yes | |
checking if cc supports -c -o file.o... (cached) yes | |
checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin13.0.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
configure: finding other utilities | |
checking for doxygen... no | |
configure: WARNING: Doxygen not found - documentation will not be built | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
configure: displaying some results | |
checking CPPFLAGS... | |
checking CC CFLAGS... cc -g -O2 | |
checking type cc... cc is hashed (/usr/local/Library/ENV/4.3/cc) | |
checking CXX... c++ | |
checking CXXFLAGS... | |
checking type c++... c++ is /usr/local/Library/ENV/4.3/c++ | |
checking FC... unset | |
checking F90... unset | |
checking AR... ar | |
checking AR_FLAGS... cru | |
checking type ar... ar is hashed (/usr/bin/ar) | |
checking NM... /usr/bin/nm | |
checking NMFLAGS... | |
configure: checking types, headers, and functions | |
checking for stdlib.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking for ANSI C header files... (cached) yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking stdio.h usability... yes | |
checking stdio.h presence... yes | |
checking for stdio.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/stat.h... (cached) yes | |
checking getopt.h usability... yes | |
checking getopt.h presence... yes | |
checking for getopt.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking for stdbool.h that conforms to C99... yes | |
checking for _Bool... yes | |
checking for strlcat... yes | |
checking for strerror... yes | |
checking for snprintf... yes | |
checking for strchr... yes | |
checking for strrchr... yes | |
checking for strcat... yes | |
checking for strcpy... yes | |
checking for strdup... yes | |
checking for strcasecmp... yes | |
checking for strtod... yes | |
checking for strtoll... yes | |
checking for strtoull... yes | |
checking for strstr... yes | |
checking for mkstemp... yes | |
checking for rand... yes | |
checking for getrlimit... yes | |
checking for gettimeofday... yes | |
checking for fsync... yes | |
checking for MPI_Comm_f2c... no | |
checking whether in-memory files are enabled... yes | |
checking for memmove... yes | |
checking for getpagesize... yes | |
checking for sysconf... yes | |
checking whether mmap is enabled for in-memory files... no | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for getpagesize... (cached) yes | |
checking for working mmap... yes | |
checking for mremap... no | |
mmap function or mremap function is not available: disabling mmap | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking whether isnan is declared... yes | |
checking whether isinf is declared... yes | |
checking whether isfinite is declared... yes | |
checking whether signbit is declared... yes | |
checking for struct stat.st_blksize... yes | |
checking for IEEE floating point format... yes | |
checking for size_t... (cached) yes | |
checking for off_t... yes | |
checking for ssize_t... yes | |
checking for ptrdiff_t... yes | |
checking for uchar... no | |
checking for longlong... no | |
checking whether char is unsigned... no | |
checking whether byte ordering is bigendian... no | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of float... 4 | |
checking size of double... 8 | |
checking size of off_t... 8 | |
checking size of size_t... 8 | |
checking for library containing deflate... -lz | |
checking for floor in -lm... yes | |
checking for library containing SZ_Compress... -lsz | |
checking for library containing H5Fflush... -lhdf5 | |
checking for library containing H5DSis_scale... -lhdf5_hl | |
checking hdf5.h usability... yes | |
checking hdf5.h presence... yes | |
checking for hdf5.h... yes | |
checking for H5Pget_fapl_mpiposix... no | |
checking for H5Pget_fapl_mpio... no | |
checking for H5Pset_deflate... yes | |
checking for H5Z_SZIP... yes | |
checking whether parallel I/O features are to be included... no | |
checking for long long int... yes | |
checking for unsigned long long int... yes | |
checking what to call the output of the ftpbin target... binary-netcdf-4.2.1.1.tar c++ | |
checking binary distribution directory... /home/ftp/pub/binary/dummy_system | |
checking value of LIBS... -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
configure: generating header files and makefiles | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating nc-config | |
config.status: creating netcdf.pc | |
config.status: creating include/Makefile | |
config.status: creating h5_test/Makefile | |
config.status: creating man4/Makefile | |
config.status: creating man4/images/Makefile | |
config.status: creating libsrc/Makefile | |
config.status: creating libsrc4/Makefile | |
config.status: creating nctest/Makefile | |
config.status: creating nc_test4/Makefile | |
config.status: creating nc_test/Makefile | |
config.status: creating ncdump/Makefile | |
config.status: creating ncgen3/Makefile | |
config.status: creating ncgen/Makefile | |
config.status: creating examples/Makefile | |
config.status: creating examples/C/Makefile | |
config.status: creating examples/CDL/Makefile | |
config.status: creating oc/Makefile | |
config.status: creating libdap2/Makefile | |
config.status: creating libcdmr/Makefile | |
config.status: creating librpc/Makefile | |
config.status: creating libdispatch/Makefile | |
config.status: creating liblib/Makefile | |
config.status: creating ncdump/cdl4/Makefile | |
config.status: creating ncdump/expected4/Makefile | |
config.status: creating ncdap_test/Makefile | |
config.status: creating ncdap_test/testdata3/Makefile | |
config.status: creating ncdap_test/expected3/Makefile | |
config.status: creating ncdap_test/expected4/Makefile | |
config.status: creating ncdap_test/expectremote3/Makefile | |
config.status: creating ncdap_test/expectremote4/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
==> make install | |
make install | |
Making install in include | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/netcdf/4.2.1.1/include" || .././install-sh -c -d "/usr/local/Cellar/netcdf/4.2.1.1/include" | |
/usr/bin/install -c -m 644 netcdf.h '/usr/local/Cellar/netcdf/4.2.1.1/include' | |
Making install in oc | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-occurlfunctions.lo `test -f 'occurlfunctions.c' || echo './'`occurlfunctions.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-dapparse.lo `test -f 'dapparse.c' || echo './'`dapparse.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-daplex.lo `test -f 'daplex.c' || echo './'`daplex.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocuri.lo `test -f 'ocuri.c' || echo './'`ocuri.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ochttp.lo `test -f 'ochttp.c' || echo './'`ochttp.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocbytes.lo `test -f 'ocbytes.c' || echo './'`ocbytes.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-oc.lo `test -f 'oc.c' || echo './'`oc.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-occontent.lo `test -f 'occontent.c' || echo './'`occontent.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c dapparse.c -fno-common -DPIC -o .libs/liboc_la-dapparse.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocuri.c -fno-common -DPIC -o .libs/liboc_la-ocuri.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c occurlfunctions.c -fno-common -DPIC -o .libs/liboc_la-occurlfunctions.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ochttp.c -fno-common -DPIC -o .libs/liboc_la-ochttp.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocbytes.c -fno-common -DPIC -o .libs/liboc_la-ocbytes.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c occontent.c -fno-common -DPIC -o .libs/liboc_la-occontent.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c oc.c -fno-common -DPIC -o .libs/liboc_la-oc.o | |
libtool: compile: cc -DHAVE_CONFIG_Hbrew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/O -I. -I.. -I.. -I../include -g -O2 -c daplex.c -fno-common -DPIC -o .libs/liboc_la-daplex.o | |
penGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocuri.c -o liboc_la-ocuri.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c dapparse.c -o liboc_la-dapparse.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocbytes.c -o liboc_la-ocbytes.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c occurlfunctions.c -o liboc_la-occurlfunctions.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c oc.c -o liboc_la-oc.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c occontent.c -o liboc_la-occontent.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ochttp.c -o liboc_la-ochttp.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocdebug.lo `test -f 'ocdebug.c' || echo './'`ocdebug.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocdrno.lo `test -f 'ocdrno.c' || echo './'`ocdrno.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c daplex.c -o liboc_la-daplex.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocdebug.c -fno-common -DPIC -o .libs/liboc_la-ocdebug.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocdrno.c -fno-common -DPIC -o .libs/liboc_la-ocdrno.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocdump.lo `test -f 'ocdump.c' || echo './'`ocdump.c | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocinternal.lo `test -f 'ocinternal.c' || echo './'`ocinternal.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-oclist.lo `test -f 'oclist.c' || echo './'`oclist.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-oclog.lo `test -f 'oclog.c' || echo './'`oclog.c | |
/bin/sh ../libtool --tlibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocinternal.c -fno-common -DPIC -o .libs/liboc_la-ocinternal.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocdump.c -fno-common -DPIC -o .libs/liboc_la-ocdump.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c oclist.c -fno-common -DPIC -o .libs/liboc_la-oclist.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c oclog.c -fno-common -DPIC -o .libs/liboc_la-oclog.o | |
ag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocnode.lo `test -f 'ocnode.c' || echo './'`ocnode.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocdebug.c -o liboc_la-ocdebug.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocdrno.c -o liboc_la-ocdrno.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocnode.c -fno-common -DPIC -o .libs/liboc_la-ocnode.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
liboc_la-ocutil.lo `test -f 'ocutil.c' || echo './'`ocutil.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-occlientparams.lo `test -f 'occlientparams.c' || echo './'`occlientparams.c | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocutil.c -fno-common -DPIC -o .libs/liboc_la-ocutil.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c oclog.c -o liboc_la-oclog.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c oclist.c -o liboc_la-oclist.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocrc.lo `test -f 'ocrc.c' || echo './'`ocrc.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocinternal.c -o liboc_la-ocinternal.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c occlientparams.c -fno-common -DPIC -o .libs/liboc_la-occlientparams.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocrc.c -fno-common -DPIC -o .libs/liboc_la-ocrc.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-ocread.lo `test -f 'ocread.c' || echo './'`ocread.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-xxdr.lo `test -f 'xxdr.c' || echo './'`xxdr.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocdump.c -o liboc_la-ocdump.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocnode.c -o liboc_la-ocnode.o >/dev/null 2>&1 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c xxdr.c -fno-common -DPIC -o .libs/liboc_la-xxdr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocread.c -fno-common -DPIC -o .libs/liboc_la-ocread.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocutil.c -o liboc_la-ocutil.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c -o liboc_la-daptab.lo `test -f 'daptab.c' || echo './'`daptab.c | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c occlientparams.c -o liboc_la-occlientparams.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c daptab.c -fno-common -DPIC -o .libs/liboc_la-daptab.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocrc.c -o liboc_la-ocrc.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c ocread.c -o liboc_la-ocread.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c xxdr.c -o liboc_la-xxdr.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -c daptab.c -o liboc_la-daptab.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -o liboc.la liboc_la-occurlfunctions.lo liboc_la-dapparse.lo liboc_la-daplex.lo liboc_la-ocuri.lo liboc_la-ochttp.lo liboc_la-ocbytes.lo liboc_la-oc.lo liboc_la-occontent.lo liboc_la-ocdebug.lo liboc_la-ocdrno.lo liboc_la-ocdump.lo liboc_la-ocinternal.lo liboc_la-oclist.lo liboc_la-oclog.lo liboc_la-ocnode.lo liboc_la-ocutil.lo liboc_la-occlientparams.lo liboc_la-ocrc.lo liboc_la-ocread.lo liboc_la-xxdr.lo liboc_la-daptab.lo -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
libtool: link: ar cru .libs/liboc.a .libs/liboc_la-occurlfunctions.o .libs/liboc_la-dapparse.o .libs/liboc_la-daplex.o .libs/liboc_la-ocuri.o .libs/liboc_la-ochttp.o .libs/liboc_la-ocbytes.o .libs/liboc_la-oc.o .libs/liboc_la-occontent.o .libs/liboc_la-ocdebug.o .libs/liboc_la-ocdrno.o .libs/liboc_la-ocdump.o .libs/liboc_la-ocinternal.o .libs/liboc_la-oclist.o .libs/liboc_la-oclog.o .libs/liboc_la-ocnode.o .libs/liboc_la-ocutil.o .libs/liboc_la-occlientparams.o .libs/liboc_la-ocrc.o .libs/liboc_la-ocread.o .libs/liboc_la-xxdr.o .libs/liboc_la-daptab.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/liboc.a(liboc_la-ocdrno.o) has no symbols | |
libtool: link: ranlib .libs/liboc.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/liboc.a(liboc_la-ocdrno.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "liboc.la" && ln -s "../liboc.la" "liboc.la" ) | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in h5_test | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in libdispatch | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dparallel.lo `test -f 'dparallel.c' || echo './'`dparallel.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dcopy.lo `test -f 'dcopy.c' || echo './'`dcopy.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dfile.lo `test -f 'dfile.c' || echo './'`dfile.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dparallel.c -fno-common -DPIC -o .libs/libdispatch_la-dparallel.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dcopy.c -fno-common -DPIC -o .libs/libdispatch_la-dcopy.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-ddim.lo `test -f 'ddim.c' || echo './'`ddim.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-datt.lo `test -f 'datt.c' || echo './'`datt.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dattinq.lo `test -f 'dattinq.c' || echo './'`dattinq.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dattput.lo `test -f 'dattput.c' || echo './'`dattput.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dattget.lo `test -f 'dattget.c' || echo './'`dattget.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dattput.c -fno-common -DPIC -o .libs/libdispatch_la-dattput.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ddim.c -fno-common -DPIC -o .libs/libdispatch_la-ddim.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dfile.c -fno-common -DPIC -o .libs/libdispatch_la-dfile.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c datt.c -fno-common -DPIC -o .libs/libdispatch_la-datt.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dattinq.c -fno-common -DPIC -o .libs/libdispatch_la-dattinq.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dattget.c -fno-common -DPIC -o .libs/libdispatchlibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dparallel.c -o libdispatch_la-dparallel.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dcopy.c -o libdispatch_la-dcopy.o >/dev/null 2>&1 | |
_la-dattget.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ddim.c -o libdispatch_la-ddim.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dattput.c -o libdispatch_la-dattput.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dfile.c -o libdispatch_la-dfile.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c datt.c -o libdispatch_la-datt.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dattinq.c -o libdispatch_la-dattinq.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-derror.lo `test -f 'derror.c' || echo './'`derror.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dvar.lo `test -f 'dvar.c' || echo './'`dvar.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dvarglibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dattget.c -o libdispatch_la-dattget.o >/dev/null 2>&1 | |
et.lo `test -f 'dvarget.c' || echo './'`dvarget.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvar.c -fno-common -DPIC -o .libs/libdispatch_la-dvar.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c derror.c -fno-common -DPIC -o .libs/libdispatch_la-derror.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dvarput.lo `test -f 'dvarput.c' || echo './'`dvarput.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dvarinq.lo `test -f 'dvarinq.c' || echo './'`dvarinq.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-ddispatch.lo `test -f 'ddispatch.c' || echo './'`ddispatch.c | |
/bin/sh ../librew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvarget.c -fno-common -DPIC -o .libs/libdispatch_la-dvarget.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvarput.c -fno-common -DPIC -o .libs/libdispatch_la-dvarput.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvarinq.c -fno-common -DPIC -o .libs/libdispatch_la-dvarinq.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ddispatch.c -fno-common -DPIC -o .libs/libdispatch_la-ddispatch.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
btool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dnclog.lo `test -f 'dnclog.c' || echo './'`dnclog.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c derror.c -o libdispatch_la-derror.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvar.c -o libdispatch_la-dvar.o >/dev/null 2>&1 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dnclog.c -fno-common -DPIC -o .libs/libdispatch_la-dnclog.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ddispatch.c -o libdispatch_la-ddispatch.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dstring.lo `test -f 'dstring.c' || echo './'`dstring.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dutf8proc.lo `test -f 'dutf8proc.c' || echo './'`dutf8proc.c | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Librlibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dutf8proc.c -fno-common -DPIC -o .libs/libdispatch_la-dutf8proc.o | |
ary/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dstring.c -fno-common -DPIC -o .libs/libdispatch_la-dstring.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvarput.c -o libdispatch_la-dvarput.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvarget.c -o libdispatch_la-dvarget.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvarinq.c -o libdispatch_la-dvarinq.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-nc_uri.lo `test -f 'nc_uri.c' || echo './'`nc_uri.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-nclist.lo `test -f 'nclist.c' || echo './'`nclist.c | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc_uri.c -fno-common -DPIC -o .libs/libdispatch_la-nc_uri.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dnclog.c -o libdispatch_la-dnclog.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-ncbytes.lo `test -f 'ncbytes.c' || echo './'`ncbytes.c | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -marclibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nclist.c -fno-common -DPIC -o .libs/libdispatch_la-nclist.o | |
h=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncbytes.c -fno-common -DPIC -o .libs/libdispatch_la-ncbytes.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dstring.c -o libdispatch_la-dstring.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-nchashmap.lo `test -f 'nchashmap.c' || echo './'`nchashmap.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-nctime.lo `test -f 'nctime.c' || echo './'`nctime.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nchashmap.c -fno-common -DPIC -o .libs/libdispatch_la-nchashmap.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nctime.c -fno-common -DPIC -o .libs/libdispatch_la-nctime.o | |
g -O2 -c -o libdispatch_la-dsubstrate.lo `test -f 'dsubstrate.c' || echo './'`dsubstrate.c | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc_uri.c -o libdispatch_la-nc_uri.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dsubstrate.c -fno-common -DPIC -o .libs/libdispatch_la-dsubstrate.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
oc -g -O2 -c -o libdispatch_la-dgroup.lo `test -f 'dgroup.c' || echo './'`dgroup.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncbytes.c -o libdispatch_la-ncbytes.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nclist.c -o libdispatch_la-nclist.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -gbrew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dgroup.c -fno-common -DPIC -o .libs/libdispatch_la-dgroup.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nchashmap.c -o libdispatch_la-nchashmap.o >/dev/null 2>&1 | |
-O2 -c -o libdispatch_la-dvlen.lo `test -f 'dvlen.c' || echo './'`dvlen.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dcompound.lo `test -f 'dcompound.c' || echo './'`dcompound.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dtype.lo `test -f 'dtype.c' || echo './'`dtype.c | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvlen.c -fno-common -DPIC -o .libs/libdispatch_la-dvlen.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dcompound.c -fno-common -DPIC -o .libs/libdispatch_la-dcompound.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dtype.c -fno-common -DPIC -o .libs/libdispatch_la-dtype.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nctime.c -o libdispatch_la-nctime.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dutf8proc.c -o libdispatch_la-dutf8proc.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-denum.lo `test -f 'denum.c' || echo './'`denum.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dsubstrate.c -o libdispatch_la-dsubstrate.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c denum.c -fno-common -DPIC -o .libs/libdispatch_la-denum.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dgroup.c -o libdispatch_la-dgroup.o >/dev/null 2>&1 | |
brew: superenv removed: libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dvlen.c -o libdispatch_la-dvlen.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dtype.c -o libdispatch_la-dtype.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dcompound.c -o libdispatch_la-dcompound.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-dopaque.lo `test -f 'dopaque.c' || echo './'`dopaque.c | |
-g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libdispatch_la-ncaux.lo `test -f 'ncaux.c' || echo './'`ncaux.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dopaqlibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncaux.c -fno-common -DPIC -o .libs/libdispatch_la-ncaux.o | |
ue.c -fno-common -DPIC -o .libs/libdispatch_la-dopaque.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -DDLL_EXPORT -g -O2 -c -o libnetcdf2_la-dv2i.lo `test -f 'dv2i.c' || echo './'`dv2i.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c denum.c -o libdispatch_la-denum.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -DDLL_EXPORT -g -O2 -clibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dopaque.c -o libdispatch_la-dopaque.o >/dev/null 2>&1 | |
dv2i.c -fno-common -DPIC -o .libs/libnetcdf2_la-dv2i.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncaux.c -o libdispatch_la-ncaux.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -DDLL_EXPORT -g -O2 -c dv2i.c -o libnetcdf2_la-dv2i.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -o libdispatch.la libdispatch_la-dparallel.lo libdispatch_la-dcopy.lo libdispatch_la-dfile.lo libdispatch_la-ddim.lo libdispatch_la-datt.lo libdispatch_la-dattinq.lo libdispatch_la-dattput.lo libdispatch_la-dattget.lo libdispatch_la-derror.lo libdispatch_la-dvar.lo libdispatch_la-dvarget.lo libdispatch_la-dvarput.lo libdispatch_la-dvarinq.lo libdispatch_la-ddispatch.lo libdispatch_la-dnclog.lo libdispatch_la-dstring.lo libdispatch_la-dutf8proc.lo libdispatch_la-nc_uri.lo libdispatch_la-nclist.lo libdispatch_la-ncbytes.lo libdispatch_la-nchashmap.lo libdispatch_la-nctime.lo libdispatch_la-dsubstrate.lo libdispatch_la-dgroup.lo libdispatch_la-dvlen.lo libdispatch_la-dcompound.lo libdispatch_la-dtype.lo libdispatch_la-denum.lo libdispatch_la-dopaque.lo libdispatch_la-ncaux.lo -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -o libnetcdf2.la libnetcdf2_la-dv2i.lo -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
libtool: link: ar cru .libs/libdispatch.a .libs/libdispatch_la-dparallel.o .libs/libdispatch_la-dcopy.o .libs/libdispatch_la-dfile.o .libs/libdispatch_la-ddim.o .libs/libdispatch_la-datt.o .libs/libdispatch_la-dattinq.o .libs/libdispatch_la-dattput.o .libs/libdispatch_la-dattget.o .libs/libdispatch_la-derror.o .libs/libdispatch_la-dvar.o .libs/libdispatch_la-dvarget.o .libs/libdispatch_la-dvarput.o .libs/libdispatch_la-dvarinq.o .libs/libdispatch_la-ddispatch.o .libs/libdispatch_la-dnclog.o .libs/libdispatch_la-dstring.o .libs/libdispatch_la-dutf8proc.o .libs/libdispatch_la-nc_uri.o .libs/libdispatch_la-nclist.o .libs/libdispatch_la-ncbytes.o .libs/libdispatch_la-nchashmap.o .libs/libdispatch_la-nctime.o .libs/libdispatch_la-dsubstrate.o .libs/libdispatch_la-dgroup.o .libs/libdispatch_la-dvlen.o .libs/libdispatch_la-dcompound.o .libs/libdispatch_la-dtype.o .libs/libdispatch_la-denum.o .libs/libdispatch_la-dopaque.o .libs/libdispatch_la-ncaux.o | |
libtool: link: ar cru .libs/libnetcdf2.a .libs/libnetcdf2_la-dv2i.o | |
libtool: link: ranlib .libs/libnetcdf2.a | |
libtool: link: ranlib .libs/libdispatch.a | |
libtool: link: ( cd ".libs" && rm -f "libnetcdf2.la" && ln -s "../libnetcdf2.la" "libnetcdf2.la" ) | |
libtool: link: ( cd ".libs" && rm -f "libdispatch.la" && ln -s "../libdispatch.la" "libdispatch.la" ) | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in libsrc | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-v1hpg.lo `test -f 'v1hpg.c' || echo './'`v1hpg.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-nclistmgr.lo `test -f 'nclistmgr.c' || echo './'`nclistmgr.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-putget.lo `test -f 'putget.c' || echo './'`putget.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-attr.lo `test -f 'attr.c' || echo './'`attr.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-nc3dispatch.lo `test -f 'nc3dispatch.c' || echo './'`nc3dispatch.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c attr.c -fno-common -DPIC -o .libs/libnetcdf3_la-attr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nclistmgr.c -fno-common -DPIC -o .libs/libnetcdf3_la-nclistmgr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c putget.c -fno-common -DPIC -o .libs/libnetcdf3_la-putget.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c v1hpg.c -fno-common -DPIC -o .libs/libnetcdf3_la-v1hpg.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-nc.lo `test -f 'nc.c' || echo './'`nc.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-var.lo `test -f 'var.c' || echo './'`var.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdfbrew: superenv removed: -g -O2 | |
3_la-dim.lo `test -f 'dim.c' || echo './'`dim.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c var.c -fno-common -DPIC -o .libs/libnetcdf3_la-var.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc.c -fno-common -DPIC -o .libs/libnetcdf3_la-nc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc3dispatch.c -fno-common -DPIC -o .libs/libnetcdf3_la-nc3dispatch.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dim.c -fno-common -DPIC -o .libs/libnetcdf3_la-dim.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nclistmgr.c -o libnetcdf3_la-nclistmgr.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c attr.c -o libnetcdf3_la-attr.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c v1hpg.c -o libnetcdf3_la-v1hpg.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-ncx.lo `test -f 'ncx.c' || echo './'`ncx.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c var.c -o libnetcdf3_la-var.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncx.c -fno-common -DPIC -o .libs/libnetcdf3_la-ncx.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc.c -o libnetcdf3_la-nc.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc3dispatch.c -o libnetcdf3_la-nc3dispatch.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c dim.c -o libnetcdf3_la-dim.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-lookup3.lo `test -f 'lookup3.c' || echo './'`lookup3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c lookup3.c -fno-common -DPIC -o .libs/libnetcdf3_la-lookup3.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-ncio.lo `test -f 'ncio.c' || echo './'`ncio.c | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-memio.lo `test -f 'memio.c' || echo './'`memio.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf3_la-posixio.lo `test -f 'posixio.c' || echo './'`posixio.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncio.c -fno-common -DPIC -o .libs/libnetcdf3_la-ncio.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c memio.c -fno-common -DPIC -o .libs/libnetcdf3_la-memio.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c posixio.c -fno-common -DPIC -o .libs/libnetcdf3_la-posixio.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c lookup3.c -o libnetcdf3_la-lookup3.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncio.c -o libnetcdf3_la-ncio.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c memio.c -o libnetcdf3_la-memio.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c posixio.c -o libnetcdf3_la-posixio.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c putget.c -o libnetcdf3_la-putget.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncx.c -o libnetcdf3_la-ncx.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -o libnetcdf3.la libnetcdf3_la-v1hpg.lo libnetcdf3_la-nclistmgr.lo libnetcdf3_la-putget.lo libnetcdf3_la-attr.lo libnetcdf3_la-nc3dispatch.lo libnetcdf3_la-nc.lo libnetcdf3_la-var.lo libnetcdf3_la-dim.lo libnetcdf3_la-ncx.lo libnetcdf3_la-lookup3.lo libnetcdf3_la-ncio.lo libnetcdf3_la-memio.lo libnetcdf3_la-posixio.lo -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
libtool: link: ar cru .libs/libnetcdf3.a .libs/libnetcdf3_la-v1hpg.o .libs/libnetcdf3_la-nclistmgr.o .libs/libnetcdf3_la-putget.o .libs/libnetcdf3_la-attr.o .libs/libnetcdf3_la-nc3dispatch.o .libs/libnetcdf3_la-nc.o .libs/libnetcdf3_la-var.o .libs/libnetcdf3_la-dim.o .libs/libnetcdf3_la-ncx.o .libs/libnetcdf3_la-lookup3.o .libs/libnetcdf3_la-ncio.o .libs/libnetcdf3_la-memio.o .libs/libnetcdf3_la-posixio.o | |
libtool: link: ranlib .libs/libnetcdf3.a | |
libtool: link: ( cd ".libs" && rm -f "libnetcdf3.la" && ln -s "../libnetcdf3.la" "libnetcdf3.la" ) | |
make[2]: Nothing to be done for `install-exec-am'. | |
test -z "/usr/local/Cellar/netcdf/4.2.1.1/share/man/man3" || .././install-sh -c -d "/usr/local/Cellar/netcdf/4.2.1.1/share/man/man3" | |
/usr/bin/install -c -m 644 netcdf.3 '/usr/local/Cellar/netcdf/4.2.1.1/share/man/man3' | |
Making install in libsrc4 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4dispatch.lo `test -f 'nc4dispatch.c' || echo './'`nc4dispatch.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4attr.lo `test -f 'nc4attr.c' || echo './'`nc4attr.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4dim.lo `test -f 'nc4dim.c' || echo './'`nc4dim.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4file.lo `test -f 'nc4file.c' || echo './'`nc4file.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4dispatch.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4dispatch.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4dim.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4dim.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4attr.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4attr.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4grp.lo `test -f 'nc4grp.c' || echo './'`nc4grp.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4type.lo `test -f 'nc4type.c' || echo './'`nc4type.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nbrew: superenv removed: -g -O2 | |
c4var.lo `test -f 'nc4var.c' || echo './'`nc4var.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4file.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4file.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4type.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4type.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../in/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-ncfunc.lo `test -f 'ncfunc.c' || echo './'`ncfunc.c | |
clude -I../oc -g -O2 -c nc4grp.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4grp.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4var.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4var.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4dispatch.c -o libnetcdf4_la-nc4dispatch.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipebrew: superenv removed: -g -O2 | |
-w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncfunc.c -fno-common -DPIC -o .libs/libnetcdf4_la-ncfunc.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4dim.c -o libnetcdf4_la-nc4dim.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4internal.lo `test -f 'nc4internal.c' || echo './'`nc4internal.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4attr.c -o libnetcdf4_la-nc4attr.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4type.c -o libnetcdf4_la-nc4type.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4internal.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4internal.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-nc4hdf.lo `test -f 'nc4hdf.c' || echo './'`nc4hdf.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4grp.c -o libnetcdf4_la-nc4grp.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4hdf.c -fno-common -DPIC -o .libs/libnetcdf4_la-nc4hdf.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c ncfunc.c -o libnetcdf4_la-ncfunc.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o libnetcdf4_la-error4.lo `test -f 'error4.c' || echo './'`error4.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c error4.c -fno-common -DPIC -o .libs/libnetcdf4_la-error4.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4var.c -o libnetcdf4_la-nc4var.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4internal.c -o libnetcdf4_la-nc4internal.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4file.c -o libnetcdf4_la-nc4file.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c error4.c -o libnetcdf4_la-error4.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c nc4hdf.c -o libnetcdf4_la-nc4hdf.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -o libnetcdf4.la libnetcdf4_la-nc4dispatch.lo libnetcdf4_la-nc4attr.lo libnetcdf4_la-nc4dim.lo libnetcdf4_la-nc4file.lo libnetcdf4_la-nc4grp.lo libnetcdf4_la-nc4type.lo libnetcdf4_la-nc4var.lo libnetcdf4_la-ncfunc.lo libnetcdf4_la-nc4internal.lo libnetcdf4_la-nc4hdf.lo libnetcdf4_la-error4.lo -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
libtool: link: ar cru .libs/libnetcdf4.a .libs/libnetcdf4_la-nc4dispatch.o .libs/libnetcdf4_la-nc4attr.o .libs/libnetcdf4_la-nc4dim.o .libs/libnetcdf4_la-nc4file.o .libs/libnetcdf4_la-nc4grp.o .libs/libnetcdf4_la-nc4type.o .libs/libnetcdf4_la-nc4var.o .libs/libnetcdf4_la-ncfunc.o .libs/libnetcdf4_la-nc4internal.o .libs/libnetcdf4_la-nc4hdf.o .libs/libnetcdf4_la-error4.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libnetcdf4.a(libnetcdf4_la-error4.o) has no symbols | |
libtool: link: ranlib .libs/libnetcdf4.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libnetcdf4.a(libnetcdf4_la-error4.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libnetcdf4.la" && ln -s "../libnetcdf4.la" "libnetcdf4.la" ) | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in libdap2 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-constraints3.lo `test -f 'constraints3.c' || echo './'`constraints3.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-common34.lo `test -f 'common34.c' || echo './'`common34.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dapcvt.lo `test -f 'dapcvt.c' || echo './'`dapcvt.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c common34.c -fno-common -DPIC -o .libs/libdap2_la-common34.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c constraints3.c -fno-common -DPIC -o .libs/libdap2_la-constraints3.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dapalign.lo `test -f 'dapalign.c' || echo './'`dapalign.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dapodom.lo `test -f 'dapodom.c' || echo './'`dapodom.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-daputil.lo `test -f 'daputil.c' || echo 'brew: superenv removed: -g -O2 | |
./'`daputil.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapcvt.c -fno-common -DPIC -o .libs/libdap2_la-dapcvt.o | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapalign.c -fno-common -DPIC -o .libs/libdap2_la-dapalign.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapodom.c -fno-common -DPIC -o .libs/libdap2_la-dapodom.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-ncdaperr.lo `test -f 'ncdaperr.c' || echo './'`ncdaperr.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c daputil.c -fno-common -DPIC -o .libs/libdap2_la-daputil.o | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-cdf3.lo `test -f 'cdf3.c' || echo './'`cdf3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncdaperr.c -fno-common -DPIC -o .libs/libdap2_la-ncdaperr.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c constraints3.c -o libdap2_la-constraints3.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c cdf3.c -fno-common -DPIC -o .libs/libdap2_la-cdf3.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c common34.c -o libdap2_la-common34.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapalign.c -o libdap2_la-dapalign.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncdaperr.c -o libdap2_la-ncdaperr.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapodom.c -o libdap2_la-dapodom.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapcvt.c -o libdap2_la-dapcvt.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-cache.lo `test -f 'cache.c' || echo './'`cache.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dapdump.lo `test -f 'dapdump.c' || echo './'`dapdump.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c cache.c -fno-common -DPIC -o .libs/libdap2_la-cache.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapdump.c -fno-common -DPIC -o .libs/libdap2_la-dapdump.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c daputil.c -o libdap2_la-daputil.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dapdebug.lo `test -f 'dapdebug.c' || echo './'`dapdebug.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dapattr3.lo `test -f 'dapattr3.c' || echo './'`dapattr3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c cdf3.c -o libdap2_la-cdf3.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapdebug.c -fno-common -DPIC -o .libs/libdap2_la-dapdebug.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapattr3.c -fno-common -DPIC -o .libs/libdap2_la-dapattr3.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-ncd3dispatch.lo `test -f 'ncd3dispatch.c' || echo './'`ncd3dispatch.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c cache.c -o libdap2_la-cache.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapdebug.c -o libdap2_la-dapdebug.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncd3dispatch.c -fno-common -DPIC -o .libs/libdap2_la-ncd3dispatch.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-ncdap3.lo `test -f 'ncdap3.c' || echo './'`ncdap3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapdump.c -o libdap2_la-dapdump.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-ncdap3a.lo `test -f 'ncdap3a.c' || echo './'`ncdap3a.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-getvara3.lo `test -f 'getvara3.c' || echo './'`getvara3.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncdap3.c -fno-common -DPIC -o .libs/libdap2_la-ncdap3.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dapattr3.c -o libdap2_la-dapattr3.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncd3dispatch.c -o libdap2_la-ncd3dispatch.o >/dev/null 2>&1 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -glibtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncdap3a.c -fno-common -DPIC -o .libs/libdap2_la-ncdap3a.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c getvara3.c -fno-common -DPIC -o .libs/libdap2_la-getvara3.o | |
-O2 -c -o libdap2_la-dceconstraints.lo `test -f 'dceconstraints.c' || echo './'`dceconstraints.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dcetab.lo `test -f 'dcetab.c' || echo './'`dcetab.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dceparse.lo `test -f 'dceparse.c' || echo './'`dceparse.c | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c -o libdap2_la-dcelex.lo `test -f 'dcelex.c' || echo './'`dcelex.c | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -brew: superenv removed: -g -O2 | |
pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncdap3.c -o libdap2_la-ncdap3.o >/dev/null 2>&1 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dcetab.c -fno-common -DPIC -o .libs/libdap2_la-dcetab.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dcelex.c -fno-common -DPIC -o .libs/libdap2_la-dcelex.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dceparse.c -fno-common -DPIC -o .libs/libdap2_la-dceparse.o | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dceconstraints.c -fno-common -DPIC -o .libs/libdap2_la-dceconstraints.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c ncdap3a.c -o libdap2_la-ncdap3a.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c getvara3.c -o libdap2_la-getvara3.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dcelex.c -o libdap2_la-dcelex.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dceparse.c -o libdap2_la-dceparse.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dcetab.c -o libdap2_la-dcetab.o >/dev/null 2>&1 | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libsrc4 -g -O2 -c dceconstraints.c -o libdap2_la-dceconstraints.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -o libdap2.la libdap2_la-constraints3.lo libdap2_la-common34.lo libdap2_la-dapcvt.lo libdap2_la-dapalign.lo libdap2_la-dapodom.lo libdap2_la-daputil.lo libdap2_la-ncdaperr.lo libdap2_la-cdf3.lo libdap2_la-cache.lo libdap2_la-dapdump.lo libdap2_la-dapdebug.lo libdap2_la-dapattr3.lo libdap2_la-ncd3dispatch.lo libdap2_la-ncdap3.lo libdap2_la-ncdap3a.lo libdap2_la-getvara3.lo libdap2_la-dceconstraints.lo libdap2_la-dcetab.lo libdap2_la-dceparse.lo libdap2_la-dcelex.lo -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
libtool: link: ar cru .libs/libdap2.a .libs/libdap2_la-constraints3.o .libs/libdap2_la-common34.o .libs/libdap2_la-dapcvt.o .libs/libdap2_la-dapalign.o .libs/libdap2_la-dapodom.o .libs/libdap2_la-daputil.o .libs/libdap2_la-ncdaperr.o .libs/libdap2_la-cdf3.o .libs/libdap2_la-cache.o .libs/libdap2_la-dapdump.o .libs/libdap2_la-dapdebug.o .libs/libdap2_la-dapattr3.o .libs/libdap2_la-ncd3dispatch.o .libs/libdap2_la-ncdap3.o .libs/libdap2_la-ncdap3a.o .libs/libdap2_la-getvara3.o .libs/libdap2_la-dceconstraints.o .libs/libdap2_la-dcetab.o .libs/libdap2_la-dceparse.o .libs/libdap2_la-dcelex.o | |
libtool: link: ranlib .libs/libdap2.a | |
libtool: link: ( cd ".libs" && rm -f "libdap2.la" && ln -s "../libdap2.la" "libdap2.la" ) | |
make[2]: Nothing to be done for `install-exec-am'. | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in liblib | |
/bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libdap2 -I../oc -I../libsrc4 -g -O2 -c -o libnetcdf_la-stub.lo `test -f 'stub.c' || echo './'`stub.c | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libdap2 -I../oc -I../libsrc4 -g -O2 -c stub.c -fno-common -DPIC -o .libs/libnetcdf_la-stub.o | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -I../libdap2 -I../oc -I../libsrc4 -g -O2 -c stub.c -o libnetcdf_la-stub.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link cc -g -O2 -version-info 9:0:2 -o libnetcdf.la -rpath /usr/local/Cellar/netcdf/4.2.1.1/lib libnetcdf_la-stub.lo ../libdispatch/libnetcdf2.la ../libdispatch/libdispatch.la ../libsrc/libnetcdf3.la ../libdap2/libdap2.la ../oc/liboc.la ../libsrc4/libnetcdf4.la -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl | |
libtool: link: cc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libnetcdf.7.dylib .libs/libnetcdf_la-stub.o -Wl,-force_load,../libdispatch/.libs/libnetcdf2.a -Wl,-force_load,../libdispatch/.libs/libdispatch.a -Wl,-force_load,../libsrc/.libs/libnetcdf3.a -Wl,-force_load,../libdap2/.libs/libdap2.a -Wl,-force_load,../oc/.libs/liboc.a -Wl,-force_load,../libsrc4/.libs/libnetcdf4.a -lhdf5_hl -lhdf5 -lsz -lm -lz -lcurl -O2 -install_name /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.7.dylib -compatibility_version 10 -current_version 10.0 -Wl,-single_module | |
brew: superenv removed: -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
libtool: link: (cd ".libs" && rm -f "libnetcdf.dylib" && ln -s "libnetcdf.7.dylib" "libnetcdf.dylib") | |
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf2.a && ar x "/private/tmp/netcdf-H2bA/netcdf-4.2.1.1/liblib/../libdispatch/.libs/libnetcdf2.a") | |
libtool: link: (cd .libs/libnetcdf.lax/libdispatch.a && ar x "/private/tmp/netcdf-H2bA/netcdf-4.2.1.1/liblib/../libdispatch/.libs/libdispatch.a") | |
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf3.a && ar x "/private/tmp/netcdf-H2bA/netcdf-4.2.1.1/liblib/../libsrc/.libs/libnetcdf3.a") | |
libtool: link: (cd .libs/libnetcdf.lax/libdap2.a && ar x "/private/tmp/netcdf-H2bA/netcdf-4.2.1.1/liblib/../libdap2/.libs/libdap2.a") | |
libtool: link: (cd .libs/libnetcdf.lax/liboc.a && ar x "/private/tmp/netcdf-H2bA/netcdf-4.2.1.1/liblib/../oc/.libs/liboc.a") | |
libtool: link: (cd .libs/libnetcdf.lax/libnetcdf4.a && ar x "/private/tmp/netcdf-H2bA/netcdf-4.2.1.1/liblib/../libsrc4/.libs/libnetcdf4.a") | |
libtool: link: ar cru .libs/libnetcdf.a libnetcdf_la-stub.o .libs/libnetcdf.lax/libnetcdf2.a/libnetcdf2_la-dv2i.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-datt.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattget.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattinq.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dattput.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dcompound.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dcopy.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ddim.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ddispatch.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-denum.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-derror.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dfile.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dgroup.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dnclog.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dopaque.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dparallel.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dstring.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dsubstrate.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dtype.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dutf8proc.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvar.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarget.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarinq.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvarput.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-dvlen.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nc_uri.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ncaux.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-ncbytes.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nchashmap.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nclist.o .libs/libnetcdf.lax/libdispatch.a/libdispatch_la-nctime.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-attr.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-dim.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-lookup3.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-memio.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nc.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nc3dispatch.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-ncio.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-nclistmgr.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-ncx.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-posixio.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-putget.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-v1hpg.o .libs/libnetcdf.lax/libnetcdf3.a/libnetcdf3_la-var.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-cache.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-cdf3.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-common34.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-constraints3.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dapalign.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dapattr3.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dapcvt.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dapdebug.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dapdump.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dapodom.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-daputil.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dceconstraints.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dcelex.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dceparse.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-dcetab.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-getvara3.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-ncd3dispatch.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-ncdap3.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-ncdap3a.o .libs/libnetcdf.lax/libdap2.a/libdap2_la-ncdaperr.o .libs/libnetcdf.lax/liboc.a/liboc_la-daplex.o .libs/libnetcdf.lax/liboc.a/liboc_la-dapparse.o .libs/libnetcdf.lax/liboc.a/liboc_la-daptab.o .libs/libnetcdf.lax/liboc.a/liboc_la-oc.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocbytes.o .libs/libnetcdf.lax/liboc.a/liboc_la-occlientparams.o .libs/libnetcdf.lax/liboc.a/liboc_la-occontent.o .libs/libnetcdf.lax/liboc.a/liboc_la-occurlfunctions.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocdebug.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocdrno.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocdump.o .libs/libnetcdf.lax/liboc.a/liboc_la-ochttp.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocinternal.o .libs/libnetcdf.lax/liboc.a/liboc_la-oclist.o .libs/libnetcdf.lax/liboc.a/liboc_la-oclog.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocnode.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocrc.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocread.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocuri.o .libs/libnetcdf.lax/liboc.a/liboc_la-ocutil.o .libs/libnetcdf.lax/liboc.a/liboc_la-xxdr.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-error4.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4attr.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4dim.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4dispatch.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4file.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4grp.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4hdf.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4internal.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4type.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-nc4var.o .libs/libnetcdf.lax/libnetcdf4.a/libnetcdf4_la-ncfunc.o | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libnetcdf.a(liboc_la-ocdrno.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libnetcdf.a(libnetcdf4_la-error4.o) has no symbols | |
libtool: link: ranlib .libs/libnetcdf.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libnetcdf.a(liboc_la-ocdrno.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libnetcdf.a(libnetcdf4_la-error4.o) has no symbols | |
libtool: link: rm -fr .libs/libnetcdf.lax | |
libtool: link: ( cd ".libs" && rm -f "libnetcdf.la" && ln -s "../libnetcdf.la" "libnetcdf.la" ) | |
test -z "/usr/local/Cellar/netcdf/4.2.1.1/lib" || .././install-sh -c -d "/usr/local/Cellar/netcdf/4.2.1.1/lib" | |
make[2]: Nothing to be done for `install-data-am'. | |
/bin/sh ../libtool --mode=install /usr/bin/install -c libnetcdf.la '/usr/local/Cellar/netcdf/4.2.1.1/lib' | |
libtool: install: /usr/bin/install -c .libs/libnetcdf.7.dylib /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.7.dylib | |
libtool: install: (cd /usr/local/Cellar/netcdf/4.2.1.1/lib && { ln -s -f libnetcdf.7.dylib libnetcdf.dylib || { rm -f libnetcdf.dylib && ln -s libnetcdf.7.dylib libnetcdf.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/libnetcdf.lai /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.la | |
libtool: install: /usr/bin/install -c .libs/libnetcdf.a /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.a | |
libtool: install: chmod 644 /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.a | |
libtool: install: ranlib /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.a | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.a(liboc_la-ocdrno.o) has no symbols | |
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /usr/local/Cellar/netcdf/4.2.1.1/lib/libnetcdf.a(libnetcdf4_la-error4.o) has no symbols | |
Making install in ncgen3 | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o main.o main.c | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o load.o load.c | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o escapes.o escapes.c | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o getfill.o getfill.c | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o init.o init.c | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o genlib.o genlib.c | |
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../oc -g -O2 -c -o ncgentab.o ncgentab.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -ibrew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
system/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
brew: superenv removed: -g -O2 | |
brew: superenv added: -pipe -w -Os -march=native -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
In file included from load.c:14: | |
./genlib.h:84:15: error: expected parameter declarator | |
extern size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
In file included from load.c:14: | |
./genlib.h:84:15: error: expected ')' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:62: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
/usr/include/secure/_common.h:30:32: note: expanded from macro '_USE_FORTIFY_LEVEL' | |
# define _USE_FORTIFY_LEVEL 2 | |
^ | |
./genlib.h:84:15: note: to match this '(' | |
/usr/include/secure/_string.h:111:44: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
/usr/include/secure/_common.h:39:53: note: expanded from macro '__darwin_obsz' | |
#define __darwin_obsz(object) __builtin_object_size (object, _USE_FORTIFY_LEVEL > 1 ? 1 : 0) | |
^ | |
In file included from load.c:14: | |
./genlib.h:84:15: error: conflicting types for '__builtin___strlcat_chk' | |
extern size_t strlcat(char *dst, const char *src, size_t siz); | |
^ | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
./genlib.h:84:15: note: '__builtin___strlcat_chk' is a builtin with type 'unsigned long (char *, const char *, unsigned long, unsigned long)' | |
/usr/include/secure/_string.h:111:3: note: expanded from macro 'strlcat' | |
__builtin___strlcat_chk (dest, src, len, __darwin_obsz (dest)) | |
^ | |
3 errors generated. | |
make[1]: *** [load.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [install-recursive] Error 1 | |
==> Formula | |
Tap: homebrew/science | |
Path: /usr/local/Library/Taps/homebrew-science/netcdf.rb | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: a804b56a598cfe9a12107fda448ce1e92d4b0c68 | |
CPU: 8-core 64-bit ivybridge | |
OS X: 10.9-x86_64 | |
Xcode: 5.0.1 | |
CLT: 5.0.1.0.1.1382131676 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.9 | |
HOMEBREW_VERBOSE: 1 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/hdf5/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: netcdf did not build | |
Logs: /Users/savoie/Library/Logs/Homebrew/netcdf/config.log | |
(flask)savoie@savoie-laptop ~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment