bug-gnulib
[Top][All Lists]
Advanced

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

Re: gnulib broken on systems lacking fchdir


From: Jim Meyering
Subject: Re: gnulib broken on systems lacking fchdir
Date: Thu, 30 Nov 2006 09:25:34 +0100

Matthew Woehlke <address@hidden> wrote:
> ...except that a declaration for fchdir() is already provided (hmm,
> sorry, should have mentioned it is the link that dies, not the compile).
> So why would an fchdir.h be needed?

If your system really does have an fchdir declaration (in unistd.h?),
then you should investigate.  See if there is a function definition.
I.e., run "nm" on all libraries to see if/where it's defined.  Then,
if found, try to determine why the configure-time existence test fails.




reply via email to

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