From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Building 22.1 Date: Sat, 08 Sep 2007 09:44:23 +0300 Message-ID: References: <711a73df0709071041s5deafe5ar6d96851e17da4f33@mail.gmail.com> <711a73df0709071128m1885eb58t2ec873db1e61393c@mail.gmail.com> <711a73df0709071151lebe8a61x8052504f3bd05351@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1189233885 30108 80.91.229.12 (8 Sep 2007 06:44:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 8 Sep 2007 06:44:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 08 08:44:45 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1ITu3f-00022z-Aa for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Sep 2007 08:44:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITu3c-0006IX-Os for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Sep 2007 02:44:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITu3Q-0006IS-Ja for help-gnu-emacs@gnu.org; Sat, 08 Sep 2007 02:44:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITu3O-0006IG-81 for help-gnu-emacs@gnu.org; Sat, 08 Sep 2007 02:44:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITu3O-0006ID-2e for help-gnu-emacs@gnu.org; Sat, 08 Sep 2007 02:44:26 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ITu3N-0003E8-KB for help-gnu-emacs@gnu.org; Sat, 08 Sep 2007 02:44:25 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITu3M-0004Da-OE for help-gnu-emacs@gnu.org; Sat, 08 Sep 2007 02:44:25 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-141-251.inter.net.il [80.230.141.251]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HTC07882 (AUTH halo1); Sat, 8 Sep 2007 09:41:38 +0300 (IDT) In-reply-to: <711a73df0709071151lebe8a61x8052504f3bd05351@mail.gmail.com> (dave.pawson@gmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47325 Archived-At: > Date: Fri, 7 Sep 2007 19:51:24 +0100 > From: "Dave Pawson" > Cc: help-gnu-emacs@gnu.org > > root@marge:/temp# gcc -S test.c > root@marge:/temp# gcc -c test.c > root@marge:/temp# gcc test.c > /usr/bin/ld: crt1.o: No such file: No such file or directory > collect2: ld returned 1 exit status > > Is that the linker failing? Yes. As others told you, you are missing some packages that are necessary for GCC to be able to produce executable programs, just as the configure script complained.