bug-m4
[Top][All Lists]
Advanced

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

whether m4 supports frozen files... no,GNU M4 1.4 is required


From: 张琳琳
Subject: whether m4 supports frozen files... no,GNU M4 1.4 is required
Date: Wed, 21 Jun 2006 07:00:03 -0000


I installed version m4-1.4.4 on my FreeBSD system.  Then I got  these messagees while configuring Bison-2.3.

I have checked the config.log ,but I cannot see anything wrong ,please help me.

The config.log is as flollowing:

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

It was created by GNU M4 configure 1.4.4, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr

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

hostname = zll
uname -m = i386
uname -r = 6.1-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006     address@hidden:/usr/obj/usr/src/sys/SMP

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

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

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr


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

configure:1342: checking for gawk
configure:1371: result: no
configure:1342: checking for mawk
configure:1371: result: no
configure:1342: checking for nawk
configure:1358: found /usr/bin/nawk
configure:1368: result: nawk
configure:1424: checking for gcc
configure:1440: found /usr/bin/gcc
configure:1450: result: gcc
configure:1694: checking for C compiler version
configure:1697: gcc --version </dev/null >&5
gcc (GCC) 3.4.4 [FreeBSD] 20050518
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:1700: $? = 0
configure:1702: gcc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:1705: $? = 0
configure:1707: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1710: $? = 1
configure:1733: checking for C compiler default output file name
configure:1736: gcc    conftest.c  >&5
configure:1739: $? = 0
configure:1785: result: a.out
configure:1790: checking whether the C compiler works
configure:1796: ./a.out
configure:1799: $? = 0
configure:1816: result: yes
configure:1823: checking whether we are cross compiling
configure:1825: result: no
configure:1828: checking for suffix of executables
configure:1830: gcc -o conftest    conftest.c  >&5
configure:1833: $? = 0
configure:1858: result:
configure:1864: checking for suffix of object files
configure:1885: gcc -c   conftest.c >&5
configure:1888: $? = 0
configure:1910: result: o
configure:1914: checking whether we are using the GNU C compiler
configure:1938: gcc -c   conftest.c >&5
configure:1944: $? = 0
configure:1948: test -z
             || test ! -s conftest.err
configure:1951: $? = 0
configure:1954: test -s conftest.o
configure:1957: $? = 0
configure:1970: result: yes
configure:1976: checking whether gcc accepts -g
configure:1997: gcc -c -g  conftest.c >&5
configure:2003: $? = 0
configure:2007: test -z
             || test ! -s conftest.err
configure:2010: $? = 0
configure:2013: test -s conftest.o
configure:2016: $? = 0
configure:2027: result: yes
configure:2044: checking for gcc option to accept ANSI C
configure:2114: gcc  -c -g -O2  conftest.c >&5
configure:2120: $? = 0
configure:2124: test -z
             || test ! -s conftest.err
configure:2127: $? = 0
configure:2130: test -s conftest.o
configure:2133: $? = 0
configure:2151: result: none needed
configure:2169: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2175: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2346: checking for a BSD-compatible install
configure:2401: result: /usr/bin/install -c
configure:2412: checking whether make sets $(MAKE)
configure:2432: result: yes
configure:2482: checking for ranlib
configure:2498: found /usr/bin/ranlib
configure:2509: result: ranlib
configure:2528: checking how to run the C preprocessor
configure:2563: gcc -E  conftest.c
configure:2569: $? = 0
configure:2601: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2607: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2646: result: gcc -E
configure:2670: gcc -E  conftest.c
configure:2676: $? = 0
configure:2708: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2714: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2758: checking for egrep
configure:2768: result: grep -E
configure:2774: checking for AIX
configure:2796: result: no
configure:2802: checking for library containing strerror
configure:2832: gcc -o conftest -g -O2   conftest.c  >&5
configure:2838: $? = 0
configure:2842: test -z
             || test ! -s conftest.err
configure:2845: $? = 0
configure:2848: test -s conftest
configure:2851: $? = 0
configure:2921: result: none required
configure:2928: checking for ANSI C header files
configure:2953: gcc -c -g -O2  conftest.c >&5
configure:2959: $? = 0
configure:2963: test -z
             || test ! -s conftest.err
configure:2966: $? = 0
configure:2969: test -s conftest.o
configure:2972: $? = 0
configure:3061: gcc -o conftest -g -O2   conftest.c  >&5
configure:3064: $? = 0
configure:3066: ./conftest
configure:3069: $? = 0
configure:3084: result: yes
configure:3108: checking for sys/types.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for sys/stat.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for stdlib.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for string.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for memory.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for strings.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for inttypes.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for stdint.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3108: checking for unistd.h
configure:3124: gcc -c -g -O2  conftest.c >&5
configure:3130: $? = 0
configure:3134: test -z
             || test ! -s conftest.err
configure:3137: $? = 0
configure:3140: test -s conftest.o
configure:3143: $? = 0
configure:3154: result: yes
configure:3176: checking minix/config.h usability
configure:3188: gcc -c -g -O2  conftest.c >&5
conftest.c:53:26: minix/config.h: No such file or directory
configure:3194: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| #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:3217: result: no
configure:3221: checking minix/config.h presence
configure:3231: gcc -E  conftest.c
conftest.c:19:26: minix/config.h: No such file or directory
configure:3237: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden "
| #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:3257: result: no
configure:3292: checking for minix/config.h
configure:3299: result: no
configure:3328: checking for gcc option to accept ANSI C
configure:3398: result:
configure:3406: checking for function prototypes
configure:3409: result: yes
configure:3423: checking for an ANSI C-conforming const
configure:3490: gcc -c -g -O2  conftest.c >&5
configure:3496: $? = 0
configure:3500: test -z
             || test ! -s conftest.err
configure:3503: $? = 0
configure:3506: test -s conftest.o
configure:3509: $? = 0
configure:3520: result: yes
configure:3549: checking limits.h usability
configure:3561: gcc -c -g -O2  conftest.c >&5
configure:3567: $? = 0
configure:3571: test -z
             || test ! -s conftest.err
configure:3574: $? = 0
configure:3577: test -s conftest.o
configure:3580: $? = 0
configure:3590: result: yes
configure:3594: checking limits.h presence
configure:3604: gcc -E  conftest.c
configure:3610: $? = 0
configure:3630: result: yes
configure:3665: checking for limits.h
configure:3672: result: yes
configure:3540: checking for memory.h
configure:3545: result: yes
configure:3549: checking siginfo.h usability
configure:3561: gcc -c -g -O2  conftest.c >&5
conftest.c:56:21: siginfo.h: No such file or directory
configure:3567: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden "
| #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 PROTOTYPES 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_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 <siginfo.h>
configure:3590: result: no
configure:3594: checking siginfo.h presence
configure:3604: gcc -E  conftest.c
conftest.c:22:21: siginfo.h: No such file or directory
configure:3610: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| #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 PROTOTYPES 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| /* end confdefs.h.  */
| #include <siginfo.h>
configure:3630: result: no
configure:3665: checking for siginfo.h
configure:3672: result: no
configure:3540: checking for string.h
configure:3545: result: yes
configure:3540: checking for unistd.h
configure:3545: result: yes
configure:3700: checking signal.h usability
configure:3712: gcc -c -g -O2  conftest.c >&5
configure:3718: $? = 0
configure:3722: test -z
             || test ! -s conftest.err
configure:3725: $? = 0
configure:3728: test -s conftest.o
configure:3731: $? = 0
configure:3741: result: yes
configure:3745: checking signal.h presence
configure:3755: gcc -E  conftest.c
configure:3761: $? = 0
configure:3781: result: yes
configure:3816: checking for signal.h
configure:3823: result: yes
configure:3836: checking for ANSI C header files
configure:3992: result: yes
configure:4002: checking return type of signal handlers
configure:4033: gcc -c -g -O2  conftest.c >&5
configure:4039: $? = 0
configure:4043: test -z
             || test ! -s conftest.err
configure:4046: $? = 0
configure:4049: test -s conftest.o
configure:4052: $? = 0
configure:4063: result: void
configure:4071: checking for size_t
configure:4095: gcc -c -g -O2  conftest.c >&5
configure:4101: $? = 0
configure:4105: test -z
             || test ! -s conftest.err
configure:4108: $? = 0
configure:4111: test -s conftest.o
configure:4114: $? = 0
configure:4125: result: yes
configure:4148: checking for mkstemp
configure:4205: gcc -o conftest -g -O2   conftest.c  >&5
configure:4211: $? = 0
configure:4215: test -z
             || test ! -s conftest.err
configure:4218: $? = 0
configure:4221: test -s conftest
configure:4224: $? = 0
configure:4236: result: yes
configure:4148: checking for sigaction
configure:4205: gcc -o conftest -g -O2   conftest.c   >&5
configure:4211: $? = 0
configure:4215: test -z
             || test ! -s conftest.err
configure:4218: $? = 0
configure:4221: test -s conftest
configure:4224: $? = 0
configure:4236: result: yes
configure:4148: checking for sigaltstack
configure:4205: gcc -o conftest -g -O2   conftest.c  >&5
configure:4211: $? = 0
configure:4215: test -z
             || test ! -s conftest.err
configure:4218: $? = 0
configure:4221: test -s conftest
configure:4224: $? = 0
configure:4236: result: yes
configure:4148: checking for sigstack
configure:4205: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccnUdCBH.o(.text+0x14): In function `main':
/usr/m4-1.4.4/conftest.c:70: undefined reference to `sigstack'
/var/tmp//ccnUdCBH.o(.data+0x0):/usr/m4-1.4.4/conftest.c:69: undefined reference to `sigstack'
configure:4211: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| #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 PROTOTYPES 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| /* end confdefs.h.  */
| /* Define sigstack to an innocuous variant, in case <limits.h> declares sigstack.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigstack innocuous_sigstack
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sigstack (); 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 sigstack
|
| /* 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 sigstack ();
| /* 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_sigstack) || defined (__stub___sigstack)
| choke me
| #else
| char (*f) () = sigstack;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sigstack;
|   ;
|   return 0;
| }
configure:4236: result: no
configure:4148: checking for sigvec
configure:4205: gcc -o conftest -g -O2   conftest.c  >&5
configure:4211: $? = 0
configure:4215: test -z
             || test ! -s conftest.err
configure:4218: $? = 0
configure:4221: test -s conftest
configure:4224: $? = 0
configure:4236: result: yes
configure:4148: checking for strerror
configure:4205: gcc -o conftest -g -O2   conftest.c  >&5
configure:4211: $? = 0
configure:4215: test -z
             || test ! -s conftest.err
configure:4218: $? = 0
configure:4221: test -s conftest
configure:4224: $? = 0
configure:4236: result: yes
configure:4148: checking for tmpfile
configure:4205: gcc -o conftest -g -O2   conftest.c  >&5
configure:4211: $? = 0
configure:4215: test -z
             || test ! -s conftest.err
configure:4218: $? = 0
configure:4221: test -s conftest
configure:4224: $? = 0
configure:4236: result: yes
configure:4248: checking for working alloca.h
configure:4269: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c :33:20: alloca.h: No such file or directory
configure:4275: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| #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 PROTOTYPES 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGVEC 1
| #define HAVE_STRERROR 1
| #define HAVE_TMPFILE 1
| /* end confdefs.h .  */
| #include <alloca.h>
| int
| main ()
| {
| char *p = (char *) alloca (2 * sizeof (int));
|   ;
|   return 0;
| }
configure:4300: result: no
configure:4310: checking for alloca
configure:4351: gcc -o conftest -g -O2   conftest.c  >&5
configure:4357: $? = 0
configure:4361: test -z
             || test ! -s conftest.err
configure:4364: $? = 0
configure:4367: test -s conftest
configure:4370: $? = 0
configure:4382: result: yes
configure:4609: checking for vprintf
configure:4666: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:58: warning: conflicting types for built-in function 'vprintf'
configure:4672: $? = 0
configure:4676: test -z
             || test ! -s conftest.err
configure:4679: $? = 0
configure:4682: test -s conftest
configure:4685: $? = 0
configure:4697: result: yes
configure:4704: checking for _doprnt
configure:4761: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccryoso4.o(.text+0x14): In function `main':
/usr/m4-1.4.4/conftest.c:75: undefined reference to `_doprnt'
/var/tmp//ccryoso4.o(.data+0x0):/usr/m4- 1.4.4/conftest.c:74: undefined reference to `_doprnt'
configure:4767: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT "address@hidden"
| #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 PROTOTYPES 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGVEC 1
| #define HAVE_STRERROR 1
| #define HAVE_TMPFILE 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); 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 _doprnt
|
| /* 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 _doprnt ();
| /* 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__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:4792: result: no
configure:4810: checking for strtol
configure:4867: gcc -o conftest -g -O2   conftest.c  >&5
configure:4873: $? = 0
configure:4877: test -z
             || test ! -s conftest.err
configure:4880: $? = 0
configure:4883: test -s conftest
configure:4886: $? = 0
configure:4898: result: yes
configure:4920: checking ecvt declaration
configure:4942: result: no
configure:4947: checking for ecvt
configure:5004: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccPQR5Z2.o(.text+0x14): In function `main':
/usr/m4-1.4.4/conftest.c:76: undefined reference to `ecvt'
/var/tmp//ccPQR5Z2.o(.data+0x0):/usr/m4-1.4.4/conftest.c:75: undefined reference to `ecvt'
configure:5010: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "GNU M4"
| #define PACKAGE_TARNAME "m4"
| #define PACKAGE_VERSION "1.4.4"
| #define PACKAGE_STRING "GNU M4 1.4.4"
| #define PACKAGE_BUGREPORT " address@hidden"
| #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 PROTOTYPES 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define STDC_HEADERS 1
| #define RETSIGTYPE void
| #define HAVE_MKSTEMP 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGVEC 1
| #define HAVE_STRERROR 1
| #define HAVE_TMPFILE 1
| #define HAVE_ALLOCA 1
| #define HAVE_VPRINTF 1
| #define HAVE_STRTOL 1
| /* end confdefs.h.  */
| /* Define ecvt to an innocuous variant, in case < limits.h> declares ecvt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define ecvt innocuous_ecvt
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ecvt (); 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 ecvt
|
| /* 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 ecvt ();
| /* 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_ecvt) || defined (__stub___ecvt)
| choke me
| #else
| char (*f) () = ecvt;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != ecvt;
|   ;
|   return 0;
| }
configure:5035: result: no
configure:5050: checking if stack overflow is detectable
configure:5082: gcc -o conftest -g -O2   conftest.c  >&5
configure:5088: $? = 0
configure:5092: test -z
             || test ! -s conftest.err
configure:5095: $? = 0
configure:5098: test -s conftest
configure:5101: $? = 0
configure:5113: result: yes
configure:5189: checking if changeword is wanted
configure:5207: result: no
configure:5211: checking if malloc debugging is wanted
configure:5232: result: no
configure:5338: creating ./config.status

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

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

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

on zll

config.status:6051: creating stamp-h
config.status :6051: creating Makefile
config.status:6051: creating doc/Makefile
config.status:6051: creating lib/Makefile
config.status:6051: creating src/Makefile
config.status:6051: creating checks/Makefile
config.status :6051: creating examples/Makefile
config.status:6158: creating config.h
config.status:6300: config.h is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_type_size_t=yes
ac_cv_header_stdlib_h=yes
ac_cv_func_strtol=yes
ac_cv_func__doprnt=no
ac_cv_func_sigvec=yes
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=''
ac_cv_path_install='/usr/bin/install -c'
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_header_minix_config_h=no
ac_cv_func_sigaction=yes
ac_cv_env_host_alias_set=''
ac_cv_c_const=yes
ac_cv_func_mkstemp=yes
ac_cv_working_alloca_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=''
ac_cv_header_limits_h=yes
ac_cv_env_LDFLAGS_value=''
ac_cv_env_target_alias_set=''
ac_cv_func_alloca_works=yes
ac_cv_prog_cc_stdc=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CC_set=''
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
ac_cv_func_vprintf=yes
ac_cv_type_signal=void
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_env_CPPFLAGS_value=''
ac_cv_func_sigstack=no
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_env_host_alias_value=''
ac_cv_func_strerror=yes
ac_cv_func_ecvt=no
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=''
ac_cv_prog_ac_ct_CC=gcc
ac_cv_env_target_alias_value=''
ac_cv_func_sigaltstack=yes
ac_cv_header_siginfo_h=no
ac_cv_env_CC_value=''
ac_cv_search_strerror='none required'
ac_cv_env_CPP_set=''
ac_cv_func_tmpfile=yes
ac_cv_header_signal_h=yes
ac_cv_objext=o

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOCA=''
ANSI2KNR=''
AWK='nawk'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE='m4'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='GNU M4'
PACKAGE_STRING='GNU M4 1.4.4'
PACKAGE_TARNAME='m4'
PACKAGE_VERSION='1.4.4'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STACKOVF='stackovf.o'
U=''
VERSION='1.4.4'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ALLOCA 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MKSTEMP 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGCONTEXT 1
#define HAVE_SIGNAL_H 1
#define HAVE_SIGVEC 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOL 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TMPFILE 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "GNU M4"
#define PACKAGE_STRING "GNU M4 1.4.4"
#define PACKAGE_TARNAME "m4"
#define PACKAGE_VERSION "1.4.4"
#define PROTOTYPES 1
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define USE_STACKOVF 1

configure: exit 0


Thanks and Regards. 

reply via email to

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