comparison etc/MACHINES @ 75211:9cd33b55eebf

Add information on compiling 32-bit Emacs on 64-bit GNU/Linux. Update copyright for years post-Emacs 21 to present.
author Glenn Morris <rgm@gnu.org>
date Sat, 13 Jan 2007 02:25:58 +0000
parents 3681678d3d86
children 205f53ebfa3e
comparison
equal deleted inserted replaced
75210:ff67423f35be 75211:9cd33b55eebf
1 Emacs machines list 1 Emacs machines list
2 2
3 Copyright (c) 1989, 1990, 1992, 1993, 1998, 2001, 2003, 2006 3 Copyright (c) 1989, 1990, 1992, 1993, 1998, 2001, 2002, 2003, 2004,
4 Free software Foundation, Inc. 4 2005, 2006, 2007 Free Software Foundation, Inc.
5 See the end of the file for copying permissions. 5 See the end of the file for copying permissions.
6 6
7 This is a list of the status of GNU Emacs on various machines and systems. 7 This is a list of the status of GNU Emacs on various machines and systems.
8 8
9 For each system and machine, we give the configuration name you should 9 For each system and machine, we give the configuration name you should
1456 Windows NT/95/98/ME/2000 1456 Windows NT/95/98/ME/2000
1457 1457
1458 For installation on all versions of the MS-Windows platform, see the 1458 For installation on all versions of the MS-Windows platform, see the
1459 file nt/INSTALL. 1459 file nt/INSTALL.
1460 1460
1461 X86_64 GNU/Linux
1462
1463 No special procedures should be needed to build a 64-bit Emacs. To
1464 build a 32-bit Emacs, first ensure that the necessary 32-bit system
1465 libraries and include files are installed. Then use:
1466
1467 env CC="gcc -m32" ./configure --build=i386-linux-gnu \
1468 --x-libraries=/usr/X11R6/lib
1469
1470 (using the location of the 32-bit X libraries on your system).
1471
1461 Xenix (xenix) 1472 Xenix (xenix)
1462 1473
1463 Should work in 18.50, but you will need to edit the files 1474 Should work in 18.50, but you will need to edit the files
1464 `lib-src/Makefile' and `src/ymakefile' 1475 `lib-src/Makefile' and `src/ymakefile'
1465 (see the comments that mention "Xenix" for what to change.) 1476 (see the comments that mention "Xenix" for what to change.)