Error compiling python3.2.3: architecture of input file is incompatible

Tobias Marquardt tm at tobix.eu
Sun Oct 28 11:43:32 EDT 2012


Am 28.10.2012 03:00, schrieb python-list-request at python.org:
> It looks like you've copied *.o files from your 64 bit build
> to your 32 bit box.  If that's your problem, then the easiest
> solution is to delete everything and start over.
>
> Alternatively, you could run "make distclean"; that will delete
> a lot of generated files and then re-run configure.  After that,
> running "make" should work.
>
>
> Hope this helps,
>
> -- HansM

I was pretty sure I didn't copy the files from the 64 build. Anyway, 
"make distclean" solved the problem.

Thank you!


Tobias



More information about the Python-list mailing list