all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nordlöw <per.nordlow@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Problem building emacs from bzr
Date: Tue, 29 Mar 2011 02:02:22 -0700 (PDT)	[thread overview]
Message-ID: <909d6b12-4546-4467-8d4a-7a7f69815a04@glegroupsg2000goo.googlegroups.com> (raw)

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 i386-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öw


Error follows:

make[1]: Leaving directory `/home/per/ware/emacs/lib-src'
boot=bootstrap-emacs;                         \
	if [ ! -x "src/$boot" ]; then                                     \
	    cd src; make all - --jobserver-fds=3,4 -j                                   \
	      CC='ccache gcc-4.5' CFLAGS='-march=native -fshow-column -fdirectives-only -O6 -fomit-frame-pointer -funroll-loops  -ftree-vectorize -ftree-vectorizer-verbose=1 -floop-interchange -floop-block -flto' CPPFLAGS=''         \
	      LDFLAGS='-Wl,-znocombreloc ' MAKE='make' BOOTSTRAPEMACS="$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'


             reply	other threads:[~2011-03-29  9:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-29  9:02 Nordlöw [this message]
2011-03-29 17:34 ` Problem building emacs from bzr Glenn Morris
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=909d6b12-4546-4467-8d4a-7a7f69815a04@glegroupsg2000goo.googlegroups.com \
    --to=per.nordlow@gmail.com \
    --cc=gnu.emacs.help@googlegroups.com \
    --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.