dlltool: фатальная ошибка: не скомпилировано в поддержку x86_64

Я пытаюсь построить 64-битную версию libpython27.a от python27.dll на Windows 7 x64.

Следуя этим инструкциям, я попытался:

E:\temp>gendef python27.dll
 * [python27.dll] Found PE+ image

E:\temp>dlltool --as-flags=--64 -m i386:x86-64 -k --output-lib libpython27.a --i
nput-def python27.def
Assembler messages:
Fatal error: no compiled in support for x86_64
dlltool: as exited with status 1
dlltool: failed to open temporary head file: dgtnh.o: No such file or directory

Что можно объяснить Fatal error: no compiled in support for x86_64?

Я вижу:

E:\temp>dlltool -h
Usage dlltool <option(s)> <object-file(s)>
   -m --machine <machine>    Create as DLL for <machine>.  [default: i386:x86-64]
        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb
   -e --output-exp <outname> Generate an export file.

Возникает ли проблема из-за того, что possible <machine> не содержит x86_64и если да, то где найти dlltool.exe что поддерживает x86_64?

0 ответов

Другие вопросы по тегам