Searching for python2... Found python2.6: /usr/bin/python2.6 Obtaining the gnu suite version: gcc -v The version is 4.4.7 Testing the gcc compiler: gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o testp testp.c OK Testing the gfortran compiler: gfortran -O0 -o testp testp.f OK Testing mixed C/Fortran compilation: gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o testp.c.o testp.c gfortran -O0 -c -o testp.f.o testp.f gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o testp testp.c.o testp.f.o -lgfortran -w OK Testing pointer size: gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -o test_pointer_size test_pointer_size.c Detected 64 bit operating system. Testing flex: OK Configuring NetCDF (may be time-consuming)... NetCDF configure succeeded. Checking for zlib: OK Checking for libbz2: OK Configuring fftw-3.3 (may be time-consuming)... fftw-3.3 configure succeeded. Configuring XBLAS (may be time-consuming)... XBLAS configure succeeded. Configuring MTK++ (may be time-consuming)... MTK++-0.2.0 configure succeeded. The configuration file, config.h, was successfully created. The next step is to type 'make install' Cleaning the src directories. This may take a few moments. Configure complete.