[Numpy-discussion] Please help a newbie install NUMPY

Bruce Southey bsouthey at gmail.com
Fri Oct 15 11:52:34 EDT 2010


  On 10/15/2010 10:30 AM, P Sanjey wrote:
> Hi Bruce,
>
> Not sure how to check if they are there (the libraries)-do you mean
> the ones with .so extensions?
> How can I know wht libraries are needed  and whats already there?
>
> Yes its a x86_64 machine but I need a 32 bit version as I have another
> piece of code that only works on 32 bits
> so I am stuck with the 32 bit version
>
> Thanks for the help
>
> On Fri, Oct 15, 2010 at 4:23 PM, Bruce Southey<bsouthey at gmail.com>  wrote:
>>   On 10/15/2010 09:31 AM, P Sanjey wrote:
>>> Please help-I am a newbie and I wanted to try installing numpy on a
>>> local /home/usr directory but got the following errors-I am not sure
>>> where to even begin fixing this problem and any help would be useful
>>> I just did the standard
>>> python setup.py build and got the following (loooooong) error message
>>>
>>>
>>> **********************************************************
>>> non-existing path in 'numpy/distutils': 'site.cfg'
>>> F2PY Version 1
>>> blas_opt_info:
>>> blas_mkl_info:
>>>     libraries mkl,vml,guide not found in /home/sanjey/lib
>>>     libraries mkl,vml,guide not found in /usr/local/lib
>>>     libraries mkl,vml,guide not found in /usr/lib
>>>     NOT AVAILABLE
>>>
>>> atlas_blas_threads_info:
>>> Setting PTATLAS=ATLAS
>>>     libraries ptf77blas,ptcblas,atlas not found in /home/sanjey/lib
>>>     libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
>>>     libraries ptf77blas,ptcblas,atlas not found in /usr/lib/sse2
>>>     libraries ptf77blas,ptcblas,atlas not found in /usr/lib
>>>     NOT AVAILABLE
>>>
>>> atlas_blas_info:
>>>     libraries f77blas,cblas,atlas not found in /home/sanjey/lib
>>>     libraries f77blas,cblas,atlas not found in /usr/local/lib
>>>     libraries f77blas,cblas,atlas not found in /usr/lib/sse2
>>>     libraries f77blas,cblas,atlas not found in /usr/lib
>>>     NOT AVAILABLE
>>>
>>> blas_info:
>>>     libraries blas not found in /home/sanjey/lib
>>>     libraries blas not found in /usr/local/lib
>>>     FOUND:
>>>       libraries = ['blas']
>>>       library_dirs = ['/usr/lib']
>>>       language = f77
>>>
>>>     FOUND:
>>>       libraries = ['blas']
>>>       library_dirs = ['/usr/lib']
>>>       define_macros = [('NO_ATLAS_INFO', 1)]
>>>       language = f77
>>>
>>> lapack_opt_info:
>>> lapack_mkl_info:
>>> mkl_info:
>>>     libraries mkl,vml,guide not found in /home/sanjey/lib
>>>     libraries mkl,vml,guide not found in /usr/local/lib
>>>     libraries mkl,vml,guide not found in /usr/lib
>>>     NOT AVAILABLE
>>>
>>>     NOT AVAILABLE
>>>
>>> atlas_threads_info:
>>> Setting PTATLAS=ATLAS
>>>     libraries ptf77blas,ptcblas,atlas not found in /home/sanjey/lib
>>>     libraries lapack_atlas not found in /home/sanjey/lib
>>>     libraries ptf77blas,ptcblas,atlas not found in /usr/local/lib
>>>     libraries lapack_atlas not found in /usr/local/lib
>>>     libraries ptf77blas,ptcblas,atlas not found in /usr/lib/sse2
>>>     libraries lapack_atlas not found in /usr/lib/sse2
>>>     libraries ptf77blas,ptcblas,atlas not found in /usr/lib
>>>     libraries lapack_atlas not found in /usr/lib
>>> numpy.distutils.system_info.atlas_threads_info
>>>     NOT AVAILABLE
>>>
>>> atlas_info:
>>>     libraries f77blas,cblas,atlas not found in /home/sanjey/lib
>>>     libraries lapack_atlas not found in /home/sanjey/lib
>>>     libraries f77blas,cblas,atlas not found in /usr/local/lib
>>>     libraries lapack_atlas not found in /usr/local/lib
>>>     libraries f77blas,cblas,atlas not found in /usr/lib/sse2
>>>     libraries lapack_atlas not found in /usr/lib/sse2
>>>     libraries f77blas,cblas,atlas not found in /usr/lib
>>>     libraries lapack_atlas not found in /usr/lib
>>> numpy.distutils.system_info.atlas_info
>>>     NOT AVAILABLE
>>>
>>> lapack_info:
>>>     libraries lapack not found in /home/sanjey/lib
>>>     libraries lapack not found in /usr/local/lib
>>>     FOUND:
>>>       libraries = ['lapack']
>>>       library_dirs = ['/usr/lib']
>>>       language = f77
>>>
>>>     FOUND:
>>>       libraries = ['lapack', 'blas']
>>>       library_dirs = ['/usr/lib']
>>>       define_macros = [('NO_ATLAS_INFO', 1)]
>>>       language = f77
>>>
>>> running build
>>> running config_cc
>>> unifing config_cc, config, build_clib, build_ext, build commands
>>> --compiler options
>>> running config_fc
>>> unifing config_fc, config, build_clib, build_ext, build commands
>>> --fcompiler options
>>> running build_src
>>> build_src
>>> building py_modules sources
>>> creating build
>>> creating build/src.linux-x86_64-2.4
>>> creating build/src.linux-x86_64-2.4/numpy
>>> creating build/src.linux-x86_64-2.4/numpy/distutils
>>> building library "npymath" sources
>>> customize GnuFCompiler
>>> Found executable /usr/bin/g77
>>> gnu: no Fortran 90 compiler found
>>> gnu: no Fortran 90 compiler found
>>> customize GnuFCompiler
>>> gnu: no Fortran 90 compiler found
>>> gnu: no Fortran 90 compiler found
>>> customize GnuFCompiler using config
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> gcc -m32 -pthread _configtest.o -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'exp'
>>> gcc -m32 -pthread _configtest.o -o _configtest
>>> _configtest.o(.text+0x19): In function `main':
>>> /home/sanjey/numpy-1.5.0/_configtest.c:6: undefined reference to `exp'
>>> collect2: ld returned 1 exit status
>>> _configtest.o(.text+0x19): In function `main':
>>> /home/sanjey/numpy-1.5.0/_configtest.c:6: undefined reference to `exp'
>>> collect2: ld returned 1 exit status
>>> failure.
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'exp'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> creating build/src.linux-x86_64-2.4/numpy/core
>>> creating build/src.linux-x86_64-2.4/numpy/core/src
>>> creating build/src.linux-x86_64-2.4/numpy/core/src/npymath
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/npymath/npy_math.c
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/npymath/ieee754.c
>>> conv_template:>
>>> build/src.linux-x86_64-2.4/numpy/core/src/npymath/npy_math_complex.c
>>> building extension "numpy.core._sort" sources
>>> Generating build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o _configtest.c _configtest.o
>>> _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c
>>> _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o _configtest.c _configtest.o
>>> _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c
>>> _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
>>> _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:7: error: `SIZEOF_LONGDOUBLE' undeclared (first use in
>>> this function)
>>> _configtest.c:7: error: (Each undeclared identifier is reported only once
>>> _configtest.c:7: error: for each function it appears in.)
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:7: error: `SIZEOF_LONGDOUBLE' undeclared (first use in
>>> this function)
>>> _configtest.c:7: error: (Each undeclared identifier is reported only once
>>> _configtest.c:7: error: for each function it appears in.)
>>> failure.
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o _configtest.c _configtest.o
>>> _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c
>>> _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
>>> _configtest.c _configtest.o _configtest.c _configtest.o _configtest.c
>>> _configtest.o _configtest.c _configtest.o _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:5: error: size of array `test_array' is negative
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'exp'
>>> gcc -m32 -pthread _configtest.o -o _configtest
>>> _configtest.o(.text+0x19): In function `main':
>>> /home/sanjey/numpy-1.5.0/_configtest.c:6: undefined reference to `exp'
>>> collect2: ld returned 1 exit status
>>> _configtest.o(.text+0x19): In function `main':
>>> /home/sanjey/numpy-1.5.0/_configtest.c:6: undefined reference to `exp'
>>> collect2: ld returned 1 exit status
>>> failure.
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'exp'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'asin'
>>> _configtest.c:2: warning: conflicting types for built-in function 'cos'
>>> _configtest.c:3: warning: conflicting types for built-in function 'log'
>>> _configtest.c:4: warning: conflicting types for built-in function 'fabs'
>>> _configtest.c:5: warning: conflicting types for built-in function 'tanh'
>>> _configtest.c:6: warning: conflicting types for built-in function 'atan'
>>> _configtest.c:7: warning: conflicting types for built-in function 'acos'
>>> _configtest.c:8: warning: conflicting types for built-in function 'floor'
>>> _configtest.c:9: warning: conflicting types for built-in function 'fmod'
>>> _configtest.c:10: warning: conflicting types for built-in function 'sqrt'
>>> _configtest.c:11: warning: conflicting types for built-in function 'cosh'
>>> _configtest.c:12: warning: conflicting types for built-in function 'modf'
>>> _configtest.c:13: warning: conflicting types for built-in function 'sinh'
>>> _configtest.c:14: warning: conflicting types for built-in function 'frexp'
>>> _configtest.c:15: warning: conflicting types for built-in function 'exp'
>>> _configtest.c:16: warning: conflicting types for built-in function 'tan'
>>> _configtest.c:17: warning: conflicting types for built-in function 'ceil'
>>> _configtest.c:18: warning: conflicting types for built-in function 'log10'
>>> _configtest.c:19: warning: conflicting types for built-in function 'sin'
>>> _configtest.c:20: warning: conflicting types for built-in function 'ldexp'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'expm1'
>>> _configtest.c:2: warning: conflicting types for built-in function 'log2'
>>> _configtest.c:3: warning: conflicting types for built-in function 'pow'
>>> _configtest.c:4: warning: conflicting types for built-in function 'rint'
>>> _configtest.c:5: warning: conflicting types for built-in function 'atanh'
>>> _configtest.c:6: warning: conflicting types for built-in function 'copysign'
>>> _configtest.c:7: warning: conflicting types for built-in function 'asinh'
>>> _configtest.c:8: warning: conflicting types for built-in function 'atan2'
>>> _configtest.c:9: warning: conflicting types for built-in function 'hypot'
>>> _configtest.c:10: warning: conflicting types for built-in function 'acosh'
>>> _configtest.c:11: warning: conflicting types for built-in function 'exp2'
>>> _configtest.c:12: warning: conflicting types for built-in function 'log1p'
>>> _configtest.c:13: warning: conflicting types for built-in function 'nextafter'
>>> _configtest.c:14: warning: conflicting types for built-in function 'trunc'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'cosf'
>>> _configtest.c:2: warning: conflicting types for built-in function 'coshf'
>>> _configtest.c:3: warning: conflicting types for built-in function 'rintf'
>>> _configtest.c:4: warning: conflicting types for built-in function 'fabsf'
>>> _configtest.c:5: warning: conflicting types for built-in function 'floorf'
>>> _configtest.c:6: warning: conflicting types for built-in function 'nextafterf'
>>> _configtest.c:7: warning: conflicting types for built-in function 'tanhf'
>>> _configtest.c:8: warning: conflicting types for built-in function 'log10f'
>>> _configtest.c:9: warning: conflicting types for built-in function 'logf'
>>> _configtest.c:10: warning: conflicting types for built-in function 'sinhf'
>>> _configtest.c:11: warning: conflicting types for built-in function 'acosf'
>>> _configtest.c:12: warning: conflicting types for built-in function 'sqrtf'
>>> _configtest.c:13: warning: conflicting types for built-in function 'ldexpf'
>>> _configtest.c:14: warning: conflicting types for built-in function 'hypotf'
>>> _configtest.c:15: warning: conflicting types for built-in function 'log2f'
>>> _configtest.c:16: warning: conflicting types for built-in function 'exp2f'
>>> _configtest.c:17: warning: conflicting types for built-in function 'atanf'
>>> _configtest.c:18: warning: conflicting types for built-in function 'fmodf'
>>> _configtest.c:19: warning: conflicting types for built-in function 'atan2f'
>>> _configtest.c:20: warning: conflicting types for built-in function 'modff'
>>> _configtest.c:21: warning: conflicting types for built-in function 'ceilf'
>>> _configtest.c:22: warning: conflicting types for built-in function 'log1pf'
>>> _configtest.c:23: warning: conflicting types for built-in function 'asinf'
>>> _configtest.c:24: warning: conflicting types for built-in function 'copysignf'
>>> _configtest.c:25: warning: conflicting types for built-in function 'acoshf'
>>> _configtest.c:26: warning: conflicting types for built-in function 'sinf'
>>> _configtest.c:27: warning: conflicting types for built-in function 'tanf'
>>> _configtest.c:28: warning: conflicting types for built-in function 'atanhf'
>>> _configtest.c:29: warning: conflicting types for built-in function 'truncf'
>>> _configtest.c:30: warning: conflicting types for built-in function 'asinhf'
>>> _configtest.c:31: warning: conflicting types for built-in function 'frexpf'
>>> _configtest.c:32: warning: conflicting types for built-in function 'powf'
>>> _configtest.c:33: warning: conflicting types for built-in function 'expf'
>>> _configtest.c:34: warning: conflicting types for built-in function 'expm1f'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'tanhl'
>>> _configtest.c:2: warning: conflicting types for built-in function 'log10l'
>>> _configtest.c:3: warning: conflicting types for built-in function 'nextafterl'
>>> _configtest.c:4: warning: conflicting types for built-in function 'coshl'
>>> _configtest.c:5: warning: conflicting types for built-in function 'cosl'
>>> _configtest.c:6: warning: conflicting types for built-in function 'floorl'
>>> _configtest.c:7: warning: conflicting types for built-in function 'rintl'
>>> _configtest.c:8: warning: conflicting types for built-in function 'fabsl'
>>> _configtest.c:9: warning: conflicting types for built-in function 'acosl'
>>> _configtest.c:10: warning: conflicting types for built-in function 'ldexpl'
>>> _configtest.c:11: warning: conflicting types for built-in function 'sqrtl'
>>> _configtest.c:12: warning: conflicting types for built-in function 'logl'
>>> _configtest.c:13: warning: conflicting types for built-in function 'expm1l'
>>> _configtest.c:14: warning: conflicting types for built-in function 'hypotl'
>>> _configtest.c:15: warning: conflicting types for built-in function 'log2l'
>>> _configtest.c:16: warning: conflicting types for built-in function 'copysignl'
>>> _configtest.c:17: warning: conflicting types for built-in function 'exp2l'
>>> _configtest.c:18: warning: conflicting types for built-in function 'atanl'
>>> _configtest.c:19: warning: conflicting types for built-in function 'frexpl'
>>> _configtest.c:20: warning: conflicting types for built-in function 'atan2l'
>>> _configtest.c:21: warning: conflicting types for built-in function 'sinhl'
>>> _configtest.c:22: warning: conflicting types for built-in function 'fmodl'
>>> _configtest.c:23: warning: conflicting types for built-in function 'log1pl'
>>> _configtest.c:24: warning: conflicting types for built-in function 'asinl'
>>> _configtest.c:25: warning: conflicting types for built-in function 'ceill'
>>> _configtest.c:26: warning: conflicting types for built-in function 'sinl'
>>> _configtest.c:27: warning: conflicting types for built-in function 'acoshl'
>>> _configtest.c:28: warning: conflicting types for built-in function 'atanhl'
>>> _configtest.c:29: warning: conflicting types for built-in function 'tanl'
>>> _configtest.c:30: warning: conflicting types for built-in function 'truncl'
>>> _configtest.c:31: warning: conflicting types for built-in function 'powl'
>>> _configtest.c:32: warning: conflicting types for built-in function 'expl'
>>> _configtest.c:33: warning: conflicting types for built-in function 'modfl'
>>> _configtest.c:34: warning: conflicting types for built-in function 'asinhl'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:6: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'cexp'
>>> _configtest.c:3: warning: conflicting types for built-in function 'ccos'
>>> _configtest.c:4: warning: conflicting types for built-in function 'cimag'
>>> _configtest.c:5: warning: conflicting types for built-in function 'cabs'
>>> _configtest.c:6: warning: conflicting types for built-in function 'cpow'
>>> _configtest.c:7: warning: conflicting types for built-in function 'csqrt'
>>> _configtest.c:8: warning: conflicting types for built-in function 'carg'
>>> _configtest.c:9: warning: conflicting types for built-in function 'creal'
>>> _configtest.c:10: warning: conflicting types for built-in function 'csin'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'ccosf'
>>> _configtest.c:2: warning: conflicting types for built-in function 'cargf'
>>> _configtest.c:3: warning: conflicting types for built-in function 'csqrtf'
>>> _configtest.c:4: warning: conflicting types for built-in function 'cpowf'
>>> _configtest.c:5: warning: conflicting types for built-in function 'cexpf'
>>> _configtest.c:6: warning: conflicting types for built-in function 'crealf'
>>> _configtest.c:7: warning: conflicting types for built-in function 'csinf'
>>> _configtest.c:8: warning: conflicting types for built-in function 'cabsf'
>>> _configtest.c:10: warning: conflicting types for built-in function 'cimagf'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'csqrtl'
>>> _configtest.c:2: warning: conflicting types for built-in function 'cargl'
>>> _configtest.c:3: warning: conflicting types for built-in function 'cexpl'
>>> _configtest.c:4: warning: conflicting types for built-in function 'ccosl'
>>> _configtest.c:5: warning: conflicting types for built-in function 'cpowl'
>>> _configtest.c:6: warning: conflicting types for built-in function 'cimagl'
>>> _configtest.c:7: warning: conflicting types for built-in function 'csinl'
>>> _configtest.c:8: warning: conflicting types for built-in function 'creall'
>>> _configtest.c:10: warning: conflicting types for built-in function 'cabsl'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:7: error: `Py_UNICODE_WIDE' undeclared (first use in
>>> this function)
>>> _configtest.c:7: error: (Each undeclared identifier is reported only once
>>> _configtest.c:7: error: for each function it appears in.)
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> _configtest.c: In function `main':
>>> _configtest.c:7: error: `Py_UNICODE_WIDE' undeclared (first use in
>>> this function)
>>> _configtest.c:7: error: (Each undeclared identifier is reported only once
>>> _configtest.c:7: error: for each function it appears in.)
>>> failure.
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> removing: _configtest.c _configtest.o
>>> ('File:', 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h')
>>> #define HAVE_ENDIAN_H 1
>>> #define SIZEOF_PY_INTPTR_T 4
>>> #define SIZEOF_PY_LONG_LONG 8
>>> #define MATHLIB m
>>> #define HAVE_SIN
>>> #define HAVE_COS
>>> #define HAVE_TAN
>>> #define HAVE_SINH
>>> #define HAVE_COSH
>>> #define HAVE_TANH
>>> #define HAVE_FABS
>>> #define HAVE_FLOOR
>>> #define HAVE_CEIL
>>> #define HAVE_SQRT
>>> #define HAVE_LOG10
>>> #define HAVE_LOG
>>> #define HAVE_EXP
>>> #define HAVE_ASIN
>>> #define HAVE_ACOS
>>> #define HAVE_ATAN
>>> #define HAVE_FMOD
>>> #define HAVE_MODF
>>> #define HAVE_FREXP
>>> #define HAVE_LDEXP
>>> #define HAVE_EXPM1
>>> #define HAVE_LOG1P
>>> #define HAVE_ACOSH
>>> #define HAVE_ASINH
>>> #define HAVE_ATANH
>>> #define HAVE_RINT
>>> #define HAVE_TRUNC
>>> #define HAVE_EXP2
>>> #define HAVE_LOG2
>>> #define HAVE_HYPOT
>>> #define HAVE_ATAN2
>>> #define HAVE_POW
>>> #define HAVE_COPYSIGN
>>> #define HAVE_NEXTAFTER
>>> #define HAVE_SINF
>>> #define HAVE_COSF
>>> #define HAVE_TANF
>>> #define HAVE_SINHF
>>> #define HAVE_COSHF
>>> #define HAVE_TANHF
>>> #define HAVE_FABSF
>>> #define HAVE_FLOORF
>>> #define HAVE_CEILF
>>> #define HAVE_RINTF
>>> #define HAVE_TRUNCF
>>> #define HAVE_SQRTF
>>> #define HAVE_LOG10F
>>> #define HAVE_LOGF
>>> #define HAVE_LOG1PF
>>> #define HAVE_EXPF
>>> #define HAVE_EXPM1F
>>> #define HAVE_ASINF
>>> #define HAVE_ACOSF
>>> #define HAVE_ATANF
>>> #define HAVE_ASINHF
>>> #define HAVE_ACOSHF
>>> #define HAVE_ATANHF
>>> #define HAVE_HYPOTF
>>> #define HAVE_ATAN2F
>>> #define HAVE_POWF
>>> #define HAVE_FMODF
>>> #define HAVE_MODFF
>>> #define HAVE_FREXPF
>>> #define HAVE_LDEXPF
>>> #define HAVE_EXP2F
>>> #define HAVE_LOG2F
>>> #define HAVE_COPYSIGNF
>>> #define HAVE_NEXTAFTERF
>>> #define HAVE_SINL
>>> #define HAVE_COSL
>>> #define HAVE_TANL
>>> #define HAVE_SINHL
>>> #define HAVE_COSHL
>>> #define HAVE_TANHL
>>> #define HAVE_FABSL
>>> #define HAVE_FLOORL
>>> #define HAVE_CEILL
>>> #define HAVE_RINTL
>>> #define HAVE_TRUNCL
>>> #define HAVE_SQRTL
>>> #define HAVE_LOG10L
>>> #define HAVE_LOGL
>>> #define HAVE_LOG1PL
>>> #define HAVE_EXPL
>>> #define HAVE_EXPM1L
>>> #define HAVE_ASINL
>>> #define HAVE_ACOSL
>>> #define HAVE_ATANL
>>> #define HAVE_ASINHL
>>> #define HAVE_ACOSHL
>>> #define HAVE_ATANHL
>>> #define HAVE_HYPOTL
>>> #define HAVE_ATAN2L
>>> #define HAVE_POWL
>>> #define HAVE_FMODL
>>> #define HAVE_MODFL
>>> #define HAVE_FREXPL
>>> #define HAVE_LDEXPL
>>> #define HAVE_EXP2L
>>> #define HAVE_LOG2L
>>> #define HAVE_COPYSIGNL
>>> #define HAVE_NEXTAFTERL
>>> #define HAVE_DECL_ISNAN
>>> #define HAVE_DECL_ISINF
>>> #define HAVE_DECL_SIGNBIT
>>> #define HAVE_DECL_ISFINITE
>>> #define HAVE_COMPLEX_H
>>> #define HAVE_CREAL
>>> #define HAVE_CIMAG
>>> #define HAVE_CABS
>>> #define HAVE_CARG
>>> #define HAVE_CEXP
>>> #define HAVE_CSQRT
>>> #define HAVE_CLOG
>>> #define HAVE_CCOS
>>> #define HAVE_CSIN
>>> #define HAVE_CPOW
>>> #define HAVE_CREALF
>>> #define HAVE_CIMAGF
>>> #define HAVE_CABSF
>>> #define HAVE_CARGF
>>> #define HAVE_CEXPF
>>> #define HAVE_CSQRTF
>>> #define HAVE_CLOGF
>>> #define HAVE_CCOSF
>>> #define HAVE_CSINF
>>> #define HAVE_CPOWF
>>> #define HAVE_CREALL
>>> #define HAVE_CIMAGL
>>> #define HAVE_CABSL
>>> #define HAVE_CARGL
>>> #define HAVE_CEXPL
>>> #define HAVE_CSQRTL
>>> #define HAVE_CLOGL
>>> #define HAVE_CCOSL
>>> #define HAVE_CSINL
>>> #define HAVE_CPOWL
>>> #define HAVE_LDOUBLE_INTEL_EXTENDED_12_BYTES_LE 1
>>> #ifndef __cplusplus
>>> /* #undef inline */
>>> #endif
>>>
>>> #ifndef _NPY_NPY_CONFIG_H_
>>> #error config.h should never be included directly, include npy_config.h instead
>>> #endif
>>>
>>> EOF
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h'
>>> to sources.
>>> Generating build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'exp'
>>> gcc -m32 -pthread _configtest.o -o _configtest
>>> _configtest.o(.text+0x19): In function `main':
>>> /home/sanjey/numpy-1.5.0/_configtest.c:6: undefined reference to `exp'
>>> collect2: ld returned 1 exit status
>>> _configtest.o(.text+0x19): In function `main':
>>> /home/sanjey/numpy-1.5.0/_configtest.c:6: undefined reference to `exp'
>>> collect2: ld returned 1 exit status
>>> failure.
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:1: warning: conflicting types for built-in function 'exp'
>>> gcc -m32 -pthread _configtest.o -lm -o _configtest
>>> success!
>>> removing: _configtest.c _configtest.o _configtest
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:5: warning: function declaration isn't a prototype
>>> success!
>>> removing: _configtest.c _configtest.o
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> _configtest.c:4: warning: function declaration isn't a prototype
>>> _configtest.c:5:18: warning: extra tokens at end of #ifndef directive
>>> _configtest.c: In function `main':
>>> _configtest.c:4: warning: control reaches end of non-void function
>>> success!
>>> removing: _configtest.c _configtest.o
>>> File: build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h
>>> #define NPY_HAVE_ENDIAN_H 1
>>> #define NPY_SIZEOF_SHORT SIZEOF_SHORT
>>> #define NPY_SIZEOF_INT SIZEOF_INT
>>> #define NPY_SIZEOF_LONG SIZEOF_LONG
>>> #define NPY_SIZEOF_FLOAT 4
>>> #define NPY_SIZEOF_COMPLEX_FLOAT 8
>>> #define NPY_SIZEOF_DOUBLE 8
>>> #define NPY_SIZEOF_COMPLEX_DOUBLE 16
>>> #define NPY_SIZEOF_LONGDOUBLE 12
>>> #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 24
>>> #define NPY_SIZEOF_PY_INTPTR_T 4
>>> #define NPY_SIZEOF_PY_LONG_LONG 8
>>> #define NPY_SIZEOF_LONGLONG 8
>>> #define NPY_NO_SMP 1
>>> #define NPY_HAVE_DECL_ISNAN
>>> #define NPY_HAVE_DECL_ISINF
>>> #define NPY_HAVE_DECL_SIGNBIT
>>> #define NPY_HAVE_DECL_ISFINITE
>>> #define NPY_USE_C99_COMPLEX
>>> #define NPY_HAVE_COMPLEX_DOUBLE 1
>>> #define NPY_HAVE_COMPLEX_FLOAT 1
>>> #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
>>> #define NPY_USE_C99_FORMATS 1
>>> #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
>>> #define NPY_ABI_VERSION 0x01000009
>>> #define NPY_API_VERSION 0x00000004
>>>
>>> #ifndef __STDC_FORMAT_MACROS
>>> #define __STDC_FORMAT_MACROS 1
>>> #endif
>>>
>>> EOF
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h'
>>> to sources.
>>> executing numpy/core/code_generators/generate_numpy_api.py
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h'
>>> to sources.
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/_sortmodule.c
>>> numpy.core - nothing done with h_files =
>>> ['build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h']
>>> building extension "numpy.core.multiarray" sources
>>> non-existing path in 'numpy/core':
>>> 'build/src.linux-x86_64-2.4/numpy/core/src/multiarray'
>>> creating build/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> conv_template:>
>>> build/src.linux-x86_64-2.4/numpy/core/src/multiarray/scalartypes.c
>>> conv_template:>
>>> build/src.linux-x86_64-2.4/numpy/core/src/multiarray/arraytypes.c
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h'
>>> to sources.
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h'
>>> to sources.
>>> executing numpy/core/code_generators/generate_numpy_api.py
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h'
>>> to sources.
>>> numpy.core - nothing done with h_files =
>>> ['build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h']
>>> building extension "numpy.core.umath" sources
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h'
>>> to sources.
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h'
>>> to sources.
>>> executing numpy/core/code_generators/generate_ufunc_api.py
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__ufunc_api.h'
>>> to sources.
>>> non-existing path in 'numpy/core':
>>> 'build/src.linux-x86_64-2.4/numpy/core/src/umath'
>>> creating build/src.linux-x86_64-2.4/numpy/core/src/umath
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/umath/loops.c
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/umath/umathmodule.c
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/umath/funcs.inc
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/src/umath' to include_dirs.
>>> numpy.core - nothing done with h_files =
>>> ['build/src.linux-x86_64-2.4/numpy/core/src/umath/funcs.inc',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__ufunc_api.h']
>>> building extension "numpy.core.scalarmath" sources
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h'
>>> to sources.
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h'
>>> to sources.
>>> executing numpy/core/code_generators/generate_numpy_api.py
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h'
>>> to sources.
>>> executing numpy/core/code_generators/generate_ufunc_api.py
>>>     adding 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__ufunc_api.h'
>>> to sources.
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/scalarmathmodule.c
>>> numpy.core - nothing done with h_files =
>>> ['build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/_numpyconfig.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h',
>>> 'build/src.linux-x86_64-2.4/numpy/core/include/numpy/__ufunc_api.h']
>>> building extension "numpy.core._dotblas" sources
>>> building extension "numpy.core.umath_tests" sources
>>> conv_template:>    build/src.linux-x86_64-2.4/numpy/core/src/umath/umath_tests.c
>>> building extension "numpy.core.multiarray_tests" sources
>>> conv_template:>
>>> build/src.linux-x86_64-2.4/numpy/core/src/multiarray/multiarray_tests.c
>>> building extension "numpy.lib._compiled_base" sources
>>> building extension "numpy.numarray._capi" sources
>>> building extension "numpy.fft.fftpack_lite" sources
>>> building extension "numpy.linalg.lapack_lite" sources
>>> creating build/src.linux-x86_64-2.4/numpy/linalg
>>>     adding 'numpy/linalg/lapack_litemodule.c' to sources.
>>>     adding 'numpy/linalg/python_xerbla.c' to sources.
>>> building extension "numpy.random.mtrand" sources
>>> creating build/src.linux-x86_64-2.4/numpy/random
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/src/private -Inumpy/core/src
>>> -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4 -c'
>>> gcc: _configtest.c
>>> gcc -m32 -pthread _configtest.o -o _configtest
>>> _configtest
>>> failure.
>>> removing: _configtest.c _configtest.o _configtest
>>> building data_files sources
>>> build_src: building npy-pkg config files
>>> running build_py
>>> creating build/lib.linux-x86_64-2.4
>>> creating build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/version.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/matlib.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/ctypeslib.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/__init__.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/setup.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/dual.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/_import_tools.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying numpy/add_newdocs.py ->    build/lib.linux-x86_64-2.4/numpy
>>> copying build/src.linux-x86_64-2.4/numpy/__config__.py ->
>>> build/lib.linux-x86_64-2.4/numpy
>>> creating build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/from_template.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/npy_pkg_config.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/compat.py ->    build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/setupscons.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/__init__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/lib2def.py ->    build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/interactive.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/info.py ->    build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/environment.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/setup.py ->    build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/cpuinfo.py ->    build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/extension.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/core.py ->    build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/intelccompiler.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/log.py ->    build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/__version__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/unixccompiler.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/misc_util.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/line_endings.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/exec_command.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/conv_template.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/ccompiler.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/mingw32ccompiler.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/system_info.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying numpy/distutils/numpy_distribution.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> copying build/src.linux-x86_64-2.4/numpy/distutils/__config__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils
>>> creating build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/install.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/egg_info.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/install_clib.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/bdist_rpm.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/develop.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/install_data.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/__init__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/build_py.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/build_src.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/build_clib.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/build_ext.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/autodist.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/install_headers.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/config.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/config_compiler.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/build.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/build_scripts.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/sdist.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> copying numpy/distutils/command/scons.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/command
>>> creating build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/none.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/hpux.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/compaq.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/absoft.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/vast.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/nag.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/__init__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/sun.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/mips.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/intel.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/gnu.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/g95.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/pg.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/ibm.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> copying numpy/distutils/fcompiler/lahey.py ->
>>> build/lib.linux-x86_64-2.4/numpy/distutils/fcompiler
>>> creating build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/nulltester.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/setup.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/decorators.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/utils.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/noseclasses.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/numpytest.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> copying numpy/testing/nosetester.py ->    build/lib.linux-x86_64-2.4/numpy/testing
>>> creating build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/auxfuncs.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/common_rules.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/cb_rules.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/info.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/setup.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/f2py2e.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/cfuncs.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/crackfortran.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/use_rules.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/diagnose.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/f2py_testing.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/__version__.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/capi_maps.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/func2subr.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/f90mod_rules.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> copying numpy/f2py/rules.py ->    build/lib.linux-x86_64-2.4/numpy/f2py
>>> creating build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/defchararray.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/numeric.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/info.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/function_base.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/getlimits.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/setup.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/fromnumeric.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/shape_base.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/setup_common.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/records.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/memmap.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/arrayprint.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/numerictypes.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/machar.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/_mx_datetime_parser.py ->
>>> build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/scons_support.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/_internal.py ->    build/lib.linux-x86_64-2.4/numpy/core
>>> copying numpy/core/code_generators/generate_numpy_api.py ->
>>> build/lib.linux-x86_64-2.4/numpy/core
>>> creating build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/_datasource.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/arraysetops.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/index_tricks.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/format.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/info.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/function_base.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/setup.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/arrayterator.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/ufunclike.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/shape_base.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/user_array.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/type_check.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/stride_tricks.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/recfunctions.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/npyio.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/_iotools.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/utils.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/financial.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/twodim_base.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/polynomial.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> copying numpy/lib/scimath.py ->    build/lib.linux-x86_64-2.4/numpy/lib
>>> creating build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/functions.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/alter_code1.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/misc.py ->    build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/compat.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/setupscons.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/__init__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/linear_algebra.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/setup.py ->    build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/random_array.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/user_array.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/alter_code2.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/fft.py ->    build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/matrix.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/fix_default_axis.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/rng_stats.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/mlab.py ->    build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/ma.py ->    build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/ufuncs.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/rng.py ->    build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/array_printer.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/typeconv.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/precision.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> copying numpy/oldnumeric/arrayfns.py ->
>>> build/lib.linux-x86_64-2.4/numpy/oldnumeric
>>> creating build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/nd_image.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/util.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/convolve.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/functions.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/alter_code1.py ->
>>> build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/compat.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/setupscons.py ->
>>> build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/linear_algebra.py ->
>>> build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/setup.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/random_array.py ->
>>> build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/alter_code2.py ->
>>> build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/fft.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/matrix.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/numerictypes.py ->
>>> build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/image.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/mlab.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/ma.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/session.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> copying numpy/numarray/ufuncs.py ->    build/lib.linux-x86_64-2.4/numpy/numarray
>>> creating build/lib.linux-x86_64-2.4/numpy/fft
>>> copying numpy/fft/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/fft
>>> copying numpy/fft/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/fft
>>> copying numpy/fft/info.py ->    build/lib.linux-x86_64-2.4/numpy/fft
>>> copying numpy/fft/setup.py ->    build/lib.linux-x86_64-2.4/numpy/fft
>>> copying numpy/fft/fftpack.py ->    build/lib.linux-x86_64-2.4/numpy/fft
>>> copying numpy/fft/helper.py ->    build/lib.linux-x86_64-2.4/numpy/fft
>>> creating build/lib.linux-x86_64-2.4/numpy/linalg
>>> copying numpy/linalg/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/linalg
>>> copying numpy/linalg/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/linalg
>>> copying numpy/linalg/info.py ->    build/lib.linux-x86_64-2.4/numpy/linalg
>>> copying numpy/linalg/setup.py ->    build/lib.linux-x86_64-2.4/numpy/linalg
>>> copying numpy/linalg/linalg.py ->    build/lib.linux-x86_64-2.4/numpy/linalg
>>> creating build/lib.linux-x86_64-2.4/numpy/random
>>> copying numpy/random/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/random
>>> copying numpy/random/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/random
>>> copying numpy/random/info.py ->    build/lib.linux-x86_64-2.4/numpy/random
>>> copying numpy/random/setup.py ->    build/lib.linux-x86_64-2.4/numpy/random
>>> creating build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/version.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/setup.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/bench.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/core.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/testutils.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/timer_comparison.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/extras.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> copying numpy/ma/mrecords.py ->    build/lib.linux-x86_64-2.4/numpy/ma
>>> creating build/lib.linux-x86_64-2.4/numpy/matrixlib
>>> copying numpy/matrixlib/setupscons.py ->
>>> build/lib.linux-x86_64-2.4/numpy/matrixlib
>>> copying numpy/matrixlib/__init__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/matrixlib
>>> copying numpy/matrixlib/setup.py ->    build/lib.linux-x86_64-2.4/numpy/matrixlib
>>> copying numpy/matrixlib/defmatrix.py ->
>>> build/lib.linux-x86_64-2.4/numpy/matrixlib
>>> creating build/lib.linux-x86_64-2.4/numpy/compat
>>> copying numpy/compat/setupscons.py ->    build/lib.linux-x86_64-2.4/numpy/compat
>>> copying numpy/compat/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/compat
>>> copying numpy/compat/setup.py ->    build/lib.linux-x86_64-2.4/numpy/compat
>>> copying numpy/compat/py3k.py ->    build/lib.linux-x86_64-2.4/numpy/compat
>>> copying numpy/compat/_inspect.py ->    build/lib.linux-x86_64-2.4/numpy/compat
>>> creating build/lib.linux-x86_64-2.4/numpy/polynomial
>>> copying numpy/polynomial/__init__.py ->
>>> build/lib.linux-x86_64-2.4/numpy/polynomial
>>> copying numpy/polynomial/setup.py ->    build/lib.linux-x86_64-2.4/numpy/polynomial
>>> copying numpy/polynomial/chebyshev.py ->
>>> build/lib.linux-x86_64-2.4/numpy/polynomial
>>> copying numpy/polynomial/polynomial.py ->
>>> build/lib.linux-x86_64-2.4/numpy/polynomial
>>> copying numpy/polynomial/polyutils.py ->
>>> build/lib.linux-x86_64-2.4/numpy/polynomial
>>> copying numpy/polynomial/polytemplate.py ->
>>> build/lib.linux-x86_64-2.4/numpy/polynomial
>>> creating build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/byteswapping.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/glossary.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/indexing.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/misc.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/internals.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/__init__.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/creation.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/jargon.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/basics.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/io.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/methods_vs_functions.py ->
>>> build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/broadcasting.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/constants.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/howtofind.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/ufuncs.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/subclassing.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/structured_arrays.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> copying numpy/doc/performance.py ->    build/lib.linux-x86_64-2.4/numpy/doc
>>> running build_clib
>>> customize UnixCCompiler
>>> customize UnixCCompiler using build_clib
>>> building 'npymath' library
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4
>>> creating build/temp.linux-x86_64-2.4/build
>>> creating build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4
>>> creating build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy
>>> creating build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core
>>> creating build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src
>>> creating build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src/npymath
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: build/src.linux-x86_64-2.4/numpy/core/src/npymath/npy_math.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/core/src/npymath/npy_math_private.h:24,
>>>                    from numpy/core/src/npymath/npy_math.c.src:56:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/core/src/npymath/npy_math_private.h:21,
>>>                    from numpy/core/src/npymath/npy_math.c.src:56:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> gcc: build/src.linux-x86_64-2.4/numpy/core/src/npymath/ieee754.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/core/src/npymath/npy_math_common.h:8,
>>>                    from numpy/core/src/npymath/ieee754.c.src:7:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/core/src/npymath/npy_math_common.h:4,
>>>                    from numpy/core/src/npymath/ieee754.c.src:7:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> gcc: build/src.linux-x86_64-2.4/numpy/core/src/npymath/npy_math_complex.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/core/src/npymath/npy_math_common.h:8,
>>>                    from numpy/core/src/npymath/npy_math_complex.c.src:31:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/core/src/npymath/npy_math_common.h:4,
>>>                    from numpy/core/src/npymath/npy_math_complex.c.src:31:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> ar: adding 3 object files to build/temp.linux-x86_64-2.4/libnpymath.a
>>> running build_ext
>>> customize UnixCCompiler
>>> customize UnixCCompiler using build_ext
>>> customize GnuFCompiler
>>> gnu: no Fortran 90 compiler found
>>> gnu: no Fortran 90 compiler found
>>> customize GnuFCompiler
>>> gnu: no Fortran 90 compiler found
>>> gnu: no Fortran 90 compiler found
>>> customize GnuFCompiler using build_ext
>>> building 'numpy.core._sort' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: build/src.linux-x86_64-2.4/numpy/core/src/_sortmodule.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/core/src/_sortmodule.c.src:34:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/core/src/_sortmodule.c.src:30:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src/_sortmodule.o
>>> -Lbuild/temp.linux-x86_64-2.4 -lm -o
>>> build/lib.linux-x86_64-2.4/numpy/core/_sort.so
>>> building 'numpy.core.multiarray' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/numpy
>>> creating build/temp.linux-x86_64-2.4/numpy/core
>>> creating build/temp.linux-x86_64-2.4/numpy/core/src
>>> creating build/temp.linux-x86_64-2.4/numpy/core/src/multiarray
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: numpy/core/src/multiarray/multiarraymodule_onefile.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/core/src/multiarray/common.c:8,
>>>                    from numpy/core/src/multiarray/multiarraymodule_onefile.c:8:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/core/src/multiarray/common.c:2,
>>>                    from numpy/core/src/multiarray/multiarraymodule_onefile.c:8:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> In file included from numpy/core/src/multiarray/multiarraymodule_onefile.c:26:
>>> numpy/core/src/multiarray/methods.c: In function `NpyArg_ParseKeywords':
>>> numpy/core/src/multiarray/methods.c:41: warning: passing arg 3 of
>>> `PyArg_VaParseTupleAndKeywords' discards qualifiers from pointer
>>> target type
>>> numpy/core/src/multiarray/flagsobject.c: In function `arrayflags_richcompare':
>>> numpy/core/src/multiarray/flagsobject.c:568: warning: 'cmp' might be
>>> used uninitialized in this function
>>> numpy/core/src/multiarray/multiarraymodule_onefile.c: At top level:
>>> numpy/core/include/numpy/npy_3kcompat.h:331: warning:
>>> 'simple_capsule_dtor' defined but not used
>>> numpy/core/src/multiarray/buffer.c:777: warning:
>>> '_descriptor_from_pep3118_format' defined but not used
>>> numpy/core/src/multiarray/arraytypes.c.src:93: warning:
>>> '_SEQUENCE_MESSAGE' defined but not used
>>> numpy/core/src/multiarray/mapping.c:75: warning: '_array_ass_item'
>>> defined but not used
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/numpy/core/src/multiarray/multiarraymodule_onefile.o
>>> -Lbuild/temp.linux-x86_64-2.4 -lnpymath -lm -o
>>> build/lib.linux-x86_64-2.4/numpy/core/multiarray.so
>>> building 'numpy.core.umath' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/numpy/core/src/umath
>>> compile options: '-Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath
>>> -Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: numpy/core/src/umath/umathmodule_onefile.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/core/src/umath/loops.c.src:7,
>>>                    from numpy/core/src/umath/umathmodule_onefile.c:1:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/core/src/umath/loops.c.src:5,
>>>                    from numpy/core/src/umath/umathmodule_onefile.c:1:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> numpy/core/include/numpy/npy_3kcompat.h:331: warning:
>>> 'simple_capsule_dtor' defined but not used
>>> numpy/core/src/umath/loops.c.src:1258: warning:
>>> 'CLONGDOUBLE_logical_and' defined but not used
>>> numpy/core/src/umath/loops.c.src:1258: warning:
>>> 'CLONGDOUBLE_logical_or' defined but not used
>>> numpy/core/src/umath/loops.c.src:1271: warning:
>>> 'CLONGDOUBLE_logical_xor' defined but not used
>>> numpy/core/src/umath/loops.c.src:1285: warning:
>>> 'CLONGDOUBLE_logical_not' defined but not used
>>> numpy/core/src/umath/loops.c.src:1342: warning:
>>> 'CLONGDOUBLE_ones_like' defined but not used
>>> numpy/core/src/umath/loops.c.src:1399: warning: 'CLONGDOUBLE_maximum'
>>> defined but not used
>>> numpy/core/src/umath/loops.c.src:1399: warning: 'CLONGDOUBLE_minimum'
>>> defined but not used
>>> numpy/core/src/umath/loops.c.src:1423: warning: 'CLONGDOUBLE_fmax'
>>> defined but not used
>>> numpy/core/src/umath/loops.c.src:1423: warning: 'CLONGDOUBLE_fmin'
>>> defined but not used
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/numpy/core/src/umath/umathmodule_onefile.o
>>> -Lbuild/temp.linux-x86_64-2.4 -lnpymath -lm -o
>>> build/lib.linux-x86_64-2.4/numpy/core/umath.so
>>> building 'numpy.core.scalarmath' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: build/src.linux-x86_64-2.4/numpy/core/src/scalarmathmodule.c
>>> numpy/core/include/numpy/npy_3kcompat.h:331: warning:
>>> 'simple_capsule_dtor' defined but not used
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src/scalarmathmodule.o
>>> -Lbuild/temp.linux-x86_64-2.4 -lm -o
>>> build/lib.linux-x86_64-2.4/numpy/core/scalarmath.so
>>> building 'numpy.core.umath_tests' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src/umath
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: build/src.linux-x86_64-2.4/numpy/core/src/umath/umath_tests.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/core/src/umath/umath_tests.c.src:14:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/core/src/umath/umath_tests.c.src:8:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> numpy/core/include/numpy/npy_3kcompat.h:331: warning:
>>> 'simple_capsule_dtor' defined but not used
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src/umath/umath_tests.o
>>> -Lbuild/temp.linux-x86_64-2.4 -o
>>> build/lib.linux-x86_64-2.4/numpy/core/umath_tests.so
>>> building 'numpy.core.multiarray_tests' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: build/src.linux-x86_64-2.4/numpy/core/src/multiarray/multiarray_tests.c
>>> numpy/core/include/numpy/npy_3kcompat.h:331: warning:
>>> 'simple_capsule_dtor' defined but not used
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/build/src.linux-x86_64-2.4/numpy/core/src/multiarray/multiarray_tests.o
>>> -Lbuild/temp.linux-x86_64-2.4 -o
>>> build/lib.linux-x86_64-2.4/numpy/core/multiarray_tests.so
>>> building 'numpy.lib._compiled_base' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/numpy/lib
>>> creating build/temp.linux-x86_64-2.4/numpy/lib/src
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: numpy/lib/src/_compiled_base.c
>>> In file included from numpy/core/src/private/npy_config.h:4,
>>>                    from numpy/lib/src/_compiled_base.c:4:
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/config.h:34:1:
>>> warning: "HAVE_HYPOT" redefined
>>> In file included from /home/sanjey/include/python2.4/Python.h:8,
>>>                    from numpy/lib/src/_compiled_base.c:1:
>>> /home/sanjey/include/python2.4/pyconfig.h:232:1: warning: this is the
>>> location of the previous definition
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/numpy/lib/src/_compiled_base.o
>>> -Lbuild/temp.linux-x86_64-2.4 -o
>>> build/lib.linux-x86_64-2.4/numpy/lib/_compiled_base.so
>>> building 'numpy.numarray._capi' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/numpy/numarray
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: numpy/numarray/_capi.c
>>> numpy/core/include/numpy/npy_3kcompat.h:331: warning:
>>> 'simple_capsule_dtor' defined but not used
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/numpy/numarray/_capi.o
>>> -Lbuild/temp.linux-x86_64-2.4 -o
>>> build/lib.linux-x86_64-2.4/numpy/numarray/_capi.so
>>> building 'numpy.fft.fftpack_lite' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/numpy/fft
>>> compile options: '-Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: numpy/fft/fftpack_litemodule.c
>>> gcc: numpy/fft/fftpack.c
>>> gcc -m32 -pthread -shared
>>> build/temp.linux-x86_64-2.4/numpy/fft/fftpack_litemodule.o
>>> build/temp.linux-x86_64-2.4/numpy/fft/fftpack.o
>>> -Lbuild/temp.linux-x86_64-2.4 -o
>>> build/lib.linux-x86_64-2.4/numpy/fft/fftpack_lite.so
>>> building 'numpy.linalg.lapack_lite' extension
>>> compiling C sources
>>> C compiler: gcc -m32 -pthread -fno-strict-aliasing -m32 -DNDEBUG -g
>>> -O3 -Wall -Wstrict-prototypes -fPIC
>>>
>>> creating build/temp.linux-x86_64-2.4/numpy/linalg
>>> compile options: '-DNO_ATLAS_INFO=1 -Inumpy/core/include
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/include/numpy
>>> -Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
>>> -Inumpy/core/src/npymath -Inumpy/core/src/multiarray
>>> -Inumpy/core/src/umath -Inumpy/core/include
>>> -I/home/sanjey/include/python2.4
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/multiarray
>>> -Ibuild/src.linux-x86_64-2.4/numpy/core/src/umath -c'
>>> gcc: numpy/linalg/lapack_litemodule.c
>>> gcc: numpy/linalg/python_xerbla.c
>>> /usr/bin/g77 -g -Wall -g -Wall -shared
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o
>>> build/temp.linux-x86_64-2.4/numpy/linalg/python_xerbla.o -L/usr/lib
>>> -Lbuild/temp.linux-x86_64-2.4 -llapack -lblas -lg2c -o
>>> build/lib.linux-x86_64-2.4/numpy/linalg/lapack_lite.so
>>> /usr/bin/ld: skipping incompatible /usr/lib/liblapack.so when
>>> searching for -llapack
>>> /usr/bin/ld: skipping incompatible /usr/lib/liblapack.a when searching
>>> for -llapack
>>> /usr/bin/ld: skipping incompatible /usr/lib/libblas.so when searching for -lblas
>>> /usr/bin/ld: skipping incompatible /usr/lib/libblas.a when searching for -lblas
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
>>> /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
>>> /usr/bin/ld: warning: i386 architecture of input file
>>> `build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o' is
>>> incompatible with i386:x86-64 output
>>> /usr/bin/ld: warning: i386 architecture of input file
>>> `build/temp.linux-x86_64-2.4/numpy/linalg/python_xerbla.o' is
>>> incompatible with i386:x86-64 output
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xae):
>>> In function `lapack_lite_dgeev':
>>> numpy/linalg/lapack_litemodule.c:155: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xfe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x143):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1a3):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1f4):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x272):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x31c):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x460):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ae):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x60e):numpy/linalg/lapack_litemodule.c:171:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x6aa):
>>> In function `lapack_lite_dsyevd':
>>> numpy/linalg/lapack_litemodule.c:241: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x6f4):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x739):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x797):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x7ef):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x869):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x8ff):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xa7c):numpy/linalg/lapack_litemodule.c:254:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xb34):
>>> In function `lapack_lite_zheevd':
>>> numpy/linalg/lapack_litemodule.c:327: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xb7e):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xbc3):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xc23):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xc74):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xce9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xd85):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xe77):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xfb9):numpy/linalg/lapack_litemodule.c:341:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1087):
>>> In function `lapack_lite_dgelsd':
>>> numpy/linalg/lapack_litemodule.c:365: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x10d7):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x111c):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x117d):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x11cf):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1252):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x12e8):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x13d7):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1534):numpy/linalg/lapack_litemodule.c:380:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x15af):
>>> In function `lapack_lite_dgesv':
>>> numpy/linalg/lapack_litemodule.c:398: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x15f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x163e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1692):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x16e7):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x175e):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x189a):numpy/linalg/lapack_litemodule.c:407:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1967):
>>> In function `lapack_lite_dgesdd':
>>> numpy/linalg/lapack_litemodule.c:430: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x19b7):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x19fc):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1a5d):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1aaf):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1b32):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1bc8):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1d15):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1d76):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1efb):numpy/linalg/lapack_litemodule.c:472:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x202b):
>>> In function `lapack_lite_dgetrf':
>>> numpy/linalg/lapack_litemodule.c:488: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2063):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x20ae):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x20fe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2155):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2235):numpy/linalg/lapack_litemodule.c:496:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x22b4):
>>> In function `lapack_lite_dpotrf':
>>> numpy/linalg/lapack_litemodule.c:510: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x22e9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x232d):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x238f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x240a):numpy/linalg/lapack_litemodule.c:516:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x24af):
>>> In function `lapack_lite_dgeqrf':
>>> numpy/linalg/lapack_litemodule.c:529: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x24f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x253e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2598):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x25ef):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2669):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x27a7):numpy/linalg/lapack_litemodule.c:540:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2839):
>>> In function `lapack_lite_dorgqr':
>>> numpy/linalg/lapack_litemodule.c:555: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2883):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x28c8):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2927):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x297f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x29f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2afa):numpy/linalg/lapack_litemodule.c:562:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2bbb):
>>> In function `lapack_lite_zgeev':
>>> numpy/linalg/lapack_litemodule.c:585: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2c0b):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2c50):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2cb0):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2d04):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2d82):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2e2c):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2f6b):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2fb9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x311b):numpy/linalg/lapack_litemodule.c:601:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x31f4):
>>> In function `lapack_lite_zgelsd':
>>> numpy/linalg/lapack_litemodule.c:626: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3244):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3289):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x32ef):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3340):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x33c8):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3471):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x35b1):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x35ff):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x376f):numpy/linalg/lapack_litemodule.c:641:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x37ef):
>>> In function `lapack_lite_zgesv':
>>> numpy/linalg/lapack_litemodule.c:658: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3839):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x387e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x38d2):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3927):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x399e):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3ada):numpy/linalg/lapack_litemodule.c:667:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3bae):
>>> In function `lapack_lite_zgesdd':
>>> numpy/linalg/lapack_litemodule.c:691: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3bfe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3c43):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3cab):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3cff):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3d82):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3e2c):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3f70):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3fbe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4195):numpy/linalg/lapack_litemodule.c:708:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x41ab):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x422b):
>>> In function `lapack_lite_zgetrf':
>>> numpy/linalg/lapack_litemodule.c:724: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4263):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x42ae):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x42fe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4355):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4435):numpy/linalg/lapack_litemodule.c:732:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x44b4):
>>> In function `lapack_lite_zpotrf':
>>> numpy/linalg/lapack_litemodule.c:746: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x44e9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x452d):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x458f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x460a):numpy/linalg/lapack_litemodule.c:751:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x46af):
>>> In function `lapack_lite_zgeqrf':
>>> numpy/linalg/lapack_litemodule.c:764: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x46f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x473e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4798):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x47ef):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4869):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x49a7):numpy/linalg/lapack_litemodule.c:774:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4a39):
>>> In function `lapack_lite_zungqr':
>>> numpy/linalg/lapack_litemodule.c:787: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4a83):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ac8):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4b27):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4b7f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4bf9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4cfa):numpy/linalg/lapack_litemodule.c:797:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4d58):
>>> In function `initlapack_lite':
>>> numpy/linalg/lapack_litemodule.c:858: undefined reference to `Py_InitModule4'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4d71):
>>> In function `initlapack_lite':
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1190:
>>> undefined reference to `PyImport_ImportModule'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4d8d):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1197:
>>> undefined reference to `PyObject_GetAttrString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4da6):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1212:
>>> undefined reference to `PyCObject_Type'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4db5):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1213:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4dc9):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1213:
>>> undefined reference to `PyErr_SetString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4dd7):
>>> In function `initlapack_lite':
>>> numpy/linalg/lapack_litemodule.c:865: undefined reference to `PyErr_Print'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ddd):numpy/linalg/lapack_litemodule.c:865:
>>> undefined reference to `PyExc_ImportError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4df1):numpy/linalg/lapack_litemodule.c:865:
>>> undefined reference to `PyErr_SetString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e18):
>>> In function `initlapack_lite':
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1194:
>>> undefined reference to `PyExc_ImportError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e26):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1221:
>>> undefined reference to `PyErr_SetString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e46):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1217:
>>> undefined reference to `PyCObject_AsVoidPtr'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e88):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1233:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e96):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1233:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ea1):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1221:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4eb6):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1200:
>>> undefined reference to `PyExc_AttributeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f24):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1256:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f2e):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1256:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f46):
>>> In function `initlapack_lite':
>>> numpy/linalg/lapack_litemodule.c:866: undefined reference to `PyModule_GetDict'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f66):numpy/linalg/lapack_litemodule.c:867:
>>> undefined reference to `PyErr_NewException'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f82):numpy/linalg/lapack_litemodule.c:868:
>>> undefined reference to `PyDict_SetItemString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/python_xerbla.o(.text+0x70):
>>> In function `xerbla_':
>>> numpy/linalg/python_xerbla.c:35: undefined reference to `PyExc_ValueError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/python_xerbla.o(.text+0x7e):numpy/linalg/python_xerbla.c:35:
>>> undefined reference to `PyErr_SetString'
>>> collect2: ld returned 1 exit status
>>> /usr/bin/ld: skipping incompatible /usr/lib/liblapack.so when
>>> searching for -llapack
>>> /usr/bin/ld: skipping incompatible /usr/lib/liblapack.a when searching
>>> for -llapack
>>> /usr/bin/ld: skipping incompatible /usr/lib/libblas.so when searching for -lblas
>>> /usr/bin/ld: skipping incompatible /usr/lib/libblas.a when searching for -lblas
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.so when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libm.a when searching for -lm
>>> /usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
>>> /usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
>>> /usr/bin/ld: warning: i386 architecture of input file
>>> `build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o' is
>>> incompatible with i386:x86-64 output
>>> /usr/bin/ld: warning: i386 architecture of input file
>>> `build/temp.linux-x86_64-2.4/numpy/linalg/python_xerbla.o' is
>>> incompatible with i386:x86-64 output
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xae):
>>> In function `lapack_lite_dgeev':
>>> numpy/linalg/lapack_litemodule.c:155: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xfe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x143):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1a3):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1f4):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x272):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x31c):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x460):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ae):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x60e):numpy/linalg/lapack_litemodule.c:171:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x6aa):
>>> In function `lapack_lite_dsyevd':
>>> numpy/linalg/lapack_litemodule.c:241: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x6f4):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x739):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x797):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x7ef):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x869):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x8ff):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xa7c):numpy/linalg/lapack_litemodule.c:254:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xb34):
>>> In function `lapack_lite_zheevd':
>>> numpy/linalg/lapack_litemodule.c:327: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xb7e):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xbc3):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xc23):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xc74):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xce9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xd85):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xe77):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0xfb9):numpy/linalg/lapack_litemodule.c:341:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1087):
>>> In function `lapack_lite_dgelsd':
>>> numpy/linalg/lapack_litemodule.c:365: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x10d7):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x111c):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x117d):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x11cf):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1252):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x12e8):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x13d7):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1534):numpy/linalg/lapack_litemodule.c:380:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x15af):
>>> In function `lapack_lite_dgesv':
>>> numpy/linalg/lapack_litemodule.c:398: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x15f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x163e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1692):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x16e7):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x175e):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x189a):numpy/linalg/lapack_litemodule.c:407:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1967):
>>> In function `lapack_lite_dgesdd':
>>> numpy/linalg/lapack_litemodule.c:430: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x19b7):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x19fc):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1a5d):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1aaf):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1b32):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1bc8):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1d15):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1d76):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x1efb):numpy/linalg/lapack_litemodule.c:472:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x202b):
>>> In function `lapack_lite_dgetrf':
>>> numpy/linalg/lapack_litemodule.c:488: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2063):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x20ae):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x20fe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2155):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2235):numpy/linalg/lapack_litemodule.c:496:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x22b4):
>>> In function `lapack_lite_dpotrf':
>>> numpy/linalg/lapack_litemodule.c:510: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x22e9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x232d):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x238f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x240a):numpy/linalg/lapack_litemodule.c:516:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x24af):
>>> In function `lapack_lite_dgeqrf':
>>> numpy/linalg/lapack_litemodule.c:529: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x24f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x253e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2598):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x25ef):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2669):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x27a7):numpy/linalg/lapack_litemodule.c:540:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2839):
>>> In function `lapack_lite_dorgqr':
>>> numpy/linalg/lapack_litemodule.c:555: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2883):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x28c8):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2927):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x297f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x29f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2afa):numpy/linalg/lapack_litemodule.c:562:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2bbb):
>>> In function `lapack_lite_zgeev':
>>> numpy/linalg/lapack_litemodule.c:585: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2c0b):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2c50):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2cb0):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2d04):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2d82):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2e2c):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2f6b):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x2fb9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x311b):numpy/linalg/lapack_litemodule.c:601:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x31f4):
>>> In function `lapack_lite_zgelsd':
>>> numpy/linalg/lapack_litemodule.c:626: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3244):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3289):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x32ef):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3340):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x33c8):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3471):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x35b1):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x35ff):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x376f):numpy/linalg/lapack_litemodule.c:641:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x37ef):
>>> In function `lapack_lite_zgesv':
>>> numpy/linalg/lapack_litemodule.c:658: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3839):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x387e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x38d2):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3927):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x399e):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3ada):numpy/linalg/lapack_litemodule.c:667:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3bae):
>>> In function `lapack_lite_zgesdd':
>>> numpy/linalg/lapack_litemodule.c:691: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3bfe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3c43):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3cab):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3cff):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3d82):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3e2c):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3f70):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x3fbe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4195):numpy/linalg/lapack_litemodule.c:708:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x41ab):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x422b):
>>> In function `lapack_lite_zgetrf':
>>> numpy/linalg/lapack_litemodule.c:724: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4263):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x42ae):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x42fe):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4355):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4435):numpy/linalg/lapack_litemodule.c:732:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x44b4):
>>> In function `lapack_lite_zpotrf':
>>> numpy/linalg/lapack_litemodule.c:746: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x44e9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x452d):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x458f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x460a):numpy/linalg/lapack_litemodule.c:751:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x46af):
>>> In function `lapack_lite_zgeqrf':
>>> numpy/linalg/lapack_litemodule.c:764: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x46f9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x473e):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4798):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x47ef):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4869):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x49a7):numpy/linalg/lapack_litemodule.c:774:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4a39):
>>> In function `lapack_lite_zungqr':
>>> numpy/linalg/lapack_litemodule.c:787: undefined reference to `PyArg_ParseTuple'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4a83):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ac8):numpy/linalg/lapack_litemodule.c:114:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4b27):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4b7f):numpy/linalg/lapack_litemodule.c:120:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4bf9):numpy/linalg/lapack_litemodule.c:103:
>>> undefined reference to `PyType_IsSubtype'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4cfa):numpy/linalg/lapack_litemodule.c:797:
>>> undefined reference to `Py_BuildValue'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4d58):
>>> In function `initlapack_lite':
>>> numpy/linalg/lapack_litemodule.c:858: undefined reference to `Py_InitModule4'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4d71):
>>> In function `initlapack_lite':
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1190:
>>> undefined reference to `PyImport_ImportModule'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4d8d):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1197:
>>> undefined reference to `PyObject_GetAttrString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4da6):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1212:
>>> undefined reference to `PyCObject_Type'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4db5):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1213:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4dc9):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1213:
>>> undefined reference to `PyErr_SetString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4dd7):
>>> In function `initlapack_lite':
>>> numpy/linalg/lapack_litemodule.c:865: undefined reference to `PyErr_Print'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ddd):numpy/linalg/lapack_litemodule.c:865:
>>> undefined reference to `PyExc_ImportError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4df1):numpy/linalg/lapack_litemodule.c:865:
>>> undefined reference to `PyErr_SetString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e18):
>>> In function `initlapack_lite':
>>> build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1194:
>>> undefined reference to `PyExc_ImportError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e26):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1221:
>>> undefined reference to `PyErr_SetString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e46):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1217:
>>> undefined reference to `PyCObject_AsVoidPtr'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e88):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1233:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4e96):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1233:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4ea1):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1221:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4eb6):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1200:
>>> undefined reference to `PyExc_AttributeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f24):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1256:
>>> undefined reference to `PyExc_RuntimeError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f2e):build/src.linux-x86_64-2.4/numpy/core/include/numpy/__multiarray_api.h:1256:
>>> undefined reference to `PyErr_Format'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f46):
>>> In function `initlapack_lite':
>>> numpy/linalg/lapack_litemodule.c:866: undefined reference to `PyModule_GetDict'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f66):numpy/linalg/lapack_litemodule.c:867:
>>> undefined reference to `PyErr_NewException'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/lapack_litemodule.o(.text+0x4f82):numpy/linalg/lapack_litemodule.c:868:
>>> undefined reference to `PyDict_SetItemString'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/python_xerbla.o(.text+0x70):
>>> In function `xerbla_':
>>> numpy/linalg/python_xerbla.c:35: undefined reference to `PyExc_ValueError'
>>> build/temp.linux-x86_64-2.4/numpy/linalg/python_xerbla.o(.text+0x7e):numpy/linalg/python_xerbla.c:35:
>>> undefined reference to `PyErr_SetString'
>>> collect2: ld returned 1 exit status
>>> _______________________________________________
>>> NumPy-Discussion mailing list
>>> NumPy-Discussion at scipy.org
>>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>> Since you are using the -m32 flag, do you have *all* the 32-bit
>> libraries/headers installed (especially Python 2.4 ones) what appears to
>> be a x86_64 operating system?
>>
>>
>> Bruce
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> NumPy-Discussion mailing list
>> NumPy-Discussion at scipy.org
>> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion

The errors are related to numpy not being able to find the Python 2.4 
32-bit headers.

You have to had built Python 2.4 as 32-bit  and you need to add the 
appropriate path to the appropriate Python 2.4 32-bit  header files when 
running 32-bit Python 2.4.


Bruce



More information about the NumPy-Discussion mailing list