On Sun, 20 Nov 2016, cociuba mihai wrote: > I'm having the following error when trying to build Gretl from sources: > * make -j2* > " > ./builddate > make -C po > build.h is current [...] > make[1]: Entering directory `/home/acer/gretl-git/lib' > make[1]: *** No rule to make target `../lib/src/asa047_mod.c', needed by > `gretl_bfgs.lo'. Stop.
You need to run "make clean" first. (Most of the time you don't have to do that, but you do whenever a dependency has been obsoleted, as in this case.) Allin Cottrell
