25.01.2008 10:02
make
The following message from make
make: *** No rule to make target `/usr/include/gsl/gsl_rng.h', needed by `XXX.d'. Stop.where there is no such rule in the Makefile, because of course you do not define rules for making header files. It simply means that the header (in this case the gsl-library) is missing.
To me make really is one of the most ununderstandable but useful things there are.