[SciPy-dev] building issue in Windows

Igor Sylvester igorsyl at gmail.com
Thu May 22 12:32:06 EDT 2008


Hi.

I am trying to build scipy in Windows.  I am using binutils/mingw and get
the following link error.  How is the official scipy distribution built?
What version of gcc/g77/g++ is used?

I am using the following binutils.
gcc-core-3.4.5-20060117-1.tar.gz
gcc-g77-3.4.5-20060117-1.tar.gz
gcc-g++-3.4.5-20060117-1.tar.gz
mingw-runtime-3.12.tar.gz
w32api-3.9.tar.gz

Thanks for your help!

compile options: '-IPython2.5\include -Inumpy\core\src -Inumpy\core\inclue
-IPython2.5\include -IPython2.5\C -c'
gcc -mno-cygwin -O2 -Wall -Wstrict-prototypes -IPython2.5\include
-Inumpycore\src -Inumpy\core\include -IPython2.5\include -IPython2.5\PC -c
_configtest.c -o _configtest.o
Found executable binutils\bin\gcc.exe
g++ -mno-cygwin _configtest.o -LPython2.5\lib -LC:\ -LPython2.5\libs
-lmsvcr71 -o _configtest.exe
Found executable binutils\bin\g++.exe
Unknown option: -Bdynamic (ignored)
libmingw32.a(pseudo-reloc.o) : error LNK2019: unresolved external symbol
__image_base__ referenced in function _pei386_runtime_relocator
_configtest.exe : fatal error LNK1120: 1 unresolved externals
collect2: ld returned 96 exit status
failure.
removing: _configtest.c _configtest.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20080522/0f4cd0e7/attachment.html>


More information about the SciPy-Dev mailing list