From: ivmai Date: Mon, 30 May 2011 17:26:59 +0000 (+0000) Subject: 2011-05-30 Ivan Maidanski X-Git-Tag: gc7_2alpha6~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd668c36f5c724a88dc9150dbeac349ec6f7cca9;p=gc 2011-05-30 Ivan Maidanski * doc/README.solaris2: Add note. --- diff --git a/ChangeLog b/ChangeLog index eaa86932..c0cc70f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-05-30 Ivan Maidanski + + * doc/README.solaris2: Add note. + 2011-05-30 Ivan Maidanski * configure.ac (SOLARIS25_PROC_VDB_BUG_FIXED): Don't define for 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: