emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/PROBLEMS


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/PROBLEMS
Date: Fri, 18 Jan 2002 02:53:34 -0500

Index: emacs/etc/PROBLEMS
diff -c emacs/etc/PROBLEMS:1.108 emacs/etc/PROBLEMS:1.109
*** emacs/etc/PROBLEMS:1.108    Wed Jan 16 14:52:28 2002
--- emacs/etc/PROBLEMS  Fri Jan 18 02:53:34 2002
***************
*** 27,33 ****
  Note that this problem does not pertain to the MS-Windows port of
  Emacs, since it doesn't use the preprocessor to generate Makefiles.
  
! * Building Emacs with a system compiler fails during link stage.
  
  This can happen if some of the libraries linked into Emacs were built
  with GCC, but Emacs itself is being linked with a compiler other than
--- 27,34 ----
  Note that this problem does not pertain to the MS-Windows port of
  Emacs, since it doesn't use the preprocessor to generate Makefiles.
  
! * Building Emacs with a system compiler fails to link because of an
! undefined symbol such as __eprintf which does not appear in Emacs.
  
  This can happen if some of the libraries linked into Emacs were built
  with GCC, but Emacs itself is being linked with a compiler other than
***************
*** 40,45 ****
--- 41,49 ----
  
        make CC=gcc
  
+ Since the .o object files already exist, this will not recompile Emacs
+ with GCC, but just restart by trying again to link temacs.
+ 
  * Building the MS-Windows port with Cygwin GCC can fail.
  
  Emacs may not build using recent Cygwin builds of GCC, such as Cygwin
***************
*** 808,816 ****
  cleanly before exiting Emacs. For more details, see the FAQ at
  http://www.gnu.org/software/emacs/windows/.
  
! * Windows 95/98/ME crashes when trying to run non-existent subprocesses.
  
! When a subprocess you are trying to run is not found on the PATH,
  Windows might respond by crashing or locking up your system.  In
  particular, this has been reported when trying to compile a Java
  program in JDE when javac.exe is installed, but not on the system
--- 812,820 ----
  cleanly before exiting Emacs. For more details, see the FAQ at
  http://www.gnu.org/software/emacs/windows/.
  
! * Windows 95/98/ME crashes when Emacs invokes non-existent programs.
  
! When a program you are trying to run is not found on the PATH,
  Windows might respond by crashing or locking up your system.  In
  particular, this has been reported when trying to compile a Java
  program in JDE when javac.exe is installed, but not on the system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]