I'm in trouble with make again

Tor Harald Thorland linux at strigen.com
Wed Nov 23 06:05:55 EST 2005


Neil Williams wrote:

>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
>  
>
Thanks, Works perfect.
So now when autogen doesn't take any argument, then I shall only supply
them to configure?

And another thing, after the checkout of the SVN, do I then only need to
run make & make install? Or is there sometimes when I need to run the
autogen & configure again?

Where do you get/find this info (like that this function is now removed
and other)
So I don't have to ask all these questions later (Just experience I think..)

Tor Harald


More information about the gnucash-user mailing list