This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author holgerd00d
Recipients holgerd00d
Date 2012-01-10.12:44:18
SpamBayes Score 6.441822e-06
Marked as misclassified No
Message-id <1326199459.04.0.575648132034.issue13756@psf.upfronthosting.co.za>
In-reply-to
Content
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"
History
Date User Action Args
2012-01-10 12:44:19holgerd00dsetrecipients: + holgerd00d
2012-01-10 12:44:19holgerd00dsetmessageid: <1326199459.04.0.575648132034.issue13756@psf.upfronthosting.co.za>
2012-01-10 12:44:18holgerd00dlinkissue13756 messages
2012-01-10 12:44:18holgerd00dcreate