]> git.lyx.org Git - lyx.git/commitdiff
Comment from bug #8783.
authorPavel Sanda <sanda@lyx.org>
Mon, 26 Aug 2013 04:30:04 +0000 (21:30 -0700)
committerPavel Sanda <sanda@lyx.org>
Mon, 26 Aug 2013 04:30:04 +0000 (21:30 -0700)
INSTALL

diff --git a/INSTALL b/INSTALL
index 254e5f386bd01fa4d039d09cc443235820490aaf..254352835880a76cab21a108bb19062f1a5ae60a 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -333,4 +333,9 @@ notify us.
               </edit>
           </match>
       </fontconfig>
-
+  o Building on Solaris 11.1. Compilation does not work out of the box
+    at the moment (incompatible iconv argument parameters.)
+    One possible solution is to force ./configure to use appropriate
+    POSIX/SUS level, e.g.:
+    CPPFLAGS="-D_XOPEN_SOURCE=500" ./configure --disable-nls --prefix=/opt/lyx
+    For details see bug #8783.