bug-gnulib
[Top][All Lists]
Advanced

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

Re: problem importing argp


From: Sergey Poznyakoff
Subject: Re: problem importing argp
Date: Tue, 15 Aug 2006 11:45:20 +0300

Gurganus, Brant L <address@hidden> 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




reply via email to

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