Gurganus, Brant L <[EMAIL PROTECTED]> wrote: > lib/Makefile.am:18: required file `lib/memcmp.c' not found > lib/Makefile.am:18: required file `lib/malloc.c' not found > lib/Makefile.am:18: required file `lib/lstat.c' not found > lib/Makefile.am:18: required file `lib/stat.c' not found
>From these modules the following three are not used by argp: lib/stat.c, lib/lstat.c, lib/memcmp.c. So, these must have been required by some other module. Argp does use malloc, however. Regards, Sergey