comparison etc/PROBLEMS @ 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 353ff7e82e90
children 0259a1711394
comparison
equal deleted inserted replaced
75210:ff67423f35be 75211:9cd33b55eebf
2353 2353
2354 This results from a bug in a VERY old version of GNU Sed. To solve 2354 This results from a bug in a VERY old version of GNU Sed. To solve
2355 the problem, install the current version of GNU Sed, then rerun 2355 the problem, install the current version of GNU Sed, then rerun
2356 Emacs's configure script. 2356 Emacs's configure script.
2357 2357
2358 *** Building a 32-bit executable on a 64-bit GNU/Linux architecture.
2359
2360 First ensure that the necessary 32-bit system libraries and include
2361 files are installed. Then use:
2362
2363 env CC="gcc -m32" ./configure --build=i386-linux-gnu \
2364 --x-libraries=/usr/X11R6/lib
2365
2366 (using the location of the 32-bit X libraries on your system).
2367
2358 *** Building the Cygwin port for MS-Windows can fail with some GCC version 2368 *** Building the Cygwin port for MS-Windows can fail with some GCC version
2359 2369
2360 Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is 2370 Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is
2361 reported to either fail or cause Emacs to segfault at run time. In 2371 reported to either fail or cause Emacs to segfault at run time. In
2362 addition, the Cygwin GCC 3.4.4-2 has problems with generating debug 2372 addition, the Cygwin GCC 3.4.4-2 has problems with generating debug
3685 This problem will not happen if the m-...h file for your type 3695 This problem will not happen if the m-...h file for your type
3686 of machine defines NO_UNION_TYPE. 3696 of machine defines NO_UNION_TYPE.
3687 3697
3688 3698
3689 Copyright 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3699 Copyright 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3690 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 3700 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
3691 3701
3692 Copying and redistribution of this file with or without modification 3702 Copying and redistribution of this file with or without modification
3693 are permitted without royalty provided this notice is preserved. 3703 are permitted without royalty provided this notice is preserved.
3694 3704
3695 Local variables: 3705 Local variables: