From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24400 invoked by alias); 22 Aug 2008 01:52:43 -0000 Received: (qmail 24389 invoked by uid 22791); 22 Aug 2008 01:52:42 -0000 X-Spam-Check-By: sourceware.org Received: from mail01.tanner.com (HELO mail01.tanner.com) (70.137.39.20) by sourceware.org (qpsmtpd/0.31) with SMTP; Fri, 22 Aug 2008 01:52:00 +0000 Received: (qmail 11974 invoked from network); 22 Aug 2008 01:51:58 -0000 Received: from unknown (HELO exchange01.tanner.com) (192.168.104.27) by mail01.tanner.com with SMTP; 22 Aug 2008 01:51:58 -0000 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: 64-bit gcc Date: Fri, 22 Aug 2008 02:04:00 -0000 Message-ID: In-reply-to: <200808191257.28899.zepm@gatech.edu> References: <200808191257.28899.zepm@gatech.edu> From: "Seyran Avanesyan" To: 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: 2008-08/txt/msg00228.txt.bz2 Hi, Which version of gcc should I use to compile 64-bit targets. I used gcc 3.4.5. With -m64 switch I'm getting this message: source_file.c:1: sorry, unimplemented: 64-bit mode not compiled in Thanks, Seyran