--- parser3/INSTALL 2005/12/08 14:29:55 1.44.2.3 +++ parser3/INSTALL 2005/12/09 10:49:08 1.44.2.5 @@ -14,6 +14,7 @@ wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.6.tar.gz gunzip -c gc6.6.tar.gz | tar vxf - cd gc6.6 + CPPFLAGS=USE_LIBC_PRIVATES \ ./configure --prefix=$HOME/parser3project/gc --disable-threads --disable-shared --silent make install @@ -158,11 +159,10 @@ --with-pathlink=LKEY put dynamic libraries paths to binary using linker key (-R, -rpath-link) - Sample: cd $HOME/parser3project/parser3 ./configure --prefix=$HOME/parser3install \ - --with-static-gc=$HOME/parser3project/gnome/lib \ + --with-static-gc=$HOME/parser3project/gc/lib \ --with-static-xml=$HOME/parser3project/gnome \ --with-sendmail="/usr/sbin/sendmail -i -t -f postmaster" \ --silent @@ -264,4 +264,4 @@ Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.44.2.3 2005/12/08 14:29:55 paf Exp $ +$Id: INSTALL,v 1.44.2.5 2005/12/09 10:49:08 paf Exp $