diff options
| author | Eli Zaretskii | 2016-06-04 18:45:46 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2016-06-04 18:45:46 +0300 |
| commit | a5d05f447008c4a99d1b00f0af642b4a5ce4cbce (patch) | |
| tree | 0ddac2ab38d35acc0f371c4d531b41b1f14ee7b3 | |
| parent | 9c28e70b4b4b1887030e41103b5f6dd8304585e6 (diff) | |
| download | emacs-a5d05f447008c4a99d1b00f0af642b4a5ce4cbce.tar.gz emacs-a5d05f447008c4a99d1b00f0af642b4a5ce4cbce.zip | |
* etc/PROBLEMS: Mention the link-time problems on FreeBSD 11.
(Bug#23641)
| -rw-r--r-- | etc/PROBLEMS | 7 |
1 files changed, 7 insertions, 0 deletions
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: | |||
| 2458 | 2458 | ||
| 2459 | (using the location of the 32-bit X libraries on your system). | 2459 | (using the location of the 32-bit X libraries on your system). |
| 2460 | 2460 | ||
| 2461 | *** Building on FreeBSD 11 fails at link time due to unresolved symbol | ||
| 2462 | |||
| 2463 | The symbol is sendmmsg@FBSD_1.4. This is due to a faulty libgio | ||
| 2464 | library on these systems. The solution is to reconfigure Emacs while | ||
| 2465 | disabling all the features that require libgio: rsvg, dbus, gconf, and | ||
| 2466 | imagemagick. | ||
| 2467 | |||
| 2461 | *** Building Emacs for Cygwin can fail with GCC 3 | 2468 | *** Building Emacs for Cygwin can fail with GCC 3 |
| 2462 | 2469 | ||
| 2463 | As of Emacs 22.1, there have been stability problems with Cygwin | 2470 | As of Emacs 22.1, there have been stability problems with Cygwin |