I want emacs-20.4 to run on my FreeBSD 3.2 - can I just grab the
emacs-20.4.tgz from the 3.3-RC and run it? Something more I need to
do?
--
/tommy
--
/tommy
Hope this helps,
Jim
>--
>/tommy
1. emacs-20.4 and AIX-4.2: some solution
Hi all,
Generally it is a bad habit to answer one's own questions.
This answer is (fortunately only partly) my own answer on
my own question.
Problem was:
Building emacs-20.4 on AIX-4.2.1.0 results in a core-dumping
emacs-dump.
Searching deja.com I came upon a few alike things and tried
the following:
I copied src/unexaix.c of the xemacs-21.1.6 distribution over
the one of emacs-20.4. This did not compile and I still do
not know why........next I edited this unexaix.c such that
it read:
int unexec (new_name, a_name, data_start, bss_start, entry_address)
char *new_name, *a_name;
unsigned data_start, bss_start, entry_address;
and not:
int unexec (char *new_name,
char *a_name,
uintptr_t data_start,
uintptr_t bss_start,
uintptr_t entry_address)
Then it compiled and I get a working emacs.
If anyone knows why this editing was necessary I would be
very curious about it.
--
Mazzel, cheers, bye, tabe, moi, tot ziens, have a nice day,
Koos
__________________________to be Y999T-compliant_____________________
Institute for Theoretical Physics | Phone: +31 15 2566804 |
University of Groningen | Phone: +31 70 3116092 |
P.O. Box 800 | Fax: +31 70 3112133 |
9700 AV Groningen, The Netherlands. | Yell: Very, Very loud |
---------------------- use: yyyyyyyyyyyyyyy/mm/dd-------------------
2. Simple ARP ?
5. Emacs-20.2 hangs in RedHat 5.0 alpha
7. NetBSD 1.5 and Emacs-20.7/20.4
9. Anyone had success installing emacs-20.3 on AIX 4.3.2 ??
10. trouble installing emacs-20.2 with Caldera linux-base 1.1
12. Solaris-2.6 Emacs-20 ignores most characters in X11 mode
13. emacs-20.4 on AIX-4.2.1 dump core