Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Configure problem on elf-linux



On elf-linux systems (tested with libc.so.5.0.9) configure thinks that there
is no lstat function.  That is because lstat is an inline function defined in
<sys/stat.h>.  This bug is really in GNU autoconf I think.  Until it is fixed
config.h must be edited by hand to define HAVE_LSTAT to 1.

Zoltan



Messages sorted by: Reverse Date, Date, Thread, Author