On Mon, 11 Mar 2013, yinung at Gmail wrote:
I just wanted to compile gretl in my ubuntu 10.04 after these
commands in
terminal
cvs update -d -P
./configure
But I got following messages:
~/gretl/cvs/gretl-old$ make
./builddate
build.h is current
make -C lib
make[1]: Entering directory `/home/yinung/gretl/cvs/gretl-old/lib'
make[1]: *** No rule to make target `../lib/src/gretl_scalar.h', needed by
`compat.lo'. Stop.
make[1]: Leaving directory `/home/yinung/gretl/cvs/gretl-old/lib'
make: *** [lib] Error 2
Any one can help, please?
You need to do "make clean" first to get rid of out-of-date
dependency information.
Allin Cottrell