summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-05-30 17:26:59 +0000
committerIvan Maidanski <ivmai@mail.ru>2012-11-14 13:51:20 +0400
commit9cbf7e1173b9b158a92c13b6fe78b53130db1e73 (patch)
tree871484fd363aaf5753a13f47937c197440546175
parent45be3421b34137a1533d8de4e6b9fbddda5e6689 (diff)
downloadbdwgc-9cbf7e1173b9b158a92c13b6fe78b53130db1e73.tar.gz
2011-05-30 Ivan Maidanski <ivmai@mail.ru>
* doc/README.solaris2: Add note. --HG-- branch : bdwgc
-rw-r--r--ChangeLog4
-rw-r--r--doc/README.solaris24
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eaa86932..c0cc70f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2011-05-30 Ivan Maidanski <ivmai@mail.ru>
+ * doc/README.solaris2: Add note.
+
+2011-05-30 Ivan Maidanski <ivmai@mail.ru>
+
* configure.ac (SOLARIS25_PROC_VDB_BUG_FIXED): Don't define for
Solaris/x86 2.10+.
* configure: Regenerate.
diff --git a/doc/README.solaris2 b/doc/README.solaris2
index d5716e4f..d46fe262 100644
--- a/doc/README.solaris2
+++ b/doc/README.solaris2
@@ -17,6 +17,10 @@ Nonetheless, under Solaris2, the collector now allocates
memory using mmap by default. (It defines USE_MMAP in gcconfig.h.)
You may want to reverse this decisions if you use -DREDIRECT_MALLOC=...
+Note:
+Before you run "make check", you need to set your LD_LIBRARY_PATH correctly
+(eg., to "/usr/local/lib") so that tests can find the shared library
+libgcc_s.so.1. Alternatively, you can configure with --disable-shared.
SOLARIS THREADS: