Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Error': 0.07; 'subject:file': 0.07; 'configure.': 0.09; '*.o': 0.16; 'build.': 0.16; 'email addr:python.org:': 0.16; 're-run': 0.16; 'received:188.40.28': 0.16; 'received:your-server.de': 0.16; 'copied': 0.17; 'bit': 0.21; 'work.': 0.23; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'looks': 0.26; 'easiest': 0.27; 'run': 0.28; 'problem.': 0.32; 'running': 0.32; 'could': 0.32; 'to:addr:python-list': 0.33; 'that,': 0.34; 'problem,': 0.35; "didn't": 0.36; 'should': 0.36; 'thank': 0.36; 'subject:: ': 0.38; 'files': 0.38; 'sure': 0.38; 'delete': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'your': 0.60; "you've": 0.61; 'box.': 0.65; 'email name:python-list-request': 0.91 Date: Sun, 28 Oct 2012 16:43:32 +0100 From: Tobias Marquardt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Error compiling python3.2.3: architecture of input file is incompatible References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: tm@tobix.eu X-Virus-Scanned: Clear (ClamAV 0.97.5/15515/Sun Oct 28 05:29:02 2012) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351439020 news.xs4all.nl 6914 [2001:888:2000:d::a6]:57071 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32314 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