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 skip.montanaro
Recipients belopolsky, brett.cannon, bretthoerner, laca, rhettinger, robert.kern, ronaldoussoren, skip.montanaro, twleung
Date 2009-01-24.13:46:42
SpamBayes Score 5.8330374e-05
Marked as misclassified No
Message-id <18811.7100.983638.249613@montanaro.dyndns.org>
In-reply-to <1232774280.8.0.170652587402.issue4111@psf.upfronthosting.co.za>
Content
Laca> Please see here for discussion about the -G flag on OS X:
    Laca> http://markmail.org/message/4nheqnexjr2o6mcx

    Laca> If I read it correctly, on OS X, you will need to use -h instead
    Laca> of -G and it won't emit an object file (dtrace.o) so you will not
    Laca> need to link it.

    Laca> Unfortunately, this means that the makefile will have to be
    Laca> different on Solaris and OS X :(

We can worm around that using configure.  Thanks for the reference.  That
will go a long way toward getting the Sun dtrace probes working on Mac OSX.
For reference by others, here's Lee Packham's dtrace patch for PostgreSQL on
Mac OSX: http://blog.leenux.org.uk/wp-content/uploads/2008/10/postgresql-825-fixosxdtracediff.gz
History
Date User Action Args
2009-01-24 13:46:44skip.montanarosetrecipients: + skip.montanaro, brett.cannon, rhettinger, ronaldoussoren, belopolsky, bretthoerner, laca, twleung, robert.kern
2009-01-24 13:46:43skip.montanarolinkissue4111 messages
2009-01-24 13:46:42skip.montanarocreate