Skip to content

Instantly share code, notes, and snippets.

@cdeil
Created October 31, 2014 07:50
Show Gist options
  • Save cdeil/2324784e70a36cdfaf46 to your computer and use it in GitHub Desktop.
Save cdeil/2324784e70a36cdfaf46 to your computer and use it in GitHub Desktop.
ChristophMacbook-2:tmp deil$ git clone git@github.com:gammalib/gammalib.git
Cloning into 'gammalib'...
remote: Counting objects: 37595, done.
remote: Compressing objects: 100% (214/214), done.
remote: Total 37595 (delta 146), reused 0 (delta 0)
Receiving objects: 100% (37595/37595), 93.54 MiB | 125.00 KiB/s, done.
Resolving deltas: 100% (29665/29665), done.
Checking connectivity... done.
ChristophMacbook-2:tmp deil$ cd gammalib/
ChristophMacbook-2:gammalib deil$ ./autogen.sh
glibtoolize: putting auxiliary files in `.'.
glibtoolize: copying file `./ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
glibtoolize: copying file `m4/libtool.m4'
glibtoolize: copying file `m4/ltoptions.m4'
glibtoolize: copying file `m4/ltsugar.m4'
glibtoolize: copying file `m4/ltversion.m4'
glibtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:109: installing './compile'
configure.ac:84: installing './config.guess'
configure.ac:84: installing './config.sub'
configure.ac:35: installing './install-sh'
configure.ac:35: installing './missing'
inst/com/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
inst/cta/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
inst/lat/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
inst/mwl/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/Makefile.am:7: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/app/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/base/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/fits/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/linalg/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/model/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/numerics/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/obs/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/opt/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/sky/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/support/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/test/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/vo/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/xml/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
src/xspec/Makefile.am:4: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
test/Makefile.am:56: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
parallel-tests: installing './test-driver'
ChristophMacbook-2:gammalib deil$ ./configure
checking for a BSD-compatible install... /opt/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /opt/local/bin/gmkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make sets $(MAKE)... (cached) yes
checking build system type... x86_64-apple-darwin14.0.0
checking host system type... x86_64-apple-darwin14.0.0
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
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 which compiler should be used... g++
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 for inst/com/Makefile.am... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /opt/local/bin/gsed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /opt/local/bin/ld
checking if the linker (/opt/local/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /opt/local/bin/nm
checking the name lister (/opt/local/bin/nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin14.0.0 file names to x86_64-apple-darwin14.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin14.0.0 file names to toolchain format... func_convert_file_noop
checking for /opt/local/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /opt/local/bin/nm output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/opt/local/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.0.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
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /opt/local/bin/ld
checking if the linker (/opt/local/bin/ld) is GNU ld... no
checking whether the g++ linker (/opt/local/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/opt/local/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin14.0.0 dyld
checking how to hardcode library paths into programs... immediate
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 whether to enable console warnings... yes
checking for g++ option to support OpenMP... -fopenmp
checking whether we need to add gomp_thread_attr... no
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... 3.4
checking for python platform... darwin
checking for python script directory... ${prefix}/lib/python3.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python3.4/site-packages
checking for the distutils Python package... yes
checking /opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m/Python.h usability... yes
checking /opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m/Python.h presence... yes
checking for /opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m/Python.h... yes
checking for swig... /opt/local/bin/swig
checking for pyext/gammalib/app_wrap.cpp... no
checking for pyext/gammalib/app.py... no
checking for pyext/gammalib/base_wrap.cpp... no
checking for pyext/gammalib/base.py... no
checking for pyext/gammalib/fits_wrap.cpp... no
checking for pyext/gammalib/fits.py... no
checking for pyext/gammalib/linalg_wrap.cpp... no
checking for pyext/gammalib/linalg.py... no
checking for pyext/gammalib/model_wrap.cpp... no
checking for pyext/gammalib/model.py... no
checking for pyext/gammalib/numerics_wrap.cpp... no
checking for pyext/gammalib/numerics.py... no
checking for pyext/gammalib/obs_wrap.cpp... no
checking for pyext/gammalib/obs.py... no
checking for pyext/gammalib/opt_wrap.cpp... no
checking for pyext/gammalib/opt.py... no
checking for pyext/gammalib/sky_wrap.cpp... no
checking for pyext/gammalib/sky.py... no
checking for pyext/gammalib/support_wrap.cpp... no
checking for pyext/gammalib/support.py... no
checking for pyext/gammalib/test_wrap.cpp... no
checking for pyext/gammalib/test.py... no
checking for pyext/gammalib/xml_wrap.cpp... no
checking for pyext/gammalib/xml.py... no
checking for pyext/gammalib/xspec_wrap.cpp... no
checking for pyext/gammalib/xspec.py... no
checking for pyext/gammalib/vo_wrap.cpp... no
checking for pyext/gammalib/vo.py... no
checking for pyext/gammalib/mwl_wrap.cpp... no
checking for pyext/gammalib/mwl.py... no
checking for pyext/gammalib/lat_wrap.cpp... no
checking for pyext/gammalib/lat.py... no
checking for pyext/gammalib/cta_wrap.cpp... no
checking for pyext/gammalib/cta.py... no
checking for pyext/gammalib/com_wrap.cpp... no
checking for pyext/gammalib/com.py... no
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
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/base/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/vo/Makefile
config.status: creating src/xspec/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: WARNING: 'src/gammalib-setup.in' seems to ignore the --datarootdir setting
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 testconf.sh
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 inst/com/Makefile
config.status: creating config.h
config.status: executing libtool commands
GammaLib configuration summary
==============================
* FITS I/O support (yes) /opt/local/lib /opt/local/include
* Readline support (yes)
* Ncurses support (yes)
* Make Python binding (yes) use swig for building
* Python (yes)
* Python.h (yes)
- Python wrappers (no)
* swig (yes)
* Multiwavelength interface (yes)
* Fermi-LAT interface (yes)
* CTA interface (yes)
* COMPTEL 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-2:gammalib deil$ make
/Applications/Xcode.app/Contents/Developer/usr/bin/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++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GMWLException.lo src/GMWLException.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLException.cpp -fno-common -DPIC -o src/.libs/GMWLException.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLException.cpp -o src/GMWLException.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GMWLObservation.lo src/GMWLObservation.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLObservation.cpp -fno-common -DPIC -o src/.libs/GMWLObservation.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLObservation.cpp -o src/GMWLObservation.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GMWLSpectrum.lo src/GMWLSpectrum.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLSpectrum.cpp -fno-common -DPIC -o src/.libs/GMWLSpectrum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLSpectrum.cpp -o src/GMWLSpectrum.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GMWLDatum.lo src/GMWLDatum.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLDatum.cpp -fno-common -DPIC -o src/.libs/GMWLDatum.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLDatum.cpp -o src/GMWLDatum.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GMWLInstDir.lo src/GMWLInstDir.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLInstDir.cpp -fno-common -DPIC -o src/.libs/GMWLInstDir.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLInstDir.cpp -o src/GMWLInstDir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GMWLResponse.lo src/GMWLResponse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLResponse.cpp -fno-common -DPIC -o src/.libs/GMWLResponse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/mwl/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GMWLResponse.cpp -o src/GMWLResponse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libmwl.la src/GMWLException.lo src/GMWLObservation.lo src/GMWLSpectrum.lo src/GMWLDatum.lo src/GMWLInstDir.lo src/GMWLResponse.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libmwl.a src/.libs/GMWLException.o src/.libs/GMWLObservation.o src/.libs/GMWLSpectrum.o src/.libs/GMWLDatum.o src/.libs/GMWLInstDir.o src/.libs/GMWLResponse.o
libtool: link: ranlib .libs/libmwl.a
libtool: link: ( cd ".libs" && rm -f "libmwl.la" && ln -s "../libmwl.la" "libmwl.la" )
Making all in cta
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTASupport.lo src/GCTASupport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASupport.cpp -fno-common -DPIC -o src/.libs/GCTASupport.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASupport.cpp -o src/GCTASupport.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAException.lo src/GCTAException.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAException.cpp -fno-common -DPIC -o src/.libs/GCTAException.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAException.cpp -o src/GCTAException.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAObservation.lo src/GCTAObservation.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAObservation.cpp -fno-common -DPIC -o src/.libs/GCTAObservation.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAObservation.cpp -o src/GCTAObservation.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAOnOffObservation.lo src/GCTAOnOffObservation.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAOnOffObservation.cpp -fno-common -DPIC -o src/.libs/GCTAOnOffObservation.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAOnOffObservation.cpp -o src/GCTAOnOffObservation.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAOnOffObservations.lo src/GCTAOnOffObservations.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAOnOffObservations.cpp -fno-common -DPIC -o src/.libs/GCTAOnOffObservations.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAOnOffObservations.cpp -o src/GCTAOnOffObservations.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAEventList.lo src/GCTAEventList.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventList.cpp -fno-common -DPIC -o src/.libs/GCTAEventList.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventList.cpp -o src/GCTAEventList.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAEventAtom.lo src/GCTAEventAtom.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventAtom.cpp -fno-common -DPIC -o src/.libs/GCTAEventAtom.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventAtom.cpp -o src/GCTAEventAtom.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAEventCube.lo src/GCTAEventCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventCube.cpp -fno-common -DPIC -o src/.libs/GCTAEventCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventCube.cpp -o src/GCTAEventCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAEventBin.lo src/GCTAEventBin.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventBin.cpp -fno-common -DPIC -o src/.libs/GCTAEventBin.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEventBin.cpp -o src/GCTAEventBin.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAResponse.lo src/GCTAResponse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse.cpp -fno-common -DPIC -o src/.libs/GCTAResponse.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse.cpp -o src/GCTAResponse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAResponseIrf.lo src/GCTAResponseIrf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseIrf.cpp -fno-common -DPIC -o src/.libs/GCTAResponseIrf.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseIrf.cpp -o src/GCTAResponseIrf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAResponseCube.lo src/GCTAResponseCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseCube.cpp -fno-common -DPIC -o src/.libs/GCTAResponseCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseCube.cpp -o src/GCTAResponseCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAResponse_helpers.lo src/GCTAResponse_helpers.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse_helpers.cpp -fno-common -DPIC -o src/.libs/GCTAResponse_helpers.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponse_helpers.cpp -o src/GCTAResponse_helpers.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAResponseTable.lo src/GCTAResponseTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseTable.cpp -fno-common -DPIC -o src/.libs/GCTAResponseTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAResponseTable.cpp -o src/GCTAResponseTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAAeff.lo src/GCTAAeff.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeff.cpp -fno-common -DPIC -o src/.libs/GCTAAeff.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeff.cpp -o src/GCTAAeff.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAAeffPerfTable.lo src/GCTAAeffPerfTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeffPerfTable.cpp -fno-common -DPIC -o src/.libs/GCTAAeffPerfTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeffPerfTable.cpp -o src/GCTAAeffPerfTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAAeffArf.lo src/GCTAAeffArf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeffArf.cpp -fno-common -DPIC -o src/.libs/GCTAAeffArf.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeffArf.cpp -o src/GCTAAeffArf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAAeff2D.lo src/GCTAAeff2D.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeff2D.cpp -fno-common -DPIC -o src/.libs/GCTAAeff2D.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAAeff2D.cpp -o src/GCTAAeff2D.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAPsf.lo src/GCTAPsf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsf.cpp -fno-common -DPIC -o src/.libs/GCTAPsf.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsf.cpp -o src/GCTAPsf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAPsfPerfTable.lo src/GCTAPsfPerfTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsfPerfTable.cpp -fno-common -DPIC -o src/.libs/GCTAPsfPerfTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsfPerfTable.cpp -o src/GCTAPsfPerfTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAPsfVector.lo src/GCTAPsfVector.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsfVector.cpp -fno-common -DPIC -o src/.libs/GCTAPsfVector.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsfVector.cpp -o src/GCTAPsfVector.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAPsf2D.lo src/GCTAPsf2D.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsf2D.cpp -fno-common -DPIC -o src/.libs/GCTAPsf2D.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsf2D.cpp -o src/GCTAPsf2D.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAPsfKing.lo src/GCTAPsfKing.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsfKing.cpp -fno-common -DPIC -o src/.libs/GCTAPsfKing.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPsfKing.cpp -o src/GCTAPsfKing.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAEdisp.lo src/GCTAEdisp.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEdisp.cpp -fno-common -DPIC -o src/.libs/GCTAEdisp.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEdisp.cpp -o src/GCTAEdisp.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAEdispPerfTable.lo src/GCTAEdispPerfTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEdispPerfTable.cpp -fno-common -DPIC -o src/.libs/GCTAEdispPerfTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEdispPerfTable.cpp -o src/GCTAEdispPerfTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAEdispRmf.lo src/GCTAEdispRmf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEdispRmf.cpp -fno-common -DPIC -o src/.libs/GCTAEdispRmf.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAEdispRmf.cpp -o src/GCTAEdispRmf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTABackground.lo src/GCTABackground.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTABackground.cpp -fno-common -DPIC -o src/.libs/GCTABackground.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTABackground.cpp -o src/GCTABackground.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTABackgroundPerfTable.lo src/GCTABackgroundPerfTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTABackgroundPerfTable.cpp -fno-common -DPIC -o src/.libs/GCTABackgroundPerfTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTABackgroundPerfTable.cpp -o src/GCTABackgroundPerfTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTABackground3D.lo src/GCTABackground3D.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTABackground3D.cpp -fno-common -DPIC -o src/.libs/GCTABackground3D.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTABackground3D.cpp -o src/GCTABackground3D.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAExposure.lo src/GCTAExposure.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAExposure.cpp -fno-common -DPIC -o src/.libs/GCTAExposure.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAExposure.cpp -o src/GCTAExposure.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAMeanPsf.lo src/GCTAMeanPsf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAMeanPsf.cpp -fno-common -DPIC -o src/.libs/GCTAMeanPsf.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAMeanPsf.cpp -o src/GCTAMeanPsf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTASourceCube.lo src/GCTASourceCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASourceCube.cpp -fno-common -DPIC -o src/.libs/GCTASourceCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASourceCube.cpp -o src/GCTASourceCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTASourceCubePointSource.lo src/GCTASourceCubePointSource.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASourceCubePointSource.cpp -fno-common -DPIC -o src/.libs/GCTASourceCubePointSource.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASourceCubePointSource.cpp -o src/GCTASourceCubePointSource.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTASourceCubeDiffuse.lo src/GCTASourceCubeDiffuse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASourceCubeDiffuse.cpp -fno-common -DPIC -o src/.libs/GCTASourceCubeDiffuse.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTASourceCubeDiffuse.cpp -o src/GCTASourceCubeDiffuse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAInstDir.lo src/GCTAInstDir.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAInstDir.cpp -fno-common -DPIC -o src/.libs/GCTAInstDir.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAInstDir.cpp -o src/GCTAInstDir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTARoi.lo src/GCTARoi.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTARoi.cpp -fno-common -DPIC -o src/.libs/GCTARoi.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTARoi.cpp -o src/GCTARoi.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAPointing.lo src/GCTAPointing.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPointing.cpp -fno-common -DPIC -o src/.libs/GCTAPointing.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAPointing.cpp -o src/GCTAPointing.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelCubeBackground.lo src/GCTAModelCubeBackground.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelCubeBackground.cpp -fno-common -DPIC -o src/.libs/GCTAModelCubeBackground.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelCubeBackground.cpp -o src/GCTAModelCubeBackground.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelIrfBackground.lo src/GCTAModelIrfBackground.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelIrfBackground.cpp -fno-common -DPIC -o src/.libs/GCTAModelIrfBackground.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelIrfBackground.cpp -o src/GCTAModelIrfBackground.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelRadialRegistry.lo src/GCTAModelRadialRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialRegistry.cpp -fno-common -DPIC -o src/.libs/GCTAModelRadialRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialRegistry.cpp -o src/GCTAModelRadialRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelRadial.lo src/GCTAModelRadial.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadial.cpp -fno-common -DPIC -o src/.libs/GCTAModelRadial.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadial.cpp -o src/GCTAModelRadial.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelRadialGauss.lo src/GCTAModelRadialGauss.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialGauss.cpp -fno-common -DPIC -o src/.libs/GCTAModelRadialGauss.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialGauss.cpp -o src/GCTAModelRadialGauss.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelRadialPolynom.lo src/GCTAModelRadialPolynom.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialPolynom.cpp -fno-common -DPIC -o src/.libs/GCTAModelRadialPolynom.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialPolynom.cpp -o src/GCTAModelRadialPolynom.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelRadialProfile.lo src/GCTAModelRadialProfile.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialProfile.cpp -fno-common -DPIC -o src/.libs/GCTAModelRadialProfile.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialProfile.cpp -o src/GCTAModelRadialProfile.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCTAModelRadialAcceptance.lo src/GCTAModelRadialAcceptance.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialAcceptance.cpp -fno-common -DPIC -o src/.libs/GCTAModelRadialAcceptance.o
libtool: compile: g++ -DHAVE_CONFIG_H -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/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCTAModelRadialAcceptance.cpp -o src/GCTAModelRadialAcceptance.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libcta.la src/GCTASupport.lo src/GCTAException.lo src/GCTAObservation.lo src/GCTAOnOffObservation.lo src/GCTAOnOffObservations.lo src/GCTAEventList.lo src/GCTAEventAtom.lo src/GCTAEventCube.lo src/GCTAEventBin.lo src/GCTAResponse.lo src/GCTAResponseIrf.lo src/GCTAResponseCube.lo src/GCTAResponse_helpers.lo src/GCTAResponseTable.lo src/GCTAAeff.lo src/GCTAAeffPerfTable.lo src/GCTAAeffArf.lo src/GCTAAeff2D.lo src/GCTAPsf.lo src/GCTAPsfPerfTable.lo src/GCTAPsfVector.lo src/GCTAPsf2D.lo src/GCTAPsfKing.lo src/GCTAEdisp.lo src/GCTAEdispPerfTable.lo src/GCTAEdispRmf.lo src/GCTABackground.lo src/GCTABackgroundPerfTable.lo src/GCTABackground3D.lo src/GCTAExposure.lo src/GCTAMeanPsf.lo src/GCTASourceCube.lo src/GCTASourceCubePointSource.lo src/GCTASourceCubeDiffuse.lo src/GCTAInstDir.lo src/GCTARoi.lo src/GCTAPointing.lo src/GCTAModelCubeBackground.lo src/GCTAModelIrfBackground.lo src/GCTAModelRadialRegistry.lo src/GCTAModelRadial.lo src/GCTAModelRadialGauss.lo src/GCTAModelRadialPolynom.lo src/GCTAModelRadialProfile.lo src/GCTAModelRadialAcceptance.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libcta.a src/.libs/GCTASupport.o src/.libs/GCTAException.o src/.libs/GCTAObservation.o src/.libs/GCTAOnOffObservation.o src/.libs/GCTAOnOffObservations.o src/.libs/GCTAEventList.o src/.libs/GCTAEventAtom.o src/.libs/GCTAEventCube.o src/.libs/GCTAEventBin.o src/.libs/GCTAResponse.o src/.libs/GCTAResponseIrf.o src/.libs/GCTAResponseCube.o src/.libs/GCTAResponse_helpers.o src/.libs/GCTAResponseTable.o src/.libs/GCTAAeff.o src/.libs/GCTAAeffPerfTable.o src/.libs/GCTAAeffArf.o src/.libs/GCTAAeff2D.o src/.libs/GCTAPsf.o src/.libs/GCTAPsfPerfTable.o src/.libs/GCTAPsfVector.o src/.libs/GCTAPsf2D.o src/.libs/GCTAPsfKing.o src/.libs/GCTAEdisp.o src/.libs/GCTAEdispPerfTable.o src/.libs/GCTAEdispRmf.o src/.libs/GCTABackground.o src/.libs/GCTABackgroundPerfTable.o src/.libs/GCTABackground3D.o src/.libs/GCTAExposure.o src/.libs/GCTAMeanPsf.o src/.libs/GCTASourceCube.o src/.libs/GCTASourceCubePointSource.o src/.libs/GCTASourceCubeDiffuse.o src/.libs/GCTAInstDir.o src/.libs/GCTARoi.o src/.libs/GCTAPointing.o src/.libs/GCTAModelCubeBackground.o src/.libs/GCTAModelIrfBackground.o src/.libs/GCTAModelRadialRegistry.o src/.libs/GCTAModelRadial.o src/.libs/GCTAModelRadialGauss.o src/.libs/GCTAModelRadialPolynom.o src/.libs/GCTAModelRadialProfile.o src/.libs/GCTAModelRadialAcceptance.o
libtool: link: ranlib .libs/libcta.a
libtool: link: ( cd ".libs" && rm -f "libcta.la" && ln -s "../libcta.la" "libcta.la" )
Making all in lat
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATObservation.lo src/GLATObservation.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATObservation.cpp -fno-common -DPIC -o src/.libs/GLATObservation.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATObservation.cpp -o src/GLATObservation.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATEventList.lo src/GLATEventList.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventList.cpp -fno-common -DPIC -o src/.libs/GLATEventList.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventList.cpp -o src/GLATEventList.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATEventCube.lo src/GLATEventCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventCube.cpp -fno-common -DPIC -o src/.libs/GLATEventCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventCube.cpp -o src/GLATEventCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATEventAtom.lo src/GLATEventAtom.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventAtom.cpp -fno-common -DPIC -o src/.libs/GLATEventAtom.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventAtom.cpp -o src/GLATEventAtom.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATEventBin.lo src/GLATEventBin.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventBin.cpp -fno-common -DPIC -o src/.libs/GLATEventBin.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEventBin.cpp -o src/GLATEventBin.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATResponse.lo src/GLATResponse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponse.cpp -fno-common -DPIC -o src/.libs/GLATResponse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponse.cpp -o src/GLATResponse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATResponseTable.lo src/GLATResponseTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponseTable.cpp -fno-common -DPIC -o src/.libs/GLATResponseTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATResponseTable.cpp -o src/GLATResponseTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATAeff.lo src/GLATAeff.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATAeff.cpp -fno-common -DPIC -o src/.libs/GLATAeff.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATAeff.cpp -o src/GLATAeff.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATPsf.lo src/GLATPsf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsf.cpp -fno-common -DPIC -o src/.libs/GLATPsf.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsf.cpp -o src/GLATPsf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATPsfBase.lo src/GLATPsfBase.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfBase.cpp -fno-common -DPIC -o src/.libs/GLATPsfBase.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfBase.cpp -o src/GLATPsfBase.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATPsfV1.lo src/GLATPsfV1.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV1.cpp -fno-common -DPIC -o src/.libs/GLATPsfV1.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV1.cpp -o src/GLATPsfV1.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATPsfV3.lo src/GLATPsfV3.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV3.cpp -fno-common -DPIC -o src/.libs/GLATPsfV3.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATPsfV3.cpp -o src/GLATPsfV3.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATEdisp.lo src/GLATEdisp.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEdisp.cpp -fno-common -DPIC -o src/.libs/GLATEdisp.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEdisp.cpp -o src/GLATEdisp.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATEfficiency.lo src/GLATEfficiency.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEfficiency.cpp -fno-common -DPIC -o src/.libs/GLATEfficiency.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATEfficiency.cpp -o src/GLATEfficiency.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATMeanPsf.lo src/GLATMeanPsf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATMeanPsf.cpp -fno-common -DPIC -o src/.libs/GLATMeanPsf.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATMeanPsf.cpp -o src/GLATMeanPsf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATInstDir.lo src/GLATInstDir.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATInstDir.cpp -fno-common -DPIC -o src/.libs/GLATInstDir.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATInstDir.cpp -o src/GLATInstDir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATRoi.lo src/GLATRoi.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATRoi.cpp -fno-common -DPIC -o src/.libs/GLATRoi.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATRoi.cpp -o src/GLATRoi.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATLtCube.lo src/GLATLtCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCube.cpp -fno-common -DPIC -o src/.libs/GLATLtCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCube.cpp -o src/GLATLtCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATLtCubeMap.lo src/GLATLtCubeMap.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCubeMap.cpp -fno-common -DPIC -o src/.libs/GLATLtCubeMap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATLtCubeMap.cpp -o src/GLATLtCubeMap.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GLATException.lo src/GLATException.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATException.cpp -fno-common -DPIC -o src/.libs/GLATException.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/lat/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GLATException.cpp -o src/GLATException.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o liblat.la src/GLATObservation.lo src/GLATEventList.lo src/GLATEventCube.lo src/GLATEventAtom.lo src/GLATEventBin.lo src/GLATResponse.lo src/GLATResponseTable.lo src/GLATAeff.lo src/GLATPsf.lo src/GLATPsfBase.lo src/GLATPsfV1.lo src/GLATPsfV3.lo src/GLATEdisp.lo src/GLATEfficiency.lo src/GLATMeanPsf.lo src/GLATInstDir.lo src/GLATRoi.lo src/GLATLtCube.lo src/GLATLtCubeMap.lo src/GLATException.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/liblat.a src/.libs/GLATObservation.o src/.libs/GLATEventList.o src/.libs/GLATEventCube.o src/.libs/GLATEventAtom.o src/.libs/GLATEventBin.o src/.libs/GLATResponse.o src/.libs/GLATResponseTable.o src/.libs/GLATAeff.o src/.libs/GLATPsf.o src/.libs/GLATPsfBase.o src/.libs/GLATPsfV1.o src/.libs/GLATPsfV3.o src/.libs/GLATEdisp.o src/.libs/GLATEfficiency.o src/.libs/GLATMeanPsf.o src/.libs/GLATInstDir.o src/.libs/GLATRoi.o src/.libs/GLATLtCube.o src/.libs/GLATLtCubeMap.o src/.libs/GLATException.o
libtool: link: ranlib .libs/liblat.a
libtool: link: ( cd ".libs" && rm -f "liblat.la" && ln -s "../liblat.la" "liblat.la" )
Making all in com
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMSupport.lo src/GCOMSupport.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMSupport.cpp -fno-common -DPIC -o src/.libs/GCOMSupport.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMSupport.cpp -o src/GCOMSupport.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMException.lo src/GCOMException.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMException.cpp -fno-common -DPIC -o src/.libs/GCOMException.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMException.cpp -o src/GCOMException.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMEventCube.lo src/GCOMEventCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMEventCube.cpp -fno-common -DPIC -o src/.libs/GCOMEventCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMEventCube.cpp -o src/GCOMEventCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMEventBin.lo src/GCOMEventBin.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMEventBin.cpp -fno-common -DPIC -o src/.libs/GCOMEventBin.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMEventBin.cpp -o src/GCOMEventBin.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMInstDir.lo src/GCOMInstDir.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMInstDir.cpp -fno-common -DPIC -o src/.libs/GCOMInstDir.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMInstDir.cpp -o src/GCOMInstDir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMResponse.lo src/GCOMResponse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMResponse.cpp -fno-common -DPIC -o src/.libs/GCOMResponse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMResponse.cpp -o src/GCOMResponse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMObservation.lo src/GCOMObservation.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMObservation.cpp -fno-common -DPIC -o src/.libs/GCOMObservation.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMObservation.cpp -o src/GCOMObservation.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o src/GCOMModelDRBFitting.lo src/GCOMModelDRBFitting.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMModelDRBFitting.cpp -fno-common -DPIC -o src/.libs/GCOMModelDRBFitting.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I../../inst/com/include -I../../inst/com/src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c src/GCOMModelDRBFitting.cpp -o src/GCOMModelDRBFitting.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libcom.la src/GCOMSupport.lo src/GCOMException.lo src/GCOMEventCube.lo src/GCOMEventBin.lo src/GCOMInstDir.lo src/GCOMResponse.lo src/GCOMObservation.lo src/GCOMModelDRBFitting.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libcom.a src/.libs/GCOMSupport.o src/.libs/GCOMException.o src/.libs/GCOMEventCube.o src/.libs/GCOMEventBin.o src/.libs/GCOMInstDir.o src/.libs/GCOMResponse.o src/.libs/GCOMObservation.o src/.libs/GCOMModelDRBFitting.o
libtool: link: ranlib .libs/libcom.a
libtool: link: ( cd ".libs" && rm -f "libcom.la" && ln -s "../libcom.la" "libcom.la" )
make[3]: Nothing to be done for `all-am'.
Making all in src
Making all in base
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GBase.lo GBase.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GBase.cpp -fno-common -DPIC -o .libs/GBase.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GBase.cpp -o GBase.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GRegistry.lo GRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRegistry.cpp -fno-common -DPIC -o .libs/GRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRegistry.cpp -o GRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libbase.la GBase.lo GRegistry.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libbase.a .libs/GBase.o .libs/GRegistry.o
libtool: link: ranlib .libs/libbase.a
libtool: link: ( cd ".libs" && rm -f "libbase.la" && ln -s "../libbase.la" "libbase.la" )
Making all in support
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException.lo GException.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException.cpp -fno-common -DPIC -o .libs/GException.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -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++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GTools.lo GTools.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTools.cpp -fno-common -DPIC -o .libs/GTools.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -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++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GNodeArray.lo GNodeArray.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GNodeArray.cpp -fno-common -DPIC -o .libs/GNodeArray.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -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++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GCsv.lo GCsv.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GCsv.cpp -fno-common -DPIC -o .libs/GCsv.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GCsv.cpp -o GCsv.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GRan.lo GRan.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRan.cpp -fno-common -DPIC -o .libs/GRan.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRan.cpp -o GRan.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GUrl.lo GUrl.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GUrl.cpp -fno-common -DPIC -o .libs/GUrl.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GUrl.cpp -o GUrl.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GUrlFile.lo GUrlFile.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GUrlFile.cpp -fno-common -DPIC -o .libs/GUrlFile.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GUrlFile.cpp -o GUrlFile.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GUrlString.lo GUrlString.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GUrlString.cpp -fno-common -DPIC -o .libs/GUrlString.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GUrlString.cpp -o GUrlString.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libsupport.la GException.lo GTools.lo GNodeArray.lo GCsv.lo GRan.lo GUrl.lo GUrlFile.lo GUrlString.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libsupport.a .libs/GException.o .libs/GTools.o .libs/GNodeArray.o .libs/GCsv.o .libs/GRan.o .libs/GUrl.o .libs/GUrlFile.o .libs/GUrlString.o
libtool: link: ranlib .libs/libsupport.a
libtool: link: ( cd ".libs" && rm -f "libsupport.la" && ln -s "../libsupport.la" "libsupport.la" )
Making all in linalg
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GVector.lo GVector.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GVector.cpp -fno-common -DPIC -o .libs/GVector.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GVector.cpp -o GVector.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GMatrixBase.lo GMatrixBase.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrixBase.cpp -fno-common -DPIC -o .libs/GMatrixBase.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrixBase.cpp -o GMatrixBase.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GMatrix.lo GMatrix.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrix.cpp -fno-common -DPIC -o .libs/GMatrix.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrix.cpp -o GMatrix.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GMatrixSparse.lo GMatrixSparse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrixSparse.cpp -fno-common -DPIC -o .libs/GMatrixSparse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrixSparse.cpp -o GMatrixSparse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GMatrixSymmetric.lo GMatrixSymmetric.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrixSymmetric.cpp -fno-common -DPIC -o .libs/GMatrixSymmetric.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMatrixSymmetric.cpp -o GMatrixSymmetric.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSparseSymbolic.lo GSparseSymbolic.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSparseSymbolic.cpp -fno-common -DPIC -o .libs/GSparseSymbolic.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSparseSymbolic.cpp -o GSparseSymbolic.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSparseNumeric.lo GSparseNumeric.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSparseNumeric.cpp -fno-common -DPIC -o .libs/GSparseNumeric.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSparseNumeric.cpp -o GSparseNumeric.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_linalg.lo GException_linalg.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_linalg.cpp -fno-common -DPIC -o .libs/GException_linalg.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_linalg.cpp -o GException_linalg.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o liblinalg.la GVector.lo GMatrixBase.lo GMatrix.lo GMatrixSparse.lo GMatrixSymmetric.lo GSparseSymbolic.lo GSparseNumeric.lo GException_linalg.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/liblinalg.a .libs/GVector.o .libs/GMatrixBase.o .libs/GMatrix.o .libs/GMatrixSparse.o .libs/GMatrixSymmetric.o .libs/GSparseSymbolic.o .libs/GSparseNumeric.o .libs/GException_linalg.o
libtool: link: ranlib .libs/liblinalg.a
libtool: link: ( cd ".libs" && rm -f "liblinalg.la" && ln -s "../liblinalg.la" "liblinalg.la" )
Making all in numerics
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GIntegral.lo GIntegral.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GIntegral.cpp -fno-common -DPIC -o .libs/GIntegral.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GIntegral.cpp -o GIntegral.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GDerivative.lo GDerivative.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GDerivative.cpp -fno-common -DPIC -o .libs/GDerivative.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GDerivative.cpp -o GDerivative.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFunction.lo GFunction.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFunction.cpp -fno-common -DPIC -o .libs/GFunction.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFunction.cpp -o GFunction.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GMath.lo GMath.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMath.cpp -fno-common -DPIC -o .libs/GMath.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GMath.cpp -o GMath.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_numerics.lo GException_numerics.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_numerics.cpp -fno-common -DPIC -o .libs/GException_numerics.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_numerics.cpp -o GException_numerics.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libnumerics.la GIntegral.lo GDerivative.lo GFunction.lo GMath.lo GException_numerics.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libnumerics.a .libs/GIntegral.o .libs/GDerivative.o .libs/GFunction.o .libs/GMath.o .libs/GException_numerics.o
libtool: link: ranlib .libs/libnumerics.a
libtool: link: ( cd ".libs" && rm -f "libnumerics.la" && ln -s "../libnumerics.la" "libnumerics.la" )
Making all in fits
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsHeaderCard.lo GFitsHeaderCard.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsHeaderCard.cpp -fno-common -DPIC -o .libs/GFitsHeaderCard.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsHeaderCard.cpp -o GFitsHeaderCard.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsHeader.lo GFitsHeader.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsHeader.cpp -fno-common -DPIC -o .libs/GFitsHeader.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsHeader.cpp -o GFitsHeader.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImage.lo GFitsImage.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImage.cpp -fno-common -DPIC -o .libs/GFitsImage.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImage.cpp -o GFitsImage.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageByte.lo GFitsImageByte.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageByte.cpp -fno-common -DPIC -o .libs/GFitsImageByte.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageByte.cpp -o GFitsImageByte.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageSByte.lo GFitsImageSByte.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageSByte.cpp -fno-common -DPIC -o .libs/GFitsImageSByte.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageSByte.cpp -o GFitsImageSByte.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageUShort.lo GFitsImageUShort.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageUShort.cpp -fno-common -DPIC -o .libs/GFitsImageUShort.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageUShort.cpp -o GFitsImageUShort.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageShort.lo GFitsImageShort.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageShort.cpp -fno-common -DPIC -o .libs/GFitsImageShort.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageShort.cpp -o GFitsImageShort.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageULong.lo GFitsImageULong.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageULong.cpp -fno-common -DPIC -o .libs/GFitsImageULong.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageULong.cpp -o GFitsImageULong.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageLong.lo GFitsImageLong.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageLong.cpp -fno-common -DPIC -o .libs/GFitsImageLong.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageLong.cpp -o GFitsImageLong.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageLongLong.lo GFitsImageLongLong.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageLongLong.cpp -fno-common -DPIC -o .libs/GFitsImageLongLong.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageLongLong.cpp -o GFitsImageLongLong.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageFloat.lo GFitsImageFloat.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageFloat.cpp -fno-common -DPIC -o .libs/GFitsImageFloat.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageFloat.cpp -o GFitsImageFloat.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsImageDouble.lo GFitsImageDouble.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageDouble.cpp -fno-common -DPIC -o .libs/GFitsImageDouble.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsImageDouble.cpp -o GFitsImageDouble.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTable.lo GFitsTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTable.cpp -fno-common -DPIC -o .libs/GFitsTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTable.cpp -o GFitsTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsAsciiTable.lo GFitsAsciiTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsAsciiTable.cpp -fno-common -DPIC -o .libs/GFitsAsciiTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsAsciiTable.cpp -o GFitsAsciiTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsBinTable.lo GFitsBinTable.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsBinTable.cpp -fno-common -DPIC -o .libs/GFitsBinTable.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsBinTable.cpp -o GFitsBinTable.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableCol.lo GFitsTableCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableCol.cpp -fno-common -DPIC -o .libs/GFitsTableCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableCol.cpp -o GFitsTableCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableBitCol.lo GFitsTableBitCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableBitCol.cpp -fno-common -DPIC -o .libs/GFitsTableBitCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableBitCol.cpp -o GFitsTableBitCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableBoolCol.lo GFitsTableBoolCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableBoolCol.cpp -fno-common -DPIC -o .libs/GFitsTableBoolCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableBoolCol.cpp -o GFitsTableBoolCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableByteCol.lo GFitsTableByteCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableByteCol.cpp -fno-common -DPIC -o .libs/GFitsTableByteCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableByteCol.cpp -o GFitsTableByteCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableStringCol.lo GFitsTableStringCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableStringCol.cpp -fno-common -DPIC -o .libs/GFitsTableStringCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableStringCol.cpp -o GFitsTableStringCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableUShortCol.lo GFitsTableUShortCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableUShortCol.cpp -fno-common -DPIC -o .libs/GFitsTableUShortCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableUShortCol.cpp -o GFitsTableUShortCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableShortCol.lo GFitsTableShortCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableShortCol.cpp -fno-common -DPIC -o .libs/GFitsTableShortCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableShortCol.cpp -o GFitsTableShortCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableULongCol.lo GFitsTableULongCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableULongCol.cpp -fno-common -DPIC -o .libs/GFitsTableULongCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableULongCol.cpp -o GFitsTableULongCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableLongCol.lo GFitsTableLongCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableLongCol.cpp -fno-common -DPIC -o .libs/GFitsTableLongCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableLongCol.cpp -o GFitsTableLongCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableLongLongCol.lo GFitsTableLongLongCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableLongLongCol.cpp -fno-common -DPIC -o .libs/GFitsTableLongLongCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableLongLongCol.cpp -o GFitsTableLongLongCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableFloatCol.lo GFitsTableFloatCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableFloatCol.cpp -fno-common -DPIC -o .libs/GFitsTableFloatCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableFloatCol.cpp -o GFitsTableFloatCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableDoubleCol.lo GFitsTableDoubleCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableDoubleCol.cpp -fno-common -DPIC -o .libs/GFitsTableDoubleCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableDoubleCol.cpp -o GFitsTableDoubleCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableCFloatCol.lo GFitsTableCFloatCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableCFloatCol.cpp -fno-common -DPIC -o .libs/GFitsTableCFloatCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableCFloatCol.cpp -o GFitsTableCFloatCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsTableCDoubleCol.lo GFitsTableCDoubleCol.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableCDoubleCol.cpp -fno-common -DPIC -o .libs/GFitsTableCDoubleCol.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsTableCDoubleCol.cpp -o GFitsTableCDoubleCol.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFitsHDU.lo GFitsHDU.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsHDU.cpp -fno-common -DPIC -o .libs/GFitsHDU.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFitsHDU.cpp -o GFitsHDU.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GFits.lo GFits.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFits.cpp -fno-common -DPIC -o .libs/GFits.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GFits.cpp -o GFits.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_fits.lo GException_fits.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_fits.cpp -fno-common -DPIC -o .libs/GException_fits.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_fits.cpp -o GException_fits.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libfits.la GFitsHeaderCard.lo GFitsHeader.lo GFitsImage.lo GFitsImageByte.lo GFitsImageSByte.lo GFitsImageUShort.lo GFitsImageShort.lo GFitsImageULong.lo GFitsImageLong.lo GFitsImageLongLong.lo GFitsImageFloat.lo GFitsImageDouble.lo GFitsTable.lo GFitsAsciiTable.lo GFitsBinTable.lo GFitsTableCol.lo GFitsTableBitCol.lo GFitsTableBoolCol.lo GFitsTableByteCol.lo GFitsTableStringCol.lo GFitsTableUShortCol.lo GFitsTableShortCol.lo GFitsTableULongCol.lo GFitsTableLongCol.lo GFitsTableLongLongCol.lo GFitsTableFloatCol.lo GFitsTableDoubleCol.lo GFitsTableCFloatCol.lo GFitsTableCDoubleCol.lo GFitsHDU.lo GFits.lo GException_fits.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libfits.a .libs/GFitsHeaderCard.o .libs/GFitsHeader.o .libs/GFitsImage.o .libs/GFitsImageByte.o .libs/GFitsImageSByte.o .libs/GFitsImageUShort.o .libs/GFitsImageShort.o .libs/GFitsImageULong.o .libs/GFitsImageLong.o .libs/GFitsImageLongLong.o .libs/GFitsImageFloat.o .libs/GFitsImageDouble.o .libs/GFitsTable.o .libs/GFitsAsciiTable.o .libs/GFitsBinTable.o .libs/GFitsTableCol.o .libs/GFitsTableBitCol.o .libs/GFitsTableBoolCol.o .libs/GFitsTableByteCol.o .libs/GFitsTableStringCol.o .libs/GFitsTableUShortCol.o .libs/GFitsTableShortCol.o .libs/GFitsTableULongCol.o .libs/GFitsTableLongCol.o .libs/GFitsTableLongLongCol.o .libs/GFitsTableFloatCol.o .libs/GFitsTableDoubleCol.o .libs/GFitsTableCFloatCol.o .libs/GFitsTableCDoubleCol.o .libs/GFitsHDU.o .libs/GFits.o .libs/GException_fits.o
libtool: link: ranlib .libs/libfits.a
libtool: link: ( cd ".libs" && rm -f "libfits.la" && ln -s "../libfits.la" "libfits.la" )
Making all in xml
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXml.lo GXml.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXml.cpp -fno-common -DPIC -o .libs/GXml.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXml.cpp -o GXml.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXmlNode.lo GXmlNode.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlNode.cpp -fno-common -DPIC -o .libs/GXmlNode.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlNode.cpp -o GXmlNode.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXmlDocument.lo GXmlDocument.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlDocument.cpp -fno-common -DPIC -o .libs/GXmlDocument.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlDocument.cpp -o GXmlDocument.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXmlText.lo GXmlText.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlText.cpp -fno-common -DPIC -o .libs/GXmlText.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlText.cpp -o GXmlText.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXmlElement.lo GXmlElement.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlElement.cpp -fno-common -DPIC -o .libs/GXmlElement.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlElement.cpp -o GXmlElement.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXmlComment.lo GXmlComment.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlComment.cpp -fno-common -DPIC -o .libs/GXmlComment.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlComment.cpp -o GXmlComment.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXmlAttribute.lo GXmlAttribute.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlAttribute.cpp -fno-common -DPIC -o .libs/GXmlAttribute.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlAttribute.cpp -o GXmlAttribute.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GXmlPI.lo GXmlPI.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlPI.cpp -fno-common -DPIC -o .libs/GXmlPI.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GXmlPI.cpp -o GXmlPI.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_xml.lo GException_xml.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_xml.cpp -fno-common -DPIC -o .libs/GException_xml.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_xml.cpp -o GException_xml.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libxml.la GXml.lo GXmlNode.lo GXmlDocument.lo GXmlText.lo GXmlElement.lo GXmlComment.lo GXmlAttribute.lo GXmlPI.lo GException_xml.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libxml.a .libs/GXml.o .libs/GXmlNode.o .libs/GXmlDocument.o .libs/GXmlText.o .libs/GXmlElement.o .libs/GXmlComment.o .libs/GXmlAttribute.o .libs/GXmlPI.o .libs/GException_xml.o
libtool: link: ranlib .libs/libxml.a
libtool: link: ( cd ".libs" && rm -f "libxml.la" && ln -s "../libxml.la" "libxml.la" )
Making all in vo
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GVOClient.lo GVOClient.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GVOClient.cpp -fno-common -DPIC -o .libs/GVOClient.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GVOClient.cpp -o GVOClient.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libvo.la GVOClient.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libvo.a .libs/GVOClient.o
libtool: link: ranlib .libs/libvo.a
libtool: link: ( cd ".libs" && rm -f "libvo.la" && ln -s "../libvo.la" "libvo.la" )
Making all in xspec
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GArf.lo GArf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GArf.cpp -fno-common -DPIC -o .libs/GArf.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GArf.cpp -o GArf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GPha.lo GPha.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GPha.cpp -fno-common -DPIC -o .libs/GPha.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GPha.cpp -o GPha.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GRmf.lo GRmf.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRmf.cpp -fno-common -DPIC -o .libs/GRmf.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRmf.cpp -o GRmf.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libxspec.la GArf.lo GPha.lo GRmf.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libxspec.a .libs/GArf.o .libs/GPha.o .libs/GRmf.o
libtool: link: ranlib .libs/libxspec.a
libtool: link: ( cd ".libs" && rm -f "libxspec.la" && ln -s "../libxspec.la" "libxspec.la" )
Making all in sky
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSkyDir.lo GSkyDir.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyDir.cpp -fno-common -DPIC -o .libs/GSkyDir.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyDir.cpp -o GSkyDir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GHorizDir.lo GHorizDir.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GHorizDir.cpp -fno-common -DPIC -o .libs/GHorizDir.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GHorizDir.cpp -o GHorizDir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSkyPixel.lo GSkyPixel.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyPixel.cpp -fno-common -DPIC -o .libs/GSkyPixel.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyPixel.cpp -o GSkyPixel.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSkymap.lo GSkymap.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkymap.cpp -fno-common -DPIC -o .libs/GSkymap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkymap.cpp -o GSkymap.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSkyRegions.lo GSkyRegions.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyRegions.cpp -fno-common -DPIC -o .libs/GSkyRegions.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyRegions.cpp -o GSkyRegions.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSkyRegion.lo GSkyRegion.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyRegion.cpp -fno-common -DPIC -o .libs/GSkyRegion.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyRegion.cpp -o GSkyRegion.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSkyRegionCircle.lo GSkyRegionCircle.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyRegionCircle.cpp -fno-common -DPIC -o .libs/GSkyRegionCircle.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyRegionCircle.cpp -o GSkyRegionCircle.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSkyProjection.lo GSkyProjection.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyProjection.cpp -fno-common -DPIC -o .libs/GSkyProjection.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSkyProjection.cpp -o GSkyProjection.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GHealpix.lo GHealpix.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GHealpix.cpp -fno-common -DPIC -o .libs/GHealpix.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GHealpix.cpp -o GHealpix.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcsRegistry.lo GWcsRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsRegistry.cpp -fno-common -DPIC -o .libs/GWcsRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsRegistry.cpp -o GWcsRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcs.lo GWcs.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcs.cpp -fno-common -DPIC -o .libs/GWcs.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcs.cpp -o GWcs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcsAIT.lo GWcsAIT.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsAIT.cpp -fno-common -DPIC -o .libs/GWcsAIT.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsAIT.cpp -o GWcsAIT.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcsAZP.lo GWcsAZP.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsAZP.cpp -fno-common -DPIC -o .libs/GWcsAZP.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsAZP.cpp -o GWcsAZP.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcsCAR.lo GWcsCAR.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsCAR.cpp -fno-common -DPIC -o .libs/GWcsCAR.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsCAR.cpp -o GWcsCAR.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcsMER.lo GWcsMER.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsMER.cpp -fno-common -DPIC -o .libs/GWcsMER.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsMER.cpp -o GWcsMER.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcsTAN.lo GWcsTAN.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsTAN.cpp -fno-common -DPIC -o .libs/GWcsTAN.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsTAN.cpp -o GWcsTAN.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GWcsSTG.lo GWcsSTG.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsSTG.cpp -fno-common -DPIC -o .libs/GWcsSTG.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GWcsSTG.cpp -o GWcsSTG.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_sky.lo GException_sky.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_sky.cpp -fno-common -DPIC -o .libs/GException_sky.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_sky.cpp -o GException_sky.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libsky.la GSkyDir.lo GHorizDir.lo GSkyPixel.lo GSkymap.lo GSkyRegions.lo GSkyRegion.lo GSkyRegionCircle.lo GSkyProjection.lo GHealpix.lo GWcsRegistry.lo GWcs.lo GWcsAIT.lo GWcsAZP.lo GWcsCAR.lo GWcsMER.lo GWcsTAN.lo GWcsSTG.lo GException_sky.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libsky.a .libs/GSkyDir.o .libs/GHorizDir.o .libs/GSkyPixel.o .libs/GSkymap.o .libs/GSkyRegions.o .libs/GSkyRegion.o .libs/GSkyRegionCircle.o .libs/GSkyProjection.o .libs/GHealpix.o .libs/GWcsRegistry.o .libs/GWcs.o .libs/GWcsAIT.o .libs/GWcsAZP.o .libs/GWcsCAR.o .libs/GWcsMER.o .libs/GWcsTAN.o .libs/GWcsSTG.o .libs/GException_sky.o
libtool: link: ranlib .libs/libsky.a
libtool: link: ( cd ".libs" && rm -f "libsky.la" && ln -s "../libsky.la" "libsky.la" )
Making all in opt
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GOptimizer.lo GOptimizer.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizer.cpp -fno-common -DPIC -o .libs/GOptimizer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizer.cpp -o GOptimizer.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GOptimizerLM.lo GOptimizerLM.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerLM.cpp -fno-common -DPIC -o .libs/GOptimizerLM.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerLM.cpp -o GOptimizerLM.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GOptimizerPar.lo GOptimizerPar.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerPar.cpp -fno-common -DPIC -o .libs/GOptimizerPar.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerPar.cpp -o GOptimizerPar.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GOptimizerPars.lo GOptimizerPars.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerPars.cpp -fno-common -DPIC -o .libs/GOptimizerPars.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerPars.cpp -o GOptimizerPars.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GOptimizerFunction.lo GOptimizerFunction.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerFunction.cpp -fno-common -DPIC -o .libs/GOptimizerFunction.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GOptimizerFunction.cpp -o GOptimizerFunction.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libopt.la GOptimizer.lo GOptimizerLM.lo GOptimizerPar.lo GOptimizerPars.lo GOptimizerFunction.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libopt.a .libs/GOptimizer.o .libs/GOptimizerLM.o .libs/GOptimizerPar.o .libs/GOptimizerPars.o .libs/GOptimizerFunction.o
libtool: link: ranlib .libs/libopt.a
libtool: link: ( cd ".libs" && rm -f "libopt.la" && ln -s "../libopt.la" "libopt.la" )
Making all in obs
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEnergies.lo GEnergies.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEnergies.cpp -fno-common -DPIC -o .libs/GEnergies.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEnergies.cpp -o GEnergies.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEnergy.lo GEnergy.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEnergy.cpp -fno-common -DPIC -o .libs/GEnergy.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEnergy.cpp -o GEnergy.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GTimes.lo GTimes.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTimes.cpp -fno-common -DPIC -o .libs/GTimes.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTimes.cpp -o GTimes.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GTime.lo GTime.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTime.cpp -fno-common -DPIC -o .libs/GTime.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTime.cpp -o GTime.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GTimeReference.lo GTimeReference.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTimeReference.cpp -fno-common -DPIC -o .libs/GTimeReference.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTimeReference.cpp -o GTimeReference.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GCaldb.lo GCaldb.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GCaldb.cpp -fno-common -DPIC -o .libs/GCaldb.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GCaldb.cpp -o GCaldb.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GObservations.lo GObservations.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservations.cpp -fno-common -DPIC -o .libs/GObservations.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservations.cpp -o GObservations.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GObservations_likelihood.lo GObservations_likelihood.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservations_likelihood.cpp -fno-common -DPIC -o .libs/GObservations_likelihood.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservations_likelihood.cpp -o GObservations_likelihood.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GObservation.lo GObservation.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservation.cpp -fno-common -DPIC -o .libs/GObservation.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservation.cpp -o GObservation.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GObservationRegistry.lo GObservationRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservationRegistry.cpp -fno-common -DPIC -o .libs/GObservationRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GObservationRegistry.cpp -o GObservationRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEvents.lo GEvents.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEvents.cpp -fno-common -DPIC -o .libs/GEvents.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEvents.cpp -o GEvents.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEventList.lo GEventList.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventList.cpp -fno-common -DPIC -o .libs/GEventList.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventList.cpp -o GEventList.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEventCube.lo GEventCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventCube.cpp -fno-common -DPIC -o .libs/GEventCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventCube.cpp -o GEventCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEvent.lo GEvent.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEvent.cpp -fno-common -DPIC -o .libs/GEvent.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEvent.cpp -o GEvent.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEventAtom.lo GEventAtom.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventAtom.cpp -fno-common -DPIC -o .libs/GEventAtom.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventAtom.cpp -o GEventAtom.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEventBin.lo GEventBin.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventBin.cpp -fno-common -DPIC -o .libs/GEventBin.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEventBin.cpp -o GEventBin.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GGti.lo GGti.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GGti.cpp -fno-common -DPIC -o .libs/GGti.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GGti.cpp -o GGti.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GRoi.lo GRoi.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRoi.cpp -fno-common -DPIC -o .libs/GRoi.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GRoi.cpp -o GRoi.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GEbounds.lo GEbounds.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEbounds.cpp -fno-common -DPIC -o .libs/GEbounds.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GEbounds.cpp -o GEbounds.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GResponse.lo GResponse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GResponse.cpp -fno-common -DPIC -o .libs/GResponse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GResponse.cpp -o GResponse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GInstDir.lo GInstDir.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GInstDir.cpp -fno-common -DPIC -o .libs/GInstDir.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GInstDir.cpp -o GInstDir.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GPhotons.lo GPhotons.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GPhotons.cpp -fno-common -DPIC -o .libs/GPhotons.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GPhotons.cpp -o GPhotons.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GPhoton.lo GPhoton.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GPhoton.cpp -fno-common -DPIC -o .libs/GPhoton.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GPhoton.cpp -o GPhoton.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GSource.lo GSource.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSource.cpp -fno-common -DPIC -o .libs/GSource.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GSource.cpp -o GSource.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_obs.lo GException_obs.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_obs.cpp -fno-common -DPIC -o .libs/GException_obs.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_obs.cpp -o GException_obs.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libobs.la GEnergies.lo GEnergy.lo GTimes.lo GTime.lo GTimeReference.lo GCaldb.lo GObservations.lo GObservations_likelihood.lo GObservation.lo GObservationRegistry.lo GEvents.lo GEventList.lo GEventCube.lo GEvent.lo GEventAtom.lo GEventBin.lo GGti.lo GRoi.lo GEbounds.lo GResponse.lo GInstDir.lo GPhotons.lo GPhoton.lo GSource.lo GException_obs.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libobs.a .libs/GEnergies.o .libs/GEnergy.o .libs/GTimes.o .libs/GTime.o .libs/GTimeReference.o .libs/GCaldb.o .libs/GObservations.o .libs/GObservations_likelihood.o .libs/GObservation.o .libs/GObservationRegistry.o .libs/GEvents.o .libs/GEventList.o .libs/GEventCube.o .libs/GEvent.o .libs/GEventAtom.o .libs/GEventBin.o .libs/GGti.o .libs/GRoi.o .libs/GEbounds.o .libs/GResponse.o .libs/GInstDir.o .libs/GPhotons.o .libs/GPhoton.o .libs/GSource.o .libs/GException_obs.o
libtool: link: ranlib .libs/libobs.a
libtool: link: ( cd ".libs" && rm -f "libobs.la" && ln -s "../libobs.la" "libobs.la" )
Making all in model
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelPar.lo GModelPar.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelPar.cpp -fno-common -DPIC -o .libs/GModelPar.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelPar.cpp -o GModelPar.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModels.lo GModels.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModels.cpp -fno-common -DPIC -o .libs/GModels.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModels.cpp -o GModels.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModel.lo GModel.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModel.cpp -fno-common -DPIC -o .libs/GModel.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModel.cpp -o GModel.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelRegistry.lo GModelRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelRegistry.cpp -fno-common -DPIC -o .libs/GModelRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelRegistry.cpp -o GModelRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSky.lo GModelSky.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSky.cpp -fno-common -DPIC -o .libs/GModelSky.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSky.cpp -o GModelSky.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelData.lo GModelData.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelData.cpp -fno-common -DPIC -o .libs/GModelData.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelData.cpp -o GModelData.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatial.lo GModelSpatial.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatial.cpp -fno-common -DPIC -o .libs/GModelSpatial.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatial.cpp -o GModelSpatial.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialRegistry.lo GModelSpatialRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRegistry.cpp -fno-common -DPIC -o .libs/GModelSpatialRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRegistry.cpp -o GModelSpatialRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialPointSource.lo GModelSpatialPointSource.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialPointSource.cpp -fno-common -DPIC -o .libs/GModelSpatialPointSource.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialPointSource.cpp -o GModelSpatialPointSource.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialRadial.lo GModelSpatialRadial.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadial.cpp -fno-common -DPIC -o .libs/GModelSpatialRadial.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadial.cpp -o GModelSpatialRadial.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialRadialDisk.lo GModelSpatialRadialDisk.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadialDisk.cpp -fno-common -DPIC -o .libs/GModelSpatialRadialDisk.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadialDisk.cpp -o GModelSpatialRadialDisk.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialRadialGauss.lo GModelSpatialRadialGauss.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadialGauss.cpp -fno-common -DPIC -o .libs/GModelSpatialRadialGauss.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadialGauss.cpp -o GModelSpatialRadialGauss.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialRadialShell.lo GModelSpatialRadialShell.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadialShell.cpp -fno-common -DPIC -o .libs/GModelSpatialRadialShell.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialRadialShell.cpp -o GModelSpatialRadialShell.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialElliptical.lo GModelSpatialElliptical.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialElliptical.cpp -fno-common -DPIC -o .libs/GModelSpatialElliptical.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialElliptical.cpp -o GModelSpatialElliptical.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialEllipticalDisk.lo GModelSpatialEllipticalDisk.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialEllipticalDisk.cpp -fno-common -DPIC -o .libs/GModelSpatialEllipticalDisk.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialEllipticalDisk.cpp -o GModelSpatialEllipticalDisk.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialDiffuse.lo GModelSpatialDiffuse.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuse.cpp -fno-common -DPIC -o .libs/GModelSpatialDiffuse.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuse.cpp -o GModelSpatialDiffuse.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialDiffuseConst.lo GModelSpatialDiffuseConst.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuseConst.cpp -fno-common -DPIC -o .libs/GModelSpatialDiffuseConst.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuseConst.cpp -o GModelSpatialDiffuseConst.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialDiffuseCube.lo GModelSpatialDiffuseCube.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuseCube.cpp -fno-common -DPIC -o .libs/GModelSpatialDiffuseCube.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuseCube.cpp -o GModelSpatialDiffuseCube.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpatialDiffuseMap.lo GModelSpatialDiffuseMap.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuseMap.cpp -fno-common -DPIC -o .libs/GModelSpatialDiffuseMap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpatialDiffuseMap.cpp -o GModelSpatialDiffuseMap.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectral.lo GModelSpectral.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectral.cpp -fno-common -DPIC -o .libs/GModelSpectral.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectral.cpp -o GModelSpectral.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralRegistry.lo GModelSpectralRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralRegistry.cpp -fno-common -DPIC -o .libs/GModelSpectralRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralRegistry.cpp -o GModelSpectralRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralBrokenPlaw.lo GModelSpectralBrokenPlaw.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralBrokenPlaw.cpp -fno-common -DPIC -o .libs/GModelSpectralBrokenPlaw.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralBrokenPlaw.cpp -o GModelSpectralBrokenPlaw.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralConst.lo GModelSpectralConst.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralConst.cpp -fno-common -DPIC -o .libs/GModelSpectralConst.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralConst.cpp -o GModelSpectralConst.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralExpPlaw.lo GModelSpectralExpPlaw.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralExpPlaw.cpp -fno-common -DPIC -o .libs/GModelSpectralExpPlaw.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralExpPlaw.cpp -o GModelSpectralExpPlaw.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralSuperExpPlaw.lo GModelSpectralSuperExpPlaw.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralSuperExpPlaw.cpp -fno-common -DPIC -o .libs/GModelSpectralSuperExpPlaw.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralSuperExpPlaw.cpp -o GModelSpectralSuperExpPlaw.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralFunc.lo GModelSpectralFunc.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralFunc.cpp -fno-common -DPIC -o .libs/GModelSpectralFunc.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralFunc.cpp -o GModelSpectralFunc.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralGauss.lo GModelSpectralGauss.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralGauss.cpp -fno-common -DPIC -o .libs/GModelSpectralGauss.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralGauss.cpp -o GModelSpectralGauss.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralLogParabola.lo GModelSpectralLogParabola.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralLogParabola.cpp -fno-common -DPIC -o .libs/GModelSpectralLogParabola.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralLogParabola.cpp -o GModelSpectralLogParabola.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralNodes.lo GModelSpectralNodes.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralNodes.cpp -fno-common -DPIC -o .libs/GModelSpectralNodes.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralNodes.cpp -o GModelSpectralNodes.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralPlaw.lo GModelSpectralPlaw.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralPlaw.cpp -fno-common -DPIC -o .libs/GModelSpectralPlaw.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralPlaw.cpp -o GModelSpectralPlaw.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelSpectralPlaw2.lo GModelSpectralPlaw2.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralPlaw2.cpp -fno-common -DPIC -o .libs/GModelSpectralPlaw2.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelSpectralPlaw2.cpp -o GModelSpectralPlaw2.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelTemporal.lo GModelTemporal.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelTemporal.cpp -fno-common -DPIC -o .libs/GModelTemporal.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelTemporal.cpp -o GModelTemporal.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelTemporalRegistry.lo GModelTemporalRegistry.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelTemporalRegistry.cpp -fno-common -DPIC -o .libs/GModelTemporalRegistry.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelTemporalRegistry.cpp -o GModelTemporalRegistry.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GModelTemporalConst.lo GModelTemporalConst.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelTemporalConst.cpp -fno-common -DPIC -o .libs/GModelTemporalConst.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GModelTemporalConst.cpp -o GModelTemporalConst.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_model.lo GException_model.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_model.cpp -fno-common -DPIC -o .libs/GException_model.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_model.cpp -o GException_model.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libmodel.la GModelPar.lo GModels.lo GModel.lo GModelRegistry.lo GModelSky.lo GModelData.lo GModelSpatial.lo GModelSpatialRegistry.lo GModelSpatialPointSource.lo GModelSpatialRadial.lo GModelSpatialRadialDisk.lo GModelSpatialRadialGauss.lo GModelSpatialRadialShell.lo GModelSpatialElliptical.lo GModelSpatialEllipticalDisk.lo GModelSpatialDiffuse.lo GModelSpatialDiffuseConst.lo GModelSpatialDiffuseCube.lo GModelSpatialDiffuseMap.lo GModelSpectral.lo GModelSpectralRegistry.lo GModelSpectralBrokenPlaw.lo GModelSpectralConst.lo GModelSpectralExpPlaw.lo GModelSpectralSuperExpPlaw.lo GModelSpectralFunc.lo GModelSpectralGauss.lo GModelSpectralLogParabola.lo GModelSpectralNodes.lo GModelSpectralPlaw.lo GModelSpectralPlaw2.lo GModelTemporal.lo GModelTemporalRegistry.lo GModelTemporalConst.lo GException_model.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libmodel.a .libs/GModelPar.o .libs/GModels.o .libs/GModel.o .libs/GModelRegistry.o .libs/GModelSky.o .libs/GModelData.o .libs/GModelSpatial.o .libs/GModelSpatialRegistry.o .libs/GModelSpatialPointSource.o .libs/GModelSpatialRadial.o .libs/GModelSpatialRadialDisk.o .libs/GModelSpatialRadialGauss.o .libs/GModelSpatialRadialShell.o .libs/GModelSpatialElliptical.o .libs/GModelSpatialEllipticalDisk.o .libs/GModelSpatialDiffuse.o .libs/GModelSpatialDiffuseConst.o .libs/GModelSpatialDiffuseCube.o .libs/GModelSpatialDiffuseMap.o .libs/GModelSpectral.o .libs/GModelSpectralRegistry.o .libs/GModelSpectralBrokenPlaw.o .libs/GModelSpectralConst.o .libs/GModelSpectralExpPlaw.o .libs/GModelSpectralSuperExpPlaw.o .libs/GModelSpectralFunc.o .libs/GModelSpectralGauss.o .libs/GModelSpectralLogParabola.o .libs/GModelSpectralNodes.o .libs/GModelSpectralPlaw.o .libs/GModelSpectralPlaw2.o .libs/GModelTemporal.o .libs/GModelTemporalRegistry.o .libs/GModelTemporalConst.o .libs/GException_model.o
libtool: link: ranlib .libs/libmodel.a
libtool: link: ( cd ".libs" && rm -f "libmodel.la" && ln -s "../libmodel.la" "libmodel.la" )
Making all in app
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GApplication.lo GApplication.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GApplication.cpp -fno-common -DPIC -o .libs/GApplication.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GApplication.cpp -o GApplication.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GLog.lo GLog.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GLog.cpp -fno-common -DPIC -o .libs/GLog.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GLog.cpp -o GLog.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GApplicationPars.lo GApplicationPars.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GApplicationPars.cpp -fno-common -DPIC -o .libs/GApplicationPars.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GApplicationPars.cpp -o GApplicationPars.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GApplicationPar.lo GApplicationPar.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GApplicationPar.cpp -fno-common -DPIC -o .libs/GApplicationPar.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GApplicationPar.cpp -o GApplicationPar.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_app.lo GException_app.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_app.cpp -fno-common -DPIC -o .libs/GException_app.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src/support -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_app.cpp -o GException_app.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libapp.la GApplication.lo GLog.lo GApplicationPars.lo GApplicationPar.lo GException_app.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libapp.a .libs/GApplication.o .libs/GLog.o .libs/GApplicationPars.o .libs/GApplicationPar.o .libs/GException_app.o
libtool: link: ranlib .libs/libapp.a
libtool: link: ( cd ".libs" && rm -f "libapp.la" && ln -s "../libapp.la" "libapp.la" )
Making all in test
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GTestCase.lo GTestCase.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTestCase.cpp -fno-common -DPIC -o .libs/GTestCase.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTestCase.cpp -o GTestCase.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GTestSuite.lo GTestSuite.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTestSuite.cpp -fno-common -DPIC -o .libs/GTestSuite.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTestSuite.cpp -o GTestSuite.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GTestSuites.lo GTestSuites.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTestSuites.cpp -fno-common -DPIC -o .libs/GTestSuites.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GTestSuites.cpp -o GTestSuites.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c -o GException_test.lo GException_test.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_test.cpp -fno-common -DPIC -o .libs/GException_test.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../src -I../../src -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -g -O2 -fopenmp -c GException_test.cpp -o GException_test.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CXX --mode=link g++ -g -O2 -fopenmp -version-info 0:0:0 -L/opt/local/lib -o libtest.la GTestCase.lo GTestSuite.lo GTestSuites.lo GException_test.lo -lreadline -lncurses -lcfitsio -lm
libtool: link: warning: `-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cru .libs/libtest.a .libs/GTestCase.o .libs/GTestSuite.o .libs/GTestSuites.o .libs/GException_test.o
libtool: link: ranlib .libs/libtest.a
libtool: link: ( cd ".libs" && rm -f "libtest.la" && ln -s "../libtest.la" "libtest.la" )
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 0:0:0 -L/opt/local/lib -o libgamma.la -rpath /usr/local/gamma/lib base/libbase.la support/libsupport.la linalg/liblinalg.la numerics/libnumerics.la fits/libfits.la xml/libxml.la vo/libvo.la xspec/libxspec.la sky/libsky.la opt/libopt.la obs/libobs.la model/libmodel.la app/libapp.la test/libtest.la ../inst/mwl/libmwl.la ../inst/cta/libcta.la ../inst/lat/liblat.la ../inst/com/libcom.la -lreadline -lncurses -lcfitsio -lm
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libgamma.0.dylib -Wl,-force_load,base/.libs/libbase.a -Wl,-force_load,support/.libs/libsupport.a -Wl,-force_load,linalg/.libs/liblinalg.a -Wl,-force_load,numerics/.libs/libnumerics.a -Wl,-force_load,fits/.libs/libfits.a -Wl,-force_load,xml/.libs/libxml.a -Wl,-force_load,vo/.libs/libvo.a -Wl,-force_load,xspec/.libs/libxspec.a -Wl,-force_load,sky/.libs/libsky.a -Wl,-force_load,opt/.libs/libopt.a -Wl,-force_load,obs/.libs/libobs.a -Wl,-force_load,model/.libs/libmodel.a -Wl,-force_load,app/.libs/libapp.a -Wl,-force_load,test/.libs/libtest.a -Wl,-force_load,../inst/mwl/.libs/libmwl.a -Wl,-force_load,../inst/cta/.libs/libcta.a -Wl,-force_load,../inst/lat/.libs/liblat.a -Wl,-force_load,../inst/com/.libs/libcom.a -L/opt/local/lib -lreadline -lncurses -lcfitsio -lm -O2 -fopenmp -install_name /usr/local/gamma/lib/libgamma.0.dylib -compatibility_version 1 -current_version 1.0 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libgamma.dylib" && ln -s "libgamma.0.dylib" "libgamma.dylib")
libtool: link: (cd .libs/libgamma.lax/libbase.a && ar x "/tmp/gammalib/src/base/.libs/libbase.a")
libtool: link: (cd .libs/libgamma.lax/libsupport.a && ar x "/tmp/gammalib/src/support/.libs/libsupport.a")
libtool: link: (cd .libs/libgamma.lax/liblinalg.a && ar x "/tmp/gammalib/src/linalg/.libs/liblinalg.a")
libtool: link: (cd .libs/libgamma.lax/libnumerics.a && ar x "/tmp/gammalib/src/numerics/.libs/libnumerics.a")
libtool: link: (cd .libs/libgamma.lax/libfits.a && ar x "/tmp/gammalib/src/fits/.libs/libfits.a")
libtool: link: (cd .libs/libgamma.lax/libxml.a && ar x "/tmp/gammalib/src/xml/.libs/libxml.a")
libtool: link: (cd .libs/libgamma.lax/libvo.a && ar x "/tmp/gammalib/src/vo/.libs/libvo.a")
libtool: link: (cd .libs/libgamma.lax/libxspec.a && ar x "/tmp/gammalib/src/xspec/.libs/libxspec.a")
libtool: link: (cd .libs/libgamma.lax/libsky.a && ar x "/tmp/gammalib/src/sky/.libs/libsky.a")
libtool: link: (cd .libs/libgamma.lax/libopt.a && ar x "/tmp/gammalib/src/opt/.libs/libopt.a")
libtool: link: (cd .libs/libgamma.lax/libobs.a && ar x "/tmp/gammalib/src/obs/.libs/libobs.a")
libtool: link: (cd .libs/libgamma.lax/libmodel.a && ar x "/tmp/gammalib/src/model/.libs/libmodel.a")
libtool: link: (cd .libs/libgamma.lax/libapp.a && ar x "/tmp/gammalib/src/app/.libs/libapp.a")
libtool: link: (cd .libs/libgamma.lax/libtest.a && ar x "/tmp/gammalib/src/test/.libs/libtest.a")
libtool: link: (cd .libs/libgamma.lax/libmwl.a && ar x "/tmp/gammalib/src/../inst/mwl/.libs/libmwl.a")
libtool: link: (cd .libs/libgamma.lax/libcta.a && ar x "/tmp/gammalib/src/../inst/cta/.libs/libcta.a")
libtool: link: (cd .libs/libgamma.lax/liblat.a && ar x "/tmp/gammalib/src/../inst/lat/.libs/liblat.a")
libtool: link: (cd .libs/libgamma.lax/libcom.a && ar x "/tmp/gammalib/src/../inst/com/.libs/libcom.a")
libtool: link: ar cru .libs/libgamma.a .libs/libgamma.lax/libbase.a/GBase.o .libs/libgamma.lax/libbase.a/GRegistry.o .libs/libgamma.lax/libsupport.a/GCsv.o .libs/libgamma.lax/libsupport.a/GException.o .libs/libgamma.lax/libsupport.a/GNodeArray.o .libs/libgamma.lax/libsupport.a/GRan.o .libs/libgamma.lax/libsupport.a/GTools.o .libs/libgamma.lax/libsupport.a/GUrl.o .libs/libgamma.lax/libsupport.a/GUrlFile.o .libs/libgamma.lax/libsupport.a/GUrlString.o .libs/libgamma.lax/liblinalg.a/GException_linalg.o .libs/libgamma.lax/liblinalg.a/GMatrix.o .libs/libgamma.lax/liblinalg.a/GMatrixBase.o .libs/libgamma.lax/liblinalg.a/GMatrixSparse.o .libs/libgamma.lax/liblinalg.a/GMatrixSymmetric.o .libs/libgamma.lax/liblinalg.a/GSparseNumeric.o .libs/libgamma.lax/liblinalg.a/GSparseSymbolic.o .libs/libgamma.lax/liblinalg.a/GVector.o .libs/libgamma.lax/libnumerics.a/GDerivative.o .libs/libgamma.lax/libnumerics.a/GException_numerics.o .libs/libgamma.lax/libnumerics.a/GFunction.o .libs/libgamma.lax/libnumerics.a/GIntegral.o .libs/libgamma.lax/libnumerics.a/GMath.o .libs/libgamma.lax/libfits.a/GException_fits.o .libs/libgamma.lax/libfits.a/GFits.o .libs/libgamma.lax/libfits.a/GFitsAsciiTable.o .libs/libgamma.lax/libfits.a/GFitsBinTable.o .libs/libgamma.lax/libfits.a/GFitsHDU.o .libs/libgamma.lax/libfits.a/GFitsHeader.o .libs/libgamma.lax/libfits.a/GFitsHeaderCard.o .libs/libgamma.lax/libfits.a/GFitsImage.o .libs/libgamma.lax/libfits.a/GFitsImageByte.o .libs/libgamma.lax/libfits.a/GFitsImageDouble.o .libs/libgamma.lax/libfits.a/GFitsImageFloat.o .libs/libgamma.lax/libfits.a/GFitsImageLong.o .libs/libgamma.lax/libfits.a/GFitsImageLongLong.o .libs/libgamma.lax/libfits.a/GFitsImageSByte.o .libs/libgamma.lax/libfits.a/GFitsImageShort.o .libs/libgamma.lax/libfits.a/GFitsImageULong.o .libs/libgamma.lax/libfits.a/GFitsImageUShort.o .libs/libgamma.lax/libfits.a/GFitsTable.o .libs/libgamma.lax/libfits.a/GFitsTableBitCol.o .libs/libgamma.lax/libfits.a/GFitsTableBoolCol.o .libs/libgamma.lax/libfits.a/GFitsTableByteCol.o .libs/libgamma.lax/libfits.a/GFitsTableCDoubleCol.o .libs/libgamma.lax/libfits.a/GFitsTableCFloatCol.o .libs/libgamma.lax/libfits.a/GFitsTableCol.o .libs/libgamma.lax/libfits.a/GFitsTableDoubleCol.o .libs/libgamma.lax/libfits.a/GFitsTableFloatCol.o .libs/libgamma.lax/libfits.a/GFitsTableLongCol.o .libs/libgamma.lax/libfits.a/GFitsTableLongLongCol.o .libs/libgamma.lax/libfits.a/GFitsTableShortCol.o .libs/libgamma.lax/libfits.a/GFitsTableStringCol.o .libs/libgamma.lax/libfits.a/GFitsTableULongCol.o .libs/libgamma.lax/libfits.a/GFitsTableUShortCol.o .libs/libgamma.lax/libxml.a/GException_xml.o .libs/libgamma.lax/libxml.a/GXml.o .libs/libgamma.lax/libxml.a/GXmlAttribute.o .libs/libgamma.lax/libxml.a/GXmlComment.o .libs/libgamma.lax/libxml.a/GXmlDocument.o .libs/libgamma.lax/libxml.a/GXmlElement.o .libs/libgamma.lax/libxml.a/GXmlNode.o .libs/libgamma.lax/libxml.a/GXmlPI.o .libs/libgamma.lax/libxml.a/GXmlText.o .libs/libgamma.lax/libvo.a/GVOClient.o .libs/libgamma.lax/libxspec.a/GArf.o .libs/libgamma.lax/libxspec.a/GPha.o .libs/libgamma.lax/libxspec.a/GRmf.o .libs/libgamma.lax/libsky.a/GException_sky.o .libs/libgamma.lax/libsky.a/GHealpix.o .libs/libgamma.lax/libsky.a/GHorizDir.o .libs/libgamma.lax/libsky.a/GSkyDir.o .libs/libgamma.lax/libsky.a/GSkyPixel.o .libs/libgamma.lax/libsky.a/GSkyProjection.o .libs/libgamma.lax/libsky.a/GSkyRegion.o .libs/libgamma.lax/libsky.a/GSkyRegionCircle.o .libs/libgamma.lax/libsky.a/GSkyRegions.o .libs/libgamma.lax/libsky.a/GSkymap.o .libs/libgamma.lax/libsky.a/GWcs.o .libs/libgamma.lax/libsky.a/GWcsAIT.o .libs/libgamma.lax/libsky.a/GWcsAZP.o .libs/libgamma.lax/libsky.a/GWcsCAR.o .libs/libgamma.lax/libsky.a/GWcsMER.o .libs/libgamma.lax/libsky.a/GWcsRegistry.o .libs/libgamma.lax/libsky.a/GWcsSTG.o .libs/libgamma.lax/libsky.a/GWcsTAN.o .libs/libgamma.lax/libopt.a/GOptimizer.o .libs/libgamma.lax/libopt.a/GOptimizerFunction.o .libs/libgamma.lax/libopt.a/GOptimizerLM.o .libs/libgamma.lax/libopt.a/GOptimizerPar.o .libs/libgamma.lax/libopt.a/GOptimizerPars.o .libs/libgamma.lax/libobs.a/GCaldb.o .libs/libgamma.lax/libobs.a/GEbounds.o .libs/libgamma.lax/libobs.a/GEnergies.o .libs/libgamma.lax/libobs.a/GEnergy.o .libs/libgamma.lax/libobs.a/GEvent.o .libs/libgamma.lax/libobs.a/GEventAtom.o .libs/libgamma.lax/libobs.a/GEventBin.o .libs/libgamma.lax/libobs.a/GEventCube.o .libs/libgamma.lax/libobs.a/GEventList.o .libs/libgamma.lax/libobs.a/GEvents.o .libs/libgamma.lax/libobs.a/GException_obs.o .libs/libgamma.lax/libobs.a/GGti.o .libs/libgamma.lax/libobs.a/GInstDir.o .libs/libgamma.lax/libobs.a/GObservation.o .libs/libgamma.lax/libobs.a/GObservationRegistry.o .libs/libgamma.lax/libobs.a/GObservations.o .libs/libgamma.lax/libobs.a/GObservations_likelihood.o .libs/libgamma.lax/libobs.a/GPhoton.o .libs/libgamma.lax/libobs.a/GPhotons.o .libs/libgamma.lax/libobs.a/GResponse.o .libs/libgamma.lax/libobs.a/GRoi.o .libs/libgamma.lax/libobs.a/GSource.o .libs/libgamma.lax/libobs.a/GTime.o .libs/libgamma.lax/libobs.a/GTimeReference.o .libs/libgamma.lax/libobs.a/GTimes.o .libs/libgamma.lax/libmodel.a/GException_model.o .libs/libgamma.lax/libmodel.a/GModel.o .libs/libgamma.lax/libmodel.a/GModelData.o .libs/libgamma.lax/libmodel.a/GModelPar.o .libs/libgamma.lax/libmodel.a/GModelRegistry.o .libs/libgamma.lax/libmodel.a/GModelSky.o .libs/libgamma.lax/libmodel.a/GModelSpatial.o .libs/libgamma.lax/libmodel.a/GModelSpatialDiffuse.o .libs/libgamma.lax/libmodel.a/GModelSpatialDiffuseConst.o .libs/libgamma.lax/libmodel.a/GModelSpatialDiffuseCube.o .libs/libgamma.lax/libmodel.a/GModelSpatialDiffuseMap.o .libs/libgamma.lax/libmodel.a/GModelSpatialElliptical.o .libs/libgamma.lax/libmodel.a/GModelSpatialEllipticalDisk.o .libs/libgamma.lax/libmodel.a/GModelSpatialPointSource.o .libs/libgamma.lax/libmodel.a/GModelSpatialRadial.o .libs/libgamma.lax/libmodel.a/GModelSpatialRadialDisk.o .libs/libgamma.lax/libmodel.a/GModelSpatialRadialGauss.o .libs/libgamma.lax/libmodel.a/GModelSpatialRadialShell.o .libs/libgamma.lax/libmodel.a/GModelSpatialRegistry.o .libs/libgamma.lax/libmodel.a/GModelSpectral.o .libs/libgamma.lax/libmodel.a/GModelSpectralBrokenPlaw.o .libs/libgamma.lax/libmodel.a/GModelSpectralConst.o .libs/libgamma.lax/libmodel.a/GModelSpectralExpPlaw.o .libs/libgamma.lax/libmodel.a/GModelSpectralFunc.o .libs/libgamma.lax/libmodel.a/GModelSpectralGauss.o .libs/libgamma.lax/libmodel.a/GModelSpectralLogParabola.o .libs/libgamma.lax/libmodel.a/GModelSpectralNodes.o .libs/libgamma.lax/libmodel.a/GModelSpectralPlaw.o .libs/libgamma.lax/libmodel.a/GModelSpectralPlaw2.o .libs/libgamma.lax/libmodel.a/GModelSpectralRegistry.o .libs/libgamma.lax/libmodel.a/GModelSpectralSuperExpPlaw.o .libs/libgamma.lax/libmodel.a/GModelTemporal.o .libs/libgamma.lax/libmodel.a/GModelTemporalConst.o .libs/libgamma.lax/libmodel.a/GModelTemporalRegistry.o .libs/libgamma.lax/libmodel.a/GModels.o .libs/libgamma.lax/libapp.a/GApplication.o .libs/libgamma.lax/libapp.a/GApplicationPar.o .libs/libgamma.lax/libapp.a/GApplicationPars.o .libs/libgamma.lax/libapp.a/GException_app.o .libs/libgamma.lax/libapp.a/GLog.o .libs/libgamma.lax/libtest.a/GException_test.o .libs/libgamma.lax/libtest.a/GTestCase.o .libs/libgamma.lax/libtest.a/GTestSuite.o .libs/libgamma.lax/libtest.a/GTestSuites.o .libs/libgamma.lax/libmwl.a/GMWLDatum.o .libs/libgamma.lax/libmwl.a/GMWLException.o .libs/libgamma.lax/libmwl.a/GMWLInstDir.o .libs/libgamma.lax/libmwl.a/GMWLObservation.o .libs/libgamma.lax/libmwl.a/GMWLResponse.o .libs/libgamma.lax/libmwl.a/GMWLSpectrum.o .libs/libgamma.lax/libcta.a/GCTAAeff.o .libs/libgamma.lax/libcta.a/GCTAAeff2D.o .libs/libgamma.lax/libcta.a/GCTAAeffArf.o .libs/libgamma.lax/libcta.a/GCTAAeffPerfTable.o .libs/libgamma.lax/libcta.a/GCTABackground.o .libs/libgamma.lax/libcta.a/GCTABackground3D.o .libs/libgamma.lax/libcta.a/GCTABackgroundPerfTable.o .libs/libgamma.lax/libcta.a/GCTAEdisp.o .libs/libgamma.lax/libcta.a/GCTAEdispPerfTable.o .libs/libgamma.lax/libcta.a/GCTAEdispRmf.o .libs/libgamma.lax/libcta.a/GCTAEventAtom.o .libs/libgamma.lax/libcta.a/GCTAEventBin.o .libs/libgamma.lax/libcta.a/GCTAEventCube.o .libs/libgamma.lax/libcta.a/GCTAEventList.o .libs/libgamma.lax/libcta.a/GCTAException.o .libs/libgamma.lax/libcta.a/GCTAExposure.o .libs/libgamma.lax/libcta.a/GCTAInstDir.o .libs/libgamma.lax/libcta.a/GCTAMeanPsf.o .libs/libgamma.lax/libcta.a/GCTAModelCubeBackground.o .libs/libgamma.lax/libcta.a/GCTAModelIrfBackground.o .libs/libgamma.lax/libcta.a/GCTAModelRadial.o .libs/libgamma.lax/libcta.a/GCTAModelRadialAcceptance.o .libs/libgamma.lax/libcta.a/GCTAModelRadialGauss.o .libs/libgamma.lax/libcta.a/GCTAModelRadialPolynom.o .libs/libgamma.lax/libcta.a/GCTAModelRadialProfile.o .libs/libgamma.lax/libcta.a/GCTAModelRadialRegistry.o .libs/libgamma.lax/libcta.a/GCTAObservation.o .libs/libgamma.lax/libcta.a/GCTAOnOffObservation.o .libs/libgamma.lax/libcta.a/GCTAOnOffObservations.o .libs/libgamma.lax/libcta.a/GCTAPointing.o .libs/libgamma.lax/libcta.a/GCTAPsf.o .libs/libgamma.lax/libcta.a/GCTAPsf2D.o .libs/libgamma.lax/libcta.a/GCTAPsfKing.o .libs/libgamma.lax/libcta.a/GCTAPsfPerfTable.o .libs/libgamma.lax/libcta.a/GCTAPsfVector.o .libs/libgamma.lax/libcta.a/GCTAResponse.o .libs/libgamma.lax/libcta.a/GCTAResponseCube.o .libs/libgamma.lax/libcta.a/GCTAResponseIrf.o .libs/libgamma.lax/libcta.a/GCTAResponseTable.o .libs/libgamma.lax/libcta.a/GCTAResponse_helpers.o .libs/libgamma.lax/libcta.a/GCTARoi.o .libs/libgamma.lax/libcta.a/GCTASourceCube.o .libs/libgamma.lax/libcta.a/GCTASourceCubeDiffuse.o .libs/libgamma.lax/libcta.a/GCTASourceCubePointSource.o .libs/libgamma.lax/libcta.a/GCTASupport.o .libs/libgamma.lax/liblat.a/GLATAeff.o .libs/libgamma.lax/liblat.a/GLATEdisp.o .libs/libgamma.lax/liblat.a/GLATEfficiency.o .libs/libgamma.lax/liblat.a/GLATEventAtom.o .libs/libgamma.lax/liblat.a/GLATEventBin.o .libs/libgamma.lax/liblat.a/GLATEventCube.o .libs/libgamma.lax/liblat.a/GLATEventList.o .libs/libgamma.lax/liblat.a/GLATException.o .libs/libgamma.lax/liblat.a/GLATInstDir.o .libs/libgamma.lax/liblat.a/GLATLtCube.o .libs/libgamma.lax/liblat.a/GLATLtCubeMap.o .libs/libgamma.lax/liblat.a/GLATMeanPsf.o .libs/libgamma.lax/liblat.a/GLATObservation.o .libs/libgamma.lax/liblat.a/GLATPsf.o .libs/libgamma.lax/liblat.a/GLATPsfBase.o .libs/libgamma.lax/liblat.a/GLATPsfV1.o .libs/libgamma.lax/liblat.a/GLATPsfV3.o .libs/libgamma.lax/liblat.a/GLATResponse.o .libs/libgamma.lax/liblat.a/GLATResponseTable.o .libs/libgamma.lax/liblat.a/GLATRoi.o .libs/libgamma.lax/libcom.a/GCOMEventBin.o .libs/libgamma.lax/libcom.a/GCOMEventCube.o .libs/libgamma.lax/libcom.a/GCOMException.o .libs/libgamma.lax/libcom.a/GCOMInstDir.o .libs/libgamma.lax/libcom.a/GCOMModelDRBFitting.o .libs/libgamma.lax/libcom.a/GCOMObservation.o .libs/libgamma.lax/libcom.a/GCOMResponse.o .libs/libgamma.lax/libcom.a/GCOMSupport.o
libtool: link: ranlib .libs/libgamma.a
libtool: link: rm -fr .libs/libgamma.lax
libtool: link: ( cd ".libs" && rm -f "libgamma.la" && ln -s "../libgamma.la" "libgamma.la" )
Making all in pyext
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/app.Tpi" -o gammalib/app_wrap.cpp -outdir gammalib gammalib/app.i; \
then mv -f "gammalib/app.Tpi" "gammalib/app.Pi"; else rm -f "gammalib/app.Tpi"; exit 1; fi
GLog.i:49: Warning 321: 'open' conflicts with a built-in name in python
GLog.i:49: Warning 321: 'open' conflicts with a built-in name in python
GApplicationPar.i:52: Warning 321: 'type' conflicts with a built-in name in python
GApplicationPar.i:61: Warning 321: 'type' conflicts with a built-in name in python
GApplicationPar.i:69: Warning 321: 'min' conflicts with a built-in name in python
GApplicationPar.i:70: Warning 321: 'max' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/base.Tpi" -o gammalib/base_wrap.cpp -outdir gammalib gammalib/base.i; \
then mv -f "gammalib/base.Tpi" "gammalib/base.Pi"; else rm -f "gammalib/base.Tpi"; exit 1; fi
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/fits.Tpi" -o gammalib/fits_wrap.cpp -outdir gammalib gammalib/fits.i; \
then mv -f "gammalib/fits.Tpi" "gammalib/fits.Pi"; else rm -f "gammalib/fits.Tpi"; exit 1; fi
GFits.i:71: Warning 321: 'set' conflicts with a built-in name in python
GFits.i:72: Warning 321: 'set' conflicts with a built-in name in python
GFits.i:85: Warning 321: 'open' conflicts with a built-in name in python
GFits.i:85: Warning 321: 'open' conflicts with a built-in name in python
GFitsImage.i:115: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageByte.i:57: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageSByte.i:58: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageUShort.i:59: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageShort.i:58: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageULong.i:58: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageLong.i:58: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageLongLong.i:58: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageFloat.i:58: Warning 321: 'type' conflicts with a built-in name in python
GFitsImageDouble.i:58: Warning 321: 'type' conflicts with a built-in name in python
GFitsTable.i:123: Warning 321: 'set' conflicts with a built-in name in python
GFitsTable.i:124: Warning 321: 'set' conflicts with a built-in name in python
GFitsTableCol.i:83: Warning 321: 'type' conflicts with a built-in name in python
GFitsTableCol.i:84: Warning 321: 'type' conflicts with a built-in name in python
GFitsTableCol.i:136: Warning 467: Overloaded method GFitsTableCol::__setitem__(int [],std::string) not supported (no type checking rule for 'int []').
GFitsTableCol.i:237: Warning 467: Overloaded method GFitsTableCol::__setitem__(int [],double) not supported (no type checking rule for 'int []').
GFitsTableCol.i:214: Warning 467: Overloaded method GFitsTableCol::__setitem__(int [],int) not supported (no type checking rule for 'int []').
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/linalg.Tpi" -o gammalib/linalg_wrap.cpp -outdir gammalib gammalib/linalg.i; \
then mv -f "gammalib/linalg.Tpi" "gammalib/linalg.Pi"; else rm -f "gammalib/linalg.Tpi"; exit 1; fi
GVector.i:139: Warning 321: 'min' conflicts with a built-in name in python
GVector.i:142: Warning 321: 'max' conflicts with a built-in name in python
GVector.i:145: Warning 321: 'sum' conflicts with a built-in name in python
GVector.i:175: Warning 321: 'abs' conflicts with a built-in name in python
GMatrixBase.i:59: Warning 321: 'min' conflicts with a built-in name in python
GMatrixBase.i:60: Warning 321: 'max' conflicts with a built-in name in python
GMatrixBase.i:61: Warning 321: 'sum' conflicts with a built-in name in python
GMatrix.i:76: Warning 321: 'min' conflicts with a built-in name in python
GMatrix.i:77: Warning 321: 'max' conflicts with a built-in name in python
GMatrix.i:78: Warning 321: 'sum' conflicts with a built-in name in python
GMatrix.i:84: Warning 321: 'abs' conflicts with a built-in name in python
GMatrix.i:121: Warning 321: 'set' conflicts with a built-in name in python
GMatrixSparse.i:80: Warning 321: 'min' conflicts with a built-in name in python
GMatrixSparse.i:81: Warning 321: 'max' conflicts with a built-in name in python
GMatrixSparse.i:82: Warning 321: 'sum' conflicts with a built-in name in python
GMatrixSparse.i:92: Warning 321: 'abs' conflicts with a built-in name in python
GMatrixSparse.i:134: Warning 321: 'set' conflicts with a built-in name in python
GMatrixSymmetric.i:74: Warning 321: 'min' conflicts with a built-in name in python
GMatrixSymmetric.i:75: Warning 321: 'max' conflicts with a built-in name in python
GMatrixSymmetric.i:76: Warning 321: 'sum' conflicts with a built-in name in python
GMatrixSymmetric.i:82: Warning 321: 'abs' conflicts with a built-in name in python
GMatrixSymmetric.i:119: Warning 321: 'set' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/model.Tpi" -o gammalib/model_wrap.cpp -outdir gammalib gammalib/model.i; \
then mv -f "gammalib/model.Tpi" "gammalib/model.Pi"; else rm -f "gammalib/model.Tpi"; exit 1; fi
GOptimizerPar.i:51: Warning 321: 'min' conflicts with a built-in name in python
GOptimizerPar.i:52: Warning 321: 'max' conflicts with a built-in name in python
GOptimizerPar.i:56: Warning 321: 'min' conflicts with a built-in name in python
GOptimizerPar.i:57: Warning 321: 'max' conflicts with a built-in name in python
GOptimizerPar.i:58: Warning 321: 'range' conflicts with a built-in name in python
GOptimizerPars.i:52: Warning 321: 'set' conflicts with a built-in name in python
GOptimizerPars.i:53: Warning 321: 'set' conflicts with a built-in name in python
GModels.i:54: Warning 321: 'set' conflicts with a built-in name in python
GModels.i:55: Warning 321: 'set' conflicts with a built-in name in python
GModels.i:70: Warning 321: 'eval' conflicts with a built-in name in python
GModel.i:50: Warning 321: 'type' conflicts with a built-in name in python
GModel.i:53: Warning 321: 'eval' conflicts with a built-in name in python
GModelSky.i:79: Warning 321: 'type' conflicts with a built-in name in python
GModelSky.i:82: Warning 321: 'eval' conflicts with a built-in name in python
GModelData.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelData.i:52: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatial.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatial.i:50: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialPointSource.i:51: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialPointSource.i:52: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialPointSource.i:67: Warning 321: 'dir' conflicts with a built-in name in python
GModelSpatialPointSource.i:68: Warning 321: 'dir' conflicts with a built-in name in python
GModelSpatialRadial.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialRadial.i:52: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialRadial.i:62: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialRadial.i:73: Warning 321: 'dir' conflicts with a built-in name in python
GModelSpatialRadial.i:74: Warning 321: 'dir' conflicts with a built-in name in python
GModelSpatialRadialDisk.i:53: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialRadialDisk.i:56: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialRadialDisk.i:88: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialRadialGauss.i:50: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialRadialGauss.i:53: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialRadialGauss.i:85: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialRadialShell.i:52: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialRadialShell.i:55: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialRadialShell.i:91: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialElliptical.i:48: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialElliptical.i:52: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialElliptical.i:63: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialElliptical.i:80: Warning 321: 'dir' conflicts with a built-in name in python
GModelSpatialElliptical.i:81: Warning 321: 'dir' conflicts with a built-in name in python
GModelSpatialEllipticalDisk.i:53: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialEllipticalDisk.i:57: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialEllipticalDisk.i:80: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialDiffuse.i:47: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialDiffuse.i:48: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialDiffuseConst.i:50: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialDiffuseConst.i:51: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialDiffuseCube.i:54: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialDiffuseCube.i:55: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialDiffuseMap.i:55: Warning 321: 'type' conflicts with a built-in name in python
GModelSpatialDiffuseMap.i:56: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpatialDiffuseMap.i:71: Warning 321: 'map' conflicts with a built-in name in python
GModelSpatialDiffuseMap.i:72: Warning 321: 'map' conflicts with a built-in name in python
GModelSpectral.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectral.i:51: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralBrokenPlaw.i:52: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralBrokenPlaw.i:54: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralConst.i:50: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralConst.i:52: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralExpPlaw.i:53: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralExpPlaw.i:55: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralSuperExpPlaw.i:53: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralSuperExpPlaw.i:55: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralFunc.i:51: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralFunc.i:53: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralGauss.i:53: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralGauss.i:55: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralLogParabola.i:53: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralLogParabola.i:55: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralNodes.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralNodes.i:51: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralPlaw.i:52: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralPlaw.i:54: Warning 321: 'eval' conflicts with a built-in name in python
GModelSpectralPlaw2.i:53: Warning 321: 'type' conflicts with a built-in name in python
GModelSpectralPlaw2.i:55: Warning 321: 'eval' conflicts with a built-in name in python
GModelTemporal.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelTemporal.i:50: Warning 321: 'eval' conflicts with a built-in name in python
GModelTemporalConst.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelTemporalConst.i:50: Warning 321: 'eval' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/numerics.Tpi" -o gammalib/numerics_wrap.cpp -outdir gammalib gammalib/numerics.i; \
then mv -f "gammalib/numerics.Tpi" "gammalib/numerics.Pi"; else rm -f "gammalib/numerics.Tpi"; exit 1; fi
GDerivative.i:53: Warning 321: 'iter' conflicts with a built-in name in python
GFunction.i:45: Warning 321: 'eval' conflicts with a built-in name in python
GIntegral.i:61: Warning 321: 'iter' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/obs.Tpi" -o gammalib/obs_wrap.cpp -outdir gammalib gammalib/obs.i; \
then mv -f "gammalib/obs.Tpi" "gammalib/obs.Pi"; else rm -f "gammalib/obs.Tpi"; exit 1; fi
GOptimizerFunction.i:46: Warning 321: 'eval' conflicts with a built-in name in python
GTime.i:67: Warning 321: 'set' conflicts with a built-in name in python
GTimeReference.i:63: Warning 321: 'set' conflicts with a built-in name in python
GTimeReference.i:63: Warning 321: 'set' conflicts with a built-in name in python
GTimeReference.i:63: Warning 321: 'set' conflicts with a built-in name in python
GTimeReference.i:68: Warning 321: 'set' conflicts with a built-in name in python
GTimeReference.i:68: Warning 321: 'set' conflicts with a built-in name in python
GTimeReference.i:68: Warning 321: 'set' conflicts with a built-in name in python
GGti.i:55: Warning 321: 'reduce' conflicts with a built-in name in python
GCaldb.i:57: Warning 321: 'open' conflicts with a built-in name in python
GCaldb.i:57: Warning 321: 'open' conflicts with a built-in name in python
GObservations.i:51: Warning 321: 'set' conflicts with a built-in name in python
GObservations.i:68: Warning 321: 'eval' conflicts with a built-in name in python
GObservations.i:86: Warning 321: 'eval' conflicts with a built-in name in python
GObservations.i:92: Warning 321: 'set' conflicts with a built-in name in python
GObservations.i:95: Warning 126: The 'nestedworkaround' feature is deprecated.
GObservation.i:82: Warning 321: 'id' conflicts with a built-in name in python
GObservation.i:85: Warning 321: 'id' conflicts with a built-in name in python
GEvent.i:78: Warning 321: 'dir' conflicts with a built-in name in python
GEventAtom.i:67: Warning 321: 'dir' conflicts with a built-in name in python
GEventBin.i:69: Warning 321: 'dir' conflicts with a built-in name in python
GPhoton.i:53: Warning 321: 'dir' conflicts with a built-in name in python
GPhoton.i:57: Warning 321: 'dir' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/opt.Tpi" -o gammalib/opt_wrap.cpp -outdir gammalib gammalib/opt.i; \
then mv -f "gammalib/opt.Tpi" "gammalib/opt.Pi"; else rm -f "gammalib/opt.Tpi"; exit 1; fi
GOptimizer.i:54: Warning 321: 'iter' conflicts with a built-in name in python
GOptimizerLM.i:55: Warning 321: 'iter' conflicts with a built-in name in python
GOptimizerPar.i:51: Warning 321: 'min' conflicts with a built-in name in python
GOptimizerPar.i:52: Warning 321: 'max' conflicts with a built-in name in python
GOptimizerPar.i:56: Warning 321: 'min' conflicts with a built-in name in python
GOptimizerPar.i:57: Warning 321: 'max' conflicts with a built-in name in python
GOptimizerPar.i:58: Warning 321: 'range' conflicts with a built-in name in python
GOptimizerPars.i:52: Warning 321: 'set' conflicts with a built-in name in python
GOptimizerPars.i:53: Warning 321: 'set' conflicts with a built-in name in python
GOptimizerFunction.i:46: Warning 321: 'eval' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/sky.Tpi" -o gammalib/sky_wrap.cpp -outdir gammalib gammalib/sky.i; \
then mv -f "gammalib/sky.Tpi" "gammalib/sky.Pi"; else rm -f "gammalib/sky.Tpi"; exit 1; fi
GSkyRegions.i:52: Warning 321: 'set' conflicts with a built-in name in python
GSkyRegions.i:53: Warning 321: 'set' conflicts with a built-in name in python
GSkyRegion.i:55: Warning 321: 'type' conflicts with a built-in name in python
GWcsRegistry.i:51: Warning 321: 'list' conflicts with a built-in name in python
GWcs.i:67: Warning 321: 'set' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/support.Tpi" -o gammalib/support_wrap.cpp -outdir gammalib gammalib/support.i; \
then mv -f "gammalib/support.Tpi" "gammalib/support.Pi"; else rm -f "gammalib/support.Tpi"; exit 1; fi
GUrl.i:48: Warning 321: 'open' conflicts with a built-in name in python
GUrlFile.i:49: Warning 321: 'open' conflicts with a built-in name in python
GUrlString.i:49: Warning 321: 'open' conflicts with a built-in name in python
GUrlString.i:49: Warning 321: 'open' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/test.Tpi" -o gammalib/test_wrap.cpp -outdir gammalib gammalib/test.i; \
then mv -f "gammalib/test.Tpi" "gammalib/test.Pi"; else rm -f "gammalib/test.Tpi"; exit 1; fi
GTestSuites.i:53: Warning 321: 'set' conflicts with a built-in name in python
GTestSuite.i:208: Warning 321: 'set' conflicts with a built-in name in python
GTestSuite.i:280: Warning 321: 'set' conflicts with a built-in name in python
GTestCase.i:58: Warning 321: 'type' conflicts with a built-in name in python
GTestCase.i:59: Warning 321: 'type' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/xml.Tpi" -o gammalib/xml_wrap.cpp -outdir gammalib gammalib/xml.i; \
then mv -f "gammalib/xml.Tpi" "gammalib/xml.Pi"; else rm -f "gammalib/xml.Tpi"; exit 1; fi
GXml.i:52: Warning 321: 'set' conflicts with a built-in name in python
GXmlNode.i:67: Warning 321: 'set' conflicts with a built-in name in python
GXmlNode.i:80: Warning 321: 'type' conflicts with a built-in name in python
GXmlDocument.i:49: Warning 321: 'type' conflicts with a built-in name in python
GXmlText.i:50: Warning 321: 'type' conflicts with a built-in name in python
GXmlElement.i:57: Warning 321: 'type' conflicts with a built-in name in python
GXmlComment.i:50: Warning 321: 'type' conflicts with a built-in name in python
GXmlPI.i:50: Warning 321: 'type' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/xspec.Tpi" -o gammalib/xspec_wrap.cpp -outdir gammalib gammalib/xspec.i; \
then mv -f "gammalib/xspec.Tpi" "gammalib/xspec.Pi"; else rm -f "gammalib/xspec.Tpi"; exit 1; fi
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/vo.Tpi" -o gammalib/vo_wrap.cpp -outdir gammalib gammalib/vo.i; \
then mv -f "gammalib/vo.Tpi" "gammalib/vo.Pi"; else rm -f "gammalib/vo.Tpi"; exit 1; fi
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/mwl.Tpi" -o gammalib/mwl_wrap.cpp -outdir gammalib ../inst/mwl/pyext/mwl.i; \
then mv -f "gammalib/mwl.Tpi" "gammalib/mwl.Pi"; else rm -f "gammalib/mwl.Tpi"; exit 1; fi
GObservation.i:82: Warning 321: 'id' conflicts with a built-in name in python
GObservation.i:85: Warning 321: 'id' conflicts with a built-in name in python
GEvent.i:78: Warning 321: 'dir' conflicts with a built-in name in python
GEventBin.i:69: Warning 321: 'dir' conflicts with a built-in name in python
../inst/mwl/pyext/GMWLDatum.i:51: Warning 321: 'dir' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/cta.Tpi" -o gammalib/cta_wrap.cpp -outdir gammalib ../inst/cta/pyext/cta.i; \
then mv -f "gammalib/cta.Tpi" "gammalib/cta.Pi"; else rm -f "gammalib/cta.Tpi"; exit 1; fi
GObservation.i:82: Warning 321: 'id' conflicts with a built-in name in python
GObservation.i:85: Warning 321: 'id' conflicts with a built-in name in python
GEvent.i:78: Warning 321: 'dir' conflicts with a built-in name in python
GEventBin.i:69: Warning 321: 'dir' conflicts with a built-in name in python
GEventAtom.i:67: Warning 321: 'dir' conflicts with a built-in name in python
GModel.i:50: Warning 321: 'type' conflicts with a built-in name in python
GModel.i:53: Warning 321: 'eval' conflicts with a built-in name in python
GModelData.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelData.i:52: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAOnOffObservation.i:74: Warning 321: 'id' conflicts with a built-in name in python
../inst/cta/pyext/GCTAOnOffObservation.i:79: Warning 321: 'id' conflicts with a built-in name in python
../inst/cta/pyext/GCTAOnOffObservations.i:51: Warning 321: 'set' conflicts with a built-in name in python
../inst/cta/pyext/GCTAEventCube.i:59: Warning 321: 'map' conflicts with a built-in name in python
../inst/cta/pyext/GCTAEventCube.i:60: Warning 321: 'map' conflicts with a built-in name in python
../inst/cta/pyext/GCTAEventBin.i:52: Warning 321: 'dir' conflicts with a built-in name in python
../inst/cta/pyext/GCTAEventAtom.i:47: Warning 321: 'dir' conflicts with a built-in name in python
../inst/cta/pyext/GCTAEventAtom.i:50: Warning 321: 'dir' conflicts with a built-in name in python
../inst/cta/pyext/GCTAPointing.i:52: Warning 321: 'dir' conflicts with a built-in name in python
../inst/cta/pyext/GCTAPointing.i:53: Warning 321: 'dir' conflicts with a built-in name in python
../inst/cta/pyext/GCTAInstDir.i:51: Warning 321: 'dir' conflicts with a built-in name in python
../inst/cta/pyext/GCTAInstDir.i:52: Warning 321: 'dir' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelCubeBackground.i:57: Warning 321: 'type' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelCubeBackground.i:60: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelIrfBackground.i:49: Warning 321: 'type' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelIrfBackground.i:52: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadial.i:49: Warning 321: 'type' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadial.i:50: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialGauss.i:50: Warning 321: 'type' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialGauss.i:51: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialPolynom.i:50: Warning 321: 'type' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialPolynom.i:51: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialProfile.i:51: Warning 321: 'type' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialProfile.i:52: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialAcceptance.i:52: Warning 321: 'type' conflicts with a built-in name in python
../inst/cta/pyext/GCTAModelRadialAcceptance.i:55: Warning 321: 'eval' conflicts with a built-in name in python
../inst/cta/pyext/GCTAMeanPsf.i:73: Warning 321: 'set' conflicts with a built-in name in python
../inst/cta/pyext/GCTAMeanPsf.i:75: Warning 321: 'map' conflicts with a built-in name in python
../inst/cta/pyext/GCTAExposure.i:66: Warning 321: 'set' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/lat.Tpi" -o gammalib/lat_wrap.cpp -outdir gammalib ../inst/lat/pyext/lat.i; \
then mv -f "gammalib/lat.Tpi" "gammalib/lat.Pi"; else rm -f "gammalib/lat.Tpi"; exit 1; fi
GObservation.i:82: Warning 321: 'id' conflicts with a built-in name in python
GObservation.i:85: Warning 321: 'id' conflicts with a built-in name in python
GEvent.i:78: Warning 321: 'dir' conflicts with a built-in name in python
GEventAtom.i:67: Warning 321: 'dir' conflicts with a built-in name in python
GEventBin.i:69: Warning 321: 'dir' conflicts with a built-in name in python
../inst/lat/pyext/GLATEventAtom.i:47: Warning 321: 'dir' conflicts with a built-in name in python
../inst/lat/pyext/GLATEventBin.i:52: Warning 321: 'dir' conflicts with a built-in name in python
../inst/lat/pyext/GLATEventCube.i:60: Warning 321: 'map' conflicts with a built-in name in python
../inst/lat/pyext/GLATEventCube.i:64: Warning 321: 'map' conflicts with a built-in name in python
../inst/lat/pyext/GLATInstDir.i:50: Warning 321: 'dir' conflicts with a built-in name in python
../inst/lat/pyext/GLATInstDir.i:51: Warning 321: 'dir' conflicts with a built-in name in python
../inst/lat/pyext/GLATMeanPsf.i:53: Warning 321: 'set' conflicts with a built-in name in python
../inst/lat/pyext/GLATMeanPsf.i:58: Warning 321: 'dir' conflicts with a built-in name in python
if /opt/local/bin/swig -c++ -python -Wall -DSWIG_PYTHON_LEGACY_BOOL -MMD -MF "gammalib/com.Tpi" -o gammalib/com_wrap.cpp -outdir gammalib ../inst/com/pyext/com.i; \
then mv -f "gammalib/com.Tpi" "gammalib/com.Pi"; else rm -f "gammalib/com.Tpi"; exit 1; fi
GObservation.i:82: Warning 321: 'id' conflicts with a built-in name in python
GObservation.i:85: Warning 321: 'id' conflicts with a built-in name in python
GEvent.i:78: Warning 321: 'dir' conflicts with a built-in name in python
GEventBin.i:69: Warning 321: 'dir' conflicts with a built-in name in python
GModel.i:50: Warning 321: 'type' conflicts with a built-in name in python
GModel.i:53: Warning 321: 'eval' conflicts with a built-in name in python
GModelData.i:49: Warning 321: 'type' conflicts with a built-in name in python
GModelData.i:52: Warning 321: 'eval' conflicts with a built-in name in python
../inst/com/pyext/GCOMEventBin.i:48: Warning 321: 'dir' conflicts with a built-in name in python
../inst/com/pyext/GCOMEventCube.i:63: Warning 321: 'map' conflicts with a built-in name in python
../inst/com/pyext/GCOMEventCube.i:64: Warning 321: 'map' conflicts with a built-in name in python
../inst/com/pyext/GCOMInstDir.i:49: Warning 321: 'dir' conflicts with a built-in name in python
../inst/com/pyext/GCOMInstDir.i:50: Warning 321: 'dir' conflicts with a built-in name in python
../inst/com/pyext/GCOMModelDRBFitting.i:48: Warning 321: 'type' conflicts with a built-in name in python
../inst/com/pyext/GCOMModelDRBFitting.i:51: Warning 321: 'eval' conflicts with a built-in name in python
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
/opt/local/bin/python setup.py build_ext
Python extension module building:
Removed following option(s) from LDSHARED: -L/opt/local/lib
Link cfitsio into Python bindings.
Link readline into Python bindings.
Include multi-wavelength interface in gammalib Python bindings.
Include CTA instrument interface in gammalib Python bindings.
Include Fermi/LAT instrument interface in gammalib Python bindings.
Include COMPTEL instrument interface in gammalib Python bindings.
running build_ext
building '_app' extension
creating build
creating build/temp.macosx-10.10-x86_64-3.4
creating build/temp.macosx-10.10-x86_64-3.4/gammalib
/usr/bin/clang -Wno-unused-result -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -pipe -Os -I../include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -I/opt/local/include -I../inst/mwl/include -I../inst/cta/include -I../inst/lat/include -I../inst/com/include -I/opt/local/Library/Frameworks/Python.framework/Versions/3.4/include/python3.4m -c gammalib/app_wrap.cpp -o build/temp.macosx-10.10-x86_64-3.4/gammalib/app_wrap.o -fopenmp
clang: warning: argument unused during compilation: '-fopenmp'
creating build/lib.macosx-10.10-x86_64-3.4
creating build/lib.macosx-10.10-x86_64-3.4/gammalib
/usr/bin/clang++ -bundle -undefined dynamic_lookup -Wl,-headerpad_max_install_names build/temp.macosx-10.10-x86_64-3.4/gammalib/app_wrap.o -L../src/.libs -L/opt/local/lib -L../src/.libs -L/usr/local/gamma/lib -L/opt/local/lib -lgamma -lcfitsio -lreadline -lncurses -o build/lib.macosx-10.10-x86_64-3.4/gammalib/_app.so -fopenmp
ld: library not found for -lgomp
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command '/usr/bin/clang++' failed with exit status 1
make[3]: *** [build] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
ChristophMacbook-2:gammalib deil$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment