all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm+news@stanford.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Problem building emacs from bzr
Date: Tue, 29 Mar 2011 10:34:12 -0700	[thread overview]
Message-ID: <p4sju57rvv.fsf@xoc2.stanford.edu> (raw)
In-Reply-To: 909d6b12-4546-4467-8d4a-7a7f69815a04@glegroupsg2000goo.googlegroups.com

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.


  reply	other threads:[~2011-03-29 17:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29  9:02 Problem building emacs from bzr Nordlöw
2011-03-29 17:34 ` Glenn Morris [this message]
2011-03-29 21:29 ` Tim X

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=p4sju57rvv.fsf@xoc2.stanford.edu \
    --to=rgm+news@stanford.edu \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.