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. Linux Frequently Asked Questions with Answers (Part 3 of 6)
3. emacs-20.3 unexec problem
4. Accelerated X Server - Any opinions?
5. NetBSD 1.5 and Emacs-20.7/20.4
6. red hat linux 6.0: configuring dell monitor?
7. Anyone had success installing emacs-20.3 on AIX 4.3.2 ??
8. nohup, ksh
9. Emacs-20.4 on 3.2
10. trouble installing emacs-20.2 with Caldera linux-base 1.1
11. gnuserv and emacs-20.3
12. Solaris-2.6 Emacs-20 ignores most characters in X11 mode
13. emacs-20.4 on AIX-4.2.1 dump core