octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Warning: May need to re-run autogen.sh on next build


From: Rik
Subject: Warning: May need to re-run autogen.sh on next build
Date: Fri, 27 Jul 2012 15:52:24 -0700

7/27/12

All,

Just a warning that you will need to clean some cruft from the build tree
after updating to this changeset
http://hg.savannah.gnu.org/hgweb/octave/rev/e753177cde93.

Responding to an OctConf 2012 item, non-dynamically linked functions have
been moved out of the DLD-FUNCTIONS directory into a new directory
corefcns/.  The documentation for all of these functions has been updated
to refer to them as "Built-in Functions" rather than "Loadable Functions". 
There was nothing "dynamic" about these functions and they were simply
living in the old directory out of convenience.

Here are two possible approaches for getting rid of the cruft.

APPROACH #1
hg pull
make maintainer-clean
hg update
./autogen.sh
./configure
make

OR

APPROACH #2
hg pull
cd src/DLD-FUNCTIONS
rm *.df *.la *.lo *.oct .*oct-stamp
cd ../..
hg update
make

Cheers,
Rik



reply via email to

[Prev in Thread] Current Thread [Next in Thread]