[issue11376] Solaris/GCC/shared lib problem

Dave Abrahams report at bugs.python.org
Wed Mar 2 17:19:29 CET 2011


New submission from Dave Abrahams <dave at boostpro.com>:

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'

----------
assignee: tarek
components: Distutils
messages: 129903
nosy: dabrahams, eric.araujo, tarek
priority: normal
severity: normal
status: open
title: Solaris/GCC/shared lib problem
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11376>
_______________________________________


More information about the Python-bugs-list mailing list