diff options
| -rw-r--r-- | etc/PROBLEMS | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index cb06ba7231f..722c90018ad 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -2786,6 +2786,25 @@ with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'. | |||
| 2786 | Using directory paths with spaces is not supported at this time: you | 2786 | Using directory paths with spaces is not supported at this time: you |
| 2787 | must re-configure without using spaces. | 2787 | must re-configure without using spaces. |
| 2788 | 2788 | ||
| 2789 | *** On Solaris, use GNU Make when installing an out-of-tree build | ||
| 2790 | |||
| 2791 | The Emacs configuration process allows you to configure the | ||
| 2792 | build environment so that you can build emacs in a directory | ||
| 2793 | outside of the distribution tree. When installing Emacs from an | ||
| 2794 | out-of-tree build directory on Solaris, you may need to use GNU | ||
| 2795 | make. The make programs bundled with Solaris support the VPATH | ||
| 2796 | macro but use it differently from the way the VPATH macro is | ||
| 2797 | used by GNU make. The differences will cause the "make install" | ||
| 2798 | step to fail, leaving you with an incomplete emacs | ||
| 2799 | installation. GNU make is available in /usr/sfw/bin on Solaris | ||
| 2800 | 10 and can be installed as /opt/sfw/bin/gmake from the Solaris 9 | ||
| 2801 | Software Companion CDROM. | ||
| 2802 | |||
| 2803 | The problems due to the VPATH processing differences affect only | ||
| 2804 | out of tree builds so, if you are on a Solaris installation | ||
| 2805 | without GNU make, you can install Emacs completely by installing | ||
| 2806 | from a build environment using the original emacs distribution tree. | ||
| 2807 | |||
| 2789 | ** First execution | 2808 | ** First execution |
| 2790 | 2809 | ||
| 2791 | *** Emacs binary is not in executable format, and cannot be run. | 2810 | *** Emacs binary is not in executable format, and cannot be run. |