I'm in trouble with make again

Neil Williams linux at codehelp.co.uk
Wed Nov 23 05:39:21 EST 2005


On Wednesday 23 November 2005 10:25 am, Tor Harald Thorland wrote:
> Hi,
>
> I'm in trouble with make again. I checkedout the latest CVN, then run
> the following commands:
> ./autogen.sh --enable-debug --prefix=/opt/gnucash-1.9

autogen ignores any options.

> ./configure --enable-error-on-warning --enable-compile-warnings
> --enable-debug --prefix=/opt/gnucash-1.9

> /opt/gnucash-1.9/lib/gnucash/libgw-engine.so.0: undefined reference to
> `gnc_run_rpc_server'

You are trying to link against the installed library which contains a function 
now removed from SVN. You need to remove these old libraries.

make distclean
rm -rf /opt/gnucash-1.9/lib/gnucash/*
make install

-- 

Neil Williams
=============
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.gnucash.org/pipermail/gnucash-user/attachments/20051123/76cc4832/attachment-0001.bin


More information about the gnucash-user mailing list