msmith@eeyoreAir2 ~/Downloads/mwdust-master > sudo -E python3 setup.py install --no-downloads Password: running install running bdist_egg running egg_info creating mwdust.egg-info writing mwdust.egg-info/PKG-INFO writing dependency_links to mwdust.egg-info/dependency_links.txt writing requirements to mwdust.egg-info/requires.txt writing top-level names to mwdust.egg-info/top_level.txt writing manifest file 'mwdust.egg-info/SOURCES.txt' reading manifest file 'mwdust.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'mwdust.egg-info/SOURCES.txt' installing library code to build/bdist.macosx-10.7-x86_64/egg running install_lib running build_py creating build creating build/lib.macosx-10.7-x86_64-3.6 creating build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/Marshall06.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/DustMap3D.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/SFD.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/HierarchicalHealpixMap.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/Zero.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/Green15.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/Combined15.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/Drimmel03.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust copying mwdust/Sale14.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust creating build/lib.macosx-10.7-x86_64-3.6/mwdust/util copying mwdust/util/fortranfile.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util copying mwdust/util/extCurves.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util copying mwdust/util/tools.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util copying mwdust/util/__init__.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util copying mwdust/util/read_SFD.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util copying mwdust/util/read_Drimmel.py -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util creating build/lib.macosx-10.7-x86_64-3.6/mwdust/util/extCurves copying mwdust/util/extCurves/extinction.tbl -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util/extCurves copying mwdust/util/extCurves/apj398709t6_ascii.txt -> build/lib.macosx-10.7-x86_64-3.6/mwdust/util/extCurves running build_ext building 'sfd_c' extension creating build/temp.macosx-10.7-x86_64-3.6 creating build/temp.macosx-10.7-x86_64-3.6/mwdust creating build/temp.macosx-10.7-x86_64-3.6/mwdust/util creating build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -Imwdust/util/SFD_CodeC -I/Applications/miniconda3/include/python3.6m -c mwdust/util/SFD_CodeC/subs_fits.c -o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_fits.o -DLITTLE_ENDIAN In file included from mwdust/util/SFD_CodeC/subs_fits.c:21: mwdust/util/SFD_CodeC/subs_inoutput.h:18:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] int inoutput_free_file_pointer_(); ^ void mwdust/util/SFD_CodeC/subs_fits.c:610:12: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] sscanf(&(*ppHead)[iCard*80+10], "%s", pExtend); ^~~~~~~~~~~~~~~~~~~~~~~ /usr/include/stdio.h:181:36: note: passing argument to parameter here int sscanf(const char * __restrict, const char * __restrict, ...) __scanflike(2, 3); ^ mwdust/util/SFD_CodeC/subs_fits.c:1678:36: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80],8)!=0); iCard++); ^~~~~~ /usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1678:44: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80],8)!=0); iCard++); ^~~~~~~~~~~~~~~~ /usr/include/string.h:84:44: note: passing argument to parameter '__s2' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1737:33: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80], 8)!=0); iCard++); ^~~~~~ /usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1737:41: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80], 8)!=0); iCard++); ^~~~~~~~~~~~~~~~ /usr/include/string.h:84:44: note: passing argument to parameter '__s2' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1770:46: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] for (iCard=0; (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80], 8)!=0); ^~~~~~ /usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1770:54: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] for (iCard=0; (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80], 8)!=0); ^~~~~~~~~~~~~~~~ /usr/include/string.h:84:44: note: passing argument to parameter '__s2' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1869:14: warning: implicitly declaring library function 'abs' with type 'int (int)' [-Wimplicit-function-declaration] *pTime=abs(timeHour) + timeMin/60.0 + timeSec/3600.0; ^ mwdust/util/SFD_CodeC/subs_fits.c:1869:14: note: include the header or explicitly provide a declaration for 'abs' mwdust/util/SFD_CodeC/subs_fits.c:1905:33: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80], 8)!=0); iCard++); ^~~~~~ /usr/include/string.h:84:26: note: passing argument to parameter '__s1' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1905:41: warning: passing 'uchar *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] (iCard<*pNHead) && (strncmp(pLabel, &pHead[iCard*80], 8)!=0); iCard++); ^~~~~~~~~~~~~~~~ /usr/include/string.h:84:44: note: passing argument to parameter '__s2' here int strncmp(const char *__s1, const char *__s2, size_t __n); ^ mwdust/util/SFD_CodeC/subs_fits.c:1977:12: warning: passing 'uchar [81]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(pCardTemp, "%-8.8s= %20d", pLabel, *pIval); ^~~~~~~~~ /usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ mwdust/util/SFD_CodeC/subs_fits.c:1999:12: warning: passing 'uchar [81]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(pCardTemp, "%-8.8s= %20.7e", pLabel, *pRval); ^~~~~~~~~ /usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ mwdust/util/SFD_CodeC/subs_fits.c:2022:12: warning: passing 'uchar [81]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] sprintf(pCardTemp, "%-8.8s= '%-1.68s'", pLabel, pStringVal); ^~~~~~~~~ /usr/include/secure/_stdio.h:47:28: note: expanded from macro 'sprintf' __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__) ^~~ 14 warnings generated. gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -Imwdust/util/SFD_CodeC -I/Applications/miniconda3/include/python3.6m -c mwdust/util/SFD_CodeC/subs_lambert.c -o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_lambert.o -DLITTLE_ENDIAN gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -Imwdust/util/SFD_CodeC -I/Applications/miniconda3/include/python3.6m -c mwdust/util/SFD_CodeC/subs_asciifile.c -o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_asciifile.o -DLITTLE_ENDIAN In file included from mwdust/util/SFD_CodeC/subs_asciifile.c:5: mwdust/util/SFD_CodeC/subs_inoutput.h:18:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] int inoutput_free_file_pointer_(); ^ void 1 warning generated. gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -Imwdust/util/SFD_CodeC -I/Applications/miniconda3/include/python3.6m -c mwdust/util/SFD_CodeC/subs_memory.c -o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_memory.o -DLITTLE_ENDIAN gcc -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -Imwdust/util/SFD_CodeC -I/Applications/miniconda3/include/python3.6m -c mwdust/util/SFD_CodeC/subs_inoutput.c -o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_inoutput.o -DLITTLE_ENDIAN In file included from mwdust/util/SFD_CodeC/subs_inoutput.c:4: mwdust/util/SFD_CodeC/subs_inoutput.h:18:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] int inoutput_free_file_pointer_(); ^ void 1 warning generated. gcc -bundle -undefined dynamic_lookup -L/Applications/miniconda3/lib -arch x86_64 -L/Applications/miniconda3/lib -arch x86_64 -L/opt/local/lib/ -I/opt/local/include/ -arch x86_64 build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_fits.o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_lambert.o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_asciifile.o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_memory.o build/temp.macosx-10.7-x86_64-3.6/mwdust/util/SFD_CodeC/subs_inoutput.o -lm -o build/lib.macosx-10.7-x86_64-3.6/sfd_c.cpython-36m-darwin.so creating build/bdist.macosx-10.7-x86_64 creating build/bdist.macosx-10.7-x86_64/egg copying build/lib.macosx-10.7-x86_64-3.6/sfd_c.cpython-36m-darwin.so -> build/bdist.macosx-10.7-x86_64/egg creating build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/Marshall06.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/DustMap3D.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust creating build/bdist.macosx-10.7-x86_64/egg/mwdust/util copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/fortranfile.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/extCurves.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/tools.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/__init__.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/read_SFD.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/read_Drimmel.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util creating build/bdist.macosx-10.7-x86_64/egg/mwdust/util/extCurves copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/extCurves/extinction.tbl -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util/extCurves copying build/lib.macosx-10.7-x86_64-3.6/mwdust/util/extCurves/apj398709t6_ascii.txt -> build/bdist.macosx-10.7-x86_64/egg/mwdust/util/extCurves copying build/lib.macosx-10.7-x86_64-3.6/mwdust/SFD.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/HierarchicalHealpixMap.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/__init__.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/Zero.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/Green15.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/Combined15.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/Drimmel03.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust copying build/lib.macosx-10.7-x86_64-3.6/mwdust/Sale14.py -> build/bdist.macosx-10.7-x86_64/egg/mwdust byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/Marshall06.py to Marshall06.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/DustMap3D.py to DustMap3D.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/util/fortranfile.py to fortranfile.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/util/extCurves.py to extCurves.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/util/tools.py to tools.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/util/__init__.py to __init__.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/util/read_SFD.py to read_SFD.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/util/read_Drimmel.py to read_Drimmel.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/SFD.py to SFD.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/HierarchicalHealpixMap.py to HierarchicalHealpixMap.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/__init__.py to __init__.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/Zero.py to Zero.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/Green15.py to Green15.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/Combined15.py to Combined15.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/Drimmel03.py to Drimmel03.cpython-36.pyc byte-compiling build/bdist.macosx-10.7-x86_64/egg/mwdust/Sale14.py to Sale14.cpython-36.pyc creating stub loader for sfd_c.cpython-36m-darwin.so byte-compiling build/bdist.macosx-10.7-x86_64/egg/sfd_c.py to sfd_c.cpython-36.pyc creating build/bdist.macosx-10.7-x86_64/egg/EGG-INFO copying mwdust.egg-info/PKG-INFO -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO copying mwdust.egg-info/SOURCES.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO copying mwdust.egg-info/dependency_links.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO copying mwdust.egg-info/requires.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO copying mwdust.egg-info/top_level.txt -> build/bdist.macosx-10.7-x86_64/egg/EGG-INFO writing build/bdist.macosx-10.7-x86_64/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... __pycache__.sfd_c.cpython-36: module references __file__ mwdust.util.__pycache__.extCurves.cpython-36: module references __file__ mwdust.util.__pycache__.read_Drimmel.cpython-36: module references __file__ creating dist creating 'dist/mwdust-1.0-py3.6-macosx-10.7-x86_64.egg' and adding 'build/bdist.macosx-10.7-x86_64/egg' to it removing 'build/bdist.macosx-10.7-x86_64/egg' (and everything under it) Processing mwdust-1.0-py3.6-macosx-10.7-x86_64.egg creating /Applications/miniconda3/lib/python3.6/site-packages/mwdust-1.0-py3.6-macosx-10.7-x86_64.egg Extracting mwdust-1.0-py3.6-macosx-10.7-x86_64.egg to /Applications/miniconda3/lib/python3.6/site-packages Adding mwdust 1.0 to easy-install.pth file Installed /Applications/miniconda3/lib/python3.6/site-packages/mwdust-1.0-py3.6-macosx-10.7-x86_64.egg Processing dependencies for mwdust==1.0 Searching for healpy Reading https://pypi.python.org/simple/healpy/ Downloading https://files.pythonhosted.org/packages/39/45/0e00ed0298e6dfb2ee04f80cd17ba9efa0c05fdc7b1afd98b22889f6c93e/healpy-1.12.4.tar.gz#sha256=dff1748b420065290a12ae87ca80f18df8ceefc65563315fc2667a67604a2b70 Best match: healpy 1.12.4 Processing healpy-1.12.4.tar.gz Writing /var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.cfg Running healpy-1.12.4/setup.py -q bdist_egg --dist-dir /var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/egg-dist-tmp-v_57aisb warning: no previously-included files found matching 'healpy/test/data/ipython*' warning: no previously-included files found matching 'cfitsio/*pdf' warning: no previously-included files found matching 'cfitsio/*ps' warning: no previously-included files found matching 'cfitsio/*doc' warning: no previously-included files found matching 'cfitsio/*tex' no previously-included directories found matching 'cfitsio/docs' warning: no previously-included files found matching '*.so' warning: no previously-included files found matching '*.a' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitmodules' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'clean.sh' 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 configure: WARNING: unrecognized options: --disable-shared, --with-pic, --disable-maintainer-mode checking build system type... x86_64-apple-darwin17.7.0 checking host system type... x86_64-apple-darwin17.7.0 checking target system type... x86_64-apple-darwin17.7.0 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking 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... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... 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 gcc 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. gcc -c -o ./buffers.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./cfileio.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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. gcc -c -o ./checksum.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./drvrfile.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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); ^ drvrfile.c:464:5: warning: this function declaration is not a prototype [-Wstrict-prototypes] 2 warnings generated. drvrfile.c:464:5: warning: implicit declaration of function 'ftruncate' is invalid in C99 [-Wimplicit-function-declaration] ftruncate(fdesc, (OFF_T) filesize); ^ drvrfile.c:464:5: warning: this function declaration is not a prototype [-Wstrict-prototypes] 2 warnings generated. gcc -c -o ./drvrmem.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./drvrnet.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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:293:5: warning: this function declaration is not a prototype [-Wstrict-prototypes] drvrnet.c:819:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(sock); ^ drvrnet.c:819:5: warning: this function declaration is not a prototype [-Wstrict-prototypes] drvrnet.c:2709:7: warning: variable 'sr' is uninitialized when used here [-Wuninitialized] sr <<= 8; ^~ drvrnet.c:2705:25: note: initialize the variable 'sr' to silence this warning unsigned long int sr; ^ = 0 5 warnings generated. drvrnet.c:293:5: warning: implicit declaration of function 'alarm' is invalid in C99 [-Wimplicit-function-declaration] alarm(NETTIMEOUT); ^ drvrnet.c:293:5: warning: this function declaration is not a prototype [-Wstrict-prototypes] drvrnet.c:819:5: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(sock); ^ drvrnet.c:819:5: warning: this function declaration is not a prototype [-Wstrict-prototypes] drvrnet.c:2709:7: warning: variable 'sr' is uninitialized when used here [-Wuninitialized] sr <<= 8; ^~ drvrnet.c:2705:25: note: initialize the variable 'sr' to silence this warning unsigned long int sr; ^ = 0 5 warnings generated. gcc -c -o ./drvrsmem.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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); ^ drvrsmem.c:154:8: warning: this function declaration is not a prototype [-Wstrict-prototypes] drvrsmem.c:429:51: warning: variable 'filler' is uninitialized when used here [-Wuninitialized] { semctl(shared_gt[idx].sem, 0, IPC_RMID, filler); /* destroy semaphore */ ^~~~~~ drvrsmem.c:396:4: note: variable 'filler' is declared here union semun filler; ^ 3 warnings generated. drvrsmem.c:154:8: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(shared_fd); ^ drvrsmem.c:154:8: warning: this function declaration is not a prototype [-Wstrict-prototypes] drvrsmem.c:429:51: warning: variable 'filler' is uninitialized when used here [-Wuninitialized] { semctl(shared_gt[idx].sem, 0, IPC_RMID, filler); /* destroy semaphore */ ^~~~~~ drvrsmem.c:396:4: note: variable 'filler' is declared here union semun filler; ^ 3 warnings generated. gcc -c -o ./drvrgsiftp.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./editcol.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 editcol.c:129:46: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value] newsize = (newsize + pcount) * gcount * (abs(longbitpix) / 8); ^ editcol.c:129:46: note: use function 'labs' instead newsize = (newsize + pcount) * gcount * (abs(longbitpix) / 8); ^~~ labs 1 warning generated. gcc -c -o ./edithdu.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./eval_l.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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. gcc -c -o ./eval_y.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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. gcc -c -o ./eval_f.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./fitscore.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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. gcc -c -o ./getcol.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcolb.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcold.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcole.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcoli.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcolj.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcolk.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcoll.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcols.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcolsb.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcoluk.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcolui.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getcoluj.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./getkey.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./group.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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); ^ group.c:5476:3: warning: this function declaration is not a prototype [-Wstrict-prototypes] 2 warnings generated. group.c:5476:3: warning: implicit declaration of function 'getcwd' is invalid in C99 [-Wimplicit-function-declaration] getcwd(buff,FLEN_FILENAME); ^ group.c:5476:3: warning: this function declaration is not a prototype [-Wstrict-prototypes] 2 warnings generated. gcc -c -o ./grparser.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 grparser.c:866:28: warning: address of array 'ngph->tok[i].comment' will always evaluate to 'true' [-Wpointer-bool-conversion] if (ngph->tok[i].comment && *ngph->tok[i].comment) /* do not update with a blank comment */ ~~~~~~~~~~~~~^~~~~~~ ~~ 1 warning generated. grparser.c:866:28: warning: address of array 'ngph->tok[i].comment' will always evaluate to 'true' [-Wpointer-bool-conversion] if (ngph->tok[i].comment && *ngph->tok[i].comment) /* do not update with a blank comment */ ~~~~~~~~~~~~~^~~~~~~ ~~ 1 warning generated. gcc -c -o ./histo.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./iraffits.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./modkey.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcol.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcolb.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcold.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcole.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcoli.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcolj.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcolk.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcoluk.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcoll.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcols.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcolsb.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcolu.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcolui.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putcoluj.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./putkey.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./region.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./scalnull.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./wcssub.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./wcsutil.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./imcompress.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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:2094:21: warning: variable 'cbuf' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (datatype == TDOUBLE) { ^~~~~~~~~~~~~~~~~~~ imcompress.c:2122:44: note: uninitialized use occurs here gzip_nelem, (unsigned char *) cbuf, status); ^~~~ imcompress.c:2094:17: note: remove the 'if' if its condition is always true } else if (datatype == TDOUBLE) { ^~~~~~~~~~~~~~~~~~~~~~~~~ imcompress.c:1703:16: note: initialize the variable 'cbuf' to silence this warning short *cbuf; /* compressed data */ ^ = NULL 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 */ ^~ = 2 warnings generated. imcompress.c:2094:21: warning: variable 'cbuf' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] } else if (datatype == TDOUBLE) { ^~~~~~~~~~~~~~~~~~~ imcompress.c:2122:44: note: uninitialized use occurs here gzip_nelem, (unsigned char *) cbuf, status); ^~~~ imcompress.c:2094:17: note: remove the 'if' if its condition is always true } else if (datatype == TDOUBLE) { ^~~~~~~~~~~~~~~~~~~~~~~~~ imcompress.c:1703:16: note: initialize the variable 'cbuf' to silence this warning short *cbuf; /* compressed data */ ^ = NULL 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 */ ^~ = 2 warnings generated. gcc -c -o ./quantize.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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. gcc -c -o ./ricecomp.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./pliocomp.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./fits_hcompress.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./fits_hdecompress.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/adler32.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/crc32.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/deflate.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/infback.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/inffast.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/inflate.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/inftrees.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/trees.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/uncompr.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/zcompress.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/zuncompress.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o zlib/zutil.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 gcc -c -o ./f77_wrap1.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 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) ^ 4 warnings generated. In file included from f77_wrap1.c:43: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 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) ^ 4 warnings generated. gcc -c -o ./f77_wrap2.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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 In file included from f77_wrap2.c:43: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 1 warning generated. In file included from f77_wrap2.c:43: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 1 warning generated. gcc -c -o ./f77_wrap3.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 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) ^ 3 warnings generated. In file included from f77_wrap3.c:43: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 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) ^ 3 warnings generated. gcc -c -o ./f77_wrap4.o -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/opt/local/include/ -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: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 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, ^ 2 warnings generated. In file included from f77_wrap4.c:43: In file included from ./f77_wrap.h:3: ./cfortran.h:725:32: warning: this function declaration is not a prototype [-Wstrict-prototypes] typedef void (*cfCAST_FUNCTION)(CF_NULL_PROTO); ^ void 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, ^ 2 warnings 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 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: for architecture: i386 file: libcfitsio.a(drvrgsiftp.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: for architecture: x86_64 file: libcfitsio.a(drvrgsiftp.o) has no symbols /bin/cp -a libcfitsio* /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/build/temp.macosx-10.7-x86_64-3.6/lib /bin/cp fitsio.h fitsio2.h longnam.h drvrsmem.h /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/build/temp.macosx-10.7-x86_64-3.6/include /bin/cp cfitsio.pc /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/build/temp.macosx-10.7-x86_64-3.6/lib/pkgconfig 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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/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... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... rm: conftest.dSYM: is a directory yes checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking build system type... x86_64-apple-darwin17.7.0 checking host system type... x86_64-apple-darwin17.7.0 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 gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) 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 how to convert x86_64-apple-darwin17.7.0 file names to x86_64-apple-darwin17.7.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin17.7.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump 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 -B output from gcc object... rm: conftest.dSYM: is a directory ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -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 gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.7.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking whether make supports nested variables... (cached) yes checking for gcc option to accept ISO C99... none needed checking for gcc 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... no checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.7.0 dyld checking how to hardcode library paths into programs... immediate checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=gnu++11... yes checking for g++ -std=gnu++11 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... no 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.40.0 checking our pkgconfig_libdir... ${libdir}/pkgconfig expanded our pkgconfig_libdir... /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/build/temp.macosx-10.7-x86_64-3.6/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/private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/build/temp.macosx-10.7-x86_64-3.6/include checking our pkgconfig ldflags... noninstalled pkgconfig -L /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/build/temp.macosx-10.7-x86_64-3.6/healpix_cxx/.libs noninstalled pkgconfig -I //private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/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 CC c_utils/c_utils.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC c_utils/walltime_c.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC c_utils/trig_utils.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libfftpack/bluestein.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libfftpack/fftpack.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libfftpack/ls_fft.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libsharp/sharp.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libsharp/sharp_almhelpers.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libsharp/sharp_core.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libsharp/sharp_geomhelpers.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libsharp/sharp_ylmgen_c.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CC libsharp/sharp_legendre_roots.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] CXX cxxsupport/announce.lo clang: warning: optimization flag '-fno-rounding-math' is not supported [-Wignored-optimization-argument] clang: warning: optimization flag '-fno-signaling-nans' is not supported [-Wignored-optimization-argument] In file included from /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/healpixsubmodule/src/cxx/autotools/cxxsupport/announce.cc:42: In file included from /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/healpixsubmodule/src/cxx/autotools/cxxsupport/openmp_support.h:39: In file included from /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/healpixsubmodule/src/cxx/autotools/cxxsupport/share_utils.h:36: /private/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/healpixsubmodule/src/cxx/autotools/cxxsupport/datatypes.h:74:10: fatal error: 'cstdint' file not found #include ^~~~~~~~~ 1 error generated. make: *** [cxxsupport/announce.lo] Error 1 Traceback (most recent call last): File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 242, in build_library except subprocess.CalledProcessError: File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 207, in pkgconfig print('\033[1m'+"Problem changing ownership of data file..."+'\033[0m') File "/Applications/miniconda3/lib/python3.6/subprocess.py", line 336, in check_output **kwargs).stdout File "/Applications/miniconda3/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '('pkg-config', '--cflags-only-I', 'healpix_cxx >= 3.40.0')' returned non-zero exit status 1. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 154, in save_modules yield saved File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 195, in setup_context yield File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 250, in run_setup _execfile(setup_script, ns) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 45, in _execfile exec(code, globals, locals) File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 525, in File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "/Applications/miniconda3/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/bdist_egg.py", line 169, in run self.run_command('build_clib') File "/Applications/miniconda3/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/Applications/miniconda3/lib/python3.6/distutils/command/build_clib.py", line 115, in run self.build_libraries(self.libraries) File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 372, in build_libraries "Programming Language :: Python :: 2.7", File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 303, in build_library _COMBINED_URL= 'https://zenodo.org/record/31262/files/dust-map-3d.h5' File "/Applications/miniconda3/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "setup.py", line 374, in "Topic :: Scientific/Engineering :: Physics"] File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "/Applications/miniconda3/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/install.py", line 67, in run self.do_egg_install() File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/install.py", line 117, in do_egg_install cmd.run() File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 412, in run self.easy_install(spec, not self.no_deps) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 654, in easy_install return self.install_item(None, spec, tmpdir, deps, True) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 701, in install_item self.process_distribution(spec, dist, deps) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 746, in process_distribution [requirement], self.local_index, self.easy_install File "/Applications/miniconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 866, in resolve replace_conflicting=replace_conflicting File "/Applications/miniconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1146, in best_match return self.obtain(req, installer) File "/Applications/miniconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1158, in obtain return installer(requirement) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 673, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 699, in install_item dists = self.install_eggs(spec, download, tmpdir) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 882, in install_eggs return self.build_and_install(setup_script, setup_base) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 1150, in build_and_install self.run_setup(setup_script, setup_base, args) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 1136, in run_setup run_setup(setup_script, args) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 253, in run_setup raise File "/Applications/miniconda3/lib/python3.6/contextlib.py", line 99, in __exit__ self.gen.throw(type, value, traceback) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 195, in setup_context yield File "/Applications/miniconda3/lib/python3.6/contextlib.py", line 99, in __exit__ self.gen.throw(type, value, traceback) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 166, in save_modules saved_exc.resume() File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 141, in resume six.reraise(type, exc, self._tb) File "/Applications/miniconda3/lib/python3.6/site-packages/pkg_resources/_vendor/six.py", line 685, in reraise raise value.with_traceback(tb) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 154, in save_modules yield saved File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 195, in setup_context yield File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 250, in run_setup _execfile(setup_script, ns) File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/sandbox.py", line 45, in _execfile exec(code, globals, locals) File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 525, in File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) File "/Applications/miniconda3/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/Applications/miniconda3/lib/python3.6/site-packages/setuptools/command/bdist_egg.py", line 169, in run self.run_command('build_clib') File "/Applications/miniconda3/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/Applications/miniconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/Applications/miniconda3/lib/python3.6/distutils/command/build_clib.py", line 115, in run self.build_libraries(self.libraries) File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 372, in build_libraries "Programming Language :: Python :: 2.7", File "/var/folders/tl/_5z6xmqd5_x4y0ljl2txp3740000gn/T/easy_install-cqf3s9qs/healpy-1.12.4/setup.py", line 303, in build_library _COMBINED_URL= 'https://zenodo.org/record/31262/files/dust-map-3d.h5' File "/Applications/miniconda3/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['make', 'install']' returned non-zero exit status 2.