From 778cff1cfffbeb9bceed849ccaed0499dc62c603 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 25 Aug 2013 21:30:04 -0700 Subject: [PATCH] Comment from bug #8783. --- INSTALL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 254e5f386b..2543528358 100644 --- a/INSTALL +++ b/INSTALL @@ -333,4 +333,9 @@ notify us. - + 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.