[Python-Dev] Solaris family and 64 bits compiling (original) (raw)
Jesus Cea jcea at jcea.es
Mon Nov 22 19:34:49 CET 2010
- Previous message: [Python-Dev] Re-enable warnings in regrtest and/or unittest
- Next message: [Python-Dev] Solaris family and 64 bits compiling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
A Solaris installation contains ALWAYS 32 and 64 bits libraries. So in any Solaris you can run 32/64 bits programs, and compile in 32 and 64 bits.
For this, libraries are stores in "/usr/lib", for instance, for 32 bits, while the same 64 bits libraries are stored in "/usr/lib/64".
Currently, python do not considerate this.
We have Solaris 10 buildslaves, but they compile in 32 bits, aparently. For instance <http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.x/builds/2163/steps/configure/logs/stdio>.
We now have 32 and 64 bits OpenIndiana buildslaves, so we can actually check this. They were deployed yesterday.
Apparently the changes would be pretty simple, adding ".../64" to library paths, to try to find the extra libraries.
What do you think?.
Jesus Cea Avion // /// /// jcea at jcea.es - http://www.jcea.es/ // // // // // jabber / xmpp:jcea at jabber.org // // ///// . // // // // // "Things are not so easy" // // // // // // "My name is Dump, Core Dump" /// //_/ // // "El amor es poner tu felicidad en la felicidad de otro" - Leibniz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQCVAwUBTOq3yZlgi5GaxT1NAQLQhAP9G2liX+YveYmfYDOuVjWWS8PE7r2wM/XA 5rik9mJM4Z7/wDnY4wrWjG5l3B9sSyrhhNI1YmIcXm4klfYxV9xTkG9dMNL+2bVc +s98rlTdjNlMVTf8Xc7U3tMpdkG/JK0+XWmRfWsf52ATdtxPHazI9L6KvqdYjNuZ 2w3dXNXErZE= =oYXo -----END PGP SIGNATURE-----
- Previous message: [Python-Dev] Re-enable warnings in regrtest and/or unittest
- Next message: [Python-Dev] Solaris family and 64 bits compiling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]