help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem building emacs from bzr


From: Glenn Morris
Subject: Re: Problem building emacs from bzr
Date: Tue, 29 Mar 2011 10:34:12 -0700
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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 via email to

[Prev in Thread] Current Thread [Next in Thread]