summaryrefslogtreecommitdiff
path: root/README.solaris
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-06 07:10:54 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-06 07:10:54 -0800
commitede95f2eabeab645352a36af072ee998c400bca1 (patch)
treefcd5dc9c73c1bdc0444deee28a9b329f62a2ed7b /README.solaris
downloadppl-ede95f2eabeab645352a36af072ee998c400bca1.tar.gz
ppl-ede95f2eabeab645352a36af072ee998c400bca1.tar.bz2
ppl-ede95f2eabeab645352a36af072ee998c400bca1.zip
Imported Upstream version 0.11.2upstream/0.11.2upstream
Diffstat (limited to 'README.solaris')
-rw-r--r--README.solaris8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.solaris b/README.solaris
new file mode 100644
index 000000000..e4541980b
--- /dev/null
+++ b/README.solaris
@@ -0,0 +1,8 @@
+Build problems have been reported for Solaris 10, affecting the build
+of the Java language interface, which are due to the use of an
+incompatible version of sed:
+
+ https://www.cs.unipr.it/mantis/view.php?id=103
+
+The solution is to install and use GNU sed.
+This is recommended, even when only using the C++ language interface.