From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: Problem building emacs from bzr Date: Tue, 29 Mar 2011 10:34:12 -0700 Organization: None Message-ID: References: <909d6b12-4546-4467-8d4a-7a7f69815a04@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1301430611 15706 80.91.229.12 (29 Mar 2011 20:30:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 29 Mar 2011 20:30:11 +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 22:30:07 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 1Q4fYD-0007n1-V1 for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2011 22:30:06 +0200 Original-Received: from localhost ([127.0.0.1]:59674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4fYC-00041f-NZ for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Mar 2011 16:30:04 -0400 Original-Path: usenet.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: usenet.stanford.edu 1301420052 18931 171.64.109.31 (29 Mar 2011 17:34:12 GMT) Original-X-Complaints-To: action@cs.stanford.edu X-Spook: guns munitions MAPU/L SHA Alliance pour la resistance X-Ran: uPQ|cZ"g_{:!{(Ro1L*aJb@NPFAle)8`:*X2*O?JH[7(=6*|%gr_lG-|a>"uVs$$wddhS^ X-Hue: green X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:URqHwrpnckI0AHEzgp47xnqS9zQ= Original-Xref: usenet.stanford.edu gnu.emacs.help:186382 X-Mailman-Approved-At: Tue, 29 Mar 2011 16:28:37 -0400 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:80514 Archived-At: Nordlöw wrote: > 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 . [...] > Is there another way to instruct the build system to find these files > in i386-linux-gnu. ./configure --help | grep -A1 crt --with-crt-dir=DIR directory containing crtn.o etc. The default is /usr/lib, or /usr/lib64 on some platforms.