diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 07:10:54 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 07:10:54 -0800 |
commit | ede95f2eabeab645352a36af072ee998c400bca1 (patch) | |
tree | fcd5dc9c73c1bdc0444deee28a9b329f62a2ed7b /README.solaris | |
download | ppl-upstream.tar.gz ppl-upstream.tar.bz2 ppl-upstream.zip |
Imported Upstream version 0.11.2upstream/0.11.2upstream
Diffstat (limited to 'README.solaris')
-rw-r--r-- | README.solaris | 8 |
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. |