[issue11376] Solaris/GCC/shared lib problem

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue11376] Solaris/GCC/shared lib problem

2011-06-19 Thread Dave Abrahams
Dave Abrahams d...@boostpro.com added the comment: I run: sudo pip install --upgrade twisted -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11376 ___

[issue11376] Solaris/GCC/shared lib problem

2011-06-19 Thread Dave Abrahams
Dave Abrahams d...@boostpro.com added the comment: Note: even after I install Sun CC, -KPIC is unrecognized. At least it's only a warning in this case: $ sudo pip install --upgrade twisted Downloading/unpacking twisted Running setup.py egg_info for package twisted Downloading/unpacking

[issue11376] Solaris/GCC/shared lib problem

2011-03-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks for the report. What’s the exact command-line you run? In your message, it looks like you run the pycc command which then outputs the gcc error. -- ___ Python tracker rep...@bugs.python.org

[issue11376] Solaris/GCC/shared lib problem

2011-03-02 Thread Dave Abrahams
New submission from Dave Abrahams d...@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