Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32314

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

Date 2012-10-28 16:43 +0100
From Tobias Marquardt <tm@tobix.eu>
Subject Re: Error compiling python3.2.3: architecture of input file is incompatible
References <mailman.11227.1351389603.27097.python-list@python.org>
Newsgroups comp.lang.python
Message-ID <mailman.2972.1351439020.27098.python-list@python.org> (permalink)

Show all headers | View raw


Am 28.10.2012 03:00, schrieb python-list-request@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Error compiling python3.2.3: architecture of input file is incompatible Tobias Marquardt <tm@tobix.eu> - 2012-10-28 16:43 +0100

csiph-web