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


Groups > comp.lang.python > #32314 > unrolled thread

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

Started byTobias Marquardt <tm@tobix.eu>
First post2012-10-28 16:43 +0100
Last post2012-10-28 16:43 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromTobias Marquardt <tm@tobix.eu>
Date2012-10-28 16:43 +0100
SubjectRe: Error compiling python3.2.3: architecture of input file is incompatible
Message-ID<mailman.2972.1351439020.27098.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web