This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gammalib configure 0.8.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/Users/jurgen/Desktop/tmp/install ## --------- ## ## Platform. ## ## --------- ## hostname = Jurgen-Knodlseders-Mac-Book.local uname -m = i386 uname -r = 10.8.0 uname -s = Darwin uname -v = Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 Kernel configured for up to 4 processors. 2 processors are physically available. 4 processors are logically available. Processor type: i486 (Intel 80486) Processors active: 0 1 2 3 Primary memory available: 4.00 gigabytes Default processor set: 88 tasks, 487 threads, 4 processors Load average: 0.82, Mach factor: 3.16 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /opt/local/bin PATH: /opt/local/sbin PATH: /usr/local/mysql/bin PATH: /opt/local/bin PATH: /usr/local/gamma/bin PATH: /usr/bin PATH: /bin PATH: /usr/sbin PATH: /sbin PATH: /usr/local/bin PATH: /usr/local/git/bin PATH: /usr/texbin PATH: /usr/X11/bin PATH: /opt/fermi/ScienceTools-09-21-00-user/bin/snowleopard-i386-32bit-gcc42-Optimized ## ----------- ## ## Core tests. ## ## ----------- ## configure:1598: checking for a BSD-compatible install configure:1653: result: /opt/local/bin/ginstall -c configure:1664: checking whether build environment is sane configure:1707: result: yes configure:1772: checking for gawk configure:1801: result: no configure:1772: checking for mawk configure:1801: result: no configure:1772: checking for nawk configure:1801: result: no configure:1772: checking for awk configure:1788: found /usr/bin/awk configure:1798: result: awk configure:1808: checking whether make sets $(MAKE) configure:1828: result: yes configure:2045: checking whether make sets $(MAKE) configure:2065: result: yes configure:2085: checking build system type configure:2103: result: i686-apple-darwin10.8.0 configure:2111: checking host system type configure:2125: result: i686-apple-darwin10.8.0 configure:2213: checking for g++ configure:2229: found /usr/bin/g++ configure:2239: result: g++ configure:2255: checking for C++ compiler version configure:2258: g++ --version &5 i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) Copyright (C) 2007 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:2261: $? = 0 configure:2263: g++ -v &5 Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) configure:2266: $? = 0 configure:2268: g++ -V &5 g++-4.2: argument to `-V' is missing configure:2271: $? = 1 configure:2294: checking for C++ compiler default output file name configure:2297: g++ conftest.cc >&5 configure:2300: $? = 0 configure:2346: result: a.out configure:2351: checking whether the C++ compiler works configure:2357: ./a.out configure:2360: $? = 0 configure:2377: result: yes configure:2384: checking whether we are cross compiling configure:2386: result: no configure:2389: checking for suffix of executables configure:2391: g++ -o conftest conftest.cc >&5 configure:2394: $? = 0 configure:2419: result: configure:2425: checking for suffix of object files configure:2446: g++ -c conftest.cc >&5 configure:2449: $? = 0 configure:2471: result: o configure:2475: checking whether we are using the GNU C++ compiler configure:2499: g++ -c conftest.cc >&5 configure:2505: $? = 0 configure:2509: test -z || test ! -s conftest.err configure:2512: $? = 0 configure:2515: test -s conftest.o configure:2518: $? = 0 configure:2531: result: yes configure:2537: checking whether g++ accepts -g configure:2558: g++ -c -g conftest.cc >&5 configure:2564: $? = 0 configure:2568: test -z || test ! -s conftest.err configure:2571: $? = 0 configure:2574: test -s conftest.o configure:2577: $? = 0 configure:2588: result: yes configure:2630: g++ -c -g -O2 conftest.cc >&5 configure:2636: $? = 0 configure:2640: test -z || test ! -s conftest.err configure:2643: $? = 0 configure:2646: test -s conftest.o configure:2649: $? = 0 configure:2675: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:17: error: 'exit' was not declared in this scope configure:2681: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:2630: g++ -c -g -O2 conftest.cc >&5 conftest.cc:13: error: 'void std::exit(int)' should have been declared inside 'std' In file included from conftest.cc:14: /usr/include/stdlib.h:159: error: declaration of 'void std::exit(int)' throws different exceptions conftest.cc:13: error: from previous declaration 'void std::exit(int) throw ()' configure:2636: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | /* end confdefs.h. */ | extern "C" void std::exit (int) throw (); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2630: g++ -c -g -O2 conftest.cc >&5 conftest.cc:13: error: 'void std::exit(int)' should have been declared inside 'std' configure:2636: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | /* end confdefs.h. */ | extern "C" void std::exit (int); using std::exit; | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2630: g++ -c -g -O2 conftest.cc >&5 In file included from conftest.cc:14: /usr/include/stdlib.h:159: error: declaration of 'void exit(int)' throws different exceptions conftest.cc:13: error: from previous declaration 'void exit(int) throw ()' configure:2636: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | /* end confdefs.h. */ | extern "C" void exit (int) throw (); | #include | int | main () | { | exit (42); | ; | return 0; | } configure:2630: g++ -c -g -O2 conftest.cc >&5 configure:2636: $? = 0 configure:2640: test -z || test ! -s conftest.err configure:2643: $? = 0 configure:2646: test -s conftest.o configure:2649: $? = 0 configure:2675: g++ -c -g -O2 conftest.cc >&5 configure:2681: $? = 0 configure:2685: test -z || test ! -s conftest.err configure:2688: $? = 0 configure:2691: test -s conftest.o configure:2694: $? = 0 configure:2769: checking for gcc configure:2785: found /usr/bin/gcc configure:2795: result: gcc configure:2816: checking for C compiler version configure:2819: gcc --version &5 i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) Copyright (C) 2007 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:2822: $? = 0 configure:2824: gcc -v &5 Using built-in specs. Target: i686-apple-darwin10 Configured with: /var/tmp/gcc/gcc-5666.3~6/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Apple Inc. build 5666) (dot 3) configure:2827: $? = 0 configure:2829: gcc -V &5 gcc-4.2: argument to `-V' is missing configure:2832: $? = 1 configure:2835: checking whether we are using the GNU C compiler configure:2859: gcc -c conftest.c >&5 configure:2865: $? = 0 configure:2869: test -z || test ! -s conftest.err configure:2872: $? = 0 configure:2875: test -s conftest.o configure:2878: $? = 0 configure:2891: result: yes configure:2897: checking whether gcc accepts -g configure:2918: gcc -c -g conftest.c >&5 configure:2924: $? = 0 configure:2928: test -z || test ! -s conftest.err configure:2931: $? = 0 configure:2934: test -s conftest.o configure:2937: $? = 0 configure:2948: result: yes configure:2965: checking for gcc option to accept ANSI C configure:3035: gcc -c -g -O2 conftest.c >&5 configure:3041: $? = 0 configure:3045: test -z || test ! -s conftest.err configure:3048: $? = 0 configure:3051: test -s conftest.o configure:3054: $? = 0 configure:3072: result: none needed configure:3090: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:3096: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3243: checking for --with-universal-archs configure:3256: result: 3-way configure:3271: checking for --enable-universalsdk configure:3315: result: no configure:3352: checking MACHDEP configure:3377: checking machine type as reported by uname -m configure:3380: result: i386 configure:3387: checking for the shared library paths environment variable configure:3432: result: DYLD_LIBRARY_PATH configure:3468: checking which compiler should be used configure:3484: result: g++ configure:3617: checking whether to enable debugging configure:3638: result: no configure:3643: checking whether to enable profiling configure:3664: result: no configure:3689: checking for inst/Makefile.am configure:3704: result: yes configure:3733: checking for inst/mwl/Makefile.am configure:3748: result: yes configure:3778: checking for inst/cta/Makefile.am configure:3793: result: yes configure:3823: checking for inst/lat/Makefile.am configure:3838: result: yes configure:3868: checking for inst/com/Makefile.am configure:3883: result: yes configure:3913: checking how to run the C++ preprocessor configure:3944: g++ -E conftest.cc configure:3950: $? = 0 configure:3982: g++ -E conftest.cc conftest.cc:16:28: error: ac_nonexistent.h: No such file or directory configure:3988: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4027: result: g++ -E configure:4051: g++ -E conftest.cc configure:4057: $? = 0 configure:4089: g++ -E conftest.cc conftest.cc:16:28: error: ac_nonexistent.h: No such file or directory configure:4095: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | /* end confdefs.h. */ | #include configure:4139: checking for egrep configure:4149: result: grep -E configure:4154: checking for ANSI C header files configure:4179: g++ -c -g -O2 conftest.cc >&5 configure:4185: $? = 0 configure:4189: test -z || test ! -s conftest.err configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4287: g++ -o conftest -g -O2 conftest.cc >&5 configure:4290: $? = 0 configure:4292: ./conftest configure:4295: $? = 0 configure:4310: result: yes configure:4338: checking for a BSD-compatible install configure:4393: result: /opt/local/bin/ginstall -c configure:4482: checking for a sed that does not truncate output configure:4538: result: /opt/local/bin/gsed configure:4552: checking for ld used by gcc configure:4619: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld configure:4628: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld configure:4643: result: no configure:4648: checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload object files configure:4655: result: -r configure:4673: checking for BSD-compatible nm configure:4722: result: /opt/local/bin/nm configure:4726: checking whether ln -s works configure:4730: result: yes configure:4737: checking how to recognise dependent libraries configure:4913: result: pass_all configure:5159: checking for sys/types.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for sys/stat.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for stdlib.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for string.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for memory.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for strings.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for inttypes.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for stdint.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5159: checking for unistd.h configure:5175: g++ -c -g -O2 conftest.cc >&5 configure:5181: $? = 0 configure:5185: test -z || test ! -s conftest.err configure:5188: $? = 0 configure:5191: test -s conftest.o configure:5194: $? = 0 configure:5205: result: yes configure:5222: checking how to run the C preprocessor configure:5257: gcc -E conftest.c configure:5263: $? = 0 configure:5295: gcc -E conftest.c conftest.c:26:28: error: ac_nonexistent.h: No such file or directory configure:5301: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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 | /* end confdefs.h. */ | #include configure:5340: result: gcc -E configure:5364: gcc -E conftest.c configure:5370: $? = 0 configure:5402: gcc -E conftest.c conftest.c:26:28: error: ac_nonexistent.h: No such file or directory configure:5408: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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 | /* end confdefs.h. */ | #include configure:5466: checking dlfcn.h usability configure:5478: gcc -c -g -O2 conftest.c >&5 configure:5484: $? = 0 configure:5488: test -z || test ! -s conftest.err configure:5491: $? = 0 configure:5494: test -s conftest.o configure:5497: $? = 0 configure:5507: result: yes configure:5511: checking dlfcn.h presence configure:5521: gcc -E conftest.c configure:5527: $? = 0 configure:5547: result: yes configure:5582: checking for dlfcn.h configure:5589: result: yes configure:5612: checking how to run the C++ preprocessor configure:5726: result: g++ -E configure:5750: g++ -E conftest.cc configure:5756: $? = 0 configure:5788: g++ -E conftest.cc conftest.cc:27:28: error: ac_nonexistent.h: No such file or directory configure:5794: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | /* end confdefs.h. */ | #include configure:5890: checking for g77 configure:5919: result: no configure:5890: checking for f77 configure:5919: result: no configure:5890: checking for xlf configure:5919: result: no configure:5890: checking for frt configure:5919: result: no configure:5890: checking for pgf77 configure:5919: result: no configure:5890: checking for fort77 configure:5919: result: no configure:5890: checking for fl32 configure:5919: result: no configure:5890: checking for af77 configure:5919: result: no configure:5890: checking for f90 configure:5919: result: no configure:5890: checking for xlf90 configure:5919: result: no configure:5890: checking for pgf90 configure:5919: result: no configure:5890: checking for epcf90 configure:5919: result: no configure:5890: checking for f95 configure:5919: result: no configure:5890: checking for fort configure:5919: result: no configure:5890: checking for xlf95 configure:5919: result: no configure:5890: checking for ifc configure:5919: result: no configure:5890: checking for efc configure:5919: result: no configure:5890: checking for pgf95 configure:5919: result: no configure:5890: checking for lf95 configure:5919: result: no configure:5890: checking for gfortran configure:5919: result: no configure:5931: checking for Fortran 77 compiler version configure:5934: --version &5 ./configure: line 5935: --version: command not found configure:5937: $? = 127 configure:5939: -v &5 ./configure: line 5940: -v: command not found configure:5942: $? = 127 configure:5944: -V &5 ./configure: line 5945: -V: command not found configure:5947: $? = 127 configure:5955: checking whether we are using the GNU Fortran 77 compiler configure:5969: -c conftest.F >&5 ./configure: line 5970: -c: command not found configure:5975: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:6001: result: no configure:6007: checking whether accepts -g configure:6019: -c -g conftest.f >&5 ./configure: line 6020: -c: command not found configure:6025: $? = 127 configure: failed program was: | program main | | end configure:6050: result: no configure:6080: checking the maximum length of command line arguments configure:6189: result: 196608 configure:6200: checking command to parse /opt/local/bin/nm output from gcc object configure:6305: g++ -c -g -O2 conftest.cc >&5 configure:6308: $? = 0 configure:6312: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:6315: $? = 0 cannot find nm_test_var in conftest.nm configure:6305: g++ -c -g -O2 conftest.cc >&5 configure:6308: $? = 0 configure:6312: /opt/local/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm configure:6315: $? = 0 configure:6367: g++ -o conftest -g -O2 conftest.cc conftstm.o >&5 configure:6370: $? = 0 configure:6408: result: ok configure:6412: checking for objdir configure:6427: result: .libs configure:6517: checking for ar configure:6533: found /opt/local/bin/ar configure:6544: result: ar configure:6597: checking for ranlib configure:6613: found /opt/local/bin/ranlib configure:6624: result: ranlib configure:6677: checking for strip configure:6693: found /opt/local/bin/strip configure:6704: result: strip configure:6976: checking if gcc supports -fno-rtti -fno-exceptions configure:6994: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:6998: $? = 0 configure:7011: result: no configure:7026: checking for gcc option to produce PIC configure:7236: result: -fno-common configure:7244: checking if gcc PIC flag -fno-common works configure:7262: gcc -c -g -O2 -fno-common -DPIC conftest.c >&5 configure:7266: $? = 0 configure:7279: result: yes configure:7307: checking if gcc static flag -static works configure:7335: result: no configure:7345: checking if gcc supports -c -o file.o configure:7366: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7370: $? = 0 configure:7392: result: yes configure:7418: checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries configure:8376: result: yes configure:8443: checking dynamic linker characteristics configure:9052: result: darwin10.8.0 dyld configure:9061: checking how to hardcode library paths into programs configure:9086: result: immediate configure:9100: checking whether stripping libraries is possible configure:9113: result: yes configure:9939: checking if libtool supports shared libraries configure:9941: result: yes configure:9944: checking whether to build shared libraries configure:9965: result: yes configure:9968: checking whether to build static libraries configure:9972: result: yes configure:10064: creating libtool configure:10655: checking for ld used by g++ configure:10722: result: /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld configure:10731: checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU ld configure:10746: result: no configure:10797: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries configure:11735: result: yes configure:11753: g++ -c -g -O2 conftest.cpp >&5 configure:11756: $? = 0 configure:11875: checking for g++ option to produce PIC configure:12149: result: -fno-common configure:12157: checking if g++ PIC flag -fno-common works configure:12175: g++ -c -g -O2 -fno-common -DPIC conftest.cpp >&5 configure:12179: $? = 0 configure:12192: result: yes configure:12220: checking if g++ static flag -static works configure:12248: result: no configure:12258: checking if g++ supports -c -o file.o configure:12279: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 configure:12283: $? = 0 configure:12305: result: yes configure:12331: checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) supports shared libraries configure:12356: result: yes configure:12423: checking dynamic linker characteristics configure:13032: result: darwin10.8.0 dyld configure:13041: checking how to hardcode library paths into programs configure:13066: result: immediate configure:19275: checking for size_t configure:19299: g++ -c -g -O2 conftest.cc >&5 configure:19305: $? = 0 configure:19309: test -z || test ! -s conftest.err configure:19312: $? = 0 configure:19315: test -s conftest.o configure:19318: $? = 0 configure:19329: result: yes configure:19342: checking for an ANSI C-conforming const configure:19409: g++ -c -g -O2 conftest.cc >&5 configure:19415: $? = 0 configure:19419: test -z || test ! -s conftest.err configure:19422: $? = 0 configure:19425: test -s conftest.o configure:19428: $? = 0 configure:19439: result: yes configure:19449: checking for inline configure:19470: g++ -c -g -O2 conftest.cc >&5 configure:19476: $? = 0 configure:19480: test -z || test ! -s conftest.err configure:19483: $? = 0 configure:19486: test -s conftest.o configure:19489: $? = 0 configure:19501: result: inline configure:19531: checking whether to enable NaN/Inf checking configure:19546: result: yes configure:19557: checking whether to enable range checking configure:19572: result: yes configure:19583: checking whether to enable small memory option configure:19598: result: yes configure:19609: checking whether to enable console warnings configure:19624: result: yes configure:19642: checking for OpenMP flag of C++ compiler configure:19683: g++ -o conftest -g -O2 -fopenmp conftest.cc >&5 Undefined symbols: "_gomp_thread_attr", referenced from: _initialize_env in libgomp.a(env.o) _initialize_env in libgomp.a(env.o) _initialize_env in libgomp.a(env.o) ld: symbol(s) not found collect2: ld returned 1 exit status configure:19689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char omp_set_num_threads (); | int | main () | { | omp_set_num_threads (); | ; | return 0; | } configure:19683: g++ -o conftest -g -O2 -openmp conftest.cc >&5 ld: unknown option: -openmp collect2: ld returned 1 exit status configure:19689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char omp_set_num_threads (); | int | main () | { | omp_set_num_threads (); | ; | return 0; | } configure:19683: g++ -o conftest -g -O2 -mp conftest.cc >&5 cc1plus: error: unrecognized command line option "-mp" configure:19689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char omp_set_num_threads (); | int | main () | { | omp_set_num_threads (); | ; | return 0; | } configure:19683: g++ -o conftest -g -O2 -xopenmp conftest.cc >&5 i686-apple-darwin10-g++-4.2.1: language openmp not recognized i686-apple-darwin10-g++-4.2.1: language openmp not recognized ld: warning: in conftest.cc, file was built for unsupported file format which is not the architecture being linked (x86_64) Undefined symbols: "_main", referenced from: start in crt1.10.6.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char omp_set_num_threads (); | int | main () | { | omp_set_num_threads (); | ; | return 0; | } configure:19683: g++ -o conftest -g -O2 -omp conftest.cc >&5 ld: unknown option: -omp collect2: ld returned 1 exit status configure:19689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char omp_set_num_threads (); | int | main () | { | omp_set_num_threads (); | ; | return 0; | } configure:19683: g++ -o conftest -g -O2 -qsmp=omp conftest.cc >&5 Undefined symbols: "_omp_set_num_threads", referenced from: _main in ccdXDAQI.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char omp_set_num_threads (); | int | main () | { | omp_set_num_threads (); | ; | return 0; | } configure:19683: g++ -o conftest conftest.cc >&5 Undefined symbols: "_omp_set_num_threads", referenced from: _main in ccZM5jCb.o ld: symbol(s) not found collect2: ld returned 1 exit status configure:19689: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char omp_set_num_threads (); | int | main () | { | omp_set_num_threads (); | ; | return 0; | } configure:19716: result: unknown configure:20036: checking for a Python interpreter with version >= 2.2 configure:20051: python -c import sys, string # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. minver = map(int, string.split('2.2', '.')) + [0, 0, 0] minverhex = 0 for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex) configure:20054: $? = 0 configure:20061: result: python configure:20069: checking for python configure:20087: found /opt/local/bin/python configure:20099: result: /opt/local/bin/python configure:20117: checking for python version configure:20124: result: 2.6 configure:20136: checking for python platform configure:20143: result: darwin configure:20150: checking for python script directory configure:20158: result: ${prefix}/lib/python2.6/site-packages configure:20167: checking for python extension module directory configure:20175: result: ${exec_prefix}/lib/python2.6/site-packages configure:20232: checking for the distutils Python package configure:20236: result: yes configure:20267: checking /opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h usability configure:20279: g++ -c -g -O2 conftest.cc >&5 configure:20285: $? = 0 configure:20289: test -z || test ! -s conftest.err configure:20292: $? = 0 configure:20295: test -s conftest.o configure:20298: $? = 0 configure:20308: result: yes configure:20312: checking /opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h presence configure:20322: g++ -E conftest.cc configure:20328: $? = 0 configure:20348: result: yes configure:20383: checking for /opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h configure:20390: result: yes configure:20624: checking for swig configure:20642: found /opt/local/bin/swig configure:20654: result: /opt/local/bin/swig configure:20667: checking for pyext/gammalib/app_wrap.cpp configure:20682: result: yes configure:20694: checking for pyext/gammalib/app.py configure:20709: result: yes configure:20721: checking for pyext/gammalib/base_wrap.cpp configure:20736: result: yes configure:20748: checking for pyext/gammalib/base.py configure:20763: result: yes configure:20775: checking for pyext/gammalib/fits_wrap.cpp configure:20790: result: yes configure:20802: checking for pyext/gammalib/fits.py configure:20817: result: yes configure:20829: checking for pyext/gammalib/linalg_wrap.cpp configure:20844: result: yes configure:20856: checking for pyext/gammalib/linalg.py configure:20871: result: yes configure:20883: checking for pyext/gammalib/model_wrap.cpp configure:20898: result: yes configure:20910: checking for pyext/gammalib/model.py configure:20925: result: yes configure:20937: checking for pyext/gammalib/numerics_wrap.cpp configure:20952: result: yes configure:20964: checking for pyext/gammalib/numerics.py configure:20979: result: yes configure:20991: checking for pyext/gammalib/obs_wrap.cpp configure:21006: result: yes configure:21018: checking for pyext/gammalib/obs.py configure:21033: result: yes configure:21045: checking for pyext/gammalib/opt_wrap.cpp configure:21060: result: yes configure:21072: checking for pyext/gammalib/opt.py configure:21087: result: yes configure:21099: checking for pyext/gammalib/sky_wrap.cpp configure:21114: result: yes configure:21126: checking for pyext/gammalib/sky.py configure:21141: result: yes configure:21153: checking for pyext/gammalib/support_wrap.cpp configure:21168: result: yes configure:21180: checking for pyext/gammalib/support.py configure:21195: result: yes configure:21207: checking for pyext/gammalib/test_wrap.cpp configure:21222: result: yes configure:21234: checking for pyext/gammalib/test.py configure:21249: result: yes configure:21261: checking for pyext/gammalib/xml_wrap.cpp configure:21276: result: yes configure:21288: checking for pyext/gammalib/xml.py configure:21303: result: yes configure:21315: checking for pyext/gammalib/xspec_wrap.cpp configure:21330: result: yes configure:21342: checking for pyext/gammalib/xspec.py configure:21357: result: yes configure:21371: checking for pyext/gammalib/mwl_wrap.cpp configure:21386: result: yes configure:21398: checking for pyext/gammalib/mwl.py configure:21413: result: yes configure:21428: checking for pyext/gammalib/lat_wrap.cpp configure:21443: result: yes configure:21455: checking for pyext/gammalib/lat.py configure:21470: result: yes configure:21485: checking for pyext/gammalib/cta_wrap.cpp configure:21500: result: yes configure:21512: checking for pyext/gammalib/cta.py configure:21527: result: yes configure:21542: checking for pyext/gammalib/com_wrap.cpp configure:21557: result: yes configure:21569: checking for pyext/gammalib/com.py configure:21584: result: yes configure:21710: checking for initscr in -lncurses configure:21740: g++ -o conftest -g -O2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 conftest.cc -lncurses >&5 configure:21746: $? = 0 configure:21750: test -z || test ! -s conftest.err configure:21753: $? = 0 configure:21756: test -s conftest configure:21759: $? = 0 configure:21772: result: yes configure:21776: ncurses found configure:21840: checking for main in -lreadline configure:21864: g++ -o conftest -g -O2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 conftest.cc -lreadline -lncurses >&5 configure:21870: $? = 0 configure:21874: test -z || test ! -s conftest.err configure:21877: $? = 0 configure:21880: test -s conftest configure:21883: $? = 0 configure:21896: result: yes configure:21899: readline found configure:21911: checking readline/readline.h usability configure:21923: g++ -c -g -O2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 conftest.cc >&5 configure:21929: $? = 0 configure:21933: test -z || test ! -s conftest.err configure:21936: $? = 0 configure:21939: test -s conftest.o configure:21942: $? = 0 configure:21952: result: yes configure:21956: checking readline/readline.h presence configure:21966: g++ -E -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 conftest.cc configure:21972: $? = 0 configure:21992: result: yes configure:22027: checking for readline/readline.h configure:22034: result: yes configure:22040: readline headers found configure:22141: checking for ffpss in -lcfitsio configure:22171: g++ -o conftest -g -O2 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 conftest.cc -lcfitsio -lm -lreadline -lncurses >&5 ld: library not found for -lcfitsio collect2: ld returned 1 exit status configure:22177: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gammalib" | #define PACKAGE_TARNAME "gammalib" | #define PACKAGE_VERSION "0.8.0" | #define PACKAGE_STRING "gammalib 0.8.0" | #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" | #define PACKAGE "gammalib" | #define VERSION "0.8.0" | #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" | #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" | #ifdef __cplusplus | extern "C" void exit (int); | #endif | #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_DLFCN_H 1 | #define G_NAN_CHECK 1 | #define G_RANGE_CHECK 1 | #define G_SMALL_MEMORY 1 | #define G_WARNINGS 1 | #define HAVE__OPT_LOCAL_LIBRARY_FRAMEWORKS_PYTHON_FRAMEWORK_VERSIONS_2_6_INCLUDE_PYTHON2_6_PYTHON_H 1 | #define HAVE_PYEXT_GAMMALIB_APP_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_APP_PY 1 | #define HAVE_PYEXT_GAMMALIB_BASE_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_BASE_PY 1 | #define HAVE_PYEXT_GAMMALIB_FITS_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_FITS_PY 1 | #define HAVE_PYEXT_GAMMALIB_LINALG_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_LINALG_PY 1 | #define HAVE_PYEXT_GAMMALIB_MODEL_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_MODEL_PY 1 | #define HAVE_PYEXT_GAMMALIB_NUMERICS_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_NUMERICS_PY 1 | #define HAVE_PYEXT_GAMMALIB_OBS_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_OBS_PY 1 | #define HAVE_PYEXT_GAMMALIB_OPT_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_OPT_PY 1 | #define HAVE_PYEXT_GAMMALIB_SKY_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_SKY_PY 1 | #define HAVE_PYEXT_GAMMALIB_SUPPORT_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_SUPPORT_PY 1 | #define HAVE_PYEXT_GAMMALIB_TEST_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_TEST_PY 1 | #define HAVE_PYEXT_GAMMALIB_XML_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_XML_PY 1 | #define HAVE_PYEXT_GAMMALIB_XSPEC_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_XSPEC_PY 1 | #define HAVE_PYEXT_GAMMALIB_MWL_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_MWL_PY 1 | #define HAVE_PYEXT_GAMMALIB_LAT_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_LAT_PY 1 | #define HAVE_PYEXT_GAMMALIB_CTA_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_CTA_PY 1 | #define HAVE_PYEXT_GAMMALIB_COM_WRAP_CPP 1 | #define HAVE_PYEXT_GAMMALIB_COM_PY 1 | #define HAVE_PYTHON 1 | #define HAVE_LIBREADLINE 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char ffpss (); | int | main () | { | ffpss (); | ; | return 0; | } configure:22203: result: no configure:22574: checking for doxygen configure:22592: found /opt/local/bin/doxygen configure:22604: result: /opt/local/bin/doxygen configure:22669: checking for perl configure:22687: found /opt/local/bin/perl configure:22699: result: /opt/local/bin/perl configure:24859: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by gammalib config.status 0.8.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on Jurgen-Knodlseders-Mac-Book.local config.status:829: creating Makefile config.status:829: creating src/Makefile config.status:829: creating src/base/Makefile config.status:829: creating src/support/Makefile config.status:829: creating src/linalg/Makefile config.status:829: creating src/numerics/Makefile config.status:829: creating src/fits/Makefile config.status:829: creating src/xml/Makefile config.status:829: creating src/vo/Makefile config.status:829: creating src/xspec/Makefile config.status:829: creating src/sky/Makefile config.status:829: creating src/opt/Makefile config.status:829: creating src/obs/Makefile config.status:829: creating src/model/Makefile config.status:829: creating src/app/Makefile config.status:829: creating src/test/Makefile config.status:829: creating src/gammalib-setup config.status:829: creating include/Makefile config.status:829: creating test/Makefile config.status:829: creating pyext/Makefile config.status:829: creating pyext/setup.py config.status:829: creating gammalib.pc config.status:829: creating inst/Makefile config.status:829: creating inst/mwl/Makefile config.status:829: creating inst/cta/Makefile config.status:829: creating inst/lat/Makefile config.status:829: creating inst/com/Makefile config.status:933: creating config.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i686-apple-darwin10.8.0 ac_cv_build_alias=i686-apple-darwin10.8.0 ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_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_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_DOXYGEN_PAPER_SIZE_set= ac_cv_env_DOXYGEN_PAPER_SIZE_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_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_f77_compiler_gnu=no ac_cv_file_inst_Makefile_am=yes ac_cv_file_inst_com_Makefile_am=yes ac_cv_file_inst_cta_Makefile_am=yes ac_cv_file_inst_lat_Makefile_am=yes ac_cv_file_inst_mwl_Makefile_am=yes ac_cv_file_pyext_gammalib_app_py=yes ac_cv_file_pyext_gammalib_app_wrap_cpp=yes ac_cv_file_pyext_gammalib_base_py=yes ac_cv_file_pyext_gammalib_base_wrap_cpp=yes ac_cv_file_pyext_gammalib_com_py=yes ac_cv_file_pyext_gammalib_com_wrap_cpp=yes ac_cv_file_pyext_gammalib_cta_py=yes ac_cv_file_pyext_gammalib_cta_wrap_cpp=yes ac_cv_file_pyext_gammalib_fits_py=yes ac_cv_file_pyext_gammalib_fits_wrap_cpp=yes ac_cv_file_pyext_gammalib_lat_py=yes ac_cv_file_pyext_gammalib_lat_wrap_cpp=yes ac_cv_file_pyext_gammalib_linalg_py=yes ac_cv_file_pyext_gammalib_linalg_wrap_cpp=yes ac_cv_file_pyext_gammalib_model_py=yes ac_cv_file_pyext_gammalib_model_wrap_cpp=yes ac_cv_file_pyext_gammalib_mwl_py=yes ac_cv_file_pyext_gammalib_mwl_wrap_cpp=yes ac_cv_file_pyext_gammalib_numerics_py=yes ac_cv_file_pyext_gammalib_numerics_wrap_cpp=yes ac_cv_file_pyext_gammalib_obs_py=yes ac_cv_file_pyext_gammalib_obs_wrap_cpp=yes ac_cv_file_pyext_gammalib_opt_py=yes ac_cv_file_pyext_gammalib_opt_wrap_cpp=yes ac_cv_file_pyext_gammalib_sky_py=yes ac_cv_file_pyext_gammalib_sky_wrap_cpp=yes ac_cv_file_pyext_gammalib_support_py=yes ac_cv_file_pyext_gammalib_support_wrap_cpp=yes ac_cv_file_pyext_gammalib_test_py=yes ac_cv_file_pyext_gammalib_test_wrap_cpp=yes ac_cv_file_pyext_gammalib_xml_py=yes ac_cv_file_pyext_gammalib_xml_wrap_cpp=yes ac_cv_file_pyext_gammalib_xspec_py=yes ac_cv_file_pyext_gammalib_xspec_wrap_cpp=yes ac_cv_header__opt_local_Library_Frameworks_Python_framework_Versions_2_6_include_python2_6_Python_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_readline_readline_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_host=i686-apple-darwin10.8.0 ac_cv_host_alias=i686-apple-darwin10.8.0 ac_cv_lib_cfitsio_ffpss=no ac_cv_lib_ncurses_initscr=yes ac_cv_lib_readline_main=yes ac_cv_objext=o ac_cv_path_PYTHON=/opt/local/bin/python ac_cv_path_SWIG=/opt/local/bin/swig ac_cv_path_ac_pt_DX_DOXYGEN=/opt/local/bin/doxygen ac_cv_path_ac_pt_DX_PERL=/opt/local/bin/perl ac_cv_path_install='/opt/local/bin/ginstall -c' ac_cv_prog_AWK=awk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=no ac_cv_prog_make_make_set=yes ac_cv_type_size_t=yes am_cv_pathless_PYTHON=python am_cv_python_platform=darwin am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages' am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages' am_cv_python_version=2.6 ax_cv_cxx_openmp=unknown lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld lt_cv_path_LDCXX=/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld lt_cv_path_NM=/opt/local/bin/nm lt_cv_path_SED=/opt/local/bin/gsed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=196608 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /Users/jurgen/Desktop/tmp/gammalib-00-08-00/missing --run aclocal-1.9' AMTAR='${SHELL} /Users/jurgen/Desktop/tmp/gammalib-00-08-00/missing --run tar' AR='ar' AUTOCONF='${SHELL} /Users/jurgen/Desktop/tmp/gammalib-00-08-00/missing --run autoconf' AUTOHEADER='${SHELL} /Users/jurgen/Desktop/tmp/gammalib-00-08-00/missing --run autoheader' AUTOMAKE='${SHELL} /Users/jurgen/Desktop/tmp/gammalib-00-08-00/missing --run automake-1.9' AWK='awk' CC='gcc' CFITSIO='cfitsio' CFLAGS='-g -O2' CONFIGURE_MACOSX_DEPLOYMENT_TARGET='10.4' CPP='gcc -E' CPPFLAGS=' -I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -I/opt/local/include' CXX='g++' CXXCPP='g++ -E' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DOXYGEN_PAPER_SIZE='' DX_COND_chi_FALSE='' DX_COND_chi_TRUE='#' DX_COND_chm_FALSE='' DX_COND_chm_TRUE='#' DX_COND_doc_FALSE='#' DX_COND_doc_TRUE='' DX_COND_dot_FALSE='' DX_COND_dot_TRUE='#' DX_COND_html_FALSE='#' DX_COND_html_TRUE='' DX_COND_latex_FALSE='' DX_COND_latex_TRUE='#' DX_COND_man_FALSE='#' DX_COND_man_TRUE='' DX_COND_pdf_FALSE='' DX_COND_pdf_TRUE='#' DX_COND_ps_FALSE='' DX_COND_ps_TRUE='#' DX_COND_rtf_FALSE='' DX_COND_rtf_TRUE='#' DX_COND_xml_FALSE='' DX_COND_xml_TRUE='#' DX_CONFIG='doc/Doxyfile' DX_DOCDIR='doc/doxygen' DX_DOT='' DX_DOXYGEN='/opt/local/bin/doxygen' DX_DVIPS='' DX_EGREP='' DX_ENV=' SRCDIR='.' PROJECT='GammaLib' DOCDIR='doc/doxygen' VERSION='0.8.0' PERL_PATH='/opt/local/bin/perl' HAVE_DOT='NO' GENERATE_MAN='YES' GENERATE_RTF='NO' GENERATE_XML='NO' GENERATE_HTMLHELP='NO' GENERATE_CHI='NO' GENERATE_HTML='YES' GENERATE_LATEX='NO'' DX_FLAG_chi='0' DX_FLAG_chm='0' DX_FLAG_doc='1' DX_FLAG_dot='0' DX_FLAG_html='1' DX_FLAG_man='1' DX_FLAG_pdf='0' DX_FLAG_ps='0' DX_FLAG_rtf='0' DX_FLAG_xml='0' DX_HHC='' DX_LATEX='' DX_MAKEINDEX='' DX_PDFLATEX='' DX_PERL='/opt/local/bin/perl' DX_PROJECT='GammaLib' ECHO='/bin/echo' ECHO_C='ECHO_N='' ECHO_T='' EGREP='grep -E' EXEEXT='' EXPORT_MACOSX_DEPLOYMENT_TARGET='#' F77='' FFLAGS='' GAMMALIB_LT_VERSION='0:0:0' HAVE_SWIG_FALSE='#' HAVE_SWIG_TRUE='' INCDIR_CFITSIO='/opt/local/include' INCDIR_READLINE='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS=' -L/opt/local/lib' LIBDIR_CFITSIO='/opt/local/lib' LIBDIR_NCURSES='' LIBDIR_READLINE='' LIBOBJS='' LIBS=' -lreadline -lncurses -lcfitsio -lm' LIBS_CFITSIO='-lcfitsio -lm' LIBS_READLINE='-lreadline -lncurses' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIPO_32BIT_FLAGS='' LN_S='ln -s' LTLIBOBJS='' MACHDEP='darwin' MAKEINFO='${SHELL} /Users/jurgen/Desktop/tmp/gammalib-00-08-00/missing --run makeinfo' OBJEXT='o' OPENMP_CXXFLAGS='' OPENMP_FALSE='' OPENMP_LIB_LDFLAGS='' OPENMP_TRUE='#' PACKAGE='gammalib' PACKAGE_BUGREPORT='jurgen.knodlseder@irap.omp.eu' PACKAGE_NAME='gammalib' PACKAGE_SOURCE='/Users/jurgen/Desktop/tmp/gammalib-00-08-00' PACKAGE_STRING='gammalib 0.8.0' PACKAGE_TARNAME='gammalib' PACKAGE_VERSION='0.8.0' PATH_SEPARATOR=':' PYTHON='/opt/local/bin/python' PYTHON_BUILD_PREFIX='' PYTHON_CLOSE='' PYTHON_CPPFLAGS='-I/opt/local/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6' PYTHON_EXEC_PREFIX='${exec_prefix}' PYTHON_EXTRA_LIBS='' PYTHON_OPEN=' ' PYTHON_PLATFORM='darwin' PYTHON_PREFIX='${prefix}' PYTHON_VERSION='2.6' PY_INCLUDE='' RANLIB='ranlib' RUNSHARED='DYLD_LIBRARY_PATH' SED='/opt/local/bin/gsed' SET_MAKE='' SHAREDSUFFIX='.dylib' SHELL='/bin/sh' STRIP='strip' SWIG='/opt/local/bin/swig' TEST_ENV_DIR='' UNIVERSALSDK='' UNIVERSAL_ARCH_FLAGS='' VERSION='0.8.0' WITH_CFITSIO_FALSE='#' WITH_CFITSIO_TRUE='' WITH_INST_COM_FALSE='#' WITH_INST_COM_TRUE='' WITH_INST_CTA_FALSE='#' WITH_INST_CTA_TRUE='' WITH_INST_FALSE='#' WITH_INST_LAT_FALSE='#' WITH_INST_LAT_TRUE='' WITH_INST_MWL_FALSE='#' WITH_INST_MWL_TRUE='' WITH_INST_TRUE='' WITH_PYTHON_FALSE='#' WITH_PYTHON_TRUE='' WITH_READLINE_FALSE='#' WITH_READLINE_TRUE='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' ac_pt_DX_DOT='' ac_pt_DX_DOXYGEN='/opt/local/bin/doxygen' ac_pt_DX_DVIPS='' ac_pt_DX_EGREP='' ac_pt_DX_HHC='' ac_pt_DX_LATEX='' ac_pt_DX_MAKEINDEX='' ac_pt_DX_PDFLATEX='' ac_pt_DX_PERL='/opt/local/bin/perl' am__leading_dot='.' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='i686-apple-darwin10.8.0' build_alias='' build_cpu='i686' build_os='darwin10.8.0' build_vendor='apple' datadir='${prefix}/share' exec_prefix='${prefix}' host='i686-apple-darwin10.8.0' host_alias='' host_cpu='i686' host_os='darwin10.8.0' host_vendor='apple' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/Users/jurgen/Desktop/tmp/gammalib-00-08-00/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='$(install_sh) -d' oldincludedir='/usr/include' pkgpyexecdir='${pyexecdir}/gammalib' pkgpythondir='${pythondir}/gammalib' prefix='/Users/jurgen/Desktop/tmp/install' program_transform_name='s,x,x,' pyexecdir='${exec_prefix}/lib/python2.6/site-packages' pythondir='${prefix}/lib/python2.6/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define G_NAN_CHECK 1 #define G_RANGE_CHECK 1 #define G_SMALL_MEMORY 1 #define G_WARNINGS 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LIBCFITSIO 1 #define HAVE_LIBREADLINE 1 #define HAVE_MEMORY_H 1 #define HAVE_PYEXT_GAMMALIB_APP_PY 1 #define HAVE_PYEXT_GAMMALIB_APP_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_BASE_PY 1 #define HAVE_PYEXT_GAMMALIB_BASE_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_COM_PY 1 #define HAVE_PYEXT_GAMMALIB_COM_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_CTA_PY 1 #define HAVE_PYEXT_GAMMALIB_CTA_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_FITS_PY 1 #define HAVE_PYEXT_GAMMALIB_FITS_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_LAT_PY 1 #define HAVE_PYEXT_GAMMALIB_LAT_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_LINALG_PY 1 #define HAVE_PYEXT_GAMMALIB_LINALG_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_MODEL_PY 1 #define HAVE_PYEXT_GAMMALIB_MODEL_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_MWL_PY 1 #define HAVE_PYEXT_GAMMALIB_MWL_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_NUMERICS_PY 1 #define HAVE_PYEXT_GAMMALIB_NUMERICS_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_OBS_PY 1 #define HAVE_PYEXT_GAMMALIB_OBS_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_OPT_PY 1 #define HAVE_PYEXT_GAMMALIB_OPT_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_SKY_PY 1 #define HAVE_PYEXT_GAMMALIB_SKY_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_SUPPORT_PY 1 #define HAVE_PYEXT_GAMMALIB_SUPPORT_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_TEST_PY 1 #define HAVE_PYEXT_GAMMALIB_TEST_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_XML_PY 1 #define HAVE_PYEXT_GAMMALIB_XML_WRAP_CPP 1 #define HAVE_PYEXT_GAMMALIB_XSPEC_PY 1 #define HAVE_PYEXT_GAMMALIB_XSPEC_WRAP_CPP 1 #define HAVE_PYTHON 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_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 HAVE__OPT_LOCAL_LIBRARY_FRAMEWORKS_PYTHON_FRAMEWORK_VERSIONS_2_6_INCLUDE_PYTHON2_6_PYTHON_H 1 #define PACKAGE "gammalib" #define PACKAGE_BUGREPORT "jurgen.knodlseder@irap.omp.eu" #define PACKAGE_NAME "gammalib" #define PACKAGE_PREFIX "/Users/jurgen/Desktop/tmp/install" #define PACKAGE_SOURCE "/Users/jurgen/Desktop/tmp/gammalib-00-08-00" #define PACKAGE_STRING "gammalib 0.8.0" #define PACKAGE_TARNAME "gammalib" #define PACKAGE_VERSION "0.8.0" #define STDC_HEADERS 1 #define VERSION "0.8.0" #endif #ifdef __cplusplus extern "C" void exit (int); configure: exit 0