[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: problem importing argp
From: |
Gurganus, Brant L |
Subject: |
RE: problem importing argp |
Date: |
Tue, 15 Aug 2006 06:12:24 -0400 |
Why were those files added to the Makefile when I ran "{path to gnulib checkout}/gnulib-tool --import argp" then and what is the resolution for the problem? They cames from a line that use @ALLOCA@ in the generated Makefile and when I removed AC_FUNC_MEMCMP and friends, the problem went away.
Brant Gurganus
http://www.rose-hulman.edu/~gurganbl
-----Original Message-----
From: Sergey Poznyakoff [mailto:address@hidden]
Sent: Tue 08/15/06 4:45 AM
To: Gurganus, Brant L
Cc: address@hidden
Subject: Re: problem importing argp
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