[Python-Dev] Solaris family and 64 bits compiling (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Mon Nov 22 20:42:16 CET 2010
- Previous message: [Python-Dev] Solaris family and 64 bits compiling
- Next message: [Python-Dev] Solaris family and 64 bits compiling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Solaris overcomes most of the issue having separate library searchpath in 32 and 64 bits (via the "crle" command). But in some cases python try to find some library in "/usr/local/lib", and my point is that it should search TOO inside "/usr/local/lib/64".
I don't think this will work. If the linker finds a library of the wrong ELF type, then it will choke.
Before enabling anything on a build slave, a patch needs to be contributed to make it work in the first place.
Regards, Martin
- Previous message: [Python-Dev] Solaris family and 64 bits compiling
- Next message: [Python-Dev] Solaris family and 64 bits compiling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]