Re: Non alphabetic characters as options ?
Lorenzo Bettini <[email protected]> Wed, 28 Nov 2007 09:29:37 +0100
| Newsgroups | gmane.comp.gnu.gengetopt.general |
|---|---|
| Message-ID | <[email protected]> |
I think I solved this issue; I'll provide you with a release candidate as soon as possible. cheers Lorenzo Lorenzo Bettini wrote: > John Darrington wrote: >> I'm trying to use '?' as a short option character, since I've used -h >> for other purposes. >> >> Unfortunately, this doesn't seem to be allowed. Is there a work >> around for this? >> >> >> gengetopt:6: syntax error ? >> gengetopt:6: option "help" ? "Show help information" >> gengetopt:6: ^ >> make: *** [cmdline.h] Error 1 > > Hi John > > It looks like getopt_long uses ? for its own purposes, see the man page: > > If getopt() does not recognize an option character, it > prints an error message to stderr, stores the character in > optopt, and returns `?'. The calling program may prevent > the error message by setting opterr to 0. > > so probably, I don't know whether it is possible to do this... > > any clue anyone? > -- Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze ICQ# lbetto, 16080134 (GNU/Linux User # 158233) HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com http://www.myspace.com/supertrouperabba BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com http://www.gnu.org/software/src-highlite http://www.gnu.org/software/gengetopt http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net