[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Updating FreeBSD port
From: |
Mikhail Teterin |
Subject: |
Re: Updating FreeBSD port |
Date: |
Thu, 21 Sep 2006 14:48:22 -0400 |
User-agent: |
KMail/1.9.1 |
середа 20 вересень 2006 21:24, Eric Blake написав:
> Yes. This program demonstrates why the m4 testsuite fails when compiled
> with a BSD-flavored getopt_long:
You mean, `gmake check'? That did not fail here, when I built it with the
BSD's getopt_long...
> #include <stdio.h>
> #include "getopt.h"
>
> int main(int argc, char **argv) {
>
> int c = 3;
> char *v[3] = {"test", "-r", "foo"};
> getopt(c, v, "r::");
[...]
This program is calling getopt(), not the getopt_long(), that gm4 uses. Is
there a similar difference between GNU and BSD getopt_long() implementations?
-mi
- Re: Updating FreeBSD port, (continued)
- Re: Updating FreeBSD port, Paul Eggert, 2006/09/20
- Re: Updating FreeBSD port, Eric Blake, 2006/09/20
- Re: [bug-gnulib] Updating FreeBSD port, Bruno Haible, 2006/09/21
- Re: Updating FreeBSD port, Eric Blake, 2006/09/21
- Re: Updating FreeBSD port, Mikhail Teterin, 2006/09/21
- Re: Updating FreeBSD port, Eric Blake, 2006/09/21
- Re: Updating FreeBSD port, Mikhail Teterin, 2006/09/21
- Re: Updating FreeBSD port, Eric Blake, 2006/09/21
- non-POSIX getopt() (Re: Updating FreeBSD port), Mikhail Teterin, 2006/09/21
- Re: non-POSIX getopt() (Re: Updating FreeBSD port), Paul Eggert, 2006/09/21
- Re: Updating FreeBSD port,
Mikhail Teterin <=
- Re: Updating FreeBSD port, Eric Blake, 2006/09/21
- Re: Updating FreeBSD port, Mikhail Teterin, 2006/09/21
Re: Updating FreeBSD port, Eric Blake, 2006/09/20
Re: Updating FreeBSD port, Eric Blake, 2006/09/21
- Re: Updating FreeBSD port, Mikhail Teterin, 2006/09/21
- Re: Updating FreeBSD port, Eric Blake, 2006/09/21
- Re: Updating FreeBSD port, Mikhail Teterin, 2006/09/22
- Re: Updating FreeBSD port, Eric Blake, 2006/09/22
- Re: Updating FreeBSD port, Mikhail Teterin, 2006/09/22
- Re: Updating FreeBSD port, Eric Blake, 2006/09/22