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.68.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = pegasus
uname -m = x86_64
uname -r = 2.6.37.6-0.9-desktop
uname -s = Linux
uname -v = #1 SMP PREEMPT 2011-10-19 22:33:27 +0200

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/avt/bin
PATH: /usr/local/astrometry/bin
PATH: /usr/lib64/mpi/gcc/openmpi/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /root/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2125: checking for uname
configure:2141: found /bin/uname
configure:2153: result: 1
configure:2176: checking for cc
configure:2192: found /usr/bin/cc
configure:2203: result: cc
configure:2519: checking for C compiler version
configure:2528: cc --version >&5
cc (SUSE Linux) 4.5.1 20101208 [gcc-4_5-branch revision 167585]
Copyright (C) 2010 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:2539: $? = 0
configure:2528: cc -v >&5
Using built-in specs.
COLLECT_GCC=cc
COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/4.5/lto-wrapper
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.5 --enable-ssp --disable-libssp --disable-plugin --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.5 --enable-linux-futex --without-system-libunwind --enable-gold --with-plugin-ld=/usr/bin/gold --with-arch-32=i586 --with-tune=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.5.1 20101208 [gcc-4_5-branch revision 167585] (SUSE Linux) 
configure:2539: $? = 0
configure:2528: cc -V >&5
cc: '-V' option must have argument
configure:2539: $? = 1
configure:2528: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: no input files
configure:2539: $? = 1
configure:2559: checking whether the C compiler works
configure:2581: cc    conftest.c  >&5
configure:2585: $? = 0
configure:2633: result: yes
configure:2636: checking for C compiler default output file name
configure:2638: result: a.out
configure:2644: checking for suffix of executables
configure:2651: cc -o conftest    conftest.c  >&5
configure:2655: $? = 0
configure:2677: result: 
configure:2699: checking whether we are cross compiling
configure:2707: cc -o conftest    conftest.c  >&5
configure:2711: $? = 0
configure:2718: ./conftest
configure:2722: $? = 0
configure:2737: result: no
configure:2742: checking for suffix of object files
configure:2764: cc -c   conftest.c >&5
configure:2768: $? = 0
configure:2789: result: o
configure:2793: checking whether we are using the GNU C compiler
configure:2812: cc -c   conftest.c >&5
configure:2812: $? = 0
configure:2821: result: yes
configure:2830: checking whether cc accepts -g
configure:2850: cc -c -g  conftest.c >&5
configure:2850: $? = 0
configure:2891: result: yes
configure:2908: checking for cc option to accept ISO C89
configure:2972: cc  -c -g -O2  conftest.c >&5
configure:2972: $? = 0
configure:2985: result: none needed
configure:3018: checking for gfortran
configure:3034: found /usr/bin/gfortran
configure:3045: result: gfortran
configure:3129: checking for ranlib
configure:3145: found /usr/bin/ranlib
configure:3156: result: ranlib
configure:3185: checking how to run the C preprocessor
configure:3216: cc -E  conftest.c
configure:3216: $? = 0
configure:3230: cc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3230: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3255: result: cc -E
configure:3275: cc -E  conftest.c
configure:3275: $? = 0
configure:3289: cc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3289: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3318: checking for grep that handles long lines and -e
configure:3376: result: /usr/bin/grep
configure:3381: checking for egrep
configure:3443: result: /usr/bin/grep -E
configure:3448: checking for ANSI C header files
configure:3468: cc -c -g -O2  conftest.c >&5
configure:3468: $? = 0
configure:3541: cc -o conftest -g -O2   conftest.c  >&5
configure:3541: $? = 0
configure:3541: ./conftest
configure:3541: $? = 0
configure:3552: result: yes
configure:3565: checking for sys/types.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for sys/stat.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for stdlib.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for string.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for memory.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for strings.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for inttypes.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for stdint.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3565: checking for unistd.h
configure:3565: cc -c -g -O2  conftest.c >&5
configure:3565: $? = 0
configure:3565: result: yes
configure:3580: checking for stdlib.h
configure:3580: result: yes
configure:3580: checking for string.h
configure:3580: result: yes
configure:3580: checking math.h usability
configure:3580: cc -c -g -O2  conftest.c >&5
configure:3580: $? = 0
configure:3580: result: yes
configure:3580: checking math.h presence
configure:3580: cc -E  conftest.c
configure:3580: $? = 0
configure:3580: result: yes
configure:3580: checking for math.h
configure:3580: result: yes
configure:3580: checking limits.h usability
configure:3580: cc -c -g -O2  conftest.c >&5
configure:3580: $? = 0
configure:3580: result: yes
configure:3580: checking limits.h presence
configure:3580: cc -E  conftest.c
configure:3580: $? = 0
configure:3580: result: yes
configure:3580: checking for limits.h
configure:3580: result: yes
configure:3603: cc -c -g -O2  conftest.c >&5
configure:3603: $? = 0
configure:3943: checking "whether ftruncate works"
configure:3959: cc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:3959: $? = 0
configure:3963: result: "yes"
configure:3977: checking "whether long long is defined"
configure:3993: cc -c -g -O2 -Dg77Fortran -fPIC  conftest.c >&5
configure:3993: $? = 0
configure:3997: result: "yes"
configure:4018: checking "whether system V style IPC services are supported"
configure:4039: cc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:4039: $? = 0
configure:4044: result: "yes"
configure:4060: checking "do we have flock_t defined in sys/fcntl.h"
configure:4076: cc -c -g -O2 -Dg77Fortran -fPIC  conftest.c >&5
conftest.c: In function 'main':
conftest.c:34:1: error: 'flock_t' undeclared (first use in this function)
conftest.c:34:1: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:34:9: error: expected ';' before 'filler'
configure:4076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 <sys/fcntl.h>
| 
| int
| main ()
| {
| 
| flock_t filler;
| 
|   ;
|   return 0;
| }
configure:4084: result: "no"
configure:4090: checking "do we have flock_t defined in sys/flock.h"
configure:4106: cc -c -g -O2 -Dg77Fortran -fPIC  conftest.c >&5
conftest.c:28:23: fatal error: sys/flock.h: No such file or directory
compilation terminated.
configure:4106: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 <sys/flock.h>
| 
| int
| main ()
| {
| 
|    flock_t filler;
| 
|   ;
|   return 0;
| }
configure:4114: result: "no"
configure:4125: checking "do we have union semun defined"
configure:4143: cc -c -g -O2 -Dg77Fortran -fPIC  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:13: error: storage size of 'filler' isn't known
configure:4143: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #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 <sys/ipc.h>
| #include <sys/shm.h>
| #include <sys/sem.h>
| 
| int
| main ()
| {
| 
| union semun filler;
| 
|   ;
|   return 0;
| }
configure:4151: result: "no"
configure:4159: checking for library containing gethostbyname
configure:4190: cc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:4190: $? = 0
configure:4207: result: none required
configure:4217: checking for library containing connect
configure:4248: cc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:4248: $? = 0
configure:4265: result: none required
configure:4485: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on pegasus

config.status:748: creating Makefile
configure:5654: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on pegasus

config.status:749: creating Makefile
config.status:749: creating cfitsio.pc
configure:6674: result: 
configure:6676: result:     Congratulations, Makefile update was successful.
configure:6678: result:     You may want to run "make" now.
configure:6680: 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_LIBS_set=
ac_cv_env_LIBS_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_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_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CC=cc
ac_cv_prog_CPP='cc -E'
ac_cv_prog_FC=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
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=\"\" -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_NET_SERVICES=1'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77_WRAPPERS='${FITSIO_SRC}'
FC='gfortran'
GCCVERSION='4.5'
GREP='/usr/bin/grep'
INSTALL_ROOT='${prefix}'
LDFLAGS=''
LIBOBJS=''
LIBPRE=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/sh'
SHLIB_LD='cc -shared'
SHLIB_SUFFIX='.so'
SSE_FLAGS=''
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
my_shmem='${SOURCES_SHMEM}'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/src/xmccd-4.1d/libcfitsio/libcfitsio-3.310'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
uname_found='1'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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
#define HAVE_NET_SERVICES 1

configure: exit 0
