From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.help Subject: Re: Building 22.1 Date: Fri, 07 Sep 2007 21:26:54 +0200 Message-ID: <874pi6jmyp.fsf@gmx.de> References: <711a73df0709071041s5deafe5ar6d96851e17da4f33@mail.gmail.com> <711a73df0709071128m1885eb58t2ec873db1e61393c@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189194079 4921 80.91.229.12 (7 Sep 2007 19:41:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2007 19:41:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 07 21:41:19 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 1ITjha-0004d8-43 for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Sep 2007 21:41:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITjhY-0007hD-42 for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Sep 2007 15:41:12 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: p548664cf.dip.t-dialin.net Original-X-Trace: quimby.gnus.org 1189193185 25922 84.134.100.207 (7 Sep 2007 19:26:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Fri, 7 Sep 2007 19:26:25 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) Cancel-Lock: sha1:/3eVolaxawigJm3XBTdTuqZyFbs= Original-Xref: shelby.stanford.edu gnu.emacs.help:151784 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:47307 Archived-At: "Dave Pawson" writes: > 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? It seems the libc6-dev package is not installed: ,---- | $ dpkg -S crt1.o | | libc6-dev: /usr/lib/Scrt1.o | libc6-dev-amd64: /usr/lib64/Mcrt1.o | libc6-dev-amd64: /usr/lib64/gcrt1.o | libc6-dev: /usr/lib/Mcrt1.o | libc6-dev: /usr/lib/gcrt1.o | libc6-dev-amd64: /usr/lib64/Scrt1.o | libc6-dev-amd64: /usr/lib64/crt1.o | libc6-dev: /usr/lib/crt1.o `---- I'd suggest that you install at least the build-essential metapackage. If you want an Emacs with GUI, you need more development packages, which can be installed with "apt-get build-dep emacs21", if you have an adequate deb-src line in your /etc/apt/sources.list. Regards, Sven