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 logan
Recipients barry, dmalcolm, doko, logan, ned.deily, taylor
Date 2014-10-01.19:21:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412191303.13.0.953210915733.issue18096@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that this is still reproducible with Python 3.5 (dev) by running:

$ gcc test.c `python3-config --includes --ldflags`

cpython-install/lib/python3.5/config-3.5m/libpython3.5m.a(pytime.o): In function `_PyTime_ObjectToTime_t':
cpython-build/../cpython/Python/pytime.c:371: undefined reference to `ceil'
cpython-build/../cpython/Python/pytime.c:373: undefined reference to `floor'
... skipped ...

I have slightly revised the patch to include Misc/python-config.sh.in as well.  Please have a look.  Thanks.
History
Date User Action Args
2014-10-01 19:21:43logansetrecipients: + logan, barry, doko, ned.deily, dmalcolm, taylor
2014-10-01 19:21:43logansetmessageid: <1412191303.13.0.953210915733.issue18096@psf.upfronthosting.co.za>
2014-10-01 19:21:43loganlinkissue18096 messages
2014-10-01 19:21:42logancreate