From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Nordl=F6w?= Newsgroups: gmane.emacs.help Subject: Problem building emacs from bzr Date: Tue, 29 Mar 2011 02:02:22 -0700 (PDT) Organization: http://groups.google.com Message-ID: <909d6b12-4546-4467-8d4a-7a7f69815a04@glegroupsg2000goo.googlegroups.com> Reply-To: gnu.emacs.help@googlegroups.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1301391629 32136 80.91.229.12 (29 Mar 2011 09:40:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 09:40:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 29 11:40:25 2011 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.69) (envelope-from ) id 1Q4VPU-0002MJ-OY for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2011 11:40:24 +0200 Original-Received: from localhost ([127.0.0.1]:50862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4VPU-00037z-8u for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2011 05:40:24 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-NNTP-Posting-Host: 150.227.15.253 Original-X-Trace: posting.google.com 1301389342 20969 127.0.0.1 (29 Mar 2011 09:02:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 29 Mar 2011 09:02:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=150.227.15.253; posting-account=ytJKAgoAAAA1tg4ScoRszebXiIldA5vg User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:186376 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:80504 Archived-At: Hi! I get a build error concerning the files crt1.o, crti.o and crtn.o in /usr/= lib when trying to build emacs dev (bzr) on Ubuntu 11.04. The follow lines = fixes things but this is ugly: pushd /usr/lib sudo ln -s i386-linux-gnu/crt1.o . sudo ln -s i386-linux-gnu/crti.o . sudo ln -s i386-linux-gnu/crtn.o . popd Is there another way to instruct the build system to find these files in i3= 86-linux-gnu. Is this a bug in structure of the gcc-installation on Ubuntu = 11.04? Maybe I should ask gnu.gcc.help aswell... Any feedback appreciated... Thanks in advance, Nordl=F6w Error follows: make[1]: Leaving directory `/home/per/ware/emacs/lib-src' boot=3Dbootstrap-emacs; \ if [ ! -x "src/$boot" ]; then \ cd src; make all - --jobserver-fds=3D3,4 -j = \ CC=3D'ccache gcc-4.5' CFLAGS=3D'-march=3Dnative -fshow-column -fdire= ctives-only -O6 -fomit-frame-pointer -funroll-loops -ftree-vectorize -ftre= e-vectorizer-verbose=3D1 -floop-interchange -floop-block -flto' CPPFLAGS=3D= '' \ LDFLAGS=3D'-Wl,-znocombreloc ' MAKE=3D'make' BOOTSTRAPEMACS=3D"$boot= "; \ fi; make[1]: Entering directory `/home/per/ware/emacs/src' make[1]: *** No rule to make target `/usr/lib/crt1.o', needed by `temacs'. = Stop. make[1]: Leaving directory `/home/per/ware/emacs/src'