I use first use gnulib-tool, as follows:

gnulib-tool --create-testdir --lib=“libargp" --dir=“argp” argp

followed by ./configure, which completes fine (no errors or warnings), but 
running `make` or even `make check` gives an odd error. Here is the result of 
`make -wd check`. What’s going wrong here? I never used to get this error, 
despite running the same commands.

https://gist.github.com/968815c3fd7e4dccca08 
<https://gist.github.com/968815c3fd7e4dccca08>

The most relevant lines seem to be:
        No need to remake target `argp-ba.c'; using VPATH name 
`../../gnulib/gllib/argp-ba.c'.
        Considering target file `../../argp/gllib/argp-ba.c'.
        File `../../argp/gllib/argp-ba.c' does not exist.
        Looking for an implicit rule for `../../argp/gllib/argp-ba.c’.
So, thoughts?

Reply via email to