bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnulib-tool forgets to copy files?


From: Simon Josefsson
Subject: Re: gnulib-tool forgets to copy files?
Date: Thu, 30 Oct 2008 22:22:32 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

I figured it out.  perror.c was added into gl/tests/ because some
self-tests used perror.  However, this caused the generated stdio.h to
redefine perror to rpl_perror, which caused problems.  I had mistakenly
assumed that the perror function would be available for use if it was in
the module list during --import.  Adding it explicitly solved the
problem.

/Simon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]