Mercurial > hg > xemacs-beta
annotate etc/MACHINES @ 1202:6041a741b6d6
[xemacs-hg @ 2003-01-12 11:03:13 by michaels]
2003-01-12 Mike Sperber <mike@xemacs.org>
* configure.in: Check for strupr and strlwr.
2002-12-16 Ben Wing <ben@xemacs.org>
* INSTALL (Rationale):
* configure.in (XE_COMPUTE_RUNPATH):
* configure.usage (Usage):
* configure.usage (--xemacs-compiler):
* configure.usage (--srcdir):
* configure.usage (--with-prefix):
* configure.usage (--bindir): New.
* configure.usage (--datadir): New.
* configure.usage (--statedir): New.
* configure.usage (--libdir): New.
* configure.usage (--infodir): New.
* configure.usage (--mandir): New.
* configure.usage (--lispdir): New.
* configure.usage (--sitelispdir): New.
* configure.usage (--etcdir): New.
* configure.usage (--lockdir): New.
* configure.usage (--archlibdir): New.
* configure.usage (--docdir): New.
* configure.usage (--moduledir): New.
* configure.usage (--with-site-lisp): New.
* configure.usage (--with-site-modules): New.
* configure.usage (--package-path): New.
* configure.usage (--infopath): New.
* configure.usage (--with-xmu):
* configure.usage (--with-tty):
* configure.usage (--with-gif):
* configure.usage (--native-sound-lib):
* configure.usage (--with-xim): New.
* configure.usage (--with-clash-detection): New.
* configure.usage (--with-database):
* configure.usage (--mail-locking):
* configure.usage (--with-ipv6-cname): Removed.
* configure.usage (--error-checking):
Redo usage message more logically, fix some problems. In configure,
when outputting the compilation options, put in a big ugly warning
about using union-type, since it's been known to trigger so many
compiler bugs, invariably leading to weird crashes.
author | michaels |
---|---|
date | Sun, 12 Jan 2003 11:03:16 +0000 |
parents | 223736d75acb |
children |
rev | line source |
---|---|
460 | 1 This is a list of the status of XEmacs on various machines and systems. |
2 See PROBLEMS for particular problems and possible workarounds. | |
0 | 3 |
460 | 4 Much effort has gone into making XEmacs work on as many different |
5 machines, configurations, and compilers as possible. | |
0 | 6 |
460 | 7 Much effort has gone into making XEmacs 64-bit clean. |
0 | 8 |
460 | 9 Much effort has gone into removing system-specific code, and replacing |
10 such code with autodetection at configure time. | |
0 | 11 |
460 | 12 The XEmacs core should build "out of the box" on most Unix-like systems. |
0 | 13 |
460 | 14 XEmacs 21.2 was tested and `make check' succeeded on these Unix |
15 configurations as of 2001-02-10: | |
0 | 16 |
460 | 17 alphaev56-dec-osf4.0e (both Compaq C and gcc) |
18 i386-unknown-freebsd4.2 | |
19 i386-unknown-netbsdelf1.5 | |
20 i586-sco-sysv5uw7.0.1 (both SCO's cc and gcc) | |
21 i686-pc-linux-gnu | |
22 hppa2.0-hp-hpux10.20 (both HP's ANSI cc and gcc) | |
23 mips-sgi-irix6.5 (both MIPSpro cc and gcc) | |
24 rs6000-ibm-aix4.3.0.0 (both IBM's xlc and gcc) | |
25 sparc-sun-solaris2.6 (both Sun's Forte C and gcc) | |
26 sparc-sun-solaris2.7 (both Sun's Forte C and gcc) | |
27 sparc-sun-sunos4.1.4 (gcc) | |
0 | 28 |
460 | 29 Some systems have a dual mode 32-bit/64-bit compiler. On most of |
30 these, XEmacs requires the --pdump configure option to build | |
31 correctly with the 64-bit version of the compiler. | |
0 | 32 |
460 | 33 mips-sgi-irix6.5, CC="gcc -mabi=64" |
34 mips-sgi-irix6.5, CC="cc -64" | |
35 rs6000-ibm-aix4.3.0.0, CC="cc -q64" | |
0 | 36 |
460 | 37 On most of these systems, XEmacs also builds with a C++ compiler, |
38 but not "out of the box". This feature is only for use by the | |
39 maintainers. | |
0 | 40 |
460 | 41 XEmacs 21.2 is known _not_ to work on any machines with m680x0 |
42 processors. Sorry, all you sun3 and Unix PC nostalgia buffs out there. | |
0 | 43 |
460 | 44 VMS has never been supported by XEmacs. In fact, all the old VMS code |
45 inherited from Emacs has been removed. Sorry, all you VMS fans out there. |