From: Pavel Sanda Date: Mon, 9 Sep 2013 09:52:38 +0000 (-0700) Subject: * INSTALL - move comment from trunk. X-Git-Tag: 2.0.7~30 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ddea97e8eb2402f77310af671b22ac05683e6ab5;p=features.git * INSTALL - move comment from trunk. --- diff --git a/INSTALL b/INSTALL index 42e0b98210..d53c9164eb 100644 --- a/INSTALL +++ b/INSTALL @@ -349,3 +349,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.