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 mhenriq
Recipients mhenriq
Date 2010-09-02.16:01:14
SpamBayes Score 0.00013454616
Marked as misclassified No
Message-id <1283443276.95.0.419317395589.issue9742@psf.upfronthosting.co.za>
In-reply-to
Content
The problem appears to be the lack of a round function in Solaris 9.  This compiles find in Solaris 10, but I need it in Solaris 9.

configure:11989: checking for round
configure:11989: gcc -o conftest -g -O2   conftest.c -lresolv -lsocket -lnsl -lrt -ldl  -lpthread -lm >&5
/var/tmp//ccWVF7bf.o: In function `main':
/usr/local/src/python/Python-2.7/conftest.c:287: undefined reference to `round'
History
Date User Action Args
2010-09-02 16:01:17mhenriqsetrecipients: + mhenriq
2010-09-02 16:01:16mhenriqsetmessageid: <1283443276.95.0.419317395589.issue9742@psf.upfronthosting.co.za>
2010-09-02 16:01:15mhenriqlinkissue9742 messages
2010-09-02 16:01:14mhenriqcreate