Environment:
- Windows NT 4 sp6
- Python 2.2 (#28, Dec 21 2001,
12:21:22) [MSC 32 bit (Intel)] on win32
- gcc version 2.95.2
19991024 (release) (Mingw, gcc-2.95.2-crtdll.exe)
- GNU dllwrap
0.2.4
- GNU ld 2.9.4
Building with:
python setup.py
build_ext --compiler=mingw32 install
the compilation goes
fine, but the dllwrap part fails:
---%--cut here----
<compilation
part snipped>
c:\gcc\bin\dllwrap.exe -mno-cygwin -mdll -static --
output-lib build\temp.win32-2.2\Release\libellipticc.a --def
build\temp.win32-2.2\Release\ellipticc.def -s
build\temp.win32-2.2\Release\bigint.o build\temp.win32-
2.2\Release\ecc_wrap.o build\temp.win32-
2.2\Release\eliptic.o build\temp.win32-
2.2\Release\int_functions.obuild\temp.win32-
2.2\Release\onb_integer.o build\temp.win32-
2.2\Release\onb.o build\temp.win32-2.2\Release\protocols1.o
build\temp.win32-2.2\Release\sha.o -LC:\Python22\libs -
lpython22 -o build\lib.win32-2.2\ellipticc.pyd
ld: cannot open -
lpython22: No such file or directory
dllwrap: gcc exited with
status 1
error: command 'dllwrap' failed with exit status 1---%--cut
here----
python22.lib is present in the C:\Python22\libs
directory.
(Could this be more a distutils issue ?
Sorry if it
is.)