GNU gengetopt 2.22.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News GNU gengetopt 2.22.1 (Default branch)
# 1  
Old 04-27-2008
GNU gengetopt 2.22.1 (Default branch)

GNU gengetopt takes a simple description of arguments and generates a C function that uses the GNU getopt_long(3) function to parse and validate the options. It is perfect if you are too lazy to write all that is required to call getopt_long(3), or need to use many options. The generated code also works with autoconf or automake.License: GNU General Public License (GPL)Changes:
Compilation warnings for generated files wereremoved. A bug with --long-help and enum optionswas fixed and the output of --help and output of--show-help now correspond. A compilation problemin generated output with mode options was fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

gengetopt problem

I'm new to the 'gengetopt' command to generate command line prompts for (in this case) a C program. I made appropriate changes to the "Makefile*" files, including the 'gengetopt < xxxxx.ggo' line in file 'Makefile.am'. But when I run 'make' at the Linux command line to build the executable, I get... (0 Replies)
Discussion started by: cleopard
0 Replies
Login or Register to Ask a Question
FALSE(1)							   User Commands							  FALSE(1)

NAME
false - do nothing, unsuccessfully SYNOPSIS
false [ignored command line arguments] false OPTION DESCRIPTION
Exit with a status code indicating failure. --help display this help and exit --version output version information and exit NOTE: your shell may have its own version of false, which usually supersedes the version described here. Please refer to your shell's doc- umentation for details about the options it supports. AUTHOR
Written by Jim Meyering. REPORTING BUGS
Report false bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for false is maintained as a Texinfo manual. If the info and false programs are properly installed at your site, the command info coreutils 'false invocation' should give you access to the complete manual. GNU coreutils 7.1 July 2010 FALSE(1)