Skip to content

Instantly share code, notes, and snippets.

@yoachim
Created February 12, 2014 03:31
Show Gist options
  • Save yoachim/8949637 to your computer and use it in GitHub Desktop.
Save yoachim/8949637 to your computer and use it in GitHub Desktop.
healpy output from V=1 python setup.py build
No Cython >= 0.16 found, defaulting to pregenerated c version.
running build
running build_py
running build_clib
checking if configure script for library 'cfitsio' exists
checking if configure script for library 'healpix_cxx' exists
checking if library 'cfitsio' is installed
Package cfitsio was not found in the pkg-config search path.
Perhaps you should add the directory containing `cfitsio.pc'
to the PKG_CONFIG_PATH environment variable
No package 'cfitsio' found
building library 'cfitsio' from source
/bin/sh /Users/lsst/src/healpy-1.7.3/cfitsio/configure --prefix=/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7 CC=/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes CXX=/usr/bin/clang++ CFLAGS=-fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes CXXFLAGS=-fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes --disable-shared --with-pic --disable-maintainer-mode
configure: WARNING: unrecognized options: --disable-shared, --with-pic, --disable-maintainer-mode
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking target system type... x86_64-apple-darwin11.4.2
checking for gcc... /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
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 /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes accepts -g... yes
checking for /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes option to accept ISO C89... none needed
checking for gfortran... gfortran
checking whether we are using GNU Fortran...
yes
cfitsio: == Adding wrapper support for GNU Fortran...
done
checking for ar... ar
checking for ranlib... ranlib
checking how to run the C preprocessor... /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
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 stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking whether /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes accepts -arch i386 -arch x86_64... yes
cfitsio: == Using gcc version 4.2.1
checking "whether ftruncate works"... "yes"
checking "whether long long is defined"... "yes"
checking "whether system V style IPC services are supported"... "yes"
checking "do we have flock_t defined in sys/fcntl.h"... "no"
checking "do we have flock_t defined in sys/flock.h"... "no"
checking "do we have union semun defined"... "yes"
checking for library containing gethostbyname... none required
checking for library containing connect... none required
configure: creating ./config.status
config.status: creating Makefile
configure: WARNING: unrecognized options: --disable-shared, --with-pic, --disable-maintainer-mode
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cfitsio.pc
configure: WARNING: unrecognized options: --disable-shared, --with-pic, --disable-maintainer-mode
Congratulations, Makefile update was successful.
You may want to run "make" now.
make install
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./buffers.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 buffers.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./cfileio.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 cfileio.c
cfileio.c:65:14: warning: unused variable 'need_to_init' [-Wunused-variable]
static int need_to_init = 1;
^
1 warning generated.
cfileio.c:65:14: warning: unused variable 'need_to_init' [-Wunused-variable]
static int need_to_init = 1;
^
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./checksum.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 checksum.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./drvrfile.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 drvrfile.c
drvrfile.c:464:5: warning: implicit declaration of function 'ftruncate' is invalid in C99 [-Wimplicit-function-declaration]
ftruncate(fdesc, (OFF_T) filesize);
^
1 warning generated.
drvrfile.c:464:5: warning: implicit declaration of function 'ftruncate' is invalid in C99 [-Wimplicit-function-declaration]
ftruncate(fdesc, (OFF_T) filesize);
^
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./drvrmem.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 drvrmem.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./drvrnet.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 drvrnet.c
drvrnet.c:293:5: warning: implicit declaration of function 'alarm' is invalid in C99 [-Wimplicit-function-declaration]
alarm(NETTIMEOUT);
^
drvrnet.c:819:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close(sock);
^
2 warnings generated.
drvrnet.c:293:5: warning: implicit declaration of function 'alarm' is invalid in C99 [-Wimplicit-function-declaration]
alarm(NETTIMEOUT);
^
drvrnet.c:819:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close(sock);
^
2 warnings generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./drvrsmem.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 drvrsmem.c
drvrsmem.c:154:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close(shared_fd);
^
1 warning generated.
drvrsmem.c:154:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
close(shared_fd);
^
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./drvrgsiftp.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 drvrgsiftp.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./editcol.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 editcol.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./edithdu.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 edithdu.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./eval_l.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 eval_l.c
eval.l:805:12: warning: function 'input' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int input()
^
1 warning generated.
eval.l:805:12: warning: function 'input' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static int input()
^
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./eval_y.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 eval_y.c
eval.y:3336:10: warning: unused variable 'cd' [-Wunused-variable]
double cd;
^
eval.y:4074:9: warning: unused variable 'count' [-Wunused-variable]
int count = 0;
^
eval.y:5103:16: warning: expression result unused [-Wunused-value]
this->value.undef; /* Dummy - BITSTRs do not have undefs */
~~~~~~~~~~~ ^~~~~
eval.y:5197:16: warning: expression result unused [-Wunused-value]
this->value.undef; /* Dummy - BITSTRs do not have undefs */
~~~~~~~~~~~ ^~~~~
4 warnings generated.
eval.y:3336:10: warning: unused variable 'cd' [-Wunused-variable]
double cd;
^
eval.y:4074:9: warning: unused variable 'count' [-Wunused-variable]
int count = 0;
^
eval.y:5103:16: warning: expression result unused [-Wunused-value]
this->value.undef; /* Dummy - BITSTRs do not have undefs */
~~~~~~~~~~~ ^~~~~
eval.y:5197:16: warning: expression result unused [-Wunused-value]
this->value.undef; /* Dummy - BITSTRs do not have undefs */
~~~~~~~~~~~ ^~~~~
4 warnings generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./eval_f.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 eval_f.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./fitscore.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 fitscore.c
fitscore.c:5340:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((fptr->Fptr)->driver == STREAM_DRIVER)) {
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
fitscore.c:5340:35: note: remove extraneous parentheses around the comparison to silence this warning
if (((fptr->Fptr)->driver == STREAM_DRIVER)) {
~ ^ ~
fitscore.c:5340:35: note: use '=' to turn this equality comparison into an assignment
if (((fptr->Fptr)->driver == STREAM_DRIVER)) {
^~
=
1 warning generated.
fitscore.c:5340:35: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if (((fptr->Fptr)->driver == STREAM_DRIVER)) {
~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
fitscore.c:5340:35: note: remove extraneous parentheses around the comparison to silence this warning
if (((fptr->Fptr)->driver == STREAM_DRIVER)) {
~ ^ ~
fitscore.c:5340:35: note: use '=' to turn this equality comparison into an assignment
if (((fptr->Fptr)->driver == STREAM_DRIVER)) {
^~
=
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcol.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcol.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcolb.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcolb.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcold.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcold.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcole.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcole.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcoli.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcoli.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcolj.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcolj.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcolk.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcolk.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcoll.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcoll.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcols.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcols.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcolsb.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcolsb.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcoluk.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcoluk.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcolui.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcolui.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getcoluj.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getcoluj.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./getkey.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 getkey.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./group.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 group.c
group.c:5476:3: warning: implicit declaration of function 'getcwd' is invalid in C99 [-Wimplicit-function-declaration]
getcwd(buff,FLEN_FILENAME);
^
1 warning generated.
group.c:5476:3: warning: implicit declaration of function 'getcwd' is invalid in C99 [-Wimplicit-function-declaration]
getcwd(buff,FLEN_FILENAME);
^
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./grparser.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 grparser.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./histo.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 histo.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./iraffits.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 iraffits.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./modkey.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 modkey.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcol.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcol.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcolb.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcolb.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcold.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcold.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcole.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcole.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcoli.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcoli.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcolj.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcolj.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcolk.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcolk.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcoluk.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcoluk.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcoll.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcoll.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcols.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcols.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcolsb.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcolsb.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcolu.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcolu.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcolui.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcolui.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putcoluj.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putcoluj.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./putkey.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 putkey.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./region.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 region.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./scalnull.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 scalnull.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 swapproc.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./wcssub.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 wcssub.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./wcsutil.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 wcsutil.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./imcompress.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 imcompress.c
imcompress.c:8811:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((zctype[ii] == GZIP_2)) { /* need to unshuffle the bytes */
~~~~~~~~~~~^~~~~~~~~
imcompress.c:8811:34: note: remove extraneous parentheses around the comparison to silence this warning
if ((zctype[ii] == GZIP_2)) { /* need to unshuffle the bytes */
~ ^ ~
imcompress.c:8811:34: note: use '=' to turn this equality comparison into an assignment
if ((zctype[ii] == GZIP_2)) { /* need to unshuffle the bytes */
^~
=
1 warning generated.
imcompress.c:8811:34: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((zctype[ii] == GZIP_2)) { /* need to unshuffle the bytes */
~~~~~~~~~~~^~~~~~~~~
imcompress.c:8811:34: note: remove extraneous parentheses around the comparison to silence this warning
if ((zctype[ii] == GZIP_2)) { /* need to unshuffle the bytes */
~ ^ ~
imcompress.c:8811:34: note: use '=' to turn this equality comparison into an assignment
if ((zctype[ii] == GZIP_2)) { /* need to unshuffle the bytes */
^~
=
1 warning generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./quantize.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 quantize.c
quantize.c:2234:12: warning: unused function 'FnNoise3_short' [-Wunused-function]
static int FnNoise3_short
^
quantize.c:2452:12: warning: unused function 'FnNoise3_int' [-Wunused-function]
static int FnNoise3_int
^
quantize.c:3459:12: warning: unused function 'FnNoise1_double' [-Wunused-function]
static int FnNoise1_double
^
quantize.c:3580:12: warning: unused function 'FnCompare_short' [-Wunused-function]
static int FnCompare_short(const void *v1, const void *v2)
^
quantize.c:3593:12: warning: unused function 'FnCompare_int' [-Wunused-function]
static int FnCompare_int(const void *v1, const void *v2)
^
quantize.c:3606:12: warning: unused function 'FnCompare_float' [-Wunused-function]
static int FnCompare_float(const void *v1, const void *v2)
^
6 warnings generated.
quantize.c:2234:12: warning: unused function 'FnNoise3_short' [-Wunused-function]
static int FnNoise3_short
^
quantize.c:2452:12: warning: unused function 'FnNoise3_int' [-Wunused-function]
static int FnNoise3_int
^
quantize.c:3459:12: warning: unused function 'FnNoise1_double' [-Wunused-function]
static int FnNoise1_double
^
quantize.c:3580:12: warning: unused function 'FnCompare_short' [-Wunused-function]
static int FnCompare_short(const void *v1, const void *v2)
^
quantize.c:3593:12: warning: unused function 'FnCompare_int' [-Wunused-function]
static int FnCompare_int(const void *v1, const void *v2)
^
quantize.c:3606:12: warning: unused function 'FnCompare_float' [-Wunused-function]
static int FnCompare_float(const void *v1, const void *v2)
^
6 warnings generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./ricecomp.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 ricecomp.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./pliocomp.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 pliocomp.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./fits_hcompress.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 fits_hcompress.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./fits_hdecompress.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 fits_hdecompress.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/adler32.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/adler32.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/crc32.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/crc32.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/deflate.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/deflate.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/infback.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/infback.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/inffast.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/inffast.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/inflate.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/inflate.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/inftrees.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/inftrees.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/trees.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/trees.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/uncompr.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/uncompr.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/zcompress.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/zcompress.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/zuncompress.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/zuncompress.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o zlib/zutil.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 zlib/zutil.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./f77_wrap1.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 f77_wrap1.c
In file included from f77_wrap1.c:43:
./f77_wrap.h:131:14: warning: unused function 'c2fstrv2' [-Wunused-function]
static char *c2fstrv2(char* cstr, char *fstr, int celem_len, int felem_len,
^
./f77_wrap.h:221:14: warning: unused function 'F2CcopyLogVect' [-Wunused-function]
static char *F2CcopyLogVect(long size, int *A)
^
./f77_wrap.h:231:13: warning: unused function 'C2FcopyLogVect' [-Wunused-function]
static void C2FcopyLogVect(long size, int *A, char *B)
^
3 warnings generated.
In file included from f77_wrap1.c:43:
./f77_wrap.h:131:14: warning: unused function 'c2fstrv2' [-Wunused-function]
static char *c2fstrv2(char* cstr, char *fstr, int celem_len, int felem_len,
^
./f77_wrap.h:221:14: warning: unused function 'F2CcopyLogVect' [-Wunused-function]
static char *F2CcopyLogVect(long size, int *A)
^
./f77_wrap.h:231:13: warning: unused function 'C2FcopyLogVect' [-Wunused-function]
static void C2FcopyLogVect(long size, int *A, char *B)
^
3 warnings generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./f77_wrap2.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 f77_wrap2.c
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./f77_wrap3.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 f77_wrap3.c
In file included from f77_wrap3.c:43:
./f77_wrap.h:221:14: warning: unused function 'F2CcopyLogVect' [-Wunused-function]
static char *F2CcopyLogVect(long size, int *A)
^
./f77_wrap.h:231:13: warning: unused function 'C2FcopyLogVect' [-Wunused-function]
static void C2FcopyLogVect(long size, int *A, char *B)
^
2 warnings generated.
In file included from f77_wrap3.c:43:
./f77_wrap.h:221:14: warning: unused function 'F2CcopyLogVect' [-Wunused-function]
static char *F2CcopyLogVect(long size, int *A)
^
./f77_wrap.h:231:13: warning: unused function 'C2FcopyLogVect' [-Wunused-function]
static void C2FcopyLogVect(long size, int *A, char *B)
^
2 warnings generated.
/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -c -o ./f77_wrap4.o -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -arch i386 -arch x86_64 -Dg77Fortran -fPIC -fno-common -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MATH_H=1 -DHAVE_LIMITS_H=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FTRUNCATE=1 -DHAVE_LONGLONG=1 -DHAVE_SHMEM_SERVICES=1 -DHAVE_UNION_SEMUN=1 -DHAVE_NET_SERVICES=1 f77_wrap4.c
In file included from f77_wrap4.c:43:
./f77_wrap.h:131:14: warning: unused function 'c2fstrv2' [-Wunused-function]
static char *c2fstrv2(char* cstr, char *fstr, int celem_len, int felem_len,
^
1 warning generated.
In file included from f77_wrap4.c:43:
./f77_wrap.h:131:14: warning: unused function 'c2fstrv2' [-Wunused-function]
static char *c2fstrv2(char* cstr, char *fstr, int celem_len, int felem_len,
^
1 warning generated.
ar rv libcfitsio.a buffers.o cfileio.o checksum.o drvrfile.o drvrmem.o drvrnet.o drvrsmem.o drvrgsiftp.o editcol.o edithdu.o eval_l.o eval_y.o eval_f.o fitscore.o getcol.o getcolb.o getcold.o getcole.o getcoli.o getcolj.o getcolk.o getcoll.o getcols.o getcolsb.o getcoluk.o getcolui.o getcoluj.o getkey.o group.o grparser.o histo.o iraffits.o modkey.o putcol.o putcolb.o putcold.o putcole.o putcoli.o putcolj.o putcolk.o putcoluk.o putcoll.o putcols.o putcolsb.o putcolu.o putcolui.o putcoluj.o putkey.o region.o scalnull.o swapproc.o wcssub.o wcsutil.o imcompress.o quantize.o ricecomp.o pliocomp.o fits_hcompress.o fits_hdecompress.o zlib/adler32.o zlib/crc32.o zlib/deflate.o zlib/infback.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/uncompr.o zlib/zcompress.o zlib/zuncompress.o zlib/zutil.o f77_wrap1.o f77_wrap2.o f77_wrap3.o f77_wrap4.o; \
ranlib libcfitsio.a;
ar: creating archive libcfitsio.a
a - buffers.o
a - cfileio.o
a - checksum.o
a - drvrfile.o
a - drvrmem.o
a - drvrnet.o
a - drvrsmem.o
a - drvrgsiftp.o
a - editcol.o
a - edithdu.o
a - eval_l.o
a - eval_y.o
a - eval_f.o
a - fitscore.o
a - getcol.o
a - getcolb.o
a - getcold.o
a - getcole.o
a - getcoli.o
a - getcolj.o
a - getcolk.o
a - getcoll.o
a - getcols.o
a - getcolsb.o
a - getcoluk.o
a - getcolui.o
a - getcoluj.o
a - getkey.o
a - group.o
a - grparser.o
a - histo.o
a - iraffits.o
a - modkey.o
a - putcol.o
a - putcolb.o
a - putcold.o
a - putcole.o
a - putcoli.o
a - putcolj.o
a - putcolk.o
a - putcoluk.o
a - putcoll.o
a - putcols.o
a - putcolsb.o
a - putcolu.o
a - putcolui.o
a - putcoluj.o
a - putkey.o
a - region.o
a - scalnull.o
a - swapproc.o
a - wcssub.o
a - wcsutil.o
a - imcompress.o
a - quantize.o
a - ricecomp.o
a - pliocomp.o
a - fits_hcompress.o
a - fits_hdecompress.o
a - zlib/adler32.o
a - zlib/crc32.o
a - zlib/deflate.o
a - zlib/infback.o
a - zlib/inffast.o
a - zlib/inflate.o
a - zlib/inftrees.o
a - zlib/trees.o
a - zlib/uncompr.o
a - zlib/zcompress.o
a - zlib/zuncompress.o
a - zlib/zutil.o
a - f77_wrap1.o
a - f77_wrap2.o
a - f77_wrap3.o
a - f77_wrap4.o
ranlib: for architecture: x86_64 file: libcfitsio.a(drvrgsiftp.o) has no symbols
ranlib: for architecture: i386 file: libcfitsio.a(drvrgsiftp.o) has no symbols
/bin/cp -a libcfitsio* /Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/lib
/bin/cp fitsio.h fitsio2.h longnam.h drvrsmem.h /Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include
/bin/cp cfitsio.pc /Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/lib/pkgconfig
checking if library 'healpix_cxx' is installed
Package healpix_cxx was not found in the pkg-config search path.
Perhaps you should add the directory containing `healpix_cxx.pc'
to the PKG_CONFIG_PATH environment variable
No package 'healpix_cxx' found
building library 'healpix_cxx' from source
creating /Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/healpix_cxx
/bin/sh /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/configure --prefix=/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7 CC=/usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes CXX=/usr/bin/clang++ CFLAGS=-fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes CXXFLAGS=-fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes --disable-shared --with-pic --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
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 /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes accepts -g... yes
checking for /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes option to accept ISO C89... none needed
checking whether /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes understands -c and -o together... rm: conftest.dSYM: is a directory
yes
checking dependency style of /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-apple-darwin11.4.2
checking host system type... x86_64-apple-darwin11.4.2
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/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 /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes... /usr/bin/ld
checking if the linker (/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... rm: conftest.dSYM: is a directory
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-darwin11.4.2 file names to x86_64-apple-darwin11.4.2 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin11.4.2 file names to toolchain format... func_convert_file_noop
checking for /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 archiver @FILE support... rm: conftest.dSYM: is a directory
no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes object... rm: conftest.dSYM: is a directory
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... otool64
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -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 /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes static flag -static works... no
checking if /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes supports -c -o file.o... yes
checking if /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.4.2 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... no
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes option to accept ISO C99... none needed
checking for /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes option to support OpenMP... unsupported
checking whether C compiler accepts -fno-tree-vectorize... yes
checking whether C compiler accepts -fno-math-errno... yes
checking whether C compiler accepts -funsafe-math-optimizations... yes
checking whether C compiler accepts -fno-trapping-math... yes
checking whether C compiler accepts -fno-rounding-math... yes
checking whether C compiler accepts -fno-signaling-nans... yes
checking whether C compiler accepts -fcx-limited-range... yes
checking whether C compiler accepts -fomit-frame-pointer... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/bin/clang++ accepts -g... yes
checking dependency style of /usr/bin/clang++... gcc3
checking how to run the C++ preprocessor... /usr/bin/clang++ -E
checking for ld used by /usr/bin/clang++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC
checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes
checking if /usr/bin/clang++ static flag -static works... no
checking if /usr/bin/clang++ supports -c -o file.o... yes
checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin11.4.2 dyld
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/clang++ option to support OpenMP... unsupported
checking whether C++ compiler accepts -fno-tree-vectorize... yes
checking whether C++ compiler accepts -fno-math-errno... yes
checking whether C++ compiler accepts -funsafe-math-optimizations... yes
checking whether C++ compiler accepts -fno-trapping-math... yes
checking whether C++ compiler accepts -fno-rounding-math... yes
checking whether C++ compiler accepts -fno-signaling-nans... yes
checking whether C++ compiler accepts -fcx-limited-range... yes
checking whether C++ compiler accepts -fomit-frame-pointer... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CFITSIO... yes
checking for ffgnrwll in -lcfitsio... yes
checking fitsio.h usability... yes
checking fitsio.h presence... no
configure: WARNING: fitsio.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: fitsio.h: proceeding with the compiler's result
checking for fitsio.h... yes
checking our pkgconfig libname... healpix_cxx
checking our pkgconfig version... 3.11.2
checking our pkgconfig_libdir... ${libdir}/pkgconfig
expanded our pkgconfig_libdir... /Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/lib/pkgconfig
checking our pkgconfig_libfile... healpix_cxx.pc
checking our package / suffix... healpix_cxx /
checking our pkgconfig description... healpix_cxx Library
checking our pkgconfig requires...
checking our pkgconfig ext libs... -lhealpix_cxx
checking our pkgconfig cppflags... -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include
checking our pkgconfig ldflags...
noninstalled pkgconfig -L /Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/healpix_cxx/.libs
noninstalled pkgconfig -I //Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing healpix_cxx.pc commands
config.status: creating healpix_cxx.pc.in
config.status: creating healpix_cxx.pc
config.status: creating healpix_cxx-uninstalled.pc
config.status: creating healpix_cxx-uninstalled.sh
make install
depbase=`echo c_utils/c_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT c_utils/c_utils.lo -MD -MP -MF $depbase.Tpo -c -o c_utils/c_utils.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils/c_utils.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT c_utils/c_utils.lo -MD -MP -MF c_utils/.deps/c_utils.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils/c_utils.c -fno-common -DPIC -o c_utils/c_utils.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo c_utils/walltime_c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT c_utils/walltime_c.lo -MD -MP -MF $depbase.Tpo -c -o c_utils/walltime_c.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils/walltime_c.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT c_utils/walltime_c.lo -MD -MP -MF c_utils/.deps/walltime_c.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils/walltime_c.c -fno-common -DPIC -o c_utils/walltime_c.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo libfftpack/bluestein.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libfftpack/bluestein.lo -MD -MP -MF $depbase.Tpo -c -o libfftpack/bluestein.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack/bluestein.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libfftpack/bluestein.lo -MD -MP -MF libfftpack/.deps/bluestein.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack/bluestein.c -fno-common -DPIC -o libfftpack/bluestein.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo libfftpack/fftpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libfftpack/fftpack.lo -MD -MP -MF $depbase.Tpo -c -o libfftpack/fftpack.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack/fftpack.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libfftpack/fftpack.lo -MD -MP -MF libfftpack/.deps/fftpack.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack/fftpack.c -fno-common -DPIC -o libfftpack/fftpack.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo libfftpack/ls_fft.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libfftpack/ls_fft.lo -MD -MP -MF $depbase.Tpo -c -o libfftpack/ls_fft.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack/ls_fft.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libfftpack/ls_fft.lo -MD -MP -MF libfftpack/.deps/ls_fft.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack/ls_fft.c -fno-common -DPIC -o libfftpack/ls_fft.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo libsharp/sharp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp.lo -MD -MP -MF $depbase.Tpo -c -o libsharp/sharp.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp.lo -MD -MP -MF libsharp/.deps/sharp.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c -fno-common -DPIC -o libsharp/sharp.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c:463:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel if ((job->flags&SHARP_NO_OPENMP)==0)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c:467:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule(dynamic,1)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c:616:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel if ((job->flags&SHARP_NO_OPENMP)==0)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c:620:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule(dynamic,1)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c:670:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel if ((job->flags&SHARP_NO_OPENMP)==0)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c:678:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule(dynamic,1)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp.c:693:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp critical
^
7 warnings generated.
depbase=`echo libsharp/sharp_almhelpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_almhelpers.lo -MD -MP -MF $depbase.Tpo -c -o libsharp/sharp_almhelpers.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_almhelpers.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_almhelpers.lo -MD -MP -MF libsharp/.deps/sharp_almhelpers.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_almhelpers.c -fno-common -DPIC -o libsharp/sharp_almhelpers.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo libsharp/sharp_core.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_core.lo -MD -MP -MF $depbase.Tpo -c -o libsharp/sharp_core.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_core.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_core.lo -MD -MP -MF libsharp/.deps/sharp_core.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_core.c -fno-common -DPIC -o libsharp/sharp_core.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo libsharp/sharp_geomhelpers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_geomhelpers.lo -MD -MP -MF $depbase.Tpo -c -o libsharp/sharp_geomhelpers.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_geomhelpers.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_geomhelpers.lo -MD -MP -MF libsharp/.deps/sharp_geomhelpers.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_geomhelpers.c -fno-common -DPIC -o libsharp/sharp_geomhelpers.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_geomhelpers.c:114:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_geomhelpers.c:117:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule(dynamic,100)
^
2 warnings generated.
depbase=`echo libsharp/sharp_ylmgen_c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CC --mode=compile /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_ylmgen_c.lo -MD -MP -MF $depbase.Tpo -c -o libsharp/sharp_ylmgen_c.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_ylmgen_c.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT libsharp/sharp_ylmgen_c.lo -MD -MP -MF libsharp/.deps/sharp_ylmgen_c.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp/sharp_ylmgen_c.c -fno-common -DPIC -o libsharp/sharp_ylmgen_c.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/announce.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/announce.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/announce.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/announce.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/announce.lo -MD -MP -MF cxxsupport/.deps/announce.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/announce.cc -fno-common -DPIC -o cxxsupport/announce.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/fitshandle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/fitshandle.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/fitshandle.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/fitshandle.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/fitshandle.lo -MD -MP -MF cxxsupport/.deps/fitshandle.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/fitshandle.cc -fno-common -DPIC -o cxxsupport/fitshandle.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/geom_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/geom_utils.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/geom_utils.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/geom_utils.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/geom_utils.lo -MD -MP -MF cxxsupport/.deps/geom_utils.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/geom_utils.cc -fno-common -DPIC -o cxxsupport/geom_utils.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/string_utils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/string_utils.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/string_utils.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/string_utils.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/string_utils.lo -MD -MP -MF cxxsupport/.deps/string_utils.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/string_utils.cc -fno-common -DPIC -o cxxsupport/string_utils.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/ls_image.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/ls_image.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/ls_image.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/ls_image.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/ls_image.lo -MD -MP -MF cxxsupport/.deps/ls_image.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/ls_image.cc -fno-common -DPIC -o cxxsupport/ls_image.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/paramfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/paramfile.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/paramfile.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/paramfile.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/paramfile.lo -MD -MP -MF cxxsupport/.deps/paramfile.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/paramfile.cc -fno-common -DPIC -o cxxsupport/paramfile.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/pointing.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/pointing.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/pointing.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/pointing.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/pointing.lo -MD -MP -MF cxxsupport/.deps/pointing.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/pointing.cc -fno-common -DPIC -o cxxsupport/pointing.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/rotmatrix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/rotmatrix.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/rotmatrix.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/rotmatrix.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/rotmatrix.lo -MD -MP -MF cxxsupport/.deps/rotmatrix.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/rotmatrix.cc -fno-common -DPIC -o cxxsupport/rotmatrix.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/trafos.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/trafos.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/trafos.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/trafos.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/trafos.lo -MD -MP -MF cxxsupport/.deps/trafos.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/trafos.cc -fno-common -DPIC -o cxxsupport/trafos.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/walltimer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/walltimer.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/walltimer.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/walltimer.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/walltimer.lo -MD -MP -MF cxxsupport/.deps/walltimer.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/walltimer.cc -fno-common -DPIC -o cxxsupport/walltimer.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo cxxsupport/wigner.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/wigner.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/wigner.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/wigner.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/wigner.lo -MD -MP -MF cxxsupport/.deps/wigner.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/wigner.cc -fno-common -DPIC -o cxxsupport/wigner.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/wigner.cc:187:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/wigner.cc:190:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule(static)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/wigner.cc:243:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/wigner.cc:246:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule(static)
^
4 warnings generated.
depbase=`echo cxxsupport/error_handling.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/error_handling.lo -MD -MP -MF $depbase.Tpo -c -o cxxsupport/error_handling.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/error_handling.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT cxxsupport/error_handling.lo -MD -MP -MF cxxsupport/.deps/error_handling.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport/error_handling.cc -fno-common -DPIC -o cxxsupport/error_handling.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/alm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/alm.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm.lo -MD -MP -MF Healpix_cxx/.deps/alm.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm.cc -fno-common -DPIC -o Healpix_cxx/alm.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/alm2map_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm2map_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/alm2map_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm2map_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm2map_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/alm2map_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm2map_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/alm2map_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm2map_cxx_module.cc:37:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/alm_fitsio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm_fitsio.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/alm_fitsio.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_fitsio.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm_fitsio.lo -MD -MP -MF Healpix_cxx/.deps/alm_fitsio.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_fitsio.cc -fno-common -DPIC -o Healpix_cxx/alm_fitsio.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/alm_healpix_tools.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm_healpix_tools.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/alm_healpix_tools.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_healpix_tools.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm_healpix_tools.lo -MD -MP -MF Healpix_cxx/.deps/alm_healpix_tools.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_healpix_tools.cc -fno-common -DPIC -o Healpix_cxx/alm_healpix_tools.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_healpix_tools.cc:34:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/alm_powspec_tools.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm_powspec_tools.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/alm_powspec_tools.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_powspec_tools.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm_powspec_tools.lo -MD -MP -MF Healpix_cxx/.deps/alm_powspec_tools.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_powspec_tools.cc -fno-common -DPIC -o Healpix_cxx/alm_powspec_tools.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_powspec_tools.cc:320:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm_powspec_tools.cc:383:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
2 warnings generated.
depbase=`echo Healpix_cxx/anafast_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/anafast_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/anafast_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/anafast_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/anafast_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/anafast_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/anafast_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/anafast_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/anafast_cxx_module.cc:37:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/calc_powspec_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/calc_powspec_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/calc_powspec_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/calc_powspec_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/calc_powspec_module.lo -MD -MP -MF Healpix_cxx/.deps/calc_powspec_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/calc_powspec_module.cc -fno-common -DPIC -o Healpix_cxx/calc_powspec_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/healpix_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_base.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/healpix_base.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_base.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_base.lo -MD -MP -MF Healpix_cxx/.deps/healpix_base.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_base.cc -fno-common -DPIC -o Healpix_cxx/healpix_base.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/healpix_data_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_data_io.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/healpix_data_io.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_data_io.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_data_io.lo -MD -MP -MF Healpix_cxx/.deps/healpix_data_io.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_data_io.cc -fno-common -DPIC -o Healpix_cxx/healpix_data_io.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/healpix_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_map.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/healpix_map.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_map.lo -MD -MP -MF Healpix_cxx/.deps/healpix_map.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.cc -fno-common -DPIC -o Healpix_cxx/healpix_map.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.cc:32:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.cc:45:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.cc:48:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (static)
^
6 warnings generated.
depbase=`echo Healpix_cxx/healpix_map_fitsio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_map_fitsio.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/healpix_map_fitsio.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map_fitsio.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_map_fitsio.lo -MD -MP -MF Healpix_cxx/.deps/healpix_map_fitsio.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map_fitsio.cc -fno-common -DPIC -o Healpix_cxx/healpix_map_fitsio.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map_fitsio.cc:33:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/healpix_tables.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_tables.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/healpix_tables.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_tables.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/healpix_tables.lo -MD -MP -MF Healpix_cxx/.deps/healpix_tables.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_tables.cc -fno-common -DPIC -o Healpix_cxx/healpix_tables.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/hotspots_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/hotspots_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/hotspots_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/hotspots_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/hotspots_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/hotspots_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/hotspots_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/hotspots_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/hotspots_cxx_module.cc:34:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/map2tga_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/map2tga_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/map2tga_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/map2tga_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/map2tga_module.lo -MD -MP -MF Healpix_cxx/.deps/map2tga_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/map2tga_module.cc -fno-common -DPIC -o Healpix_cxx/map2tga_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/map2tga_module.cc:36:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/median_filter_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/median_filter_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/median_filter_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/median_filter_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/median_filter_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/median_filter_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/median_filter_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/median_filter_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/median_filter_cxx_module.cc:32:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/mult_alm_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/mult_alm_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/mult_alm_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/mult_alm_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/mult_alm_module.lo -MD -MP -MF Healpix_cxx/.deps/mult_alm_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/mult_alm_module.cc -fno-common -DPIC -o Healpix_cxx/mult_alm_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/powspec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/powspec.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/powspec.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/powspec.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/powspec.lo -MD -MP -MF Healpix_cxx/.deps/powspec.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/powspec.cc -fno-common -DPIC -o Healpix_cxx/powspec.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/powspec_fitsio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/powspec_fitsio.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/powspec_fitsio.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/powspec_fitsio.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/powspec_fitsio.lo -MD -MP -MF Healpix_cxx/.deps/powspec_fitsio.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/powspec_fitsio.cc -fno-common -DPIC -o Healpix_cxx/powspec_fitsio.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/smoothing_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/smoothing_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/smoothing_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/smoothing_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/smoothing_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/smoothing_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/smoothing_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/smoothing_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/smoothing_cxx_module.cc:36:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
depbase=`echo Healpix_cxx/syn_alm_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/syn_alm_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/syn_alm_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/syn_alm_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/syn_alm_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/syn_alm_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/syn_alm_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/syn_alm_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
depbase=`echo Healpix_cxx/udgrade_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/udgrade_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/udgrade_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/udgrade_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/udgrade_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/udgrade_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_cxx_module.cc:33:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_cxx_module.cc:63:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_cxx_module.cc:66:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (static)
^
6 warnings generated.
depbase=`echo Healpix_cxx/udgrade_harmonic_cxx_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/sh ./libtool --tag=CXX --mode=compile /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/udgrade_harmonic_cxx_module.lo -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/udgrade_harmonic_cxx_module.lo /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_harmonic_cxx_module.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: /usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" "-DPACKAGE_STRING=\"healpix_cxx 3.11.2\"" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/udgrade_harmonic_cxx_module.lo -MD -MP -MF Healpix_cxx/.deps/udgrade_harmonic_cxx_module.Tpo -c /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_harmonic_cxx_module.cc -fno-common -DPIC -o Healpix_cxx/udgrade_harmonic_cxx_module.o
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
In file included from /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/udgrade_harmonic_cxx_module.cc:36:
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:106:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:109:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:126:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp parallel
^
/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/healpix_map.h:129:9: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma omp for schedule (dynamic,5000)
^
4 warnings generated.
/bin/sh ./libtool --tag=CXX --mode=link /usr/bin/clang++ -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -o libhealpix_cxx.la -rpath /Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/lib c_utils/c_utils.lo c_utils/walltime_c.lo libfftpack/bluestein.lo libfftpack/fftpack.lo libfftpack/ls_fft.lo libsharp/sharp.lo libsharp/sharp_almhelpers.lo libsharp/sharp_core.lo libsharp/sharp_geomhelpers.lo libsharp/sharp_ylmgen_c.lo cxxsupport/announce.lo cxxsupport/fitshandle.lo cxxsupport/geom_utils.lo cxxsupport/string_utils.lo cxxsupport/ls_image.lo cxxsupport/paramfile.lo cxxsupport/pointing.lo cxxsupport/rotmatrix.lo cxxsupport/trafos.lo cxxsupport/walltimer.lo cxxsupport/wigner.lo cxxsupport/error_handling.lo Healpix_cxx/alm.lo Healpix_cxx/alm2map_cxx_module.lo Healpix_cxx/alm_fitsio.lo Healpix_cxx/alm_healpix_tools.lo Healpix_cxx/alm_powspec_tools.lo Healpix_cxx/anafast_cxx_module.lo Healpix_cxx/calc_powspec_module.lo Healpix_cxx/healpix_base.lo Healpix_cxx/healpix_data_io.lo Healpix_cxx/healpix_map.lo Healpix_cxx/healpix_map_fitsio.lo Healpix_cxx/healpix_tables.lo Healpix_cxx/hotspots_cxx_module.lo Healpix_cxx/map2tga_module.lo Healpix_cxx/median_filter_cxx_module.lo Healpix_cxx/mult_alm_module.lo Healpix_cxx/powspec.lo Healpix_cxx/powspec_fitsio.lo Healpix_cxx/smoothing_cxx_module.lo Healpix_cxx/syn_alm_cxx_module.lo Healpix_cxx/udgrade_cxx_module.lo Healpix_cxx/udgrade_harmonic_cxx_module.lo -L/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/lib -lcfitsio -lm
libtool: link: ar cru .libs/libhealpix_cxx.a c_utils/c_utils.o c_utils/walltime_c.o libfftpack/bluestein.o libfftpack/fftpack.o libfftpack/ls_fft.o libsharp/sharp.o libsharp/sharp_almhelpers.o libsharp/sharp_core.o libsharp/sharp_geomhelpers.o libsharp/sharp_ylmgen_c.o cxxsupport/announce.o cxxsupport/fitshandle.o cxxsupport/geom_utils.o cxxsupport/string_utils.o cxxsupport/ls_image.o cxxsupport/paramfile.o cxxsupport/pointing.o cxxsupport/rotmatrix.o cxxsupport/trafos.o cxxsupport/walltimer.o cxxsupport/wigner.o cxxsupport/error_handling.o Healpix_cxx/alm.o Healpix_cxx/alm2map_cxx_module.o Healpix_cxx/alm_fitsio.o Healpix_cxx/alm_healpix_tools.o Healpix_cxx/alm_powspec_tools.o Healpix_cxx/anafast_cxx_module.o Healpix_cxx/calc_powspec_module.o Healpix_cxx/healpix_base.o Healpix_cxx/healpix_data_io.o Healpix_cxx/healpix_map.o Healpix_cxx/healpix_map_fitsio.o Healpix_cxx/healpix_tables.o Healpix_cxx/hotspots_cxx_module.o Healpix_cxx/map2tga_module.o Healpix_cxx/median_filter_cxx_module.o Healpix_cxx/mult_alm_module.o Healpix_cxx/powspec.o Healpix_cxx/powspec_fitsio.o Healpix_cxx/smoothing_cxx_module.o Healpix_cxx/syn_alm_cxx_module.o Healpix_cxx/udgrade_cxx_module.o Healpix_cxx/udgrade_harmonic_cxx_module.o
libtool: link: ranlib .libs/libhealpix_cxx.a
libtool: link: ( cd ".libs" && rm -f "libhealpix_cxx.la" && ln -s "../libhealpix_cxx.la" "libhealpix_cxx.la" )
depbase=`echo Healpix_cxx/alm2map_cxx.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
/usr/bin/clang++ -DPACKAGE_NAME=\"healpix_cxx\" -DPACKAGE_TARNAME=\"healpix_cxx\" -DPACKAGE_VERSION=\"3.11.2\" -DPACKAGE_STRING=\"healpix_cxx\ 3.11.2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"healpix_cxx\" -DVERSION=\"3.11.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_FITSIO_H=1 -I. -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools -I/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/include -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/c_utils -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libfftpack -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/libsharp -I/Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/cxxsupport -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -MT Healpix_cxx/alm2map_cxx.o -MD -MP -MF $depbase.Tpo -c -o Healpix_cxx/alm2map_cxx.o /Users/lsst/src/healpy-1.7.3/healpixsubmodule/src/cxx/autotools/Healpix_cxx/alm2map_cxx.cc &&\
mv -f $depbase.Tpo $depbase.Po
clang: warning: argument unused during compilation: '-fno-tree-vectorize'
clang: warning: argument unused during compilation: '-funsafe-math-optimizations'
clang: warning: argument unused during compilation: '-fno-trapping-math'
clang: warning: argument unused during compilation: '-fno-rounding-math'
clang: warning: argument unused during compilation: '-fno-signaling-nans'
clang: warning: argument unused during compilation: '-fcx-limited-range'
/bin/sh ./libtool --tag=CXX --mode=link /usr/bin/clang++ -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -static-libtool-libs -o alm2map_cxx Healpix_cxx/alm2map_cxx.o libhealpix_cxx.la
libtool: link: /usr/bin/clang++ -fno-strict-aliasing -I/Users/lsst/anaconda/include -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fno-tree-vectorize -fno-math-errno -funsafe-math-optimizations -fno-trapping-math -fno-rounding-math -fno-signaling-nans -fcx-limited-range -fomit-frame-pointer -o alm2map_cxx Healpix_cxx/alm2map_cxx.o ./.libs/libhealpix_cxx.a -L/Users/lsst/src/healpy-1.7.3/build/temp.macosx-10.5-x86_64-2.7/lib -lcfitsio -lm
Undefined symbols for architecture x86_64:
"_posix_memalign", referenced from:
_util_malloc_ in libhealpix_cxx.a(c_utils.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [alm2map_cxx] Error 1
Traceback (most recent call last):
File "setup.py", line 505, in <module>
license='GPLv2'
File "/Users/lsst/anaconda/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/Users/lsst/anaconda/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/Users/lsst/anaconda/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/lsst/anaconda/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/Users/lsst/anaconda/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/Users/lsst/anaconda/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/lsst/anaconda/lib/python2.7/distutils/command/build_clib.py", line 116, in run
self.build_libraries(self.libraries)
File "setup.py", line 398, in build_libraries
for key, value in self.build_library(lib_name, **build_info).iteritems():
File "setup.py", line 336, in build_library
check_call(cmd, cwd=build_temp, env=self._environ)
File "/Users/lsst/anaconda/lib/python2.7/subprocess.py", line 542, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment