Bug #483
Some unit test fail on Mac OS X Mountain Lion
Status: | Closed | Start date: | 09/15/2012 | ||
---|---|---|---|---|---|
Priority: | Normal | Due date: | |||
Assigned To: | Knödlseder Jürgen | % Done: | 90% | ||
Category: | - | ||||
Target version: | - | ||||
Duration: |
Description
Christoph reported that building gammalib with clang works fine:
https://gist.github.com/3727663
However, with the Macports GCC 4.7 compiler; there are four test failures:
https://gist.github.com/3727828
ChristophMacbook:code deil$ cd gammalib-00-06-00 ChristophMacbook:gammalib-00-06-00 deil$ export CC=gcc-mp-4.7 ChristophMacbook:gammalib-00-06-00 deil$ export CXX=g++-mp-4.7 ChristophMacbook:gammalib-00-06-00 deil$ ./configure checking for a BSD-compatible install... /opt/local/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... i686-apple-darwin12.1.0 checking host system type... i686-apple-darwin12.1.0 checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++-mp-4.7 accepts -g... yes checking whether we are using the GNU C compiler... yes checking whether gcc-mp-4.7 accepts -g... yes checking for gcc-mp-4.7 option to accept ANSI C... none needed checking for --with-universal-archs... 3-way checking for --enable-universalsdk... no checking MACHDEP... checking machine type as reported by uname -m... x86_64 checking for the shared library paths environment variable... DYLD_LIBRARY_PATH checking whether to enable debugging... no checking whether to enable profiling... no checking for inst/Makefile.am... yes checking for inst/mwl/Makefile.am... yes checking for inst/cta/Makefile.am... yes checking for inst/lat/Makefile.am... yes checking how to run the C++ preprocessor... g++-mp-4.7 -E checking for egrep... grep -E checking for ANSI C header files... yes checking for a BSD-compatible install... /opt/local/bin/ginstall -c checking for a sed that does not truncate output... /opt/local/bin/gsed checking for ld used by gcc-mp-4.7... /opt/local/bin/ld checking if the linker (/opt/local/bin/ld) is GNU ld... no checking for /opt/local/bin/ld option to reload object files... -r checking for BSD-compatible nm... /opt/local/bin/nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking how to run the C preprocessor... gcc-mp-4.7 -E checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++-mp-4.7 -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 196608 checking command to parse /opt/local/bin/nm output from gcc-mp-4.7 object... rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory checking if gcc-mp-4.7 supports -fno-rtti -fno-exceptions... rm: conftest.dSYM: is a directory no checking for gcc-mp-4.7 option to produce PIC... -fno-common checking if gcc-mp-4.7 PIC flag -fno-common works... rm: conftest.dSYM: is a directory yes checking if gcc-mp-4.7 static flag -static works... rm: conftest.dSYM: is a directory no checking if gcc-mp-4.7 supports -c -o file.o... rm: conftest.dSYM: is a directory yes checking whether the gcc-mp-4.7 linker (/opt/local/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin12.1.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool rm: conftest.dSYM: is a directory rm: conftest.dSYM: is a directory checking for ld used by g++-mp-4.7... /opt/local/bin/ld checking if the linker (/opt/local/bin/ld) is GNU ld... no checking whether the g++-mp-4.7 linker (/opt/local/bin/ld) supports shared libraries... yes checking for g++-mp-4.7 option to produce PIC... -fno-common checking if g++-mp-4.7 PIC flag -fno-common works... rm: conftest.dSYM: is a directory yes checking if g++-mp-4.7 static flag -static works... rm: conftest.dSYM: is a directory no checking if g++-mp-4.7 supports -c -o file.o... rm: conftest.dSYM: is a directory yes checking whether the g++-mp-4.7 linker (/opt/local/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin12.1.0 dyld checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for size_t... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether to enable NaN/Inf checking... yes checking whether to enable range checking... yes checking whether to enable small memory option... yes checking for OpenMP flag of C++ compiler... -fopenmp checking whether to enable OpenMP... yes checking for a Python interpreter with version >= 2.2... python checking for python... /opt/local/bin/python checking for python version... 2.7 checking for python platform... darwin checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking for the distutils Python package... yes checking for Python include path... checking /opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h usability... yes checking /opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h presence... yes checking for /opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h... yes checking for swig... /opt/local/bin/swig checking for pyext/gammalib/__init__.py... no checking for pyext/gammalib/app_wrap.cpp... yes checking for pyext/gammalib/app.py... yes checking for pyext/gammalib/fits_wrap.cpp... yes checking for pyext/gammalib/fits.py... yes checking for pyext/gammalib/linalg_wrap.cpp... yes checking for pyext/gammalib/linalg.py... yes checking for pyext/gammalib/model_wrap.cpp... yes checking for pyext/gammalib/model.py... yes checking for pyext/gammalib/mwl_wrap.cpp... yes checking for pyext/gammalib/mwl.py... yes checking for pyext/gammalib/numerics_wrap.cpp... yes checking for pyext/gammalib/numerics.py... yes checking for pyext/gammalib/obs_wrap.cpp... yes checking for pyext/gammalib/obs.py... yes checking for pyext/gammalib/opt_wrap.cpp... yes checking for pyext/gammalib/opt.py... yes checking for pyext/gammalib/sky_wrap.cpp... yes checking for pyext/gammalib/sky.py... yes checking for pyext/gammalib/support_wrap.cpp... yes checking for pyext/gammalib/support.py... yes checking for pyext/gammalib/test_wrap.cpp... yes checking for pyext/gammalib/test.py... yes checking for pyext/gammalib/xml_wrap.cpp... yes checking for pyext/gammalib/xml.py... yes checking for pyext/gammalib/mwl_wrap.cpp... (cached) yes checking for pyext/gammalib/mwl.py... (cached) yes checking for pyext/gammalib/lat_wrap.cpp... yes checking for pyext/gammalib/lat.py... yes checking for pyext/gammalib/cta_wrap.cpp... yes checking for pyext/gammalib/cta.py... yes configure: WARNING: Python wrapper(s) missing. Requires swig for wrapper generation. checking for initscr in -lncurses... yes configure: ncurses found checking for main in -lreadline... yes configure: readline found checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes configure: readline headers found checking for ffpss in -lcfitsio... no checking for doxygen... /opt/local/bin/doxygen checking for perl... /opt/local/bin/perl configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/support/Makefile config.status: creating src/linalg/Makefile config.status: creating src/numerics/Makefile config.status: creating src/fits/Makefile config.status: creating src/xml/Makefile config.status: creating src/sky/Makefile config.status: creating src/opt/Makefile config.status: creating src/obs/Makefile config.status: creating src/model/Makefile config.status: creating src/app/Makefile config.status: creating src/test/Makefile config.status: creating src/gammalib-setup config.status: creating include/Makefile config.status: creating test/Makefile config.status: creating pyext/Makefile config.status: creating pyext/setup.py config.status: creating gammalib.pc config.status: creating inst/Makefile config.status: creating inst/mwl/Makefile config.status: creating inst/cta/Makefile config.status: creating inst/lat/Makefile config.status: creating config.h GammaLib configuration summary ============================== * FITS I/O support (yes) /opt/local/lib /opt/local/include * Readline support (yes) * Ncurses support (yes) * Python (yes) * Python.h (yes) - Python wrappers (no) * swig (yes) * Make Python binding (yes) use swig for building * Multiwavelength interface (yes) * Fermi-LAT interface (yes) * CTA interface (yes) * Doxygen (yes) /opt/local/bin/doxygen * Perform NaN/Inf checks (yes) (default) * Perform range checking (yes) (default) * Optimize memory usage (yes) (default) * Enable OpenMP (yes) (default) - Compile in debug code (no) (default) - Enable code for profiling (no) (default) Now type 'make' ChristophMacbook:gammalib-00-06-00 deil$ time make make all-recursive Making all in include make[2]: Nothing to be done for `all'. Making all in inst Making all in mwl /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GMWLException.lo `test -f 'src/GMWLException.cpp' || echo './'`src/GMWLException.cpp mkdir .libs g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLException.cpp -fno-common -DPIC -o .libs/GMWLException.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLException.cpp -o GMWLException.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GMWLObservation.lo `test -f 'src/GMWLObservation.cpp' || echo './'`src/GMWLObservation.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLObservation.cpp -fno-common -DPIC -o .libs/GMWLObservation.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLObservation.cpp -o GMWLObservation.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GMWLSpectrum.lo `test -f 'src/GMWLSpectrum.cpp' || echo './'`src/GMWLSpectrum.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLSpectrum.cpp -fno-common -DPIC -o .libs/GMWLSpectrum.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLSpectrum.cpp -o GMWLSpectrum.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GMWLDatum.lo `test -f 'src/GMWLDatum.cpp' || echo './'`src/GMWLDatum.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLDatum.cpp -fno-common -DPIC -o .libs/GMWLDatum.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLDatum.cpp -o GMWLDatum.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GMWLInstDir.lo `test -f 'src/GMWLInstDir.cpp' || echo './'`src/GMWLInstDir.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLInstDir.cpp -fno-common -DPIC -o .libs/GMWLInstDir.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLInstDir.cpp -o GMWLInstDir.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GMWLPointing.lo `test -f 'src/GMWLPointing.cpp' || echo './'`src/GMWLPointing.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLPointing.cpp -fno-common -DPIC -o .libs/GMWLPointing.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLPointing.cpp -o GMWLPointing.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GMWLResponse.lo `test -f 'src/GMWLResponse.cpp' || echo './'`src/GMWLResponse.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLResponse.cpp -fno-common -DPIC -o .libs/GMWLResponse.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GMWLResponse.cpp -o GMWLResponse.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=link g++-mp-4.7 -g -O2 -fopenmp -L/opt/local/lib -o libmwl.la -version-info 0:0:0 GMWLException.lo GMWLObservation.lo GMWLSpectrum.lo GMWLDatum.lo GMWLInstDir.lo GMWLPointing.lo GMWLResponse.lo -lreadline -lncurses -lcfitsio -lm libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libmwl.a .libs/GMWLException.o .libs/GMWLObservation.o .libs/GMWLSpectrum.o .libs/GMWLDatum.o .libs/GMWLInstDir.o .libs/GMWLPointing.o .libs/GMWLResponse.o ranlib .libs/libmwl.a creating libmwl.la (cd .libs && rm -f libmwl.la && ln -s ../libmwl.la libmwl.la) Making all in cta /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTASupport.lo `test -f 'src/GCTASupport.cpp' || echo './'`src/GCTASupport.cpp mkdir .libs g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTASupport.cpp -fno-common -DPIC -o .libs/GCTASupport.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTASupport.cpp -o GCTASupport.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAException.lo `test -f 'src/GCTAException.cpp' || echo './'`src/GCTAException.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAException.cpp -fno-common -DPIC -o .libs/GCTAException.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAException.cpp -o GCTAException.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAObservation.lo `test -f 'src/GCTAObservation.cpp' || echo './'`src/GCTAObservation.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAObservation.cpp -fno-common -DPIC -o .libs/GCTAObservation.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAObservation.cpp -o GCTAObservation.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAEventList.lo `test -f 'src/GCTAEventList.cpp' || echo './'`src/GCTAEventList.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventList.cpp -fno-common -DPIC -o .libs/GCTAEventList.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventList.cpp -o GCTAEventList.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAEventAtom.lo `test -f 'src/GCTAEventAtom.cpp' || echo './'`src/GCTAEventAtom.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventAtom.cpp -fno-common -DPIC -o .libs/GCTAEventAtom.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventAtom.cpp -o GCTAEventAtom.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAEventCube.lo `test -f 'src/GCTAEventCube.cpp' || echo './'`src/GCTAEventCube.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventCube.cpp -fno-common -DPIC -o .libs/GCTAEventCube.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventCube.cpp -o GCTAEventCube.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAEventBin.lo `test -f 'src/GCTAEventBin.cpp' || echo './'`src/GCTAEventBin.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventBin.cpp -fno-common -DPIC -o .libs/GCTAEventBin.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventBin.cpp -o GCTAEventBin.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAResponse.lo `test -f 'src/GCTAResponse.cpp' || echo './'`src/GCTAResponse.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse.cpp -fno-common -DPIC -o .libs/GCTAResponse.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse.cpp -o GCTAResponse.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAResponse_helpers.lo `test -f 'src/GCTAResponse_helpers.cpp' || echo './'`src/GCTAResponse_helpers.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse_helpers.cpp -fno-common -DPIC -o .libs/GCTAResponse_helpers.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse_helpers.cpp -o GCTAResponse_helpers.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAResponseTable.lo `test -f 'src/GCTAResponseTable.cpp' || echo './'`src/GCTAResponseTable.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseTable.cpp -fno-common -DPIC -o .libs/GCTAResponseTable.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseTable.cpp -o GCTAResponseTable.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAInstDir.lo `test -f 'src/GCTAInstDir.cpp' || echo './'`src/GCTAInstDir.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAInstDir.cpp -fno-common -DPIC -o .libs/GCTAInstDir.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAInstDir.cpp -o GCTAInstDir.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTARoi.lo `test -f 'src/GCTARoi.cpp' || echo './'`src/GCTARoi.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTARoi.cpp -fno-common -DPIC -o .libs/GCTARoi.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTARoi.cpp -o GCTARoi.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAPointing.lo `test -f 'src/GCTAPointing.cpp' || echo './'`src/GCTAPointing.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPointing.cpp -fno-common -DPIC -o .libs/GCTAPointing.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPointing.cpp -o GCTAPointing.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAModelRadialRegistry.lo `test -f 'src/GCTAModelRadialRegistry.cpp' || echo './'`src/GCTAModelRadialRegistry.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialRegistry.cpp -fno-common -DPIC -o .libs/GCTAModelRadialRegistry.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialRegistry.cpp -o GCTAModelRadialRegistry.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAModelRadial.lo `test -f 'src/GCTAModelRadial.cpp' || echo './'`src/GCTAModelRadial.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadial.cpp -fno-common -DPIC -o .libs/GCTAModelRadial.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadial.cpp -o GCTAModelRadial.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAModelRadialGauss.lo `test -f 'src/GCTAModelRadialGauss.cpp' || echo './'`src/GCTAModelRadialGauss.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialGauss.cpp -fno-common -DPIC -o .libs/GCTAModelRadialGauss.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialGauss.cpp -o GCTAModelRadialGauss.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAModelRadialPolynom.lo `test -f 'src/GCTAModelRadialPolynom.cpp' || echo './'`src/GCTAModelRadialPolynom.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialPolynom.cpp -fno-common -DPIC -o .libs/GCTAModelRadialPolynom.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialPolynom.cpp -o GCTAModelRadialPolynom.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAModelRadialProfile.lo `test -f 'src/GCTAModelRadialProfile.cpp' || echo './'`src/GCTAModelRadialProfile.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialProfile.cpp -fno-common -DPIC -o .libs/GCTAModelRadialProfile.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialProfile.cpp -o GCTAModelRadialProfile.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTAModelRadialAcceptance.lo `test -f 'src/GCTAModelRadialAcceptance.cpp' || echo './'`src/GCTAModelRadialAcceptance.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialAcceptance.cpp -fno-common -DPIC -o .libs/GCTAModelRadialAcceptance.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialAcceptance.cpp -o GCTAModelRadialAcceptance.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCTADir.lo `test -f 'src/GCTADir.cpp' || echo './'`src/GCTADir.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTADir.cpp -fno-common -DPIC -o .libs/GCTADir.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/cta/include -I../../inst/cta/src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GCTADir.cpp -o GCTADir.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=link g++-mp-4.7 -g -O2 -fopenmp -L/opt/local/lib -o libcta.la -version-info 0:0:0 GCTASupport.lo GCTAException.lo GCTAObservation.lo GCTAEventList.lo GCTAEventAtom.lo GCTAEventCube.lo GCTAEventBin.lo GCTAResponse.lo GCTAResponse_helpers.lo GCTAResponseTable.lo GCTAInstDir.lo GCTARoi.lo GCTAPointing.lo GCTAModelRadialRegistry.lo GCTAModelRadial.lo GCTAModelRadialGauss.lo GCTAModelRadialPolynom.lo GCTAModelRadialProfile.lo GCTAModelRadialAcceptance.lo GCTADir.lo -lreadline -lncurses -lcfitsio -lm libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/libcta.a .libs/GCTASupport.o .libs/GCTAException.o .libs/GCTAObservation.o .libs/GCTAEventList.o .libs/GCTAEventAtom.o .libs/GCTAEventCube.o .libs/GCTAEventBin.o .libs/GCTAResponse.o .libs/GCTAResponse_helpers.o .libs/GCTAResponseTable.o .libs/GCTAInstDir.o .libs/GCTARoi.o .libs/GCTAPointing.o .libs/GCTAModelRadialRegistry.o .libs/GCTAModelRadial.o .libs/GCTAModelRadialGauss.o .libs/GCTAModelRadialPolynom.o .libs/GCTAModelRadialProfile.o .libs/GCTAModelRadialAcceptance.o .libs/GCTADir.o ranlib .libs/libcta.a creating libcta.la (cd .libs && rm -f libcta.la && ln -s ../libcta.la libcta.la) Making all in lat /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATObservation.lo `test -f 'src/GLATObservation.cpp' || echo './'`src/GLATObservation.cpp mkdir .libs g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATObservation.cpp -fno-common -DPIC -o .libs/GLATObservation.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATObservation.cpp -o GLATObservation.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATEventList.lo `test -f 'src/GLATEventList.cpp' || echo './'`src/GLATEventList.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventList.cpp -fno-common -DPIC -o .libs/GLATEventList.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventList.cpp -o GLATEventList.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATEventCube.lo `test -f 'src/GLATEventCube.cpp' || echo './'`src/GLATEventCube.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventCube.cpp -fno-common -DPIC -o .libs/GLATEventCube.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventCube.cpp -o GLATEventCube.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATEventAtom.lo `test -f 'src/GLATEventAtom.cpp' || echo './'`src/GLATEventAtom.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventAtom.cpp -fno-common -DPIC -o .libs/GLATEventAtom.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventAtom.cpp -o GLATEventAtom.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATEventBin.lo `test -f 'src/GLATEventBin.cpp' || echo './'`src/GLATEventBin.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventBin.cpp -fno-common -DPIC -o .libs/GLATEventBin.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventBin.cpp -o GLATEventBin.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATResponse.lo `test -f 'src/GLATResponse.cpp' || echo './'`src/GLATResponse.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponse.cpp -fno-common -DPIC -o .libs/GLATResponse.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponse.cpp -o GLATResponse.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATResponseTable.lo `test -f 'src/GLATResponseTable.cpp' || echo './'`src/GLATResponseTable.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponseTable.cpp -fno-common -DPIC -o .libs/GLATResponseTable.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponseTable.cpp -o GLATResponseTable.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATAeff.lo `test -f 'src/GLATAeff.cpp' || echo './'`src/GLATAeff.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATAeff.cpp -fno-common -DPIC -o .libs/GLATAeff.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATAeff.cpp -o GLATAeff.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATPsf.lo `test -f 'src/GLATPsf.cpp' || echo './'`src/GLATPsf.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsf.cpp -fno-common -DPIC -o .libs/GLATPsf.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsf.cpp -o GLATPsf.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATPsfBase.lo `test -f 'src/GLATPsfBase.cpp' || echo './'`src/GLATPsfBase.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfBase.cpp -fno-common -DPIC -o .libs/GLATPsfBase.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfBase.cpp -o GLATPsfBase.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATPsfV1.lo `test -f 'src/GLATPsfV1.cpp' || echo './'`src/GLATPsfV1.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV1.cpp -fno-common -DPIC -o .libs/GLATPsfV1.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV1.cpp -o GLATPsfV1.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATPsfV3.lo `test -f 'src/GLATPsfV3.cpp' || echo './'`src/GLATPsfV3.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV3.cpp -fno-common -DPIC -o .libs/GLATPsfV3.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV3.cpp -o GLATPsfV3.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATEdisp.lo `test -f 'src/GLATEdisp.cpp' || echo './'`src/GLATEdisp.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEdisp.cpp -fno-common -DPIC -o .libs/GLATEdisp.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEdisp.cpp -o GLATEdisp.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATEfficiency.lo `test -f 'src/GLATEfficiency.cpp' || echo './'`src/GLATEfficiency.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEfficiency.cpp -fno-common -DPIC -o .libs/GLATEfficiency.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATEfficiency.cpp -o GLATEfficiency.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATMeanPsf.lo `test -f 'src/GLATMeanPsf.cpp' || echo './'`src/GLATMeanPsf.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATMeanPsf.cpp -fno-common -DPIC -o .libs/GLATMeanPsf.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATMeanPsf.cpp -o GLATMeanPsf.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATInstDir.lo `test -f 'src/GLATInstDir.cpp' || echo './'`src/GLATInstDir.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATInstDir.cpp -fno-common -DPIC -o .libs/GLATInstDir.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATInstDir.cpp -o GLATInstDir.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATRoi.lo `test -f 'src/GLATRoi.cpp' || echo './'`src/GLATRoi.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATRoi.cpp -fno-common -DPIC -o .libs/GLATRoi.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATRoi.cpp -o GLATRoi.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATPointing.lo `test -f 'src/GLATPointing.cpp' || echo './'`src/GLATPointing.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPointing.cpp -fno-common -DPIC -o .libs/GLATPointing.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATPointing.cpp -o GLATPointing.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATLtCube.lo `test -f 'src/GLATLtCube.cpp' || echo './'`src/GLATLtCube.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCube.cpp -fno-common -DPIC -o .libs/GLATLtCube.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCube.cpp -o GLATLtCube.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATLtCubeMap.lo `test -f 'src/GLATLtCubeMap.cpp' || echo './'`src/GLATLtCubeMap.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCubeMap.cpp -fno-common -DPIC -o .libs/GLATLtCubeMap.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCubeMap.cpp -o GLATLtCubeMap.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GLATException.lo `test -f 'src/GLATException.cpp' || echo './'`src/GLATException.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATException.cpp -fno-common -DPIC -o .libs/GLATException.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c src/GLATException.cpp -o GLATException.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=link g++-mp-4.7 -g -O2 -fopenmp -L/opt/local/lib -o liblat.la -version-info 0:0:0 GLATObservation.lo GLATEventList.lo GLATEventCube.lo GLATEventAtom.lo GLATEventBin.lo GLATResponse.lo GLATResponseTable.lo GLATAeff.lo GLATPsf.lo GLATPsfBase.lo GLATPsfV1.lo GLATPsfV3.lo GLATEdisp.lo GLATEfficiency.lo GLATMeanPsf.lo GLATInstDir.lo GLATRoi.lo GLATPointing.lo GLATLtCube.lo GLATLtCubeMap.lo GLATException.lo -lreadline -lncurses -lcfitsio -lm libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries ar cru .libs/liblat.a .libs/GLATObservation.o .libs/GLATEventList.o .libs/GLATEventCube.o .libs/GLATEventAtom.o .libs/GLATEventBin.o .libs/GLATResponse.o .libs/GLATResponseTable.o .libs/GLATAeff.o .libs/GLATPsf.o .libs/GLATPsfBase.o .libs/GLATPsfV1.o .libs/GLATPsfV3.o .libs/GLATEdisp.o .libs/GLATEfficiency.o .libs/GLATMeanPsf.o .libs/GLATInstDir.o .libs/GLATRoi.o .libs/GLATPointing.o .libs/GLATLtCube.o .libs/GLATLtCubeMap.o .libs/GLATException.o ranlib .libs/liblat.a creating liblat.la (cd .libs && rm -f liblat.la && ln -s ../liblat.la liblat.la) make[3]: Nothing to be done for `all-am'. Making all in src Making all in support /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GException.lo GException.cpp mkdir .libs g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GException.cpp -fno-common -DPIC -o .libs/GException.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GException.cpp -o GException.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GTools.lo GTools.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GTools.cpp -fno-common -DPIC -o .libs/GTools.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GTools.cpp -o GTools.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GNodeArray.lo GNodeArray.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GNodeArray.cpp -fno-common -DPIC -o .libs/GNodeArray.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GNodeArray.cpp -o GNodeArray.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=CXX --mode=compile g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c -o GCsv.lo GCsv.cpp g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GCsv.cpp -fno-common -DPIC -o .libs/GCsv.o g++-mp-4.7 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/include -g -O2 -fopenmp -c GCsv.cpp -o GCsv.o >/dev/null 2>&1 /bin/sh ../../libtool --tag=C
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen about 12 years ago
- Description updated (diff)
#2 Updated by Knödlseder Jürgen about 12 years ago
- Status changed from New to Feedback
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 90
Apparently the unit tests succeed when clang is used. The GammaLib-00-06-01 release will favour clang++ over g++, thus in principle we can expect that the bug will not occur any longer.
#3 Updated by Knödlseder Jürgen almost 12 years ago
- Status changed from Feedback to Closed