From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3409 invoked by alias); 18 Feb 2011 08:55:56 -0000 Received: (qmail 3391 invoked by uid 22791); 18 Feb 2011 08:55:53 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-iy0-f175.google.com (HELO mail-iy0-f175.google.com) (209.85.210.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Feb 2011 08:55:14 +0000 Received: by iyj8 with SMTP id 8so3384136iyj.20 for ; Fri, 18 Feb 2011 00:55:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.167.6 with SMTP id q6mr588801icy.191.1298019312590; Fri, 18 Feb 2011 00:55:12 -0800 (PST) Received: by 10.42.230.68 with HTTP; Fri, 18 Feb 2011 00:55:12 -0800 (PST) In-Reply-To: <1553042347-1297994605-cardhu_decombobulator_blackberry.rim.net-499915399-@bda198.bisx.prod.on.blackberry> References: <1553042347-1297994605-cardhu_decombobulator_blackberry.rim.net-499915399-@bda198.bisx.prod.on.blackberry> Date: Fri, 18 Feb 2011 09:14:00 -0000 Message-ID: Subject: Re: Newbie new to the list From: Jonathan Wakely To: percepticon@gmail.com Cc: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-02/txt/msg00275.txt.bz2 On 18 February 2011 02:03, [p e r c e p t i c o n] wrote: > I have this error: > > /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o: In function `_start That's not an error, it's the run up to an error message, telling you the location of the error. You haven't shown the actual error.