Dependancy problems on the latest unstable version

Dave Peticolas dave@krondo.com
Thu, 05 Oct 2000 16:33:20 -0700


Richard -Gilligan- Uschold writes:
> 
> ./autogen.sh --enable-opt-style-install
> make >& make.err.txt
> 
> This got rid of about 10% of the undefined references, though the ones mentio
> above are still there.  Below is a list of all of the packages and versions I
> installed recently to compile gnucash.

Ok, to make sure that g-wrap was re-run after you upgraded, delete
'src/guile/gnc.c' and re-run 'make'.

Incidentally, --enable-opt-style-install will change the paths
used to install gnucash, but won't change the basic directory
prefix where gnucash will be installed (it will still go in
/usr/local).

Generally when you provide --enable-opt-style-install, you also
will provide a --prefix=dir argument, where dir is '/opt' or
'/usr/local/opt'.

dave