[Python-Dev] --with-tsc compile fails

Neal Norwitz nnorwitz at gmail.com
Thu Sep 16 03:27:57 CEST 2004


On Wed, 15 Sep 2004 14:56:43 -0400, Jeremy Hylton <jhylton at gmail.com> wrote:
> On Wed, 15 Sep 2004 14:51:55 +0100, Michael Hudson <mwh at python.net> wrote:
> >
> > if my limited googling is anything to go by.  It also seems asm/msr.h
> > is a "kernel internal header with absolutely no stable API
> > properties...." (Redhat bugzilla).
> >
> > So, now I've written this email <wink>, I think we should take out the
> > include and put in the #define.

In RedHat 9 and Fedora Core 1, msr.h is not installed under
/usr/include/.  There are only versions for x86 and amd64 in the
kernel source.

Michael's suggestion about adding the #define is probably the best way
to handle it for now.

Neal


More information about the Python-Dev mailing list