[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Building 22.1
From: |
Sven Joachim |
Subject: |
Re: Building 22.1 |
Date: |
Fri, 07 Sep 2007 21:26:54 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
"Dave Pawson" <dave.pawson@gmail.com> 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
- Re: Building 22.1, (continued)
- Re: Building 22.1, Eli Zaretskii, 2007/09/08
- Re: Building 22.1, Dave Pawson, 2007/09/08
- Re: Building 22.1, Dave Pawson, 2007/09/08
- Re: Building 22.1, Peter Dyballa, 2007/09/08
- Re: Building 22.1, Dave Pawson, 2007/09/08
- Re: Building 22.1, Peter Dyballa, 2007/09/08
- Re: Building 22.1, Eli Zaretskii, 2007/09/08
- Message not available
- Re: Building 22.1, Giorgos Keramidas, 2007/09/08
- Message not available
- Re: Building 22.1, Tim X, 2007/09/08
- Re: Building 22.1, David Kastrup, 2007/09/09
- Message not available
- Re: Building 22.1,
Sven Joachim <=
- Re: Building 22.1, Dave Pawson, 2007/09/07
Re: Building 22.1, Exal de Jesus Garcia Carrillo, 2007/09/07
Re: Building 22.1, address@hidden, 2007/09/08