Matthew Woehlke <[EMAIL PROTECTED]> 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