1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* etc/PROBLEMS: Mention the link-time problems on FreeBSD 11.

(Bug#23641)
This commit is contained in:
Eli Zaretskii 2016-06-04 18:45:46 +03:00
parent 9c28e70b4b
commit a5d05f4470

View File

@ -2458,6 +2458,13 @@ files are installed. Then use:
(using the location of the 32-bit X libraries on your system).
*** Building on FreeBSD 11 fails at link time due to unresolved symbol
The symbol is sendmmsg@FBSD_1.4. This is due to a faulty libgio
library on these systems. The solution is to reconfigure Emacs while
disabling all the features that require libgio: rsvg, dbus, gconf, and
imagemagick.
*** Building Emacs for Cygwin can fail with GCC 3
As of Emacs 22.1, there have been stability problems with Cygwin