[NumPy-Tickets] [NumPy] #1526: python-numpy-1.4.1/_configtest.c:6: undefined reference to `exp'
NumPy Trac
numpy-tickets@scipy....
Tue Jun 29 13:49:14 CDT 2010
#1526: python-numpy-1.4.1/_configtest.c:6: undefined reference to `exp'
-------------------------+--------------------------------------------------
Reporter: sandro.tosi | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.4.0rc1
Keywords: |
-------------------------+--------------------------------------------------
Hello,
this bug has been filed in the Debian BTS as http://bugs.debian.org/527707
and I'm now forwarding it here.
The report above is about 1.2.1 but it still applies in 1.4.1:
{{{
compile options: '-Inumpy/core/src/private -Inumpy/core/src -Inumpy/core
-Inumpy/core/src/npymath -Inumpy/core/sr
c/multiarray -Inumpy/core/src/umath -Inumpy/core/include
-I/usr/include/python2.6 -c'
gcc: _configtest.c
_configtest.c:1: warning: conflicting types for built-in function ‘exp’
gcc -pthread _configtest.o -o _configtest
_configtest.o: In function `main':
/home/morph/deb/build-area/python-numpy-1.4.1/_configtest.c:6: undefined
reference to `exp'
collect2: ld returned 1 exit status
_configtest.o: In function `main':
/home/morph/deb/build-area/python-numpy-1.4.1/_configtest.c:6: undefined
reference to `exp'
collect2: ld returned 1 exit status
failure.
removing: _configtest.c _configtest.o
C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2
-Wall -Wstrict-prototypes -g -O2 -g -Wall -O2 -fPIC
}}}
a complete log can be found here: http://people.debian.org/~morph/tmp
/python-numpy_1.4.1-1_amd64.build.bz2
Thanks in advance for your help,
Sandro
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1526>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list