[NumPy-Tickets] [NumPy] #1401: Scipy Build on AIX 5.3 #error Unknown CPU, please report this to numpy maintainers
NumPy Trac
numpy-tickets@scipy....
Tue Feb 23 08:48:42 CST 2010
#1401: Scipy Build on AIX 5.3 #error Unknown CPU, please report this to numpy
maintainers
-------------------------------------------------+--------------------------
Reporter: A_LARAS | Owner: somebody
Type: defect | Status: new
Priority: highest | Milestone: 1.4.0
Component: numpy.core | Version: 1.4.0
Keywords: Unknown CPU: can not set endianness |
-------------------------------------------------+--------------------------
Comment(by A_LARAS):
Hi David,
I followed your instruction and now I am going further but stuck with new
errors.
This time it's a syntax error :
c++ c++ -bI:/usr/local/Python.2.4/lib/python2.4/config/python.exp
build/temp.aix-5.3-2.4/scipy/interpolate/src/_interpolate.o
-Lbuild/temp.aix-5.3-2.4 -o
build/lib.aix-5.3-2.4/scipy/interpolate/_interpolate.so
c++: c++: No such file or directory
Why I have an extra c++ as an argument ?
If I try the command line, I get:
c++ -bI:/usr/local/Python.2.4/lib/python2.4/config/python.exp
build/temp.aix-5.3-2.4/scipy/interpolate/src/_interpolate.o
-Lbuild/temp.aix-5.3-2.4 -o
build/lib.aix-5.3-2.4/scipy/interpolate/_interpolate.so
c++: unrecognized option
'-bI:/usr/local/Python.2.4/lib/python2.4/config/python.exp'
ld: 0711-317 ERROR: Undefined symbol: .main
ld: 0711-317 ERROR: Undefined symbol: .PyArg_ParseTupleAndKeywords
ld: 0711-317 ERROR: Undefined symbol: PyExc_ValueError
ld: 0711-317 ERROR: Undefined symbol: .PyErr_SetString
ld: 0711-317 ERROR: Undefined symbol: _Py_NoneStruct
ld: 0711-317 ERROR: Undefined symbol: .Py_InitModule4
ld: 0711-317 ERROR: Undefined symbol: .PyImport_ImportModule
ld: 0711-317 ERROR: Undefined symbol: .PyObject_GetAttrString
ld: 0711-317 ERROR: Undefined symbol: PyCObject_Type
ld: 0711-317 ERROR: Undefined symbol: .PyCObject_AsVoidPtr
ld: 0711-317 ERROR: Undefined symbol: PyExc_RuntimeError
ld: 0711-317 ERROR: Undefined symbol: .PyErr_Format
ld: 0711-317 ERROR: Undefined symbol: .PyErr_Print
ld: 0711-317 ERROR: Undefined symbol: PyExc_ImportError
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
information.
collect2: ld returned 8 exit status
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1401#comment:5>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list