--- parser3/Attic/buildall-without-xml 2009/10/01 22:05:43 1.20 +++ parser3/Attic/buildall-without-xml 2010/07/07 03:04:37 1.23 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-without-xml,v 1.20 2009/10/01 22:05:43 misha Exp $ +# $Id: buildall-without-xml,v 1.23 2010/07/07 03:04:37 misha Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -43,10 +43,10 @@ fi if test ! -f "$project_directory/pcre/lib/libpcre.a"; then cd $project_directory/src - libpcre="pcre-7.9" + libpcre="pcre-8.10" if test ! -f "$libpcre.tar.gz"; then echo "Downloading pcre [2 lib of 2]..." - wget -c ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$libpcre.tar.gz + wget -c --passive-ftp ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$libpcre.tar.gz fi echo "Unpacking pcre..." rm -rf $libpcre @@ -78,6 +78,7 @@ if test ! -f "Makefile"; then options="" options="$options --with-static-gc=$project_directory/gc/lib" options="$options --with-static-pcre=$project_directory/pcre" +# options="$options --with-curl=/usr/include/curl" # options="$options --disable-safe-mode" # options="$options --with-dynamic-stdcpp" # options="$options --disable-stringstream"