[Numpy-discussion] Building master issues on Windows

G Young gfyoung17 at gmail.com
Tue Jan 5 02:45:08 EST 2016


Sure.  I'm running Windows 7 with Python 2.7.11, gcc 4.8.1, and GNU Fortran
5.2.0.  It's very similar to the Appveyor Python 2 build.  When I am in the
numpy root directory, I run "*python setup.py build_ext -i*".  I've
attached the output I get from the terminal.  Perhaps that might illuminate
some issues that I'm not seeing.

Greg

On Mon, Jan 4, 2016 at 8:17 PM, Jaime Fernández del Río <
jaime.frio at gmail.com> wrote:

> On Tue, Jan 5, 2016 at 3:15 AM, G Young <gfyoung17 at gmail.com> wrote:
>
>> Hello all,
>>
>> I've recently encountered issues building numpy off master on Windows in
>> which setup.py complains that it can't find the Advapi library in any
>> directories (which is an empty list).  I scanned the DLL under System32 and
>> ran /sfc scannow as Administrator, and both came up clean.  Is anyone else
>> encountering (or can reproduce) this issue, or is it just me?  Any
>> suggestions about how to resolve this problem?
>>
>
> Can you give more details on your setup?
>
> Jaime
>
> (\__/)
> ( O.o)
> ( > <) Este es Conejo. Copia a Conejo en tu firma y ayúdale en sus planes
> de dominación mundial.
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20160104/d17f12fc/attachment.html>
-------------- next part --------------
Processing numpy/random\mtrand\mtrand.pyx
Cythonizing sources
blas_opt_info:
blas_mkl_info:
  libraries mkl,vml,guide not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

openblas_info:
  libraries openblas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

atlas_3_10_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries tatlas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

atlas_3_10_blas_info:
  libraries satlas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

atlas_blas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

atlas_blas_info:
  libraries f77blas,cblas,atlas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

blas_info:
  FOUND:
    libraries = ['blas']
    library_dirs = ['C:\\Python27\\libs']
    language = f77

  FOUND:
    libraries = ['blas']
    library_dirs = ['C:\\Python27\\libs']
    define_macros = [('NO_ATLAS_INFO', 1)]
    language = f77

non-existing path in 'numpy\\distutils': 'site.cfg'
F2PY Version 2
lapack_opt_info:
openblas_lapack_info:
  libraries openblas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

lapack_mkl_info:
mkl_info:
  libraries mkl,vml,guide not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs']
  NOT AVAILABLE

  NOT AVAILABLE

atlas_3_10_threads_info:
Setting PTATLAS=ATLAS
  libraries tatlas,tatlas not found in C:\Python27\lib
  libraries lapack_atlas not found in C:\Python27\lib
  libraries tatlas,tatlas not found in C:\
  libraries lapack_atlas not found in C:\
  libraries tatlas,tatlas not found in C:\Python27\libs
  libraries lapack_atlas not found in C:\Python27\libs
<class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
  NOT AVAILABLE

atlas_3_10_info:
  libraries satlas,satlas not found in C:\Python27\lib
  libraries lapack_atlas not found in C:\Python27\lib
  libraries satlas,satlas not found in C:\
  libraries lapack_atlas not found in C:\
  libraries satlas,satlas not found in C:\Python27\libs
  libraries lapack_atlas not found in C:\Python27\libs
<class 'numpy.distutils.system_info.atlas_3_10_info'>
  NOT AVAILABLE

atlas_threads_info:
Setting PTATLAS=ATLAS
  libraries ptf77blas,ptcblas,atlas not found in C:\Python27\lib
  libraries lapack_atlas not found in C:\Python27\lib
  libraries ptf77blas,ptcblas,atlas not found in C:\
  libraries lapack_atlas not found in C:\
  libraries ptf77blas,ptcblas,atlas not found in C:\Python27\libs
  libraries lapack_atlas not found in C:\Python27\libs
<class 'numpy.distutils.system_info.atlas_threads_info'>
  NOT AVAILABLE

atlas_info:
  libraries f77blas,cblas,atlas not found in C:\Python27\lib
  libraries lapack_atlas not found in C:\Python27\lib
  libraries f77blas,cblas,atlas not found in C:\
  libraries lapack_atlas not found in C:\
  libraries f77blas,cblas,atlas not found in C:\Python27\libs
  libraries lapack_atlas not found in C:\Python27\libs
<class 'numpy.distutils.system_info.atlas_info'>
  NOT AVAILABLE

lapack_info:
  FOUND:
    libraries = ['lapack']
    library_dirs = ['C:\\Python27\\libs']
    language = f77

  FOUND:
    libraries = ['lapack', 'blas']
    library_dirs = ['C:\\Python27\\libs']
    define_macros = [('NO_ATLAS_INFO', 1)]
    language = f77

running build_ext
running build_src
build_src
building py_modules sources
building library "npymath" sources
creating build
creating build\src.win32-2.7
customize GnuFCompiler
Could not locate executable g77
Could not locate executable f77
customize IntelVisualFCompiler
Could not locate executable ifort
Could not locate executable ifl
customize AbsoftFCompiler
Could not locate executable f90
customize CompaqVisualFCompiler
Found executable C:\MinGW\msys\1.0\bin\DF.exe
Found executable C:\MinGW\msys\1.0\bin\DF.exe
customize IntelItaniumVisualFCompiler
Could not locate executable efl
customize Gnu95FCompiler
Found executable C:\MinGW\mingw64\bin\gfortran.exe
Found executable C:\MinGW\mingw64\bin\gfortran.exe
customize Gnu95FCompiler
customize Gnu95FCompiler using config
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
Found executable C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
Found executable C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
Found executable C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\WinSDK\Bin\mt.exe
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
conv_template:> numpy\core\src\npymath\npy_math.c
conv_template:> numpy\core\src\npymath\ieee754.c
conv_template:> numpy\core\src\npymath\npy_math_complex.c
building library "npysort" sources
conv_template:> numpy\core\src\npysort\quicksort.c
conv_template:> numpy\core\src\npysort\mergesort.c
conv_template:> numpy\core\src\npysort\heapsort.c
conv_template:> numpy\core\src\private\npy_partition.h
  adding 'numpy\core\src\private' to include_dirs.
conv_template:> numpy\core\src\npysort\selection.c
conv_template:> numpy\core\src\private\npy_binsearch.h
conv_template:> numpy\core\src\npysort\binsearch.c
None - nothing done with h_files = ['numpy\\core\\src\\private\\npy_partition.h', 'numpy\\core\\src\\private\\npy_binsearch.h']
building extension "numpy.core._dummy" sources
Generating numpy\core\include/numpy\config.h
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(1) : fatal error C1083: Cannot open include file: 'endian.h': No such file or directory
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(7) : error C2065: 'SIZEOF_LONGDOUBLE' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(5) : error C2118: negative subscript
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(5) : error C2118: negative subscript
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(5) : error C2118: negative subscript
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(5) : error C2118: negative subscript
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj _configtest.c _configtest.obj _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(7) : error C2118: negative subscript
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(7) : error C2118: negative subscript
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_EXPM1' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_LOG1P' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_ACOSH' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_ATANH' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_ASINH' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_FTELLO' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_FSEEKO' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _fallocate referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _strtold_l referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _cbrt referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _strtoull referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _strtoll referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _fseeko referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _ftello referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _nextafter referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log2 referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _exp2 referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _trunc referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _rint referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _atanh referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _asinh referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _acosh referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log1p referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _expm1 referenced in function _main
_configtest.exe : fatal error LNK1120: 17 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _expm1 referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log1p referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _acosh referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _asinh referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _atanh referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _rint referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _trunc referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _exp2 referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log2 referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _nextafter referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _ftello referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _fseeko referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _strtoll referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _strtoull referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _cbrt referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _strtold_l referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _fallocate referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(1) : fatal error C1083: Cannot open include file: 'features.h': No such file or directory
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_isnan referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_isinf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_isfinite referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_bswap32 referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_bswap64 referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_expect referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_mul_overflow referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol ___builtin_prefetch referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(2) : warning C4068: unknown pragma
_configtest.c(3) : warning C4068: unknown pragma
_configtest.c(5) : error C2143: syntax error : missing ')' before '('
_configtest.c(5) : error C2143: syntax error : missing ')' before '('
_configtest.c(5) : error C2091: function returns function
_configtest.c(5) : error C2143: syntax error : missing ')' before 'string'
_configtest.c(5) : error C2091: function returns function
_configtest.c(5) : error C2143: syntax error : missing '{' before 'string'
_configtest.c(5) : error C2059: syntax error : '<Unknown>'
_configtest.c(5) : error C2059: syntax error : ')'
_configtest.c(5) : error C2059: syntax error : ')'
_configtest.c(5) : error C2059: syntax error : ')'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(2) : warning C4068: unknown pragma
_configtest.c(3) : warning C4068: unknown pragma
_configtest.c(5) : error C2143: syntax error : missing ')' before '('
_configtest.c(5) : error C2143: syntax error : missing ')' before '('
_configtest.c(5) : error C2091: function returns function
_configtest.c(5) : error C2143: syntax error : missing ')' before 'string'
_configtest.c(5) : error C2091: function returns function
_configtest.c(5) : error C2143: syntax error : missing '{' before 'string'
_configtest.c(5) : error C2059: syntax error : '<Unknown>'
_configtest.c(5) : error C2059: syntax error : ')'
_configtest.c(5) : error C2059: syntax error : ')'
_configtest.c(5) : error C2059: syntax error : ')'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(2) : warning C4068: unknown pragma
_configtest.c(3) : warning C4068: unknown pragma
_configtest.c(5) : error C2143: syntax error : missing ')' before '('
_configtest.c(5) : error C2143: syntax error : missing ')' before '('
_configtest.c(5) : error C2091: function returns function
_configtest.c(5) : error C2143: syntax error : missing ')' before 'constant'
_configtest.c(5) : error C2091: function returns function
_configtest.c(5) : error C2143: syntax error : missing '{' before 'constant'
_configtest.c(5) : error C2059: syntax error : '<Unknown>'
_configtest.c(5) : error C2059: syntax error : ')'
_configtest.c(5) : error C2059: syntax error : ')'
_configtest.c(5) : error C2059: syntax error : ')'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(2) : warning C4068: unknown pragma
_configtest.c(3) : warning C4068: unknown pragma
_configtest.c(5) : error C2061: syntax error : identifier 'foo'
_configtest.c(5) : error C2059: syntax error : ';'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _cbrtf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _nextafterf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _copysignf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log2f referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _exp2f referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _ldexpf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _frexpf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _modff referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _fmodf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _powf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _atan2f referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _hypotf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _atanhf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _acoshf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _asinhf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _atanf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _acosf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _asinf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _expm1f referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _expf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log1pf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _logf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log10f referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _sqrtf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _truncf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _rintf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _ceilf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _floorf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _fabsf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _tanhf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _coshf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _sinhf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _tanf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _cosf referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _sinf referenced in function _main
_configtest.exe : fatal error LNK1120: 35 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _sinf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _cosf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _tanf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _sinhf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _coshf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _tanhf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _fabsf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _floorf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _ceilf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _rintf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _truncf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _sqrtf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log10f referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _logf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log1pf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _expf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _expm1f referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _asinf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _acosf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _atanf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _asinhf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _acoshf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _atanhf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _hypotf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _atan2f referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _powf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _fmodf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _modff referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _frexpf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _ldexpf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _exp2f referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log2f referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _copysignf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _nextafterf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _cbrtf referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _cbrtl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _nextafterl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _copysignl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log2l referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _exp2l referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _ldexpl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _frexpl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _modfl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _fmodl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _powl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _atan2l referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _hypotl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _atanhl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _acoshl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _asinhl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _atanl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _acosl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _asinl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _expm1l referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _expl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log1pl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _logl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _log10l referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _sqrtl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _truncl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _rintl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _ceill referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _floorl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _fabsl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _tanhl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _coshl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _sinhl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _tanl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _cosl referenced in function _main
_configtest.obj : error LNK2019: unresolved external symbol _sinl referenced in function _main
_configtest.exe : fatal error LNK1120: 35 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _sinl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _cosl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _tanl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _sinhl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _coshl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _tanhl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _fabsl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _floorl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _ceill referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _rintl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _truncl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _sqrtl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log10l referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _logl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log1pl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _expl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _expm1l referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _asinl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _acosl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _atanl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _asinhl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _acoshl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _atanhl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _hypotl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _atan2l referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _powl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _fmodl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _modfl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _frexpl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _ldexpl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _exp2l referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _log2l referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _copysignl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _nextafterl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
_configtest.obj : error LNK2019: unresolved external symbol _cbrtl referenced in function _main
_configtest.exe : fatal error LNK1120: 1 unresolved externals
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_DECL_SIGNBIT' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'HAVE_DECL_ISFINITE' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'signbit' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(8) : error C2065: 'isfinite' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(1) : fatal error C1083: Cannot open include file: 'complex.h': No such file or directory
failure.
removing: _configtest.c _configtest.obj
BUILD_ARCHITECTURE: 'Intel', os.name='nt', sys.platform='win32'
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(2) : error C2146: syntax error : missing ')' before identifier 'a'
_configtest.c(2) : error C2061: syntax error : identifier 'a'
_configtest.c(2) : error C2059: syntax error : ';'
_configtest.c(2) : error C2059: syntax error : ')'
_configtest.c(3) : error C2449: found '{' at file scope (missing function header?)
_configtest.c(5) : error C2059: syntax error : '}'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(2) : error C2146: syntax error : missing ')' before identifier 'a'
_configtest.c(2) : error C2061: syntax error : identifier 'a'
_configtest.c(2) : error C2059: syntax error : ';'
_configtest.c(2) : error C2059: syntax error : ')'
_configtest.c(3) : error C2449: found '{' at file scope (missing function header?)
_configtest.c(5) : error C2059: syntax error : '}'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(3) : error C2054: expected '(' to follow 'inline'
_configtest.c(4) : error C2085: 'static_func' : not in formal parameter list
_configtest.c(4) : error C2143: syntax error : missing ';' before '{'
_configtest.c(7) : error C2054: expected '(' to follow 'inline'
_configtest.c(8) : error C2085: 'nostatic_func' : not in formal parameter list
_configtest.c(8) : error C2143: syntax error : missing ';' before '{'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(3) : error C2054: expected '(' to follow '__inline__'
_configtest.c(4) : error C2085: 'static_func' : not in formal parameter list
_configtest.c(4) : error C2143: syntax error : missing ';' before '{'
_configtest.c(7) : error C2054: expected '(' to follow '__inline__'
_configtest.c(8) : error C2085: 'nostatic_func' : not in formal parameter list
_configtest.c(8) : error C2143: syntax error : missing ';' before '{'
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
success!
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(7) : error C2065: 'Py_UNICODE_WIDE' : undeclared identifier
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
removing: _configtest.c _configtest.obj
File: numpy\core\include/numpy\config.h
#define SIZEOF_PY_INTPTR_T 4
#define SIZEOF_OFF_T 4
#define SIZEOF_PY_LONG_LONG 8
#define MATHLIB 
#define HAVE_SIN 1
#define HAVE_COS 1
#define HAVE_TAN 1
#define HAVE_SINH 1
#define HAVE_COSH 1
#define HAVE_TANH 1
#define HAVE_FABS 1
#define HAVE_FLOOR 1
#define HAVE_CEIL 1
#define HAVE_SQRT 1
#define HAVE_LOG10 1
#define HAVE_LOG 1
#define HAVE_EXP 1
#define HAVE_ASIN 1
#define HAVE_ACOS 1
#define HAVE_ATAN 1
#define HAVE_FMOD 1
#define HAVE_MODF 1
#define HAVE_FREXP 1
#define HAVE_LDEXP 1
#define HAVE_ATAN2 1
#define HAVE_POW 1
#define HAVE_XMMINTRIN_H 1
#define HAVE_EMMINTRIN_H 1
#define HAVE__MM_LOAD_PS 1
#define HAVE__MM_PREFETCH 1
#define HAVE__MM_LOAD_PD 1
#define HAVE___DECLSPEC_THREAD_ 1
#define __NPY_PRIVATE_NO_SIGNAL
#define FORCE_NO_LONG_DOUBLE_FORMATTING
#define NPY_RESTRICT __restrict
#define NPY_RELAXED_STRIDES_CHECKING 1
#define HAVE_LDOUBLE_IEEE_DOUBLE_LE 1
#ifndef __cplusplus
#define inline __inline
#endif

#ifndef _NPY_NPY_CONFIG_H_
#error config.h should never be included directly, include npy_config.h instead
#endif

EOF
  adding 'numpy\core\include/numpy\config.h' to sources.
Generating numpy\core\include/numpy\_numpyconfig.h
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /nologo /INCREMENTAL:NO _configtest.obj /OUT:_configtest.exe /MANIFESTFILE:_configtest.exe.manifest
mt.exe -nologo -manifest _configtest.exe.manifest -outputresource:_configtest.exe;1
success!
removing: _configtest.c _configtest.obj _configtest.exe
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(1) : fatal error C1083: Cannot open include file: 'inttypes.h': No such file or directory
failure.
removing: _configtest.c _configtest.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\src -Inumpy\core -Inumpy\core\src\npymath -Inumpy\core\src\multiarray -Inumpy\core\src\umath -Inumpy\core\src\npysort -IC:\Python27\include -IC:\Python27\PC /Tc_configtest.c /Fo_configtest.obj
_configtest.c
_configtest.c(6) : fatal error C1189: #error :  gcc >= 4 required

failure.
removing: _configtest.c _configtest.obj
File: numpy\core\include/numpy\_numpyconfig.h
#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 8
#define NPY_SIZEOF_COMPLEX_LONGDOUBLE 16
#define NPY_SIZEOF_PY_INTPTR_T 4
#define NPY_SIZEOF_OFF_T 4
#define NPY_SIZEOF_PY_LONG_LONG 8
#define NPY_SIZEOF_LONGLONG 8
#define NPY_NO_SIGNAL 1
#define NPY_NO_SMP 0
#define NPY_HAVE_DECL_ISNAN
#define NPY_HAVE_DECL_ISINF
#define NPY_RELAXED_STRIDES_CHECKING 1
#define NPY_VISIBILITY_HIDDEN 
#define NPY_ABI_VERSION 0x01000009
#define NPY_API_VERSION 0x0000000A

#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS 1
#endif

EOF
  adding 'numpy\core\include/numpy\_numpyconfig.h' to sources.
executing numpy\core\code_generators\generate_numpy_api.py
  adding 'numpy\core\include/numpy\__multiarray_api.h' to sources.
numpy.core - nothing done with h_files = ['numpy\\core\\include/numpy\\config.h', 'numpy\\core\\include/numpy\\_numpyconfig.h', 'numpy\\core\\include/numpy\\__multiarray_api.h']
building extension "numpy.core.multiarray" sources
  adding 'numpy\core\include/numpy\config.h' to sources.
  adding 'numpy\core\include/numpy\_numpyconfig.h' to sources.
executing numpy\core\code_generators\generate_numpy_api.py
  adding 'numpy\core\include/numpy\__multiarray_api.h' to sources.
conv_template:> numpy\core\src\multiarray\arraytypes.c
conv_template:> numpy\core\src\multiarray\einsum.c
conv_template:> numpy\core\src\multiarray\lowlevel_strided_loops.c
conv_template:> numpy\core\src\multiarray\nditer_templ.c
conv_template:> numpy\core\src\multiarray\scalartypes.c
conv_template:> numpy\core\src\private\templ_common.h
  adding 'numpy\core\src\private' to include_dirs.
numpy.core - nothing done with h_files = ['numpy\\core\\src\\private\\templ_common.h', 'numpy\\core\\include/numpy\\config.h', 'numpy\\core\\include/numpy\\_numpyconfig.h', 'numpy\\core\\include/numpy\\__multiarray_api.h']
building extension "numpy.core.umath" sources
  adding 'numpy\core\include/numpy\config.h' to sources.
  adding 'numpy\core\include/numpy\_numpyconfig.h' to sources.
executing numpy\core\code_generators\generate_ufunc_api.py
  adding 'numpy\core\include/numpy\__ufunc_api.h' to sources.
conv_template:> numpy\core\src\umath\funcs.inc
  adding 'numpy\core\src\umath' to include_dirs.
conv_template:> numpy\core\src\umath\simd.inc
conv_template:> numpy\core\src\umath\loops.h
conv_template:> numpy\core\src\umath\loops.c
conv_template:> numpy\core\src\umath\scalarmath.c
numpy.core - nothing done with h_files = ['numpy\\core\\src\\umath\\funcs.inc', 'numpy\\core\\src\\umath\\simd.inc', 'numpy\\core\\src\\umath\\loops.h', 'numpy\\core\\include/numpy\\config.h', 'numpy\\core\\include/numpy\\_numpyconfig.h', 'numpy\\core\\include/numpy\\__ufunc_api.h']
building extension "numpy.core.umath_tests" sources
conv_template:> numpy\core\src\umath\umath_tests.c
building extension "numpy.core.test_rational" sources
conv_template:> numpy\core\src\umath\test_rational.c
building extension "numpy.core.struct_ufunc_test" sources
conv_template:> numpy\core\src\umath\struct_ufunc_test.c
building extension "numpy.core.multiarray_tests" sources
conv_template:> numpy\core\src\multiarray\multiarray_tests.c
building extension "numpy.core.operand_flag_tests" sources
conv_template:> numpy\core\src\umath\operand_flag_tests.c
building extension "numpy.fft.fftpack_lite" sources
building extension "numpy.linalg.lapack_lite" sources
### Warning:  python_xerbla.c is disabled ###
building extension "numpy.linalg._umath_linalg" sources
### Warning:  python_xerbla.c is disabled ###
conv_template:> numpy\linalg\umath_linalg.c
building extension "numpy.random.mtrand" sources
building data_files sources
build_src: building npy-pkg config files
customize MSVCCompiler
customize MSVCCompiler using build_clib
building 'npymath' library
compiling C sources
creating build\temp.win32-2.7
creating build\temp.win32-2.7\numpy
creating build\temp.win32-2.7\numpy\core
creating build\temp.win32-2.7\numpy\core\src
creating build\temp.win32-2.7\numpy\core\src\npymath
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npymath\npy_math.c /Fobuild\temp.win32-2.7\numpy\core\src\npymath\npy_math.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npymath\ieee754.c /Fobuild\temp.win32-2.7\numpy\core\src\npymath\ieee754.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npymath\npy_math_complex.c /Fobuild\temp.win32-2.7\numpy\core\src\npymath\npy_math_complex.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npymath\halffloat.c /Fobuild\temp.win32-2.7\numpy\core\src\npymath\halffloat.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\lib.exe build\temp.win32-2.7\numpy\core\src\npymath\npy_math.obj build\temp.win32-2.7\numpy\core\src\npymath\ieee754.obj build\temp.win32-2.7\numpy\core\src\npymath\npy_math_complex.obj build\temp.win32-2.7\numpy\core\src\npymath\halffloat.obj /OUT:build\temp.win32-2.7\npymath.lib
Found executable C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\lib.exe
building 'npysort' library
compiling C sources
creating build\temp.win32-2.7\numpy\core\src\npysort
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npysort\quicksort.c /Fobuild\temp.win32-2.7\numpy\core\src\npysort\quicksort.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npysort\mergesort.c /Fobuild\temp.win32-2.7\numpy\core\src\npysort\mergesort.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npysort\heapsort.c /Fobuild\temp.win32-2.7\numpy\core\src\npysort\heapsort.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npysort\selection.c /Fobuild\temp.win32-2.7\numpy\core\src\npysort\selection.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\npysort\binsearch.c /Fobuild\temp.win32-2.7\numpy\core\src\npysort\binsearch.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\lib.exe build\temp.win32-2.7\numpy\core\src\npysort\quicksort.obj build\temp.win32-2.7\numpy\core\src\npysort\mergesort.obj build\temp.win32-2.7\numpy\core\src\npysort\heapsort.obj build\temp.win32-2.7\numpy\core\src\npysort\selection.obj build\temp.win32-2.7\numpy\core\src\npysort\binsearch.obj /OUT:build\temp.win32-2.7\npysort.lib
customize MSVCCompiler
customize MSVCCompiler using build_ext
customize GnuFCompiler
customize IntelVisualFCompiler
customize AbsoftFCompiler
customize CompaqVisualFCompiler
customize IntelItaniumVisualFCompiler
customize Gnu95FCompiler
customize Gnu95FCompiler
customize Gnu95FCompiler using build_ext
building 'numpy.core._dummy' extension
compiling C sources
creating build\temp.win32-2.7\Release
creating build\temp.win32-2.7\Release\numpy
creating build\temp.win32-2.7\Release\numpy\core
creating build\temp.win32-2.7\Release\numpy\core\src
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\dummymodule.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\dummymodule.obj
copying C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0\libgfortran.a -> build\temp.win32-2.7\Release\gfortran.lib
copying C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0\libgcc.a -> build\temp.win32-2.7\Release\gcc.lib
copying C:\MinGW\mingw64\x86_64-w64-mingw32\lib\libmingw32.a -> build\temp.win32-2.7\Release\mingw32.lib
copying C:\MinGW\mingw64\x86_64-w64-mingw32\lib\libmingwex.a -> build\temp.win32-2.7\Release\mingwex.lib
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:init_dummy build\temp.win32-2.7\Release\numpy\core\src\dummymodule.obj /OUT:numpy\core\_dummy.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\_dummy.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\_dummy.pyd.manifest
building 'numpy.core.multiarray' extension
compiling C sources
creating build\temp.win32-2.7\Release\numpy\core\src\multiarray
creating build\temp.win32-2.7\Release\numpy\core\src\private
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\alloc.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\alloc.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\arrayobject.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\arrayobject.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\arraytypes.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\arraytypes.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\array_assign.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\array_assign.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\array_assign_scalar.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\array_assign_scalar.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\array_assign_array.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\array_assign_array.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\buffer.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\buffer.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\calculation.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\calculation.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\compiled_base.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\compiled_base.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\common.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\common.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\convert.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\convert.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\convert_datatype.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\convert_datatype.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\conversion_utils.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\conversion_utils.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\ctors.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\ctors.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\datetime.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\datetime_strings.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime_strings.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\datetime_busday.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime_busday.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\datetime_busdaycal.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime_busdaycal.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\descriptor.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\descriptor.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\dtype_transfer.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\dtype_transfer.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\einsum.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\einsum.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\flagsobject.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\flagsobject.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\getset.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\getset.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\hashdescr.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\hashdescr.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\item_selection.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\item_selection.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\iterators.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\iterators.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\lowlevel_strided_loops.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\lowlevel_strided_loops.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\mapping.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\mapping.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\methods.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\methods.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\multiarraymodule.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarraymodule.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\nditer_templ.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_templ.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\nditer_api.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_api.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\nditer_constr.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_constr.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\nditer_pywrap.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_pywrap.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\number.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\number.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\numpymemoryview.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\numpymemoryview.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\numpyos.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\numpyos.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\refcount.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\refcount.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\sequence.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\sequence.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\shape.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\shape.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\scalarapi.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\scalarapi.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\scalartypes.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\scalartypes.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\usertypes.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\usertypes.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\ucsnarrow.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\ucsnarrow.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\vdot.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\vdot.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\private -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\private\mem_overlap.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\private\mem_overlap.obj
could not find library 'npymath' in directories []
could not find library 'npysort' in directories []
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 npymath.lib npysort.lib gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initmultiarray build\temp.win32-2.7\Release\numpy\core\src\multiarray\alloc.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\arrayobject.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\arraytypes.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\array_assign.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\array_assign_scalar.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\array_assign_array.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\buffer.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\calculation.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\compiled_base.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\common.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\convert.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\convert_datatype.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\conversion_utils.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\ctors.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime_strings.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime_busday.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\datetime_busdaycal.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\descriptor.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\dtype_transfer.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\einsum.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\flagsobject.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\getset.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\hashdescr.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\item_selection.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\iterators.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\lowlevel_strided_loops.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\mapping.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\methods.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarraymodule.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_templ.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_api.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_constr.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\nditer_pywrap.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\number.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\numpymemoryview.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\numpyos.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\refcount.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\sequence.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\shape.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\scalarapi.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\scalartypes.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\usertypes.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\ucsnarrow.obj build\temp.win32-2.7\Release\numpy\core\src\multiarray\vdot.obj build\temp.win32-2.7\Release\numpy\core\src\private\mem_overlap.obj /OUT:numpy\core\multiarray.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarray.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarray.pyd.manifest
building 'numpy.core.umath' extension
compiling C sources
creating build\temp.win32-2.7\Release\numpy\core\src\umath
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\umath -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\umathmodule.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\umathmodule.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\umath -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\reduction.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\reduction.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\umath -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\loops.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\loops.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\umath -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\ufunc_object.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\ufunc_object.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\umath -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\scalarmath.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\scalarmath.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\src\umath -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\ufunc_type_resolution.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\ufunc_type_resolution.obj
could not find library 'npymath' in directories []
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 npymath.lib gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initumath build\temp.win32-2.7\Release\numpy\core\src\umath\umathmodule.obj build\temp.win32-2.7\Release\numpy\core\src\umath\reduction.obj build\temp.win32-2.7\Release\numpy\core\src\umath\loops.obj build\temp.win32-2.7\Release\numpy\core\src\umath\ufunc_object.obj build\temp.win32-2.7\Release\numpy\core\src\umath\scalarmath.obj build\temp.win32-2.7\Release\numpy\core\src\umath\ufunc_type_resolution.obj /OUT:numpy\core\umath.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\umath\umath.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\umath\umath.pyd.manifest
building 'numpy.core.umath_tests' extension
compiling C sources
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\umath_tests.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\umath_tests.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initumath_tests build\temp.win32-2.7\Release\numpy\core\src\umath\umath_tests.obj /OUT:numpy\core\umath_tests.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\umath\umath_tests.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\umath\umath_tests.pyd.manifest
building 'numpy.core.test_rational' extension
compiling C sources
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\test_rational.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\test_rational.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:inittest_rational build\temp.win32-2.7\Release\numpy\core\src\umath\test_rational.obj /OUT:numpy\core\test_rational.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\umath\test_rational.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\umath\test_rational.pyd.manifest
building 'numpy.core.struct_ufunc_test' extension
compiling C sources
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\struct_ufunc_test.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\struct_ufunc_test.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initstruct_ufunc_test build\temp.win32-2.7\Release\numpy\core\src\umath\struct_ufunc_test.obj /OUT:numpy\core\struct_ufunc_test.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\umath\struct_ufunc_test.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\umath\struct_ufunc_test.pyd.manifest
building 'numpy.core.multiarray_tests' extension
compiling C sources
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\multiarray\multiarray_tests.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarray_tests.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\private\mem_overlap.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\private\mem_overlap.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initmultiarray_tests build\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarray_tests.obj build\temp.win32-2.7\Release\numpy\core\src\private\mem_overlap.obj /OUT:numpy\core\multiarray_tests.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarray_tests.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\multiarray\multiarray_tests.pyd.manifest
building 'numpy.core.operand_flag_tests' extension
compiling C sources
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\core\src\umath\operand_flag_tests.c /Fobuild\temp.win32-2.7\Release\numpy\core\src\umath\operand_flag_tests.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initoperand_flag_tests build\temp.win32-2.7\Release\numpy\core\src\umath\operand_flag_tests.obj /OUT:numpy\core\operand_flag_tests.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\core\src\umath\operand_flag_tests.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\core\src\umath\operand_flag_tests.pyd.manifest
building 'numpy.fft.fftpack_lite' extension
compiling C sources
creating build\temp.win32-2.7\Release\numpy\fft
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\fft\fftpack_litemodule.c /Fobuild\temp.win32-2.7\Release\numpy\fft\fftpack_litemodule.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\fft\fftpack.c /Fobuild\temp.win32-2.7\Release\numpy\fft\fftpack.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initfftpack_lite build\temp.win32-2.7\Release\numpy\fft\fftpack_litemodule.obj build\temp.win32-2.7\Release\numpy\fft\fftpack.obj /OUT:numpy\fft\fftpack_lite.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\fft\fftpack_lite.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\fft\fftpack_lite.pyd.manifest
building 'numpy.linalg.lapack_lite' extension
compiling C sources
creating build\temp.win32-2.7\Release\numpy\linalg
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DNO_ATLAS_INFO=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\linalg\lapack_litemodule.c /Fobuild\temp.win32-2.7\Release\numpy\linalg\lapack_litemodule.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27\libs /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 lapack.lib blas.lib gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initlapack_lite build\temp.win32-2.7\Release\numpy\linalg\lapack_litemodule.obj /OUT:numpy\linalg\lapack_lite.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\linalg\lapack_lite.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\linalg\lapack_lite.pyd.manifest
building 'numpy.linalg._umath_linalg' extension
compiling C sources
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -DNO_ATLAS_INFO=1 -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\linalg\umath_linalg.c /Fobuild\temp.win32-2.7\Release\numpy\linalg\umath_linalg.obj
could not find library 'npymath' in directories ['C:\\Python27\\libs']
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\Python27\libs /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 npymath.lib lapack.lib blas.lib gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:init_umath_linalg build\temp.win32-2.7\Release\numpy\linalg\umath_linalg.obj /OUT:numpy\linalg\_umath_linalg.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\linalg\_umath_linalg.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\linalg\_umath_linalg.pyd.manifest
building 'numpy.random.mtrand' extension
compiling C sources
creating build\temp.win32-2.7\Release\numpy\random
creating build\temp.win32-2.7\Release\numpy\random\mtrand
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NEEDS_MINGW_TIME_WORKAROUND -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\random\mtrand\mtrand.c /Fobuild\temp.win32-2.7\Release\numpy\random\mtrand\mtrand.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NEEDS_MINGW_TIME_WORKAROUND -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\random\mtrand\randomkit.c /Fobuild\temp.win32-2.7\Release\numpy\random\mtrand\randomkit.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NEEDS_MINGW_TIME_WORKAROUND -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\random\mtrand\initarray.c /Fobuild\temp.win32-2.7\Release\numpy\random\mtrand\initarray.obj
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG /arch:SSE2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNPY_NEEDS_MINGW_TIME_WORKAROUND -Inumpy\core\include -Inumpy\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\src\npysort -IC:\Python27\include -IC:\Python27\PC -Inumpy\core\src\private -Inumpy\core\src\private -Inumpy\core\src\private /Tcnumpy\random\mtrand\distributions.c /Fobuild\temp.win32-2.7\Release\numpy\random\mtrand\distributions.obj
could not find library 'Advapi32' in directories []
C:\Users\Greg\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\link.exe /DLL /nologo /INCREMENTAL:NO /LIBPATH:C:\MinGW\mingw64\lib\gcc\x86_64-w64-mingw32\5.2.0 /LIBPATH:C:\MinGW\mingw64\x86_64-w64-mingw32\lib /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 /LIBPATH:build\temp.win32-2.7\Release /LIBPATH:C:\Python27\libs /LIBPATH:C:\Python27\PCbuild /LIBPATH:C:\Python27\PC\VS9.0 /LIBPATH:build\temp.win32-2.7 Advapi32.lib gfortran.lib gcc.lib mingw32.lib mingwex.lib /EXPORT:initmtrand build\temp.win32-2.7\Release\numpy\random\mtrand\mtrand.obj build\temp.win32-2.7\Release\numpy\random\mtrand\randomkit.obj build\temp.win32-2.7\Release\numpy\random\mtrand\initarray.obj build\temp.win32-2.7\Release\numpy\random\mtrand\distributions.obj /OUT:numpy\random\mtrand.pyd /IMPLIB:build\temp.win32-2.7\Release\numpy\random\mtrand\mtrand.lib /MANIFESTFILE:build\temp.win32-2.7\Release\numpy\random\mtrand\mtrand.pyd.manifest


More information about the NumPy-Discussion mailing list