bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tail -c fails (coreutils 5.92)


From: Vincent Lefevre
Subject: Re: tail -c fails (coreutils 5.92)
Date: Tue, 1 Nov 2005 16:14:41 +0100
User-agent: Mutt/1.5.11-vl-20051031

On 2005-10-31 23:25:10 -0700, Bob Proulx wrote:
> Thanks for the report.  This works for me on my GNU/Linux machine.  I
> am guessing that configure is somehow not configuring the getopt
> routine properly.  It may be deducing that getopt_long is available
> and functional when it is not.

No, this is due to the fact I have _POSIX2_VERSION=199209 to be able
to use forms like "head -5".

Also, the following code (considering a boolean as an integer value)
is at least dirty if not buggy:

  bool obsolete_option;
[...]
  obsolete_option = parse_obsolete_option (argc, argv, &n_units);
  argc -= obsolete_option;
  argv += obsolete_option;

-- 
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]