From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7674 invoked by alias); 9 Jul 2006 19:19:14 -0000 Received: (qmail 7665 invoked by uid 22791); 9 Jul 2006 19:19:13 -0000 X-Spam-Check-By: sourceware.org Received: from pantheon-po12.its.yale.edu (HELO pantheon-po12.its.yale.edu) (130.132.50.70) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 09 Jul 2006 19:19:11 +0000 Received: from horde02.its.yale.edu (horde02.its.yale.edu [130.132.50.61]) by pantheon-po12.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id k69JJ9FJ031209 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 9 Jul 2006 15:19:09 -0400 Received: from horde02.its.yale.edu (localhost.localdomain [127.0.0.1]) by horde02.its.yale.edu (8.13.1/8.13.1) with ESMTP id k69JJ9V6016964 for ; Sun, 9 Jul 2006 15:19:09 -0400 Received: (from apache@localhost) by horde02.its.yale.edu (8.13.1/8.13.1/Submit) id k69JJ9cn016963 for gcc-help@gcc.gnu.org; Sun, 9 Jul 2006 15:19:09 -0400 Received: from 65-103-135-228.spkn.qwest.net (65-103-135-228.spkn.qwest.net [65.103.135.228]) by www.mail.yale.edu (Horde MIME library) with HTTP; Sun, 09 Jul 2006 15:19:09 -0400 Message-ID: <20060709151909.hb49fdnhssgo0ooc@www.mail.yale.edu> Date: Sun, 09 Jul 2006 19:19:00 -0000 From: Ben Dean To: gcc-help@gcc.gnu.org Subject: gcc compiler help MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) X-Forwarded-For: 65.103.135.228 X-Remote-Browser: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-07/txt/msg00096.txt.bz2 I am trying to run GCC on mac OSX 10.3.9 and keep encountering the same error. to the command "gcc (or gcc2, gcc3, g++, etc) code.c" I get the message "ld: can't locate the file for: -lcrt1.o" does this just mean I am missing part of the program, and if so, what is the easiest way to get and reinstall it? thanks for your help ben