[issue13756] Python3.2.2 make fail on cygwin

Holger report at bugs.python.org
Tue Jan 10 13:44:19 CET 2012


New submission from Holger <holger at bille.dk>:

Downloaded Python-3.2.2.tar
cd Python-3.2.2
./configure
make
....
Fail on:
--------------------
.....
ranlib libpython3.2m.a
make: *** No rule to make target `libpython3.2m.dll.a', needed by `python.exe'.  Stop.
--------------------

libpython3.2m.a was built successfully:
--------------------
$ ls -l libpython3.2m.a
-rw-r--r--+ 1 hbille Domain Users 7182050 Jan 10 13:31 libpython3.2m.a
--------------------

I am not sure which part is incorrect. The name with or without "dll"

----------
components: Installation
messages: 151014
nosy: holgerd00d
priority: normal
severity: normal
status: open
title: Python3.2.2 make fail on cygwin
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13756>
_______________________________________


More information about the Python-bugs-list mailing list