Diff for /parser3/INSTALL between versions 1.44.2.3 and 1.44.2.5

version 1.44.2.3, 2005/12/08 14:29:55 version 1.44.2.5, 2005/12/09 10:49:08
Line 14 Line 14
     wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.6.tar.gz      wget http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc6.6.tar.gz
     gunzip -c gc6.6.tar.gz | tar vxf -      gunzip -c gc6.6.tar.gz | tar vxf -
     cd gc6.6      cd gc6.6
       CPPFLAGS=USE_LIBC_PRIVATES \
     ./configure --prefix=$HOME/parser3project/gc --disable-threads --disable-shared --silent      ./configure --prefix=$HOME/parser3project/gc --disable-threads --disable-shared --silent
     make install      make install
   
Line 158 Line 159
         --with-pathlink=LKEY    put dynamic libraries paths to binary          --with-pathlink=LKEY    put dynamic libraries paths to binary
                                 using linker key (-R, -rpath-link)                                  using linker key (-R, -rpath-link)
   
   
     Sample:      Sample:
     cd $HOME/parser3project/parser3      cd $HOME/parser3project/parser3
     ./configure --prefix=$HOME/parser3install \      ./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-static-xml=$HOME/parser3project/gnome \
         --with-sendmail="/usr/sbin/sendmail -i -t -f postmaster" \          --with-sendmail="/usr/sbin/sendmail -i -t -f postmaster" \
         --silent          --silent

Removed from v.1.44.2.3  
changed lines
  Added in v.1.44.2.5


E-mail: