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: Wed, 16 Jan 2002 13:23:01 -0500

Index: emacs/etc/PROBLEMS
diff -c emacs/etc/PROBLEMS:1.106 emacs/etc/PROBLEMS:1.107
*** emacs/etc/PROBLEMS:1.106    Wed Jan 16 03:54:23 2002
--- emacs/etc/PROBLEMS  Wed Jan 16 13:21:14 2002
***************
*** 27,32 ****
--- 27,45 ----
  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
+ GCC.  Object files compiled with GCC might need some helper functions
+ from libgcc.a, the library which comes with GCC, but the system
+ compiler does not instruct the linker to search libgcc.a during the
+ link stage.
+ 
+ A solution is to link with GCC, like this:
+ 
+       make CC=gcc
+ 
  * Building the MS-Windows port with Cygwin GCC can fail.
  
  Emacs may not build using recent Cygwin builds of GCC, such as Cygwin



reply via email to

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