[NumPy-Tickets] [NumPy] #1496: Numpy build on AIX 5.3 ERROR Undefined symbol .npy_carg
NumPy Trac
numpy-tickets@scipy....
Fri May 28 01:52:42 CDT 2010
#1496: Numpy build on AIX 5.3 ERROR Undefined symbol .npy_carg
------------------------+---------------------------------------------------
Reporter: gdrapala | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: numpy.core | Version:
Keywords: |
------------------------+---------------------------------------------------
Encountered subject error while compiling Numpy from trunk @ r8445. Using
trunk to work around issue #1401 (compiling with gcc on AIX 5.3).
After "dump -g build/temp.aix-5.3-2.6/libnpymath.a" showed all npy_carg*
symbols were missing, made the following change in
numpy/core/src/npymath/npy_math_complex.c.src.
Changed:
/**begin repeat1
* #kind = cabs,carg#
* #KIND = CABS,carg#
*/
to
/**begin repeat1
* #kind = cabs,carg#
* #KIND = CABS,CARG#
*/
and it compiled successfully.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1496>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list