Compiling Trouble - libpopt.la

David Hampton hampton-gnucash at rainbolthampton.net
Tue Dec 12 10:09:39 EST 2006


On Tue, 2006-12-12 at 07:50 -0600, Robert Ramsdell wrote:
> On Sun, 2006-12-10 at 18:49 -0500, David Hampton wrote:
> 
> > A major upgrade will replace all your system libraries with newer
> > versions.  Have you run a 'make clean' in your gnucash tree since this
> > upgrade?  Try that, then try compiling gnucash again.
> 
> After your suggestion and some reading, I did the following:
> svn update
> make clean
> make distclean
> ./autogen.sh
> ./configure
> make
> 
> I now get the following (different) error:
> 
> ../../../src/gnome-utils/.libs/libgncmod-gnome-utils.so: undefined
> reference to `xaccAccountTypesCompatibleWith'
> collect2: ld returned 1 exit status
> make[4]: *** [test-link] Error 1

That makes no sense.  The function mentioned exists in
src/engine/Account.c.  Any chance you were running with the -j argument
to make?

> Should I delete the directory and start from scratch?

You could try a 'make maintainerclean' and then start from
'.autogen.sh'.

David




More information about the gnucash-user mailing list