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 jcea
Recipients BreamoreBoy, Garen, belopolsky, bretthoerner, chrismiles, danchr, dmalcolm, glyph, jbaker, jcea, laca, mjw, movement, pitrou, rhettinger, robert.kern, ronaldoussoren, sirg3, techtonik, twleung, wsanchez
Date 2010-10-25.17:02:00
SpamBayes Score 0.008303587
Marked as misclassified No
Message-id <1288026128.99.0.0222834439127.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
Compiling the code WITHOUT dtrace support gives an error:

"""
Undefined                       first referenced
 symbol                             in file
__dtrace_python___function__entry   ./libpython3.2m.so
__dtraceenabled_python___function__return ./libpython3.2m.so
__dtrace_python___function__return  ./libpython3.2m.so
__dtraceenabled_python___function__entry ./libpython3.2m.so
ld: fatal: Symbol referencing errors. No output written to python
collect2: ld returned 1 exit status
"""
History
Date User Action Args
2010-10-25 17:02:09jceasetrecipients: + jcea, rhettinger, ronaldoussoren, belopolsky, pitrou, wsanchez, movement, techtonik, glyph, bretthoerner, laca, twleung, jbaker, robert.kern, sirg3, chrismiles, danchr, dmalcolm, mjw, Garen, BreamoreBoy
2010-10-25 17:02:08jceasetmessageid: <1288026128.99.0.0222834439127.issue4111@psf.upfronthosting.co.za>
2010-10-25 17:02:01jcealinkissue4111 messages
2010-10-25 17:02:00jceacreate