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 <pyt...@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?

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to