--- parser3/INSTALL 2005/12/08 14:09:35 1.44.2.2 +++ 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,6 +159,15 @@ --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/gc/lib \ + --with-static-xml=$HOME/parser3project/gnome \ + --with-sendmail="/usr/sbin/sendmail -i -t -f postmaster" \ + --silent + make install + 3b. In case you wish $mail:receive support you need libraries glib >= 1.2.10 gmime >= 1.0.1 [http://spruce.sourceforge.net/gmime/sources/v1.0/gmime-1.0.8.tar.gz] @@ -254,4 +264,4 @@ Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.44.2.2 2005/12/08 14:09:35 paf Exp $ +$Id: INSTALL,v 1.44.2.5 2005/12/09 10:49:08 paf Exp $