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 doko
Recipients belopolsky, brett.cannon, doko, loewis, mark.dickinson, vstinner
Date 2010-07-04.14:47:54
SpamBayes Score 0.053863678
Marked as misclassified No
Message-id <1278254876.42.0.768111469965.issue9012@psf.upfronthosting.co.za>
In-reply-to
Content
doesn't work:

ranlib libpython3.2.a
Modules/_time.o: In function `_PyTime_DoubleToTimet':
/scratch/packages/python/3.2/python3.2-3.2~~20100704/build-shared/../Modules/_time.c:11: multiple definition of `_PyTime_DoubleToTimet'
Modules/_time.o:/scratch/packages/python/3.2/python3.2-3.2~~20100704/build-shared/../Modules/_time.c:11: first defined here
collect2: ld returned 1 exit status
ln: accessing `libpython3.2.so.1.0': No such file or directory
make[1]: *** [libpython3.2.so] Error 1
History
Date User Action Args
2010-07-04 14:47:56dokosetrecipients: + doko, loewis, brett.cannon, mark.dickinson, belopolsky, vstinner
2010-07-04 14:47:56dokosetmessageid: <1278254876.42.0.768111469965.issue9012@psf.upfronthosting.co.za>
2010-07-04 14:47:55dokolinkissue9012 messages
2010-07-04 14:47:54dokocreate