[Numpy-tickets] [NumPy] #969: gfortran does not work on windows when built with MS compiler
NumPy
numpy-tickets@scipy....
Tue Dec 16 11:38:37 CST 2008
#969: gfortran does not work on windows when built with MS compiler
-----------------------------+----------------------------------------------
Reporter: cdavid | Owner: cdavid
Type: defect | Status: new
Priority: high | Milestone: 1.3.0
Component: numpy.distutils | Version: none
Severity: normal | Keywords:
-----------------------------+----------------------------------------------
Looks like some distutils voodoo is needed:
{{{
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe /DLL
/nologo /INCREMENTAL:NO /LIBPATH:c:\mingw\lib\gcc\mingw32\4.3.0
/LIBPATH:C:\Python25\libs /LIBPATH:C:\Python25\PCBuild
/LIBPATH:build\temp.win32-2.5\Release /LIBPATH:C:\Python25\libs
/LIBPATH:C:\Python25\PCBuild gfortran.lib gcc.lib /EXPORT:initmultiarray
build\temp.win32-2.5\Release\numpy\core\src\multiarraymodule.obj
/OUT:build\lib.win32-2.5\numpy\core\multiarray.pyd
/IMPLIB:build\temp.win32-2.5\Release\numpy\core\src\multiarray.lib
LINK : fatal error LNK1181: cannot open input file 'gfortran.lib'
}}}
This is a problem for win64, as g77 is not ported there, only gfortran is.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/969>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list