[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compiling Emacs-cvs on Fedora Core 4 -- solution
From: |
Jochen Küpper |
Subject: |
Compiling Emacs-cvs on Fedora Core 4 -- solution |
Date: |
Thu, 23 Jun 2005 13:57:48 +0200 |
In order to bootstrap Emacs-cvs on Fedora Core 4 I needed the
following:
,----
| setarch i386 -R ./configure --with-gtk && setarch i386 -R gmake bootstrap
`----
Maybe something like the following patch is appropriate:
,----
| Index: etc/PROBLEMS
| -------------------------------------------------------------------
| RCS file: /cvsroot/emacs/emacs/etc/PROBLEMS,v
| retrieving revision 1.175
| diff -u -r1.175 PROBLEMS
| --- etc/PROBLEMS 8 Jun 2005 12:13:32 -0000 1.175
| +++ etc/PROBLEMS 23 Jun 2005 11:55:51 -0000
| @@ -2390,6 +2390,10 @@
|
| setarch i386 ./temacs --batch --load loadup [dump|bootstrap]
|
| +On Fedora Core 4, for example, you should run
| +
| + setarch i386 -R ./configure [options]
| + setarch i386 -R gmake bootstrap
|
| *** Fatal signal in the command temacs -l loadup inc dump.
|
`----
Greetings,
Jochen
--
Einigkeit und Recht und Freiheit http://www.Jochen-Kuepper.de
Liberté, Égalité, Fraternité GnuPG key: CC1B0B4D
(Part 3 you find in my messages before fall 2003.)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Compiling Emacs-cvs on Fedora Core 4 -- solution,
Jochen Küpper <=