On Wed, 13 Jul 2011, Hélio Guilherme wrote:
[in response to Jack's suggestion that he try "make buildstamp"]
It's not a stupid question ;)
No, indeed, it's a very useful one.
make buildstamp
./builddate.pl
You have an obsolete file on your system that is somehow breaking
the gretl build.
If you're working from gretl CVS you need to use not just
"cvs update" but
cvs update -d -P
when you're updating the sources from the server. The flag "-d" says
to create any new directories that have been added to the
repository, and the "-P" says to prune (delete) stuff that is no
longer in the repository. We had a builddate.pl in the repository
once upon a time, but it was deleted two years ago.
Allin Cottrell