From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20746 invoked by alias); 8 Apr 2009 15:12:11 -0000 Received: (qmail 20734 invoked by uid 22791); 8 Apr 2009 15:12:10 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.250) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Apr 2009 15:12:06 +0000 Received: by rv-out-0708.google.com with SMTP id l33so125472rvb.56 for ; Wed, 08 Apr 2009 08:12:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.141.26.19 with SMTP id d19mr573089rvj.84.1239203524418; Wed, 08 Apr 2009 08:12:04 -0700 (PDT) In-Reply-To: <20090408150806.6E2822B073@list.cineca.com> References: <20090408150806.6E2822B073@list.cineca.com> Date: Wed, 08 Apr 2009 15:12:00 -0000 Message-ID: Subject: Re: Error: suffix or operands invalid for `push'" on 64bit boxes From: dan hitt To: Riccardo FABBRIS Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2009-04/txt/msg00095.txt.bz2 Hi Riccardo, It's probably useful if you specify the computer you are using (GNU/Linux, mac, windows). And i bet you have to install a new compiler which is built to produce 32-bit binaries but in my amazing ignorance i don't know if this kind of output can be controlled by a flag. dan On Wed, Apr 8, 2009 at 8:08 AM, Riccardo FABBRIS wrote: > Hi all, > I'm newbie with programming and compiling and I need a help. > I had an error pretty common (the one written as object) installing a program on a computer, but, with the same compiler (gcc-4.1) and using the same process I didn't had it on a previous computer. > Looking on forums I understood is a problem of gcc 64 bits. > How can I change my compiler to 32 bits? > Thanks everybody > Riccardo