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:[EMAIL PROTECTED]]
Sent: Tue 08/15/06 4:45 AM
To: Gurganus, Brant L
Cc: [email protected]
Subject: Re: problem importing argp
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
Title: RE: problem importing argp
- problem importing argp Gurganus, Brant L
- Re: problem importing argp Sergey Poznyakoff
- RE: problem importing argp Gurganus, Brant L
- RE: problem importing argp Sergey Poznyakoff
- RE: problem importing argp Gurganus, Brant L
- Re: problem importing argp Simon Josefsson
