How to keep 1.4.8 & build development version?
Dave Peticolas
dave@krondo.com
Wed, 31 Jan 2001 15:50:11 -0800
Richard -Gilligan- Uschold writes:
>
> --------------304D5468488558EE22CCD175
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
>
> Then with g-wrap-1.1.9-1.tar.gz
> rm config.cache
> ./configure --prefix=/usr/local/opt5.3/g-wrap > configure.err
> make clean
> make > make.err
> make install > make.install
Just as a check, make sure that
/usr/local/opt5.3/g-wrap/bin/g-wrap-config --guile-module-directory
returns
/usr/local/opt5.3/g-wrap
> make distclean
> ./autogen.sh --with-g-wrap-prefix=/usr/local/opt5.3/g-wrap
> --enable-opt-style-install --disable-guppi --prefix=/opt5.3 > &
> autogen.err.txt
cvs update acinclude.m4 and try this once more (make sure to
remove config.cache if make distclean doesn't do that).
Also, when running gnucash you will need to set LD_LIBRARY_PATH
to include /usr/local/opt5.3/g-wrap/lib
dave