Re: argp: no --version

2011-09-22 Thread Andrew Schulman
> On 09/22/2011 03:18 AM, Andrew Schulman wrote: > > So far, so good. But now when I build, for example, Argp example #2 > > against it, it works but there's no --version option: > > > > $ ./argpex2 --help > > Usage: argpex2 [OPTION...] > > Argp example #2 -- a pretty minimal program using argp >

Re: argp: no --version

2011-09-22 Thread Eric Blake
On 09/22/2011 03:18 AM, Andrew Schulman wrote: So far, so good. But now when I build, for example, Argp example #2 against it, it works but there's no --version option: $ ./argpex2 --help Usage: argpex2 [OPTION...] Argp example #2 -- a pretty minimal program using argp -?, --help

argp: no --version

2011-09-22 Thread Andrew Schulman
gnulib newbie here. Great collection, y'all. I'm trying to build argp from gnulib as a shared library, libargp, for Cygwin. It works, except for one thing: the programs that link against it don't offer a --version option, which argp is supposed to provide automatically. Can someone please tell