> Is there an easy workaround taking into account that:
> 1. gnulib sources shouldn't be modified
> 2. the library shouldn't abort the program
Since the idea is to use and don't modify gl_list, I think the only
solution is to do our own gl_list-based implementation. But I can't
make that desicion.
If we are facing this problem then anyone trying to use the gl_list
module to be used in a library will face this problem too. I will talk
with the gnulib people about this issue.
In the meanwhile, let's use the current implementation: regardless our
final decision the pdf_list API will be the same, so we can design and
write the unit tests and use the module.