From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3287 invoked by alias); 8 Aug 2008 20:57:55 -0000 Received: (qmail 3278 invoked by uid 22791); 8 Aug 2008 20:57:54 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 08 Aug 2008 20:57:03 +0000 Received: from localhost.localdomain ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1KRZ1A-00008d-Qf; Fri, 08 Aug 2008 20:57:00 +0000 Message-ID: <489CB31B.7E97A808@dessent.net> Date: Fri, 08 Aug 2008 22:23:00 -0000 From: Brian Dessent Reply-To: gcc-help@gcc.gnu.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Nate879 CC: gcc-help@gcc.gnu.org Subject: Re: crt1.o not found References: <18898777.post@talk.nabble.com> Content-Type: text/plain; charset=us-ascii 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: 2008-08/txt/msg00079.txt.bz2 Nate879 wrote: > Some other sites say to install "glibc-devel". But AFAIK, this package isn't > available. The exact name of the package varies from distro to distro, but the advice still holds. Debian calls it "libc-dev" which is a virtual package that currently expands to something like libc6-dev. How did you manage to install a compiler without the APT dependencies also causing this package to be installed? It should be automatically added. Oh, I see, it's only "recommends:" not "depends:" . Brian