[Numpy-discussion] Numpy with uclibc compiled python

David M. Cooke cookedm at physics.mcmaster.ca
Fri Apr 6 14:18:55 EDT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Shepherd wrote:
> You know, looking at the core it looks like it has something to do with 
> the "define(linux)" statement.  I am running linux, but its a buildroot 
> (uclibc) rootfs.  Let me know if you need anymore information.  Thanks.
> 
> Dave
> 
> David Shepherd wrote:
>> Well, I get further into the compile process, but now it fails on 
>> another gcc compile operations.  This is essentially the same error 
>> message I was getting before.  It tries to #include <fenv.h>, but does 
>> not find it (it shouldn't be including it anyway, as you said).  This 
>> time it fails when trying to compile "_capi.c".  Thanks for all your 
>> help so far!

Try this updated patch. It replaces the defined(linux) tests with
defined(__GLIBC__).

- --
|>|\/|<
/------------------------------------------------------------------\
|David M. Cooke              http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGFo8PN9ixZKFWjRQRAsFRAJwKK4pOaxxTUCR71vF3P7R+QMY2dACgsnsY
4xssXvgP96hfEbiOvdSFUUM=
=AT85
-----END PGP SIGNATURE-----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: uclibc-fenv.patch
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070406/8ed42aac/attachment.ksh>


More information about the NumPy-Discussion mailing list