summaryrefslogtreecommitdiff
path: root/README.solaris
diff options
context:
space:
mode:
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.