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

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

bug#11170: emacs install/upgrade fails


From: Glenn Morris
Subject: bug#11170: emacs install/upgrade fails
Date: Thu, 05 Apr 2012 21:12:55 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Paul Roge wrote:

> make[1]: *** No rule to make target `/usr/lib/crt1.o', needed by `temacs'.  
> Stop.

Re-run configure using --with-crt-dir=/path/to/dir .
You need to find the directory on your system that holds crt1.o.
For example, on mine it is /usr/lib/x86_64-linux-gnu .
Yours will be different. The command

gcc --print-file-name=crt1.o

may give you a clue.





reply via email to

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