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:2316: checking for gcc
configure:2332: found /usr/bin/gcc
configure:2343: result: gcc
configure:2572: checking for C compiler version
configure:2581: gcc --version >&5
gcc (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:2592: $? = 0
configure:2581: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
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:2592: $? = 0
configure:2581: gcc -V >&5
gcc: '-V' option must have argument
configure:2592: $? = 1
configure:2581: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:2592: $? = 1
configure:2612: checking whether the C compiler works
configure:2634: gcc    conftest.c  >&5
configure:2638: $? = 0
configure:2686: result: yes
configure:2689: checking for C compiler default output file name
configure:2691: result: a.out
configure:2697: checking for suffix of executables
configure:2704: gcc -o conftest    conftest.c  >&5
configure:2708: $? = 0
configure:2730: result: 
configure:2752: checking whether we are cross compiling
configure:2760: gcc -o conftest    conftest.c  >&5
configure:2764: $? = 0
configure:2771: ./conftest
configure:2775: $? = 0
configure:2790: result: no
configure:2795: checking for suffix of object files
configure:2817: gcc -c   conftest.c >&5
configure:2821: $? = 0
configure:2842: result: o
configure:2846: checking whether we are using the GNU C compiler
configure:2865: gcc -c   conftest.c >&5
configure:2865: $? = 0
configure:2874: result: yes
configure:2883: checking whether gcc accepts -g
configure:2903: gcc -c -g  conftest.c >&5
configure:2903: $? = 0
configure:2944: result: yes
configure:2961: checking for gcc option to accept ISO C89
configure:3025: gcc  -c -g -O2  conftest.c >&5
configure:3025: $? = 0
configure:3038: result: none needed
configure:3071: checking for gfortran
configure:3087: found /usr/bin/gfortran
configure:3098: result: gfortran
configure:3182: checking for ranlib
configure:3198: found /usr/bin/ranlib
configure:3209: result: ranlib
configure:3238: checking how to run the C preprocessor
configure:3269: gcc -E  conftest.c
configure:3269: $? = 0
configure:3283: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3283: $? = 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:3308: result: gcc -E
configure:3328: gcc -E  conftest.c
configure:3328: $? = 0
configure:3342: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:3342: $? = 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:3371: checking for grep that handles long lines and -e
configure:3429: result: /usr/bin/grep
configure:3434: checking for egrep
configure:3496: result: /usr/bin/grep -E
configure:3501: checking for ANSI C header files
configure:3521: gcc -c -g -O2  conftest.c >&5
configure:3521: $? = 0
configure:3594: gcc -o conftest -g -O2   conftest.c  >&5
configure:3594: $? = 0
configure:3594: ./conftest
configure:3594: $? = 0
configure:3605: result: yes
configure:3618: checking for sys/types.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for sys/stat.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for stdlib.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for string.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for memory.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for strings.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for inttypes.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for stdint.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3618: checking for unistd.h
configure:3618: gcc -c -g -O2  conftest.c >&5
configure:3618: $? = 0
configure:3618: result: yes
configure:3633: checking for stdlib.h
configure:3633: result: yes
configure:3633: checking for string.h
configure:3633: result: yes
configure:3633: checking math.h usability
configure:3633: gcc -c -g -O2  conftest.c >&5
configure:3633: $? = 0
configure:3633: result: yes
configure:3633: checking math.h presence
configure:3633: gcc -E  conftest.c
configure:3633: $? = 0
configure:3633: result: yes
configure:3633: checking for math.h
configure:3633: result: yes
configure:3633: checking limits.h usability
configure:3633: gcc -c -g -O2  conftest.c >&5
configure:3633: $? = 0
configure:3633: result: yes
configure:3633: checking limits.h presence
configure:3633: gcc -E  conftest.c
configure:3633: $? = 0
configure:3633: result: yes
configure:3633: checking for limits.h
configure:3633: result: yes
configure:3656: gcc -c -g -O2  conftest.c >&5
configure:3656: $? = 0
configure:3968: checking "whether ftruncate works"
configure:3984: gcc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:3984: $? = 0
configure:3988: result: "yes"
configure:4002: checking "whether long long is defined"
configure:4018: gcc -c -g -O2 -Dg77Fortran -fPIC  conftest.c >&5
configure:4018: $? = 0
configure:4022: result: "yes"
configure:4043: checking "whether system V style IPC services are supported"
configure:4064: gcc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:4064: $? = 0
configure:4069: result: "yes"
configure:4085: checking "do we have flock_t defined in sys/fcntl.h"
configure:4101: gcc -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:4101: $? = 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:4109: result: "no"
configure:4115: checking "do we have flock_t defined in sys/flock.h"
configure:4131: gcc -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:4131: $? = 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:4139: result: "no"
configure:4150: checking "do we have union semun defined"
configure:4168: gcc -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:4168: $? = 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:4176: result: "no"
configure:4184: checking for library containing gethostbyname
configure:4215: gcc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:4215: $? = 0
configure:4232: result: none required
configure:4242: checking for library containing connect
configure:4273: gcc -o conftest -g -O2 -Dg77Fortran -fPIC   conftest.c  >&5
configure:4273: $? = 0
configure:4290: result: none required
configure:4510: 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:5679: 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:6699: result: 
configure:6701: result:     Congratulations, Makefile update was successful.
configure:6703: result:     You may want to run "make" now.
configure:6705: 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_CPP='gcc -E'
ac_cv_prog_FC=gfortran
ac_cv_prog_ac_ct_CC=gcc
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='gcc'
CFLAGS='-g -O2 -Dg77Fortran -fPIC'
CPP='gcc -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='gcc -shared'
SHLIB_SUFFIX='.so'
SSE_FLAGS=''
ac_ct_CC='gcc'
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.1g/libcfitsio/libcfitsio'
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
