This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: argp?


> On 09/20/2011 11:59 AM, Andrew Schulman wrote:
> >>>
> >>> http://ftp.gnu.org/gnu/cpio/cpio-2.11.tar.gz
> >>>
> >>> See gnu/argp* .  Looks like a complete implementation, all GPL.
> 
> cpio borrows argp from gnulib, and in gnulib, argp is GPL (because it 
> has some improvements over glibc) but maintains sync with glibc fixes.

Thanks for the pointers.  I just looked in gnulib, and it shows argp as
LGPL.  I can import it using gnulib-tool --lgpl.

I see that I could just import argp from gnulib into my program source, but
my program is actually pretty simple and it seems silly to have its code
dominated by argp.  So I think I'd still rather package libargp separately,
to simplify my code and make it easier for others who may want to use it.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]