On Mar 10, 2015, at 00:46, Eric Blake <ebl...@redhat.com
'error' is one of the few modules where we don't include a full
dependency chain (and I'm still not exactly sure why, but the archives
of this list document past discussions on the topic); you'll need to
manually pull in the 'progname' module to keep things happy. That is,
your link failure is not due to a lack of 'error_at_line', but due to a
lack of 'program_name'.
Thank you very much, after searching for progname in the manual, I
noticed the section 13.9 "error and progname" which explained this
issue. I am sorry for my ignorance.
Also, we tend to avoid top-posting on this list.
I am sorry for this too. I am now using interleaved style.
I also had another suggestion. In the doc/ directory of Gnulib, there is
a Makefile for making the documentation. The info version of the manual
is also available and when I ran "make" or "make pdf" they were
produced. However there was no "make install":
--------
make: *** No rule to make target 'install'. Stop.
--------
If it could be available so the Gnulib Info documentation is installed
on the system it would be really useful and very easy to navigate.
Thank you again for this wonderful work,
Mohammad