Skip to content

Instantly share code, notes, and snippets.

@greghaynes
Created December 5, 2013 22:15
Show Gist options
  • Save greghaynes/7815001 to your computer and use it in GitHub Desktop.
Save greghaynes/7815001 to your computer and use it in GitHub Desktop.
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1601: undefined reference to `PyErr_SetString'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyExc_RuntimeError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyErr_SetString'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1628: undefined reference to `PyExc_ImportError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1621: undefined reference to `PyExc_ImportError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1607: undefined reference to `PyExc_AttributeError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1607: undefined reference to `PyErr_SetString'
/idealist/build/sandbox-v0.0/numpy-1.7.1/build/src.linux-x86_64-2.7/numpy/core/include/numpy/__multiarray_api.h:1607: undefined reference to `PyExc_ImportError'
build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o: In function `initlapack_lite':
/idealist/build/sandbox-v0.0/numpy-1.7.1/numpy/linalg/lapack_litemodule.c:872: undefined reference to `PyDict_SetItemString'
/idealist/build/sandbox-v0.0/numpy-1.7.1/numpy/linalg/lapack_litemodule.c:869: undefined reference to `PyErr_SetString'
build/temp.linux-x86_64-2.7/numpy/linalg/python_xerbla.o: In function `xerbla_':
/idealist/build/sandbox-v0.0/numpy-1.7.1/numpy/linalg/python_xerbla.c:35: undefined reference to `PyExc_ValueError'
/idealist/build/sandbox-v0.0/numpy-1.7.1/numpy/linalg/python_xerbla.c:35: undefined reference to `PyErr_SetString'
/usr/lib/gcc/x86_64-linux-gnu/4.4.3/libgfortranbegin.a(fmain.o): In function `main':
(.text+0x26): undefined reference to `MAIN__'
collect2: ld returned 1 exit status
error: Command "/usr/bin/gfortran -Wall -L/idealist/releases/sandbox-v0.0/lib build/temp.linux-x86_64-2.7/numpy/linalg/lapack_litemodule.o build/temp.linux-x86_64-2.7/numpy/linalg/python_xerbla.o -L/usr/lib64 -Lbuild/temp.linux-x86_64-2.7 -llapack -lf77blas -lcblas -latlas -lgfortran -o build/lib.linux-x86_64-2.7/numpy/linalg/lapack_lite.so" failed with exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment