[Python-Dev] Unable to build regex module against Python 3.5 32-bit
MRAB
python at mrabarnett.plus.com
Mon May 25 22:20:47 CEST 2015
More information about the Python-Dev mailing list
Mon May 25 22:20:47 CEST 2015
- Previous message (by thread): [Python-Dev] Unable to build regex module against Python 3.5 32-bit
- Next message (by thread): [Python-Dev] Unable to build regex module against Python 3.5 32-bit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2015-05-25 21:09, Ryan Gonzalez wrote: > Try building the module with -m32. The error message basically means: "../libpython35.a is 32-bit, but what you're building is 64-bit." Gotta love ld! > Unless I've missing something, I'm already passing it to gcc. All of the other versions build without a problem: Python 2.5-2.7 and Python 3.1-3.4, both 32-bit and 64-bit, and now Python 3.5 64-bit. That's 15 building and 1 failing! > On May 25, 2015 3:06:01 PM CDT, MRAB <python at mrabarnett.plus.com> wrote: > > As the subject says, I've been unable to build the regex module against > Python 3.5b1 for 32-bit. MingGW says: > > skipping incompatible .../libpython35.a when searching for -lpython35 > > It builds without a problem against Python 3.5 for 64-bit. > > Any ideas? Should I just wait until beta 2?
- Previous message (by thread): [Python-Dev] Unable to build regex module against Python 3.5 32-bit
- Next message (by thread): [Python-Dev] Unable to build regex module against Python 3.5 32-bit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list