From: Eli Zaretskii Date: Sat, 4 Jun 2016 15:45:46 +0000 (+0300) Subject: * etc/PROBLEMS: Mention the link-time problems on FreeBSD 11. X-Git-Tag: emacs-25.0.95~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5d05f4;p=emacs.git * etc/PROBLEMS: Mention the link-time problems on FreeBSD 11. (Bug#23641) --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 84d39a490a8..21346b2dd2a 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -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