Prototype Parameter Confused with Subroutine Name

View: New views
2 Messages — Rating Filter:   Alert me  

Prototype Parameter Confused with Subroutine Name

by Daniel F. Gleeson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


version : cflow-0.2.3


============================================================================
/* try.c */


extern int abc(char *message3);


int     try()
{
        char    dmys[20];
        char    mess[500];


        message2(1,mess,dmys);

        message(1,mess,dmys);
}

==================================================================

A prototype with a variable name in the parameter list
get confused with a function of the same name.

i.e. if message3 is message the message() is not recognized by cflow.
i.e. if message3 is message2 the message2() is not recognized by cflow.


=====================================================================
$ cflow try.c
try() <int try () at try.c:7>:
    message2()
    message()

Correct Output.


Change message3 to message and then...
$ cflow try.c
try() <int try () at try.c:7>:
    message2()

Incorrect Output.

Dan Gleeson
American Liberator Technologies
[config.log]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU cflow configure 0.2.3, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = databeast-linux.corp.allscripts.com
uname -m = i686
uname -r = 2.6.9-11.ELsmp
uname -s = Linux
uname -v = #1 SMP Fri May 20 18:26:27 EDT 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/JAVA_HOME/bin
PATH: /usr/kerberos/sbin
PATH: /usr/kerberos/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: .
PATH: /usr/gleeson/bin
PATH: /usr/gleeson/scripts
PATH: /usr/gleeson/java_shell_scripts
PATH: /usr/games
PATH: /usr/client/gnu/bin
PATH: /usr/client/gnu/scripts
PATH: /root/java_shell_scripts
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1387: checking for a BSD-compatible install
configure:1442: result: /usr/bin/install -c
configure:1453: checking whether build environment is sane
configure:1496: result: yes
configure:1561: checking for gawk
configure:1577: found /bin/gawk
configure:1587: result: gawk
configure:1597: checking whether make sets $(MAKE)
configure:1617: result: yes
configure:1805: checking for style of include used by make
configure:1833: result: GNU
configure:1904: checking for gcc
configure:1920: found /usr/bin/gcc
configure:1930: result: gcc
configure:2174: checking for C compiler version
configure:2177: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.1)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2180: $? = 0
configure:2182: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.1)
configure:2185: $? = 0
configure:2187: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2190: $? = 1
configure:2213: checking for C compiler default output file name
configure:2216: gcc    conftest.c  >&5
configure:2219: $? = 0
configure:2265: result: a.out
configure:2270: checking whether the C compiler works
configure:2276: ./a.out
configure:2279: $? = 0
configure:2296: result: yes
configure:2303: checking whether we are cross compiling
configure:2305: result: no
configure:2308: checking for suffix of executables
configure:2310: gcc -o conftest    conftest.c  >&5
configure:2313: $? = 0
configure:2338: result:
configure:2344: checking for suffix of object files
configure:2365: gcc -c   conftest.c >&5
configure:2368: $? = 0
configure:2390: result: o
configure:2394: checking whether we are using the GNU C compiler
configure:2418: gcc -c   conftest.c >&5
configure:2424: $? = 0
configure:2428: test -z
                         || test ! -s conftest.err
configure:2431: $? = 0
configure:2434: test -s conftest.o
configure:2437: $? = 0
configure:2450: result: yes
configure:2456: checking whether gcc accepts -g
configure:2477: gcc -c -g  conftest.c >&5
configure:2483: $? = 0
configure:2487: test -z
                         || test ! -s conftest.err
configure:2490: $? = 0
configure:2493: test -s conftest.o
configure:2496: $? = 0
configure:2507: result: yes
configure:2524: checking for gcc option to accept ANSI C
configure:2594: gcc  -c -g -O2  conftest.c >&5
configure:2600: $? = 0
configure:2604: test -z
                         || test ! -s conftest.err
configure:2607: $? = 0
configure:2610: test -s conftest.o
configure:2613: $? = 0
configure:2631: result: none needed
configure:2649: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2655: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2790: checking dependency style of gcc
configure:2880: result: gcc3
configure:2903: checking how to run the C preprocessor
configure:2938: gcc -E  conftest.c
configure:2944: $? = 0
configure:2976: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:2982: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3021: result: gcc -E
configure:3045: gcc -E  conftest.c
configure:3051: $? = 0
configure:3083: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:3089: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3133: checking for egrep
configure:3143: result: grep -E
configure:3149: checking for AIX
configure:3171: result: no
configure:3177: checking for ANSI C header files
configure:3202: gcc -c -g -O2  conftest.c >&5
configure:3208: $? = 0
configure:3212: test -z
                         || test ! -s conftest.err
configure:3215: $? = 0
configure:3218: test -s conftest.o
configure:3221: $? = 0
configure:3310: gcc -o conftest -g -O2   conftest.c  >&5
configure:3313: $? = 0
configure:3315: ./conftest
configure:3318: $? = 0
configure:3333: result: yes
configure:3357: checking for sys/types.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for sys/stat.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for stdlib.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for string.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for memory.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for strings.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for inttypes.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for stdint.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3357: checking for unistd.h
configure:3373: gcc -c -g -O2  conftest.c >&5
configure:3379: $? = 0
configure:3383: test -z
                         || test ! -s conftest.err
configure:3386: $? = 0
configure:3389: test -s conftest.o
configure:3392: $? = 0
configure:3403: result: yes
configure:3425: checking minix/config.h usability
configure:3437: gcc -c -g -O2  conftest.c >&5
conftest.c:56:26: minix/config.h: No such file or directory
configure:3443: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:3466: result: no
configure:3470: checking minix/config.h presence
configure:3480: gcc -E  conftest.c
conftest.c:22:26: minix/config.h: No such file or directory
configure:3486: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:3506: result: no
configure:3541: checking for minix/config.h
configure:3548: result: no
configure:3640: checking for gcc
configure:3666: result: gcc
configure:3910: checking for C compiler version
configure:3913: gcc --version </dev/null >&5
gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.1)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3916: $? = 0
configure:3918: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.3/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.3 20050227 (Red Hat 3.4.3-22.1)
configure:3921: $? = 0
configure:3923: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:3926: $? = 1
configure:3929: checking whether we are using the GNU C compiler
configure:3985: result: yes
configure:3991: checking whether gcc accepts -g
configure:4042: result: yes
configure:4059: checking for gcc option to accept ANSI C
configure:4166: result: none needed
configure:4184: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:4190: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:4325: checking dependency style of gcc
configure:4415: result: gcc3
configure:4436: checking for flex
configure:4452: found /usr/bin/flex
configure:4462: result: flex
configure:4475: checking for yywrap in -lfl
configure:4505: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:4511: $? = 0
configure:4515: test -z
                         || test ! -s conftest.err
configure:4518: $? = 0
configure:4521: test -s conftest
configure:4524: $? = 0
configure:4537: result: yes
configure:4615: checking lex output file root
configure:4626: flex conftest.l
configure:4629: $? = 0
configure:4641: result: lex.yy
configure:4646: checking whether yytext is a pointer
configure:4662: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:4668: $? = 0
configure:4672: test -z
                         || test ! -s conftest.err
configure:4675: $? = 0
configure:4678: test -s conftest
configure:4681: $? = 0
configure:4695: result: yes
configure:4747: checking for ranlib
configure:4763: found /usr/bin/ranlib
configure:4774: result: ranlib
configure:4788: checking for ANSI C header files
configure:4944: result: yes
configure:4962: checking for stdlib.h
configure:4967: result: yes
configure:4962: checking for string.h
configure:4967: result: yes
configure:4962: checking for unistd.h
configure:4967: result: yes
configure:4971: checking locale.h usability
configure:4983: gcc -c -g -O2  conftest.c >&5
configure:4989: $? = 0
configure:4993: test -z
                         || test ! -s conftest.err
configure:4996: $? = 0
configure:4999: test -s conftest.o
configure:5002: $? = 0
configure:5012: result: yes
configure:5016: checking locale.h presence
configure:5026: gcc -E  conftest.c
configure:5032: $? = 0
configure:5052: result: yes
configure:5087: checking for locale.h
configure:5094: result: yes
configure:5109: checking for error_at_line
configure:5130: gcc -o conftest -g -O2   conftest.c  >&5
configure:5136: $? = 0
configure:5140: test -z
                         || test ! -s conftest.err
configure:5143: $? = 0
configure:5146: test -s conftest
configure:5149: $? = 0
configure:5161: result: yes
configure:5183: checking for memmove
configure:5240: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:53: warning: conflicting types for built-in function 'memmove'
configure:5246: $? = 0
configure:5250: test -z
                         || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5183: checking for memset
configure:5240: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:54: warning: conflicting types for built-in function 'memset'
configure:5246: $? = 0
configure:5250: test -z
                         || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5183: checking for strdup
configure:5240: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:55: warning: conflicting types for built-in function 'strdup'
configure:5246: $? = 0
configure:5250: test -z
                         || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5183: checking for strerror
configure:5240: gcc -o conftest -g -O2   conftest.c  >&5
configure:5246: $? = 0
configure:5250: test -z
                         || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5183: checking for strtol
configure:5240: gcc -o conftest -g -O2   conftest.c  >&5
configure:5246: $? = 0
configure:5250: test -z
                         || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5183: checking for setlocale
configure:5240: gcc -o conftest -g -O2   conftest.c  >&5
configure:5246: $? = 0
configure:5250: test -z
                         || test ! -s conftest.err
configure:5253: $? = 0
configure:5256: test -s conftest
configure:5259: $? = 0
configure:5271: result: yes
configure:5284: checking for working alloca.h
configure:5305: gcc -o conftest -g -O2   conftest.c  >&5
configure:5311: $? = 0
configure:5315: test -z
                         || test ! -s conftest.err
configure:5318: $? = 0
configure:5321: test -s conftest
configure:5324: $? = 0
configure:5336: result: yes
configure:5346: checking for alloca
configure:5387: gcc -o conftest -g -O2   conftest.c  >&5
configure:5393: $? = 0
configure:5397: test -z
                         || test ! -s conftest.err
configure:5400: $? = 0
configure:5403: test -s conftest
configure:5406: $? = 0
configure:5418: result: yes
configure:5641: checking for inline
configure:5662: gcc -c -g -O2  conftest.c >&5
configure:5668: $? = 0
configure:5672: test -z
                         || test ! -s conftest.err
configure:5675: $? = 0
configure:5678: test -s conftest.o
configure:5681: $? = 0
configure:5693: result: inline
configure:5713: checking whether clearerr_unlocked is declared
configure:5737: gcc -c -g -O2  conftest.c >&5
configure:5743: $? = 0
configure:5747: test -z
                         || test ! -s conftest.err
configure:5750: $? = 0
configure:5753: test -s conftest.o
configure:5756: $? = 0
configure:5767: result: yes
configure:5787: checking whether feof_unlocked is declared
configure:5811: gcc -c -g -O2  conftest.c >&5
configure:5817: $? = 0
configure:5821: test -z
                         || test ! -s conftest.err
configure:5824: $? = 0
configure:5827: test -s conftest.o
configure:5830: $? = 0
configure:5841: result: yes
configure:5861: checking whether ferror_unlocked is declared
configure:5885: gcc -c -g -O2  conftest.c >&5
configure:5891: $? = 0
configure:5895: test -z
                         || test ! -s conftest.err
configure:5898: $? = 0
configure:5901: test -s conftest.o
configure:5904: $? = 0
configure:5915: result: yes
configure:5935: checking whether fflush_unlocked is declared
configure:5959: gcc -c -g -O2  conftest.c >&5
configure:5965: $? = 0
configure:5969: test -z
                         || test ! -s conftest.err
configure:5972: $? = 0
configure:5975: test -s conftest.o
configure:5978: $? = 0
configure:5989: result: yes
configure:6009: checking whether fgets_unlocked is declared
configure:6033: gcc -c -g -O2  conftest.c >&5
configure:6039: $? = 0
configure:6043: test -z
                         || test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest.o
configure:6052: $? = 0
configure:6063: result: yes
configure:6083: checking whether fputc_unlocked is declared
configure:6107: gcc -c -g -O2  conftest.c >&5
configure:6113: $? = 0
configure:6117: test -z
                         || test ! -s conftest.err
configure:6120: $? = 0
configure:6123: test -s conftest.o
configure:6126: $? = 0
configure:6137: result: yes
configure:6157: checking whether fputs_unlocked is declared
configure:6181: gcc -c -g -O2  conftest.c >&5
configure:6187: $? = 0
configure:6191: test -z
                         || test ! -s conftest.err
configure:6194: $? = 0
configure:6197: test -s conftest.o
configure:6200: $? = 0
configure:6211: result: yes
configure:6231: checking whether fread_unlocked is declared
configure:6255: gcc -c -g -O2  conftest.c >&5
configure:6261: $? = 0
configure:6265: test -z
                         || test ! -s conftest.err
configure:6268: $? = 0
configure:6271: test -s conftest.o
configure:6274: $? = 0
configure:6285: result: yes
configure:6305: checking whether fwrite_unlocked is declared
configure:6329: gcc -c -g -O2  conftest.c >&5
configure:6335: $? = 0
configure:6339: test -z
                         || test ! -s conftest.err
configure:6342: $? = 0
configure:6345: test -s conftest.o
configure:6348: $? = 0
configure:6359: result: yes
configure:6379: checking whether getc_unlocked is declared
configure:6403: gcc -c -g -O2  conftest.c >&5
configure:6409: $? = 0
configure:6413: test -z
                         || test ! -s conftest.err
configure:6416: $? = 0
configure:6419: test -s conftest.o
configure:6422: $? = 0
configure:6433: result: yes
configure:6453: checking whether getchar_unlocked is declared
configure:6477: gcc -c -g -O2  conftest.c >&5
configure:6483: $? = 0
configure:6487: test -z
                         || test ! -s conftest.err
configure:6490: $? = 0
configure:6493: test -s conftest.o
configure:6496: $? = 0
configure:6507: result: yes
configure:6527: checking whether putc_unlocked is declared
configure:6551: gcc -c -g -O2  conftest.c >&5
configure:6557: $? = 0
configure:6561: test -z
                         || test ! -s conftest.err
configure:6564: $? = 0
configure:6567: test -s conftest.o
configure:6570: $? = 0
configure:6581: result: yes
configure:6601: checking whether putchar_unlocked is declared
configure:6625: gcc -c -g -O2  conftest.c >&5
configure:6631: $? = 0
configure:6635: test -z
                         || test ! -s conftest.err
configure:6638: $? = 0
configure:6641: test -s conftest.o
configure:6644: $? = 0
configure:6655: result: yes
configure:6762: checking for flockfile
configure:6819: gcc -o conftest -g -O2   conftest.c  >&5
configure:6825: $? = 0
configure:6829: test -z
                         || test ! -s conftest.err
configure:6832: $? = 0
configure:6835: test -s conftest
configure:6838: $? = 0
configure:6850: result: yes
configure:6762: checking for funlockfile
configure:6819: gcc -o conftest -g -O2   conftest.c  >&5
configure:6825: $? = 0
configure:6829: test -z
                         || test ! -s conftest.err
configure:6832: $? = 0
configure:6835: test -s conftest
configure:6838: $? = 0
configure:6850: result: yes
configure:6889: checking features.h usability
configure:6901: gcc -c -g -O2  conftest.c >&5
configure:6907: $? = 0
configure:6911: test -z
                         || test ! -s conftest.err
configure:6914: $? = 0
configure:6917: test -s conftest.o
configure:6920: $? = 0
configure:6930: result: yes
configure:6934: checking features.h presence
configure:6944: gcc -E  conftest.c
configure:6950: $? = 0
configure:6970: result: yes
configure:7005: checking for features.h
configure:7012: result: yes
configure:6889: checking linewrap.h usability
configure:6901: gcc -c -g -O2  conftest.c >&5
conftest.c:89:22: linewrap.h: No such file or directory
configure:6907: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <linewrap.h>
configure:6930: result: no
configure:6934: checking linewrap.h presence
configure:6944: gcc -E  conftest.c
conftest.c:55:22: linewrap.h: No such file or directory
configure:6950: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| /* end confdefs.h.  */
| #include <linewrap.h>
configure:6970: result: no
configure:7005: checking for linewrap.h
configure:7012: result: no
configure:7036: checking whether strerror_r is declared
configure:7060: gcc -c -g -O2  conftest.c >&5
configure:7066: $? = 0
configure:7070: test -z
                         || test ! -s conftest.err
configure:7073: $? = 0
configure:7076: test -s conftest.o
configure:7079: $? = 0
configure:7090: result: yes
configure:7112: checking for strerror_r
configure:7169: gcc -o conftest -g -O2   conftest.c  >&5
configure:7175: $? = 0
configure:7179: test -z
                         || test ! -s conftest.err
configure:7182: $? = 0
configure:7185: test -s conftest
configure:7188: $? = 0
configure:7200: result: yes
configure:7210: checking whether strerror_r returns char *
configure:7238: gcc -c -g -O2  conftest.c >&5
configure:7244: $? = 0
configure:7248: test -z
                         || test ! -s conftest.err
configure:7251: $? = 0
configure:7254: test -s conftest.o
configure:7257: $? = 0
configure:7317: result: yes
configure:7327: checking for stdbool.h that conforms to C99
configure:7386: gcc -c -g -O2  conftest.c >&5
configure:7392: $? = 0
configure:7396: test -z
                         || test ! -s conftest.err
configure:7399: $? = 0
configure:7402: test -s conftest.o
configure:7405: $? = 0
configure:7416: result: yes
configure:7418: checking for _Bool
configure:7442: gcc -c -g -O2  conftest.c >&5
configure:7448: $? = 0
configure:7452: test -z
                         || test ! -s conftest.err
configure:7455: $? = 0
configure:7458: test -s conftest.o
configure:7461: $? = 0
configure:7472: result: yes
configure:7509: checking whether lstat dereferences a symlink specified with a trailing slash
configure:7540: gcc -o conftest -g -O2   conftest.c  >&5
configure:7543: $? = 0
configure:7545: ./conftest
configure:7548: $? = 0
configure:7569: result: yes
configure:7590: checking whether stat file-mode macros are broken
configure:7638: result: no
configure:7649: checking for inttypes.h
configure:7671: gcc -c -g -O2  conftest.c >&5
configure:7677: $? = 0
configure:7681: test -z
                         || test ! -s conftest.err
configure:7684: $? = 0
configure:7687: test -s conftest.o
configure:7690: $? = 0
configure:7701: result: yes
configure:7712: checking for stdint.h
configure:7734: gcc -c -g -O2  conftest.c >&5
configure:7740: $? = 0
configure:7744: test -z
                         || test ! -s conftest.err
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7764: result: yes
configure:7775: checking for unsigned long long
configure:7797: gcc -o conftest -g -O2   conftest.c  >&5
configure:7803: $? = 0
configure:7807: test -z
                         || test ! -s conftest.err
configure:7810: $? = 0
configure:7813: test -s conftest
configure:7816: $? = 0
configure:7828: result: yes
configure:7861: checking for EOVERFLOW
configure:8278: result: yes
configure:8291: checking for signed
configure:8312: gcc -c -g -O2  conftest.c >&5
configure:8318: $? = 0
configure:8322: test -z
                         || test ! -s conftest.err
configure:8325: $? = 0
configure:8328: test -s conftest.o
configure:8331: $? = 0
configure:8342: result: yes
configure:8353: checking for long long
configure:8375: gcc -o conftest -g -O2   conftest.c  >&5
configure:8381: $? = 0
configure:8385: test -z
                         || test ! -s conftest.err
configure:8388: $? = 0
configure:8391: test -s conftest
configure:8394: $? = 0
configure:8406: result: yes
configure:8417: checking for long double
configure:8477: result: yes
configure:8488: checking for wchar_t
configure:8510: gcc -c -g -O2  conftest.c >&5
configure:8516: $? = 0
configure:8520: test -z
                         || test ! -s conftest.err
configure:8523: $? = 0
configure:8526: test -s conftest.o
configure:8529: $? = 0
configure:8540: result: yes
configure:8551: checking for wint_t
configure:8573: gcc -c -g -O2  conftest.c >&5
configure:8579: $? = 0
configure:8583: test -z
                         || test ! -s conftest.err
configure:8586: $? = 0
configure:8589: test -s conftest.o
configure:8592: $? = 0
configure:8603: result: yes
configure:8613: checking for size_t
configure:8637: gcc -c -g -O2  conftest.c >&5
configure:8643: $? = 0
configure:8647: test -z
                         || test ! -s conftest.err
configure:8650: $? = 0
configure:8653: test -s conftest.o
configure:8656: $? = 0
configure:8667: result: yes
configure:8682: checking for intmax_t
configure:8712: gcc -c -g -O2  conftest.c >&5
configure:8718: $? = 0
configure:8722: test -z
                         || test ! -s conftest.err
configure:8725: $? = 0
configure:8728: test -s conftest.o
configure:8731: $? = 0
configure:8742: result: yes
configure:8763: checking whether vsnprintf is declared
configure:8787: gcc -c -g -O2  conftest.c >&5
configure:8793: $? = 0
configure:8797: test -z
                         || test ! -s conftest.err
configure:8800: $? = 0
configure:8803: test -s conftest.o
configure:8806: $? = 0
configure:8817: result: yes
configure:8842: checking for stdint.h
configure:8847: result: yes
configure:8987: checking for SIZE_MAX
configure:10056: result: yes
configure:10124: checking whether program_invocation_name is declared
configure:10149: gcc -c -g -O2  conftest.c >&5
configure:10155: $? = 0
configure:10159: test -z
                         || test ! -s conftest.err
configure:10162: $? = 0
configure:10165: test -s conftest.o
configure:10168: $? = 0
configure:10179: result: yes
configure:10195: checking whether program_invocation_short_name is declared
configure:10220: gcc -c -g -O2  conftest.c >&5
configure:10226: $? = 0
configure:10230: test -z
                         || test ! -s conftest.err
configure:10233: $? = 0
configure:10236: test -s conftest.o
configure:10239: $? = 0
configure:10250: result: yes
configure:10292: checking for error_at_line
configure:10344: result: yes
configure:10756: checking whether lstat accepts an empty string
configure:10781: gcc -o conftest -g -O2   conftest.c  >&5
configure:10784: $? = 0
configure:10786: ./conftest
configure:10789: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|   exit (lstat ("", &sbuf) ? 1 : 0);
|   ;
|   return 0;
| }
configure:10803: result: no
configure:10835: checking for stdlib.h
configure:10840: result: yes
configure:10980: checking for GNU libc compatible malloc
configure:11009: gcc -o conftest -g -O2   conftest.c  >&5
configure:11012: $? = 0
configure:11014: ./conftest
configure:11017: $? = 0
configure:11031: result: yes
configure:11072: checking for mempcpy
configure:11129: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:102: warning: conflicting types for built-in function 'mempcpy'
configure:11135: $? = 0
configure:11139: test -z
                         || test ! -s conftest.err
configure:11142: $? = 0
configure:11145: test -s conftest
configure:11148: $? = 0
configure:11160: result: yes
configure:11191: checking for obstacks
configure:11212: gcc -o conftest -g -O2   conftest.c  >&5
configure:11218: $? = 0
configure:11222: test -z
                         || test ! -s conftest.err
configure:11225: $? = 0
configure:11228: test -s conftest
configure:11231: $? = 0
configure:11243: result: yes
configure:11273: checking for C/C++ restrict keyword
configure:11291: gcc -c -g -O2  conftest.c >&5
conftest.c:80: error: syntax error before "x"
conftest.c:80: warning: data definition has no type or storage class
configure:11297: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_MEMPCPY 1
| #define HAVE_OBSTACK 1
| /* end confdefs.h.  */
| float * restrict x;
configure:11291: gcc -c -g -O2  conftest.c >&5
configure:11297: $? = 0
configure:11301: test -z
                         || test ! -s conftest.err
configure:11304: $? = 0
configure:11307: test -s conftest.o
configure:11310: $? = 0
configure:11322: result: __restrict
configure:11340: checking whether stat accepts an empty string
configure:11365: gcc -o conftest -g -O2   conftest.c  >&5
configure:11368: $? = 0
configure:11370: ./conftest
configure:11373: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_MEMPCPY 1
| #define HAVE_OBSTACK 1
| #define restrict __restrict
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|   exit (stat ("", &sbuf) ? 1 : 0);
|   ;
|   return 0;
| }
configure:11387: result: no
configure:11445: checking for strcasecmp
configure:11502: gcc -o conftest -g -O2   conftest.c  >&5
configure:11508: $? = 0
configure:11512: test -z
                         || test ! -s conftest.err
configure:11515: $? = 0
configure:11518: test -s conftest
configure:11521: $? = 0
configure:11533: result: yes
configure:11564: checking for strncasecmp
configure:11621: gcc -o conftest -g -O2   conftest.c  >&5
configure:11627: $? = 0
configure:11631: test -z
                         || test ! -s conftest.err
configure:11634: $? = 0
configure:11637: test -s conftest
configure:11640: $? = 0
configure:11652: result: yes
configure:11688: checking for strchrnul
configure:11745: gcc -o conftest -g -O2   conftest.c  >&5
configure:11751: $? = 0
configure:11755: test -z
                         || test ! -s conftest.err
configure:11758: $? = 0
configure:11761: test -s conftest
configure:11764: $? = 0
configure:11776: result: yes
configure:11811: checking for strndup
configure:11868: gcc -o conftest -g -O2   conftest.c  >&5
configure:11874: $? = 0
configure:11878: test -z
                         || test ! -s conftest.err
configure:11881: $? = 0
configure:11884: test -s conftest
configure:11887: $? = 0
configure:11899: result: yes
configure:12001: checking for working strnlen
configure:12040: gcc -o conftest -g -O2   conftest.c  >&5
configure:12043: $? = 0
configure:12045: ./conftest
configure:12048: $? = 0
configure:12062: result: yes
configure:12103: checking sysexits.h usability
configure:12115: gcc -c -g -O2  conftest.c >&5
configure:12121: $? = 0
configure:12125: test -z
                         || test ! -s conftest.err
configure:12128: $? = 0
configure:12131: test -s conftest.o
configure:12134: $? = 0
configure:12144: result: yes
configure:12148: checking sysexits.h presence
configure:12158: gcc -E  conftest.c
configure:12164: $? = 0
configure:12184: result: yes
configure:12219: checking for sysexits.h
configure:12226: result: yes
configure:12308: checking for vasnprintf
configure:12365: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccIR0hTV.o(.text+0x14): In function `main':
/usr/client/gnu/src/cflow-0.2.3/conftest.c:127: undefined reference to `vasnprintf'
/tmp/ccIR0hTV.o(.data+0x0): undefined reference to `vasnprintf'
collect2: ld returned 1 exit status
configure:12371: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_MEMPCPY 1
| #define HAVE_OBSTACK 1
| #define restrict __restrict
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| /* end confdefs.h.  */
| /* Define vasnprintf to an innocuous variant, in case <limits.h> declares vasnprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vasnprintf innocuous_vasnprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vasnprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef vasnprintf
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char vasnprintf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_vasnprintf) || defined (__stub___vasnprintf)
| choke me
| #else
| char (*f) () = vasnprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != vasnprintf;
|   ;
|   return 0;
| }
configure:12396: result: no
configure:12454: checking for ptrdiff_t
configure:12478: gcc -c -g -O2  conftest.c >&5
configure:12484: $? = 0
configure:12488: test -z
                         || test ! -s conftest.err
configure:12491: $? = 0
configure:12494: test -s conftest.o
configure:12497: $? = 0
configure:12508: result: yes
configure:12532: checking for snprintf
configure:12589: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:112: warning: conflicting types for built-in function 'snprintf'
configure:12595: $? = 0
configure:12599: test -z
                         || test ! -s conftest.err
configure:12602: $? = 0
configure:12605: test -s conftest
configure:12608: $? = 0
configure:12620: result: yes
configure:12532: checking for wcslen
configure:12589: gcc -o conftest -g -O2   conftest.c  >&5
configure:12595: $? = 0
configure:12599: test -z
                         || test ! -s conftest.err
configure:12602: $? = 0
configure:12605: test -s conftest
configure:12608: $? = 0
configure:12620: result: yes
configure:12642: checking for vsnprintf
configure:12699: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:114: warning: conflicting types for built-in function 'vsnprintf'
configure:12705: $? = 0
configure:12709: test -z
                         || test ! -s conftest.err
configure:12712: $? = 0
configure:12715: test -s conftest
configure:12718: $? = 0
configure:12730: result: yes
configure:12790: checking for stdint.h
configure:12795: result: yes
configure:13043: checking for emacs
configure:13059: found /usr/bin/emacs
configure:13069: result: emacs
configure:13093: checking where .elc files should go
configure:13106: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' </dev/null >conftest.out
Loading /usr/share/emacs/site-lisp/site-start.d/iiimecf-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/psgml-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...
Loading /usr/share/emacs/site-lisp/site-start.d/ruby-mode-init.el (source)...
configure:13109: $? = 0
configure:13122: result: ${datadir}/emacs/site-lisp
configure:13150: checking whether NLS is requested
configure:13159: result: yes
configure:13197: checking for msgfmt
0 translated messages.
configure:13228: result: /usr/bin/msgfmt
configure:13237: checking for gmsgfmt
configure:13268: result: /usr/bin/msgfmt
configure:13307: checking for xgettext
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:13338: result: /usr/bin/xgettext
configure:13378: checking for msgmerge
configure:13408: result: /usr/bin/msgmerge
configure:13465: checking build system type
configure:13483: result: i686-pc-linux-gnu
configure:13491: checking host system type
configure:13505: result: i686-pc-linux-gnu
configure:13537: checking for ld used by GCC
configure:13601: result: /usr/bin/ld
configure:13610: checking if the linker (/usr/bin/ld) is GNU ld
configure:13623: result: yes
configure:13629: checking for shared library run path origin
configure:13642: result: done
configure:14058: checking for CFPreferencesCopyAppValue
configure:14083: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:14089: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_MEMPCPY 1
| #define HAVE_OBSTACK 1
| #define restrict __restrict
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define PROGRAM_INVOCATION_NAME_DECLARED 1
| /* end confdefs.h.  */
| #include <CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:14116: result: no
configure:14125: checking for CFLocaleCopyCurrent
configure:14150: gcc -o conftest -g -O2  -I/System/Library/Frameworks/CoreFoundation.framework/Headers  conftest.c  -framework CoreFoundation >&5
gcc: CoreFoundation: No such file or directory
cc1: error: unrecognized command line option "-framework"
configure:14156: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU cflow"
| #define PACKAGE_TARNAME "cflow"
| #define PACKAGE_VERSION "0.2.3"
| #define PACKAGE_STRING "GNU cflow 0.2.3"
| #define PACKAGE_BUGREPORT "bug-cflow@..."
| #define PACKAGE "cflow"
| #define VERSION "0.2.3"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define YYTEXT_POINTER 1
| #define STDC_HEADERS 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_SETLOCALE 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_DECL_CLEARERR_UNLOCKED 1
| #define HAVE_DECL_FEOF_UNLOCKED 1
| #define HAVE_DECL_FERROR_UNLOCKED 1
| #define HAVE_DECL_FFLUSH_UNLOCKED 1
| #define HAVE_DECL_FGETS_UNLOCKED 1
| #define HAVE_DECL_FPUTC_UNLOCKED 1
| #define HAVE_DECL_FPUTS_UNLOCKED 1
| #define HAVE_DECL_FREAD_UNLOCKED 1
| #define HAVE_DECL_FWRITE_UNLOCKED 1
| #define HAVE_DECL_GETC_UNLOCKED 1
| #define HAVE_DECL_GETCHAR_UNLOCKED 1
| #define HAVE_DECL_PUTC_UNLOCKED 1
| #define HAVE_DECL_PUTCHAR_UNLOCKED 1
| #define USE_UNLOCKED_IO 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_FLOCKFILE 1
| #define HAVE_FUNLOCKFILE 1
| #define HAVE_FEATURES_H 1
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define STRERROR_R_CHAR_P 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_UNSIGNED_LONG_LONG 1
| #define HAVE_UINTMAX_T 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_INTMAX_T 1
| #define HAVE_DECL_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_DECL_PROGRAM_INVOCATION_NAME 1
| #define HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_MEMPCPY 1
| #define HAVE_OBSTACK 1
| #define restrict __restrict
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRCHRNUL 1
| #define HAVE_STRNDUP 1
| #define HAVE_SYSEXITS_H 1
| #define USE_UNLOCKED_IO 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STDINT_H 1
| #define PROGRAM_INVOCATION_NAME_DECLARED 1
| /* end confdefs.h.  */
| #include <CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:14183: result: no
configure:14200: checking whether NLS is requested
configure:14209: result: yes
configure:14227: checking for GNU gettext in libc
configure:14251: gcc -o conftest -g -O2   conftest.c  >&5
configure:14257: $? = 0
configure:14261: test -z
                         || test ! -s conftest.err
configure:14264: $? = 0
configure:14267: test -s conftest
configure:14270: $? = 0
configure:14282: result: yes
configure:14989: checking whether to use NLS
configure:14991: result: yes
configure:14994: checking where the gettext function comes from
configure:15005: result: libc
configure:15196: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU cflow config.status 0.2.3, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on databeast-linux.corp.allscripts.com


Re: Prototype Parameter Confused with Subroutine Name

by Sergey Poznyakoff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Daniel,

> A prototype with a variable name in the parameter list
> get confused with a function of the same name.

Thank you for the report. It is already fixed, please try version 0.2.4,
available from the same location
(ftp://download.gnu.org.ua/pub/users/gray/cflow).

Regards,
Sergey


 


_______________________________________________
Bug-cflow mailing list
Bug-cflow@...
http://lists.gnu.org/mailman/listinfo/bug-cflow