--- parser3/Attic/buildall-with-xml 2005/12/29 13:06:58 1.2 +++ parser3/Attic/buildall-with-xml 2006/01/19 10:57:14 1.3 @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: buildall-with-xml,v 1.2 2005/12/29 13:06:58 paf Exp $ +# $Id: buildall-with-xml,v 1.3 2006/01/19 10:57:14 paf Exp $ install_directory=$HOME/parser3install sendmail_command="/usr/sbin/sendmail -i -t -f postmaster" @@ -23,7 +23,7 @@ if test ! -f "$project_directory/gc/lib/ gunzip -c gc6.6.tar.gz | tar vxf - >/dev/null cd gc6.6 echo "Configuring libgc..." - CPPFLAGS=-DUSE_LIBC_PRIVATES \ + CPPFLAGS="-DUSE_LIBC_PRIVATES -DUSE_MMAP -DUSE_MUNMAP" \ ./configure --prefix=$project_directory/gc --disable-threads --disable-shared --silent echo "Building libgc..." make