This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = ips.ucsd.edu uname -m = i686 uname -r = 2.6.24.5-85.fc8 uname -s = Linux uname -v = #1 SMP Sat Apr 19 12:39:34 EDT 2008 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/soft/bin PATH: . PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /home/soft/smei/exe/linux PATH: /home/soft/smei/com/linux PATH: /home/soft/smei/ucsd/gen/exe/linux PATH: /home/soft/smei/ucsd/gen/python PATH: /zshare/intel_cc_100/bin PATH: /zshare/intel_fc_100/bin PATH: /home/soft/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1377: checking for uname configure:1393: found /bin/uname configure:1404: result: 1 configure:1426: checking for cc configure:1442: found /usr/bin/cc configure:1452: result: cc configure:1779: checking for C compiler version configure:1782: cc --version &5 cc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1785: $? = 0 configure:1787: cc -v &5 Using built-in specs. Target: i386-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=i386-redhat-linux Thread model: posix gcc version 4.1.2 20070925 (Red Hat 4.1.2-33) configure:1790: $? = 0 configure:1792: cc -V &5 cc: '-V' option must have argument configure:1795: $? = 1 configure:1818: checking for C compiler default output file name configure:1821: cc conftest.c >&5 configure:1824: $? = 0 configure:1870: result: a.out configure:1875: checking whether the C compiler works configure:1881: ./a.out configure:1884: $? = 0 configure:1901: result: yes configure:1908: checking whether we are cross compiling configure:1910: result: no configure:1913: checking for suffix of executables configure:1915: cc -o conftest conftest.c >&5 configure:1918: $? = 0 configure:1943: result: configure:1949: checking for suffix of object files configure:1970: cc -c conftest.c >&5 configure:1973: $? = 0 configure:1995: result: o configure:1999: checking whether we are using the GNU C compiler configure:2023: cc -c conftest.c >&5 configure:2029: $? = 0 configure:2033: test -z || test ! -s conftest.err configure:2036: $? = 0 configure:2039: test -s conftest.o configure:2042: $? = 0 configure:2055: result: yes configure:2061: checking whether cc accepts -g configure:2082: cc -c -g conftest.c >&5 configure:2088: $? = 0 configure:2092: test -z || test ! -s conftest.err configure:2095: $? = 0 configure:2098: test -s conftest.o configure:2101: $? = 0 configure:2112: result: yes configure:2129: checking for cc option to accept ANSI C configure:2199: cc -c -g -O2 conftest.c >&5 configure:2205: $? = 0 configure:2209: test -z || test ! -s conftest.err configure:2212: $? = 0 configure:2215: test -s conftest.o configure:2218: $? = 0 configure:2236: result: none needed configure:2254: cc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2260: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2398: checking for f77 configure:2414: found /usr/bin/f77 configure:2424: result: f77 configure:2504: checking for ranlib configure:2520: found /usr/bin/ranlib configure:2531: result: ranlib configure:2550: checking how to run the C preprocessor configure:2585: cc -E conftest.c configure:2591: $? = 0 configure:2623: cc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:2629: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2668: result: cc -E configure:2692: cc -E conftest.c configure:2698: $? = 0 configure:2730: cc -E conftest.c conftest.c:9:28: error: ac_nonexistent.h: No such file or directory configure:2736: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | #include configure:2780: checking for egrep configure:2790: result: grep -E configure:2795: checking for ANSI C header files configure:2820: cc -c -g -O2 conftest.c >&5 configure:2826: $? = 0 configure:2830: test -z || test ! -s conftest.err configure:2833: $? = 0 configure:2836: test -s conftest.o configure:2839: $? = 0 configure:2928: cc -o conftest -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit' configure:2931: $? = 0 configure:2933: ./conftest configure:2936: $? = 0 configure:2951: result: yes configure:2975: checking for sys/types.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for sys/stat.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for stdlib.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for string.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for memory.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for strings.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for inttypes.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for stdint.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:2975: checking for unistd.h configure:2991: cc -c -g -O2 conftest.c >&5 configure:2997: $? = 0 configure:3001: test -z || test ! -s conftest.err configure:3004: $? = 0 configure:3007: test -s conftest.o configure:3010: $? = 0 configure:3021: result: yes configure:3041: checking for stdlib.h configure:3046: result: yes configure:3041: checking for string.h configure:3046: result: yes configure:3050: checking math.h usability configure:3062: cc -c -g -O2 conftest.c >&5 configure:3068: $? = 0 configure:3072: test -z || test ! -s conftest.err configure:3075: $? = 0 configure:3078: test -s conftest.o configure:3081: $? = 0 configure:3091: result: yes configure:3095: checking math.h presence configure:3105: cc -E conftest.c configure:3111: $? = 0 configure:3131: result: yes configure:3166: checking for math.h configure:3173: result: yes configure:3050: checking limits.h usability configure:3062: cc -c -g -O2 conftest.c >&5 configure:3068: $? = 0 configure:3072: test -z || test ! -s conftest.err configure:3075: $? = 0 configure:3078: test -s conftest.o configure:3081: $? = 0 configure:3091: result: yes configure:3095: checking limits.h presence configure:3105: cc -E conftest.c configure:3111: $? = 0 configure:3131: result: yes configure:3166: checking for limits.h configure:3173: result: yes configure:3204: cc -c -g -O2 conftest.c >&5 configure:3210: $? = 0 configure:3214: test -z || test ! -s conftest.err configure:3217: $? = 0 configure:3220: test -s conftest.o configure:3223: $? = 0 configure:3432: checking "whether ftruncate works" configure:3453: cc -o conftest -g -O2 -Dg77Fortran -fPIC conftest.c >&5 configure:3459: $? = 0 configure:3463: test -z || test ! -s conftest.err configure:3466: $? = 0 configure:3469: test -s conftest configure:3472: $? = 0 configure:3479: result: "yes" configure:3496: checking "whether long long is defined" configure:3517: cc -c -g -O2 -Dg77Fortran -fPIC conftest.c >&5 configure:3523: $? = 0 configure:3527: test -z || test ! -s conftest.err configure:3530: $? = 0 configure:3533: test -s conftest.o configure:3536: $? = 0 configure:3543: result: "yes" configure:3567: checking "whether system V style IPC services are supported" configure:3593: cc -o conftest -g -O2 -Dg77Fortran -fPIC conftest.c >&5 configure:3599: $? = 0 configure:3603: test -z || test ! -s conftest.err configure:3606: $? = 0 configure:3609: test -s conftest configure:3612: $? = 0 configure:3620: result: "yes" configure:3639: checking "do we have flock_t defined in sys/fcntl.h" configure:3660: cc -c -g -O2 -Dg77Fortran -fPIC conftest.c >&5 conftest.c: In function 'main': conftest.c:34: error: 'flock_t' undeclared (first use in this function) conftest.c:34: error: (Each undeclared identifier is reported only once conftest.c:34: error: for each function it appears in.) conftest.c:34: error: expected ';' before 'filler' configure:3666: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MATH_H 1 | #define HAVE_LIMITS_H 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FTRUNCATE 1 | #define HAVE_LONGLONG 1 | #define HAVE_SHMEM_SERVICES 1 | /* end confdefs.h. */ | #include | | int | main () | { | | flock_t filler; | | ; | return 0; | } configure:3693: result: "no" configure:3699: checking "do we have flock_t defined in sys/flock.h" configure:3720: cc -c -g -O2 -Dg77Fortran -fPIC conftest.c >&5 conftest.c:28:23: error: sys/flock.h: No such file or directory conftest.c: In function 'main': conftest.c:34: error: 'flock_t' undeclared (first use in this function) conftest.c:34: error: (Each undeclared identifier is reported only once conftest.c:34: error: for each function it appears in.) conftest.c:34: error: expected ';' before 'filler' configure:3726: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MATH_H 1 | #define HAVE_LIMITS_H 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FTRUNCATE 1 | #define HAVE_LONGLONG 1 | #define HAVE_SHMEM_SERVICES 1 | /* end confdefs.h. */ | #include | | int | main () | { | | flock_t filler; | | ; | return 0; | } configure:3753: result: "no" configure:3764: checking "do we have union semun defined" configure:3787: cc -c -g -O2 -Dg77Fortran -fPIC conftest.c >&5 conftest.c: In function 'main': conftest.c:36: error: storage size of 'filler' isn't known configure:3793: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MATH_H 1 | #define HAVE_LIMITS_H 1 | #define _LARGEFILE_SOURCE 1 | #define _FILE_OFFSET_BITS 64 | #define HAVE_FTRUNCATE 1 | #define HAVE_LONGLONG 1 | #define HAVE_SHMEM_SERVICES 1 | /* end confdefs.h. */ | #include | #include | #include | | int | main () | { | | union semun filler; | | ; | return 0; | } configure:3820: result: "no" configure:3828: checking for library containing gethostbyname configure:3858: cc -o conftest -g -O2 -Dg77Fortran -fPIC conftest.c >&5 configure:3864: $? = 0 configure:3868: test -z || test ! -s conftest.err configure:3871: $? = 0 configure:3874: test -s conftest configure:3877: $? = 0 configure:3947: result: none required configure:3956: checking for library containing connect configure:3986: cc -o conftest -g -O2 -Dg77Fortran -fPIC conftest.c >&5 configure:3992: $? = 0 configure:3996: test -z || test ! -s conftest.err configure:3999: $? = 0 configure:4002: test -s conftest configure:4005: $? = 0 configure:4075: result: none required configure:4223: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ips.ucsd.edu config.status:645: creating Makefile configure:5145: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ips.ucsd.edu config.status:646: creating Makefile config.status:646: creating cfitsio.pc configure:5942: result: configure:5944: result: Congratulations, Makefile update was successful. configure:5946: result: You may want to run "make" now. configure:5948: result: ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_header_inttypes_h=yes ac_cv_header_limits_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_objext=o ac_cv_prog_CC=cc ac_cv_prog_CPP='cc -E' ac_cv_prog_FC=f77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_egrep='grep -E' ac_cv_prog_uname_found=1 ac_cv_search_connect='none required' ac_cv_search_gethostbyname='none required' ## ----------------- ## ## Output variables. ## ## ----------------- ## ARCH='linux' CC='cc' CFLAGS='-g -O2 -Dg77Fortran -fPIC' CPP='cc -E' CPPFLAGS='' DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -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_NET_SERVICES=1 ' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77_WRAPPERS='${FITSIO_SRC}' FC='f77' GCCVERSION='4.1.2' INSTALL_ROOT='${prefix}' LDFLAGS='' LIBOBJS='' LIBPRE='' LIBS='' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='ranlib' SHELL='/bin/sh' SHLIB_LD='cc -shared' SHLIB_SUFFIX='.so' ac_ct_CC='' ac_ct_RANLIB='ranlib' bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='${prefix}' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' my_shmem='${SOURCES_SHMEM}' oldincludedir='/usr/include' prefix='/home/soft/smei/cpp/cfitsio3130' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' uname_found='1' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_FTRUNCATE 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIMITS_H 1 #define HAVE_LONGLONG 1 #define HAVE_MATH_H 1 #define HAVE_MEMORY_H 1 #define HAVE_NET_SERVICES 1 #define HAVE_SHMEM_SERVICES 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define _FILE_OFFSET_BITS 64 #define _LARGEFILE_SOURCE 1 configure: exit 0