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.
Created on 2010年11月23日 13:38 by daelious, last changed 2022年04月11日 14:57 by admin.
| Messages (3) | |||
|---|---|---|---|
| msg122214 - (view) | Author: Keith Meyer (daelious) | Date: 2010年11月23日 13:38 | |
When running configure on AIX 5.3 using: OPT=-O2 LDFLAGS=-s ./configure --with-gcc="xlc_r -q64" --with-cxx-main="xlC_r -q64" --disable-ipv6 AR="ar -X64" The Makefile still contains g++ as the CXX compiler to be used. |
|||
| msg221437 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年06月24日 08:47 | |
Is this still a problem as AIX is now up to (at least) 7.1? |
|||
| msg338403 - (view) | Author: Michael Felt (Michael.Felt) * | Date: 2019年03月19日 19:47 | |
From memory I do not believe this is still a problem, at least on Python3. There was recently a different issue (do not recall the #) where there was an issue with CXX regardless of compiler. In any case, the apporach I would recommend would be to export the environment variable OBJECT_MODE=64. The only issue I have run into is when pip modules require a C compiler and there is a size mis-match (unset OBJECT_MODE is assumed to be 32. exporting OBJECT_MODE=64 and then running the pip command again ends successfully (or at least goes farther). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:09 | admin | set | github: 54723 |
| 2019年03月19日 19:47:22 | Michael.Felt | set | messages: + msg338403 |
| 2019年03月16日 09:23:20 | xtreak | set | nosy:
+ Michael.Felt |
| 2019年03月16日 09:18:39 | SilentGhost | set | nosy:
+ David.Edelsohn |
| 2019年03月15日 23:40:58 | BreamoreBoy | set | nosy:
- BreamoreBoy |
| 2014年06月24日 08:47:58 | BreamoreBoy | set | type: behavior messages: + msg221437 nosy: + BreamoreBoy |
| 2011年06月14日 15:43:29 | eric.araujo | set | title: configure does not create accurate Makefile -> configure does not create accurate Makefile on AIX |
| 2010年11月23日 13:38:38 | daelious | create | |