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 dabrahams
Recipients dabrahams, eric.araujo, tarek
Date 2011-03-02.16:19:29
SpamBayes Score 4.1497704e-05
Marked as misclassified No
Message-id <1299082769.75.0.912514538655.issue11376@psf.upfronthosting.co.za>
In-reply-to
Content
http://twistedmatrix.com/trac/ticket/4916#comment:2 suggests that maybe there's a bug in distutils.  Something in the build process for twisted is deciding that I have Sun CC installed instead of letting pycc, which can handle the job of picking the correct PIC flag, do it properly:

 /usr/lib/python2.6/pycc -DNDEBUG -KPIC -I/usr/include/python2.6 -c
 conftest.c -o conftest.o

 gcc: unrecognized option `-KPIC'
History
Date User Action Args
2011-03-02 16:19:29dabrahamssetrecipients: + dabrahams, tarek, eric.araujo
2011-03-02 16:19:29dabrahamssetmessageid: <1299082769.75.0.912514538655.issue11376@psf.upfronthosting.co.za>
2011-03-02 16:19:29dabrahamslinkissue11376 messages
2011-03-02 16:19:29dabrahamscreate