/[emacs]/emacs/etc/PROBLEMS
ViewVC logotype

Diff of /emacs/etc/PROBLEMS

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74.4.21 by eliz, Wed Jan 16 19:50:42 2002 UTC revision 1.74.4.22 by eliz, Fri Jan 18 07:50:19 2002 UTC
# Line 27  the script). Line 27  the script).
27  Note that this problem does not pertain to the MS-Windows port of  Note that this problem does not pertain to the MS-Windows port of
28  Emacs, since it doesn't use the preprocessor to generate Makefiles.  Emacs, since it doesn't use the preprocessor to generate Makefiles.
29    
30  * Building Emacs with a system compiler fails during link stage.  * Building Emacs with a system compiler fails to link because of an
31      undefined symbol such as __eprintf which does not appear in Emacs.
32    
33  This can happen if some of the libraries linked into Emacs were built  This can happen if some of the libraries linked into Emacs were built
34  with GCC, but Emacs itself is being linked with a compiler other than  with GCC, but Emacs itself is being linked with a compiler other than
# Line 40  A solution is to link with GCC, like thi Line 41  A solution is to link with GCC, like thi
41    
42          make CC=gcc          make CC=gcc
43    
44    Since the .o object files already exist, this will not recompile Emacs
45    with GCC, but just start by trying again to link temacs.
46    
47  * Building the MS-Windows port with Cygwin GCC can fail.  * Building the MS-Windows port with Cygwin GCC can fail.
48    
49  Emacs may not build using recent Cygwin builds of GCC, such as Cygwin  Emacs may not build using recent Cygwin builds of GCC, such as Cygwin
# Line 1173  when shutting down Windows. Ensure that Line 1177  when shutting down Windows. Ensure that
1177  cleanly before exiting Emacs. For more details, see the FAQ at  cleanly before exiting Emacs. For more details, see the FAQ at
1178  ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html  ftp://ftp.gnu.org/gnu/windows/emacs/doc/index.html
1179    
1180  * Windows 95/98/ME crashes when trying to run non-existent subprocesses.  * Windows 95/98/ME crashes when Emacs invokes non-existent programs.
1181    
1182  When a subprocess you are trying to run is not found on the PATH,  When a program you are trying to run is not found on the PATH,
1183  Windows might respond by crashing or locking up your system.  In  Windows might respond by crashing or locking up your system.  In
1184  particular, this has been reported when trying to compile a Java  particular, this has been reported when trying to compile a Java
1185  program in JDE when javac.exe is installed, but not on the system  program in JDE when javac.exe is installed, but not on the system

Legend:
Removed from v.1.74.4.21  
changed lines
  Added in v.1.74.4.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26