]> granicus.if.org Git - gc/commitdiff
2011-05-30 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Mon, 30 May 2011 17:26:59 +0000 (17:26 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:59 +0000 (21:06 +0400)
* doc/README.solaris2: Add note.

ChangeLog
doc/README.solaris2

index eaa86932e4622809df8aa606be3bfe54b8b71725..c0cc70f03a1ef0f100db88afaaf38d046282aec3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index d5716e4f5c7b6cf4baac6f2a4a6e1fced95668e2..d46fe262b8415a320f22514ec8b1b44fac0d24f9 100644 (file)
@@ -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: