bug-bison
[Top][All Lists]
Advanced

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

Re: bison-1.30 check failures on Compaq/DEC Alpha OSF/1 5.0


From: Pascal Bart
Subject: Re: bison-1.30 check failures on Compaq/DEC Alpha OSF/1 5.0
Date: Tue, 18 Dec 2001 09:25:23 +0100

Hello,

    could you try the latest version of bison in ftp://alpha.gnu.org/gnu/bison/
?

Thanks,
--
Pascal Bart
("Beati pauperes spiritu")

----- Original Message -----
From: "Nelson H. F. Beebe" <address@hidden>
To: <address@hidden>
Cc: <address@hidden>
Sent: Monday, December 17, 2001 6:53 PM
Subject: bison-1.30 check failures on Compaq/DEC Alpha OSF/1 5.0


> I got check failures in a build of bison-1.30 on Compaq/DEC Alpha
> OSF/1 5.0 with the native C compiler (gcc does not build on this
> platform, so is unavailable as an alternative compiler).
>
> I've built older versions of bison without problems on this system: my
> current installation has version bison-1.28.
>
> The failures went like this:
>
> ./configure && make all check install
> ...
> checking for cc... cc
> ...
> ## --------------------------- ##
> ## GNU Bison 1.29e test suite. ##
> ## --------------------------- ##
> ...
> Simple Calculator.
>
> 13: calc.at:389       FAILED near `calc.at:389'
> 14: calc.at:391       FAILED near `calc.at:391'
> 15: calc.at:392       FAILED near `calc.at:392'
> 16: calc.at:393       FAILED near `calc.at:393'
> 17: calc.at:394       FAILED near `calc.at:394'
> 18: calc.at:395       FAILED near `calc.at:395'
> 19: calc.at:396       FAILED near `calc.at:396'
> 20: calc.at:398       FAILED near `calc.at:398'
> 21: calc.at:400       FAILED near `calc.at:400'
> 22: calc.at:402       FAILED near `calc.at:402'
> 23: calc.at:403       FAILED near `calc.at:403'
> ...
> ## ------------------------------------------------- ##
> ## ERROR: Suite unsuccessful, 11 of 28 tests failed. ##
> ## ------------------------------------------------- ##
>
> Here is the testsuite.log file, as requested by the bug reporting
> instructions:
>
> ## --------------------------- ##
> ## GNU Bison 1.29e test suite. ##
> ## --------------------------- ##
>
> ./testsuite: command line was:
>   $ ./testsuite
>
> ## ----------- ##
> ## ChangeLogs. ##
> ## ----------- ##
>
> ./testsuite: ../intl/ChangeLog:
> | 2001-09-13  GNU  <address@hidden>
> |
> | * Version 0.10.40 released.
> |
>
> ./testsuite: ../po/ChangeLog:
> | 2001-10-10  gettextize  <address@hidden>
> |
> | * Makefile.in.in: Upgrade to gettext-0.10.40.
> |
> | 2001-10-10  gettextize  <address@hidden>
> |
> | * Makefile.in.in: Upgrade to gettext-0.10.40.
> |
> | 2001-10-09  gettextize  <address@hidden>
> |
>
> ./testsuite: ../ChangeLog:
> | 2001-10-26  Akim Demaille  <address@hidden>
> |
> | Version 1.30.
> |
> | 2001-10-26  Paul Eggert  <address@hidden>
> |
> | * lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
> |   lib/getopt1.c, lib/obstack.c, lib/obstack.h, lib/quote.c,
> |   lib/strnlen.c, lib/xmalloc.c, m4/c-bs-a.m4, m4/error.m4,
> |   m4/gettext.m4, m4/lcmessage.m4, m4/malloc.m4, m4/mbstate_t.m4,
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = rocky.chpc.utah.edu
> uname -m = alpha
> uname -r = V5.0
> uname -s = OSF1
> uname -v = 910
>
> /usr/bin/uname -p = alpha
> /bin/uname -X     = unknown
>
> /bin/arch              = unknown
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = alpha
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
>
> PATH: /uufs/inscc.utah.edu/common/home/mthnhb/alpha/build/bison-1.30/tests
> PATH: /uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin
> PATH: /uufs/inscc.utah.edu/common/home/mthnhb/bin
> PATH: /uufs/sierra/sys/bin
> PATH: /uufs/sierra/host/bin
> PATH: /uufs/inscc.utah.edu/common/home/mthnhb/alpha/build/bison-1.30
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/sbin
> PATH: /sbin
> PATH: /uufs/sierra/host/pkg/openssh/3.0.1p1/bin
> PATH: /etc
>
> ./testsuite: atconfig:
> | # Configurable variable values for building test suites.
> | # Generated by ./config.status.
> | # Copyright 2000, 2001 Free Software Foundation, Inc.
> |
> | at_testdir='tests'
> |
buildpath='/uufs/inscc.utah.edu/common/home/mthnhb/alpha/build/bison-1.30/tests
'
> | srcdir='.'
> |
srcpath='/uufs/inscc.utah.edu/common/home/mthnhb/alpha/build/bison-1.30/tests'
> | top_srcdir='..'
> |
top_srcpath='/uufs/inscc.utah.edu/common/home/mthnhb/alpha/build/bison-1.30'
> | top_builddir='../'
> |
top_buildpath='/uufs/inscc.utah.edu/common/home/mthnhb/alpha/build/bison-1.30'
> |
> | AUTOTEST_PATH='tests'
> |
> | SHELL=${CONFIG_SHELL-'/bin/ksh'}
>
> ./testsuite: atlocal:
> | # tests/atlocal.  Generated from atlocal.in by configure. -*-
shell-script -*-
> | # Configurable variable values for Bison test suite.
> | # Copyright 2000, 2001 Free Software Foundation, Inc.
> |
> | # We need a C compiler.
> | CC='cc'
> | CFLAGS='-g'
> |
> | # We need to know if the compiler is GCC.
> | GCC=''
> |
> | # We need `config.h'.
> | CPPFLAGS="-I $top_builddir "
>
> ## ---------------- ##
> ## Tested programs. ##
> ## ---------------- ##
>
> testsuite.at:24:
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/build/bison-1.30/tests/bison --ve
rsion
> bison (GNU Bison) 1.30
>
> Copyright 1984, 1986, 1989, 1992, 2000, 2001 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.
>
> ## --------------------------- ##
> ## Silently running the tests. ##
> ## --------------------------- ##
> ./testsuite: starting at: Mon Dec 17 10:46:52 MST 2001
> 1. output.at:38: ok (0m0.01s 0m0.01s)
> 2. output.at:40: ok (0m0.00s 0m0.01s)
> 3. output.at:42: ok (0m0.01s 0m0.01s)
> 4. output.at:44: ok (0m0.00s 0m0.03s)
> 5. output.at:46: ok (0m0.01s 0m0.01s)
> 6. output.at:48: ok (0m0.00s 0m0.01s)
> 7. output.at:52: ok (0m0.00s 0m0.03s)
> 8. output.at:54: ok (0m0.01s 0m0.01s)
> 9. output.at:59: ok (0m0.01s 0m0.01s)
> 10. output.at:62: ok (0m0.00s 0m0.03s)
> 11. output.at:66: ok (0m0.00s 0m0.01s)
> 12. output.at:70: ok (0m0.01s 0m0.01s)
> 13. calc.at:389: FAILED near `calc.at:389'
> 14. calc.at:391: FAILED near `calc.at:391'
> 15. calc.at:392: FAILED near `calc.at:392'
> 16. calc.at:393: FAILED near `calc.at:393'
> 17. calc.at:394: FAILED near `calc.at:394'
> 18. calc.at:395: FAILED near `calc.at:395'
> 19. calc.at:396: FAILED near `calc.at:396'
> 20. calc.at:398: FAILED near `calc.at:398'
> 21. calc.at:400: FAILED near `calc.at:400'
> 22. calc.at:402: FAILED near `calc.at:402'
> 23. calc.at:403: FAILED near `calc.at:403'
> 24. regression.at:26: ok (0m0.00s 0m0.01s)
> 25. regression.at:52: ok (0m0.00s 0m0.01s)
> 26. regression.at:74: ok (0m0.00s 0m0.01s)
> 27. regression.at:97: ok (0m0.00s 0m0.01s)
> 28. regression.at:116: ok (0m0.00s 0m0.03s)
> ./testsuite: ending at: Mon Dec 17 10:47:06 MST 2001
>
>
> ## ------------------------ ##
> ## Summary of the failures. ##
> ## ------------------------ ##
> Failed tests:
> GNU Bison 1.29e test suite tests:
>
>  NUM: FILENAME:LINE      TEST-GROUP-NAME
>       KEYWORDS
>
>   13: calc.at:389        Calculator
>   14: calc.at:391        Calculator --defines
>   15: calc.at:392        Calculator --locations
>   16: calc.at:393        Calculator --name-prefix=calc
>   17: calc.at:394        Calculator --verbose
>   18: calc.at:395        Calculator --yacc
>   19: calc.at:396        Calculator --yyerror-verbose
>   20: calc.at:398        Calculator --locations --yyerror-verbose
>   21: calc.at:400







Calculator --defines --locations --name-prefix=calc --verbose --yacc --yyerror-
verbose
>   22: calc.at:402        Calculator --debug
>   23: calc.at:403







Calculator --debug --defines --locations --name-prefix=calc --verbose --yacc --
yyerror-verbose
>
>
> ## --------------------------------------- ##
> ## Verbosely re-running the failing tests. ##
> ## --------------------------------------- ##
>
> ## --------------------------- ##
> ## GNU Bison 1.29e test suite. ##
> ## --------------------------- ##
> 13. calc.at:389: testing Calculator ...
> calc.at:389: bison calc.y -o calc.c
> calc.at:389: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:389: exit code was 1, expected 0
> 13. calc.at:389: FAILED near `calc.at:389'
>
> 14. calc.at:391: testing Calculator --defines...
> calc.at:391: bison calc.y -o calc.c --defines
> calc.at:391: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:391: exit code was 1, expected 0
> 14. calc.at:391: FAILED near `calc.at:391'
>
> 15. calc.at:392: testing Calculator --locations...
> calc.at:392: bison calc.y -o calc.c --locations
> calc.at:392: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:392: exit code was 1, expected 0
> 15. calc.at:392: FAILED near `calc.at:392'
>
> 16. calc.at:393: testing Calculator --name-prefix=calc...
> calc.at:393: bison calc.y -o calc.c --name-prefix=calc
> calc.at:393: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:393: exit code was 1, expected 0
> 16. calc.at:393: FAILED near `calc.at:393'
>
> 17. calc.at:394: testing Calculator --verbose...
> calc.at:394: bison calc.y -o calc.c --verbose
> calc.at:394: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:394: exit code was 1, expected 0
> 17. calc.at:394: FAILED near `calc.at:394'
>
> 18. calc.at:395: testing Calculator --yacc...
> calc.at:395: bison calc.y -o calc.c --yacc
> calc.at:395: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:395: exit code was 1, expected 0
> 18. calc.at:395: FAILED near `calc.at:395'
>
> 19. calc.at:396: testing Calculator --yyerror-verbose...
> calc.at:396: bison calc.y -o calc.c
> calc.at:396: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:396: exit code was 1, expected 0
> 19. calc.at:396: FAILED near `calc.at:396'
>
> 20. calc.at:398: testing Calculator --locations --yyerror-verbose...
> calc.at:398: bison calc.y -o calc.c --locations
> calc.at:398: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:398: exit code was 1, expected 0
> 20. calc.at:398: FAILED near `calc.at:398'
>
> 21. calc.at:400: testing
Calculator --defines --locations --name-prefix=calc --verbose --yacc --yyerror-
verbose...
> calc.at:400: bison calc.y -o
calc.c --defines --locations --name-prefix=calc --verbose --yacc
> calc.at:400: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:400: exit code was 1, expected 0
> 21. calc.at:400: FAILED near `calc.at:400'
>
> 22. calc.at:402: testing Calculator --debug...
> calc.at:402: bison calc.y -o calc.c --debug
> calc.at:402: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:402: exit code was 1, expected 0
> 22. calc.at:402: FAILED near `calc.at:402'
>
> 23. calc.at:403: testing
Calculator --debug --defines --locations --name-prefix=calc --verbose --yacc --
yyerror-verbose...
> calc.at:403: bison calc.y -o
calc.c --debug --defines --locations --name-prefix=calc --verbose --yacc
> calc.at:403: $CC $CFLAGS $CPPFLAGS calc.c -o calc
> stderr:
> cc: Severe: calc.y, line 4: Cannot find file <config.h> specified in #include
directive. (noinclfile)
> #include <config.h>
> -^
> calc.at:403: exit code was 1, expected 0
> 23. calc.at:403: FAILED near `calc.at:403'
>
> ## ------------------- ##
> ## Configuration logs. ##
> ## ------------------- ##
>
> ./testsuite: ../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 Bison configure 1.30, which was
> | generated by GNU Autoconf 2.52e.  Invocation command line was
> |
> |   $ ./configure
> |
> | ## --------- ##
> | ## Platform. ##
> | ## --------- ##
> |
> | hostname = rocky.chpc.utah.edu
> | uname -m = alpha
> | uname -r = V5.0
> | uname -s = OSF1
> | uname -v = 910
> |
> | /usr/bin/uname -p = alpha
> | /bin/uname -X     = unknown
> |
> | /bin/arch              = unknown
> | /usr/bin/arch -k       = unknown
> | /usr/convex/getsysinfo = unknown
> | hostinfo               = unknown
> | /bin/machine           = alpha
> | /usr/bin/oslevel       = unknown
> | /bin/universe          = unknown
> |
> | PATH: /uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin
> | PATH: /uufs/inscc.utah.edu/common/home/mthnhb/bin
> | PATH: /uufs/sierra/sys/bin
> | PATH: /uufs/sierra/host/bin
> | PATH: .
> | PATH: /usr/bin
> | PATH: /bin
> | PATH: /usr/sbin
> | PATH: /sbin
> | PATH: /uufs/sierra/host/pkg/openssh/3.0.1p1/bin
> | PATH: /etc
> |
> | ## ----------- ##
> | ## Core tests. ##
> | ## ----------- ##
> |
> | configure:1046: loading site script
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/share/config.site
> | | ### ====================================================================
> | | ### Set autoconf default prefix to private architecture-dependent local
tree
> | | ### [13-Jul-2001]
> | | ### ====================================================================
> | |
> | | if test "`uname -s`" = "AIX"
> | | then
> | | arch=ppc
> | | else
> | | arch=`uname -m`
> | | fi
> | |
> | | test "$prefix" = NONE && prefix=$HOME/$arch/local
> | configure:1164: checking for a BSD compatible install
> | configure:1217: result:
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/install -c
> | configure:1228: checking whether build environment is sane
> | configure:1271: result: yes
> | configure:1304: checking for gawk
> | configure:1320: found
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/gawk
> | configure:1330: result: gawk
> | configure:1340: checking whether make sets ${MAKE}
> | configure:1360: result: yes
> | configure:1503: checking for gcc
> | configure:1532: result: no
> | configure:1583: checking for cc
> | configure:1599: found /usr/bin/cc
> | configure:1609: result: cc
> | configure:1772: checking for C compiler version
> | configure:1775: cc --version </dev/null >&5
> | cc: Error: no source, object or ucode file specified
> | configure:1778: $? = 2
> | configure:1780: cc -v </dev/null >&5
> |
> |
> | cc: Error: no source, object or ucode file specified
> | configure:1783: $? = 2
> | configure:1785: cc -V </dev/null >&5
> | Compaq C V6.1-022 on Digital UNIX V5.0 (Rev. 910)
> | /usr/lib/cmplrs/cc/ld:
> | $RCSfile: crt0.s,v $ $Revision: 1.1.26.2 $ (DEC) $Date: 1997/04/03 22:25:40
$
> | $RCSfile: decompresswh1.alpha.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date:
1994/11/15 16:30:26 $
> | $RCSfile: strncpy.s,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/03/07
18:39:28 $
> | $RCSfile: f64_fstat.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:21 $
> | $RCSfile: f64_stat.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:22 $
> | $RCSfile: Tgettimeofdy.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1998/12/02
20:42:17 $
> | $RCSfile: f64_lstat.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:22 $
> | $RCSfile: f64_statfs.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:23 $
> | $RCSfile: schyield.s,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1999/04/12
15:38:29 $
> | $RCSfile: setjmp_incl.s,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1994/05/13
18:07:02 $
> | $RCSfile: mb.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1994/05/05 21:06:45 $
> | habitat_id = realtime_12:1991
> | $RCSfile: allocator.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1992/12/03
19:08:59 $
> | $RCSfile: ld.c,v $ $Revision: 4.3.143.1 $ (DEC) $Date: 1999/11/19 13:13:24
$
> | $RCSfile: doup.c,v $ $Revision: 1.1.3.2 $ (DEC) $Date: 1994/10/20 14:19:31
$
> | $RCSfile: pass1.c,v $ $Revision: 4.3.76.1 $ (DEC) $Date: 2000/03/31
16:04:07 $
> | $RCSfile: obj_file.c,v $ $Revision: 4.2.30.7 $ (DEC) $Date: 1997/04/04
19:39:51 $
> | $RCSfile: file_tbl.c,v $ $Revision: 4.2.34.4 $ (DEC) $Date: 1997/06/26
18:39:35 $
> | $RCSfile: fdmap.c,v $ $Revision: 4.2.14.3 $ (DEC) $Date: 1996/04/23
19:30:32 $
> | $RCSfile: ext_tbl.c,v $ $Revision: 4.2.96.1 $ (DEC) $Date: 1999/12/08
18:16:09 $
> | $RCSfile: extmap.c,v $ $Revision: 4.2.25.3 $ (DEC) $Date: 1996/04/23
19:25:15 $
> | $RCSfile: read.c,v $ $Revision: 4.2.55.23 $ (DEC) $Date: 1999/03/16
15:23:27 $
> | $RCSfile: read_malloc.c,v $ $Revision: 1.1.35.13 $ (DEC) $Date: 1999/02/02
05:34:11 $
> | $RCSfile: layout.c,v $ $Revision: 4.2.93.35 $ (DEC) $Date: 1999/05/05
17:27:15 $
> | $RCSfile: relocsym.c,v $ $Revision: 4.2.16.5 $ (DEC) $Date: 1997/04/29
18:37:56 $
> | $RCSfile: write.c,v $ $Revision: 4.3.46.13 $ (DEC) $Date: 1998/11/16
16:49:05 $
> | $RCSfile: pass2.c,v $ $Revision: 4.3.80.27 $ (DEC) $Date: 1999/02/02
05:30:48 $
> | $RCSfile: extlink.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/08/05
17:55:56 $
> | $RCSfile: tracesym.c,v $ $Revision: 4.2.13.2 $ (DEC) $Date: 1999/02/17
20:30:31 $
> | $RCSfile: dn_tbl.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/08/05
17:54:50 $
> | $RCSfile: dnmap.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/09/02 16:10:47
$
> | $RCSfile: dynutil.c,v $ $Revision: 4.2.115.1 $ (DEC) $Date: 1999/12/08
18:16:03 $
> | $RCSfile: mipscoff.c,v $ $Revision: 4.3.53.22 $ (DEC) $Date: 1999/03/16
15:23:25 $
> | $RCSfile: dsoindirect.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1995/02/08
15:21:38 $
> | $RCSfile: dsosymbol_table.c,v $ $Revision: 4.3.29.2 $ (DEC) $Date:
1995/10/26 17:16:39 $
> | $RCSfile: dsomisc.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1997/07/24
19:52:40 $
> | $RCSfile: dsomain.c,v $ $Revision: 4.2.16.3 $ (DEC) $Date: 1994/09/02
16:10:46 $
> | $RCSfile: literal.c,v $ $Revision: 4.2.25.2 $ (DEC) $Date: 1996/10/02
19:44:54 $
> | $RCSfile: elfhash.c,v $ $Revision: 4.1.21.2 $ (DEC) $Date: 1996/04/22
14:57:45 $
> | $RCSfile: register.c,v $ $Revision: 4.2.22.5 $ (DEC) $Date: 1995/05/23
18:46:26 $
> | $RCSfile: elf.c,v $ $Revision: 4.3.41.11 $ (DEC) $Date: 1997/07/08 17:41:36
$
> | $RCSfile: uldgnum.c,v $ $Revision: 1.1.18.2 $ (DEC) $Date: 1997/07/24
19:52:42 $
> | $RCSfile: op.c,v $ $Revision: 1.1.10.2 $ (DEC) $Date: 1994/08/05 17:57:05 $
> | $RCSfile: dsoalphainst.c,v $ $Revision: 1.1.13.2 $ (DEC) $Date: 1996/02/02
21:50:45 $
> | $RCSfile: alphaop_utils.c,v $ $Revision: 1.1.6.2 $ (DEC) $Date: 1994/08/05
17:54:48 $
> | $RCSfile: smap.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1994/08/05 17:59:15
$
> | $RCSfile: match.c,v $ $Revision: 4.2.23.5 $ (DEC) $Date: 1997/09/25
20:04:00 $
> | $RCSfile: relocate.c,v $ $Revision: 1.1.104.3 $ (DEC) $Date: 2000/03/31
16:04:51 $
> | $RCSfile: mgot.c,v $ $Revision: 1.1.41.13 $ (DEC) $Date: 1998/11/16
16:48:52 $
> | $RCSfile: gprof.c,v $ $Revision: 1.1.18.3 $ (DEC) $Date: 1998/03/26
14:47:04 $
> | $RCSfile: trampoline.c,v $ $Revision: 1.1.37.2 $ (DEC) $Date: 1999/08/20
15:23:53 $
> | $RCSfile: gpinfo.c,v $ $Revision: 1.1.8.6 $ (DEC) $Date: 1998/11/16
16:48:44 $
> | $RCSfile: stats.c,v $ $Revision: 1.1.3.6 $ (DEC) $Date: 1997/11/24 23:16:30
$
> | $RCSfile: obj.c,v $ $Revision: 4.3.45.10 $ (DEC) $Date: 1997/07/15 17:42:35
$
> | $RCSfile: wh1.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1998/02/04 14:51:55 $
> | $RCSfile: cmrlc_produce.c,v $ $Revision: 1.1.14.4 $ (DEC) $Date: 1997/12/12
15:57:24 $
> | $RCSfile: cmrlc_basic.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1997/12/12
15:57:02 $
> | $RCSfile: lderr.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1997/06/24 19:57:53
$
> | $RCSfile: allocate.c,v $ $Revision: 1.1.3.3 $ (DEC) $Date: 1994/05/25
19:19:04 $
> | $RCSfile: cmrlc_heur.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1997/12/12
15:57:14 $
> | $RCSfile: ldgetname.c,v $ $Revision: 4.3.5.2 $ (DEC) $Date: 1994/05/26
18:09:48 $
> | $RCSfile: scncomment.c,v $ $Revision: 4.1.12.2 $ (DEC) $Date: 1994/05/04
20:03:47 $
> | $RCSfile: st_version.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/10/31
13:00:42 $
> | $RCSfile: st_strerror.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1999/02/24
19:18:04 $
> | $RCSfile: st_cmscn.c,v $ $Revision: 1.1.2.10 $ (DEC) $Date: 1997/10/31
13:00:35 $
> | $RCSfile: st_ar_open.c,v $ $Revision: 1.1.4.6 $ (DEC) $Date: 1997/09/26
12:11:17 $
> | $RCSfile: st_errlist.c,v $ $Revision: 1.1.2.7 $ (DEC) $Date: 1997/06/24
20:02:29 $
> | $RCSfile: st_pm_section.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/03/28
19:20:48 $
> | $RCSfile: st_section.c,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1997/10/31
13:00:40 $
> | $RCSfile: st_open.c,v $ $Revision: 1.1.13.1 $ (DEC) $Date: 2000/04/14
13:58:20 $
> | $RCSfile: st_chunk.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/04/29
20:32:59 $
> | $RCSfile: st_close.c,v $ $Revision: 1.1.4.8 $ (DEC) $Date: 1997/10/31
13:00:30 $
> | $RCSfile: st_obj.c,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1997/09/15
20:26:47 $
> | $RCSfile: exit.c,v $ $Revision: 4.2.17.4 $ (DEC) $Date: 1996/12/09 22:04:47
$
> | $RCSfile: signal.c,v $ $Revision: 4.3.13.3 $ (DEC) $Date: 1996/12/09
22:09:11 $
> | $RCSfile: flsbuf.c,v $ $Revision: 4.2.19.4 $ (DEC) $Date: 1997/06/05
22:06:28 $
> | $RCSfile: fopen.c,v $ $Revision: 4.2.13.5 $ (DEC) $Date: 1997/07/11
11:26:29 $
> | $RCSfile: fprintf.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1997/08/22
19:20:05 $
> | $RCSfile: scanf.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/12/09
22:08:32 $
> | $RCSfile: printf.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/08/22
19:35:23 $
> | $RCSfile: sprintf.c,v $ $Revision: 4.2.23.4 $ (DEC) $Date: 1997/08/22
19:35:24 $
> | $RCSfile: fgets.c,v $ $Revision: 4.2.14.3 $ (DEC) $Date: 1996/12/09
22:04:53 $
> | $RCSfile: NLSsetup.c,v $ $Revision: 1.1.16.2 $ (DEC) $Date: 1996/12/09
22:01:56 $
> | $RCSfile: atoi.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1998/08/28 18:36:34
$
> | $RCSfile: atol.c,v $ $Revision: 4.2.13.2 $ (DEC) $Date: 1998/08/28 18:36:36
$
> | $RCSfile: malloc.c,v $ $Revision: 4.2.101.1 $ (DEC) $Date: 2000/08/16
15:39:30 $
> | $RCSfile: system.c,v $ $Revision: 4.3.13.2 $ (DEC) $Date: 1994/08/03
14:34:15 $
> | $RCSfile: strncmp.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1994/04/20
16:56:44 $
> | $RCSfile: errlst.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1999/01/28
18:37:56 $
> | $RCSfile: calloc.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05
21:09:32 $
> | $RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30
$
> | $RCSfile: sysconf.c,v $ $Revision: 4.3.24.8 $ (DEC) $Date: 1999/02/05
17:54:50 $
> | $RCSfile: ksm.h,v $ $Revision: 1.1.2.23 $ (DEC) $Date: 1998/10/30 21:38:59
$
> | $RCSfile: filbuf.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1996/12/09
22:04:57 $
> | $RCSfile: isspace.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/05/31
18:13:48 $
> | $RCSfile: time.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1998/12/02 20:42:38
$
> | $RCSfile: strncat.c,v $ $Revision: 4.2.19.4 $ (DEC) $Date: 1997/03/27
22:23:54 $
> | $RCSfile: Ustrtok.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23
19:18:34 $
> | $RCSfile: strtok.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1996/09/20
21:14:19 $
> | $RCSfile: strtol.c,v $ $Revision: 4.3.15.2 $ (DEC) $Date: 1996/12/09
22:09:50 $
> | $RCSfile: fseek.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1999/02/03
21:02:04 $
> | $RCSfile: ftell.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:58
$
> | $RCSfile: strcspn.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05
15:48:25 $
> | $RCSfile: assert.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1997/03/25
21:12:41 $
> | $RCSfile: mktemp.c,v $ $Revision: 4.2.18.1 $ (DEC) $Date: 2000/07/27
19:04:33 $
> | $RCSfile: brks.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1996/12/09 22:04:07
$
> | $RCSfile: fread.c,v $ $Revision: 4.3.16.2 $ (DEC) $Date: 1996/04/30
13:24:47 $
> | $RCSfile: strdup.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23
19:24:39 $
> | $RCSfile: vfprintf.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1997/08/22
19:35:26 $
> | $RCSfile: strcasecmp.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1994/11/10
14:57:27 $
> | $RCSfile: a64l.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1996/12/09 22:03:32
$
> | $RCSfile: strstr.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05
15:49:20 $
> | $RCSfile: fwrite.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1996/12/09
22:05:14 $
> | $RCSfile: fdopen.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/12/09
22:04:52 $
> | $RCSfile: errno.c,v $ $Revision: 1.1.10.2 $ (DEC) $Date: 1996/12/09
22:04:38 $
> | $RCSfile: Ustrerror.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1996/12/09
22:03:14 $
> | $RCSfile: catopen.c,v $ $Revision: 4.3.22.6 $ (DEC) $Date: 1999/02/02
21:27:33 $
> | $RCSfile: catgets.c,v $ $Revision: 4.2.15.3 $ (DEC) $Date: 1999/03/22
14:17:43 $
> | $RCSfile: getcwd.c,v $ $Revision: 4.2.14.2 $ (DEC) $Date: 1996/12/09
22:05:20 $
> | $RCSfile: sigops.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1996/04/30
20:59:56 $
> | $RCSfile: tis.c,v $ $Revision: 1.1.18.10 $ (DEC) $Date: 1999/02/12 15:41:54
$
> | $RCSfile: init_libc.c,v $ $Revision: 1.1.10.17 $ (DEC) $Date: 1999/03/10
17:25:14 $
> | $RCSfile: ldr_atexit.c,v $ $Revision: 4.2.13.2 $ (DEC) $Date: 1997/09/17
18:26:50 $
> | $RCSfile: flockfile.c,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1998/08/12
18:22:13 $
> | $RCSfile: tis_pthread.c,v $ $Revision: 1.1.7.5 $ (DEC) $Date: 1999/02/12
15:41:56 $
> | $RCSfile: write_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:11:42 $
> | $RCSfile: close_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:04:19 $
> | $RCSfile: isatty.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/01/24
15:47:17 $
> | $RCSfile: open_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:07:10 $
> | $RCSfile: findiop.c,v $ $Revision: 4.2.14.4 $ (DEC) $Date: 1998/08/12
18:22:11 $
> | $RCSfile: doprnt.c,v $ $Revision: 4.2.32.21 $ (DEC) $Date: 1999/03/12
19:08:49 $
> | $RCSfile: doscan.c,v $ $Revision: 4.3.26.15 $ (DEC) $Date: 1999/02/01
22:42:22 $
> | $RCSfile: ecvt.c,v $ $Revision: 4.2.18.5 $ (DEC) $Date: 1997/09/26 20:56:17
$
> | $RCSfile: abort.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1997/08/12
18:42:15 $
> | $RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08
19:08:30 $
> | $RCSfile: mallocdata2.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1998/12/11
19:47:54 $
> | $RCSfile: mallocdata3.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1999/02/09
19:47:14 $
> | $RCSfile: cfork.c,v $ $Revision: 1.1.8.2 $ (DEC) $Date: 1996/12/09 22:04:10
$
> | $RCSfile: waitpid.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1996/12/09
22:11:30 $
> | $RCSfile: siglist.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/02/08
22:02:42 $
> | $RCSfile: read_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:07:41 $
> | $RCSfile: iswctype.c,v $ $Revision: 1.1.14.2 $ (DEC) $Date: 1996/12/09
22:06:06 $
> | $RCSfile: strspn.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05
15:49:15 $
> | $RCSfile: strpbrk.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05
15:49:04 $
> | $RCSfile: rec_mutex.c,v $ $Revision: 1.1.6.5 $ (DEC) $Date: 1997/09/02
19:45:45 $
> | $RCSfile: fcntl_nc.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1996/12/09
22:04:49 $
> | $RCSfile: strerror.c,v $ $Revision: 4.2.10.3 $ (DEC) $Date: 1999/01/28
18:36:01 $
> | $RCSfile: setlocale.c,v $ $Revision: 4.4.22.4 $ (DEC) $Date: 1997/02/21
18:25:47 $
> | $RCSfile: getenv.c,v $ $Revision: 4.2.13.7 $ (DEC) $Date: 1996/12/09
22:05:21 $
> | $RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05
21:09:30 $
> | $RCSfile: basename.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/09/16
19:39:28 $
> | $RCSfile: dlopen.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/10/18
20:10:19 $
> | $RCSfile: dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/10/18 20:10:20
$
> | $RCSfile: __ispriv.c,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1996/12/09
22:03:18 $
> | $RCSfile: opendir.c,v $ $Revision: 4.2.22.4 $ (DEC) $Date: 1996/09/20
21:10:55 $
> | $RCSfile: Ureaddir.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23
19:18:23 $
> | $RCSfile: readdir.c,v $ $Revision: 4.2.19.6 $ (DEC) $Date: 1997/11/05
21:54:45 $
> | $RCSfile: closedir.c,v $ $Revision: 4.2.21.3 $ (DEC) $Date: 1996/09/20
21:25:11 $
> | $RCSfile: sleep_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/05/20
15:35:28 $
> | $RCSfile: tis_rwlock.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/03
20:38:25 $
> | $RCSfile: ldr_dummy.c,v $ $Revision: 4.2.13.4 $ (DEC) $Date: 1998/01/27
21:28:40 $
> | $RCSfile: ldr_status.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05
15:05:50 $
> | $RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45
$
> | $RCSfile: sched_yield.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/11/16
21:59:12 $
> | $RCSfile: ioctl_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1998/08/12
18:11:31 $
> | $RCSfile: ferror.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/04/05
22:09:58 $
> | $RCSfile: Ufwrite.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23
20:11:24 $
> | $RCSfile: fwrite.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1996/12/09
22:05:14 $
> | $RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09
18:40:34 $
> | $RCSfile: wctomb.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1997/07/14
18:49:54 $
> | $RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31
18:15:14 $
> | $RCSfile: ldecvt.c,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1997/09/26
20:56:18 $
> | $RCSfile: strtod.c,v $ $Revision: 4.2.20.10 $ (DEC) $Date: 1997/09/26
20:56:22 $
> | $RCSfile: strtof.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/09/26
20:56:23 $
> | $RCSfile: strtold.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/09/26
20:56:23 $
> | $RCSfile: strtoul.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1994/08/03
14:34:11 $
> | $RCSfile: mbtowc.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1999/02/10
15:44:08 $
> | $RCSfile: mblen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1998/07/16 18:14:01
$
> | $RCSfile: ungetwc.c,v $ $Revision: 4.2.14.4 $ (DEC) $Date: 1997/06/05
22:06:33 $
> | $RCSfile: ungetc.c,v $ $Revision: 4.2.13.2 $ (DEC) $Date: 1996/12/09
22:11:10 $
> | $RCSfile: atfork.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/25
20:52:45 $
> | $RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10
14:56:05 $
> | $RCSfile: sleep.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/05/20
15:35:26 $
> | $RCSfile: __getmbcurmax.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1994/04/05
16:51:10 $
> | $RCSfile: __mbtopc.c,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1996/12/09
22:03:25 $
> | $RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/09
22:03:21 $
> | $RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/09
22:03:23 $
> | $RCSfile: ieee.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1996/12/09 22:03:41
$
> | $RCSfile: alpha_unwind.c,v $ $Revision: 1.1.45.1 $ (DEC) $Date: 2000/05/25
18:23:27 $
> | $RCSfile: ldr_load.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1997/08/22
20:19:33 $
> | $RCSfile: perror.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1996/06/18
18:34:31 $
> | $RCSfile: puts.c,v $ $Revision: 4.3.14.3 $ (DEC) $Date: 1996/12/09 22:07:32
$
> | $RCSfile: localtime.c,v $ $Revision: 1.1.8.2 $ (DEC) $Date: 2000/08/08
18:46:21 $
> | $RCSfile: asctime.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/08/22
20:19:29 $
> | /usr/lib/cmplrs/cc/ftoc:
> | $RCSfile: crt0.s,v $ $Revision: 1.1.26.2 $ (DEC) $Date: 1997/04/03 22:25:40
$
> | $RCSfile: f64_fstat.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:21 $
> | $RCSfile: schyield.s,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1999/04/12
15:38:29 $
> | $RCSfile: strncpy.s,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/03/07
18:39:28 $
> | $RCSfile: Tgettimeofdy.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1998/12/02
20:42:17 $
> | $RCSfile: exit.c,v $ $Revision: 4.2.17.4 $ (DEC) $Date: 1996/12/09 22:04:47
$
> | $RCSfile: fread.c,v $ $Revision: 4.3.16.2 $ (DEC) $Date: 1996/04/30
13:24:47 $
> | $RCSfile: flsbuf.c,v $ $Revision: 4.2.19.4 $ (DEC) $Date: 1997/06/05
22:06:28 $
> | $RCSfile: fopen.c,v $ $Revision: 4.2.13.5 $ (DEC) $Date: 1997/07/11
11:26:29 $
> | $RCSfile: fprintf.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1997/08/22
19:20:05 $
> | $RCSfile: printf.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/08/22
19:35:23 $
> | $RCSfile: perror.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1996/06/18
18:34:31 $
> | $RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30
$
> | $RCSfile: malloc.c,v $ $Revision: 4.2.39.14 $ (DEC) $Date: 1999/02/09
19:47:13 $
> | $RCSfile: sigops.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1996/04/30
20:59:56 $
> | $RCSfile: tis.c,v $ $Revision: 1.1.18.10 $ (DEC) $Date: 1999/02/12 15:41:54
$
> | $RCSfile: init_libc.c,v $ $Revision: 1.1.10.17 $ (DEC) $Date: 1999/03/10
17:25:14 $
> | $RCSfile: ldr_atexit.c,v $ $Revision: 4.2.13.2 $ (DEC) $Date: 1997/09/17
18:26:50 $
> | $RCSfile: filbuf.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1996/12/09
22:04:57 $
> | $RCSfile: tis_pthread.c,v $ $Revision: 1.1.7.5 $ (DEC) $Date: 1999/02/12
15:41:56 $
> | $RCSfile: flockfile.c,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1998/08/12
18:22:13 $
> | $RCSfile: write_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:11:42 $
> | $RCSfile: close_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:04:19 $
> | $RCSfile: isatty.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/01/24
15:47:17 $
> | $RCSfile: open_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:07:10 $
> | $RCSfile: findiop.c,v $ $Revision: 4.2.14.4 $ (DEC) $Date: 1998/08/12
18:22:11 $
> | $RCSfile: doprnt.c,v $ $Revision: 4.2.32.21 $ (DEC) $Date: 1999/03/12
19:08:49 $
> | $RCSfile: errlst.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1999/01/28
18:37:56 $
> | $RCSfile: catopen.c,v $ $Revision: 4.3.22.6 $ (DEC) $Date: 1999/02/02
21:27:33 $
> | $RCSfile: catgets.c,v $ $Revision: 4.2.15.3 $ (DEC) $Date: 1999/03/22
14:17:43 $
> | $RCSfile: sprintf.c,v $ $Revision: 4.2.23.4 $ (DEC) $Date: 1997/08/22
19:35:24 $
> | $RCSfile: abort.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1997/08/12
18:42:15 $
> | $RCSfile: brks.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1996/12/09 22:04:07
$
> | $RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08
19:08:30 $
> | $RCSfile: mallocdata2.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1998/12/11
19:47:54 $
> | $RCSfile: mallocdata3.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1999/02/09
19:47:14 $
> | $RCSfile: sleep_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/05/20
15:35:28 $
> | $RCSfile: calloc.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05
21:09:32 $
> | $RCSfile: tis_rwlock.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/03
20:38:25 $
> | $RCSfile: ldr_dummy.c,v $ $Revision: 4.2.13.4 $ (DEC) $Date: 1998/01/27
21:28:40 $
> | $RCSfile: ldr_status.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05
15:05:50 $
> | $RCSfile: read_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:07:41 $
> | $RCSfile: sched_yield.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/11/16
21:59:12 $
> | $RCSfile: ioctl_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1998/08/12
18:11:31 $
> | $RCSfile: ferror.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/04/05
22:09:58 $
> | $RCSfile: Ufwrite.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23
20:11:24 $
> | $RCSfile: fwrite.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1996/12/09
22:05:14 $
> | $RCSfile: ecvt.c,v $ $Revision: 4.2.18.5 $ (DEC) $Date: 1997/09/26 20:56:17
$
> | $RCSfile: NLSsetup.c,v $ $Revision: 1.1.16.2 $ (DEC) $Date: 1996/12/09
22:01:56 $
> | $RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09
18:40:34 $
> | $RCSfile: wctomb.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1997/07/14
18:49:54 $
> | $RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31
18:15:14 $
> | $RCSfile: ldecvt.c,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1997/09/26
20:56:18 $
> | $RCSfile: setlocale.c,v $ $Revision: 4.4.22.4 $ (DEC) $Date: 1997/02/21
18:25:47 $
> | $RCSfile: atoi.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1998/08/28 18:36:34
$
> | $RCSfile: getenv.c,v $ $Revision: 4.2.13.7 $ (DEC) $Date: 1996/12/09
22:05:21 $
> | $RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05
21:09:30 $
> | $RCSfile: errno.c,v $ $Revision: 1.1.10.2 $ (DEC) $Date: 1996/12/09
22:04:38 $
> | $RCSfile: strncmp.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1994/04/20
16:56:44 $
> | $RCSfile: strdup.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23
19:24:39 $
> | $RCSfile: basename.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/09/16
19:39:28 $
> | $RCSfile: dlopen.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/10/18
20:10:19 $
> | $RCSfile: dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/10/18 20:10:20
$
> | $RCSfile: __ispriv.c,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1996/12/09
22:03:18 $
> | $RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45
$
> | $RCSfile: sleep.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/05/20
15:35:26 $
> | $RCSfile: strncat.c,v $ $Revision: 4.2.19.4 $ (DEC) $Date: 1997/03/27
22:23:54 $
> | $RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10
14:56:05 $
> | $RCSfile: time.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1998/12/02 20:42:38
$
> | $RCSfile: ieee.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1996/12/09 22:03:41
$
> | $RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/09
22:03:21 $
> | $RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/09
22:03:23 $
> | $RCSfile: ldr_load.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1997/08/22
20:19:33 $
> | $RCSfile: localtime.c,v $ $Revision: 1.1.2.7 $ (DEC) $Date: 1999/05/26
18:18:47 $
> | $RCSfile: asctime.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/08/22
20:19:29 $
> | /usr/lib/cmplrs/cc/cord:
> | $RCSfile: crt0.s,v $ $Revision: 1.1.26.2 $ (DEC) $Date: 1997/04/03 22:25:40
$
> | $RCSfile: decompresswh1.alpha.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date:
1994/11/15 16:30:26 $
> | $RCSfile: f64_stat.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:22 $
> | $RCSfile: strncpy.s,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/03/07
18:39:28 $
> | $RCSfile: f64_fstat.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:21 $
> | $RCSfile: Tgettimeofdy.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1998/12/02
20:42:17 $
> | $RCSfile: f64_lstat.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:22 $
> | $RCSfile: f64_statfs.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1999/02/18
18:26:23 $
> | $RCSfile: schyield.s,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1999/04/12
15:38:29 $
> | ldtbread.c: 1.1 1/7/82
> | habitat_id = realtime_12:1991
> | $RCSfile: ldgetpd.c,v $ $Revision: 4.3.6.2 $ (DEC) $Date: 1995/01/25
20:38:36 $
> | $RCSfile: cmrlc_produce.c,v $ $Revision: 1.1.14.4 $ (DEC) $Date: 1997/12/12
15:57:24 $
> | $RCSfile: cmrlc_basic.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1997/12/12
15:57:02 $
> | $RCSfile: cmrlc_consume.c,v $ $Revision: 1.1.14.2 $ (DEC) $Date: 1997/12/12
15:57:06 $
> | $RCSfile: lderr.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1997/06/24 19:57:53
$
> | $RCSfile: obj.c,v $ $Revision: 4.3.45.10 $ (DEC) $Date: 1997/07/15 17:42:35
$
> | $RCSfile: allocate.c,v $ $Revision: 1.1.3.3 $ (DEC) $Date: 1994/05/25
19:19:04 $
> | $RCSfile: ldgetname.c,v $ $Revision: 4.3.5.2 $ (DEC) $Date: 1994/05/26
18:09:48 $
> | $RCSfile: cmrlc_heur.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1997/12/12
15:57:14 $
> | $RCSfile: scncomment.c,v $ $Revision: 4.1.12.2 $ (DEC) $Date: 1994/05/04
20:03:47 $
> | $RCSfile: wh1.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1998/02/04 14:51:55 $
> | $RCSfile: st_strerror.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1999/02/24
19:18:04 $
> | $RCSfile: st_version.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/10/31
13:00:42 $
> | $RCSfile: st_cmscn.c,v $ $Revision: 1.1.2.10 $ (DEC) $Date: 1997/10/31
13:00:35 $
> | $RCSfile: st_errlist.c,v $ $Revision: 1.1.2.7 $ (DEC) $Date: 1997/06/24
20:02:29 $
> | $RCSfile: st_ar_open.c,v $ $Revision: 1.1.4.6 $ (DEC) $Date: 1997/09/26
12:11:17 $
> | $RCSfile: st_pm_section.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/03/28
19:20:48 $
> | $RCSfile: st_section.c,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1997/10/31
13:00:40 $
> | $RCSfile: st_open.c,v $ $Revision: 1.1.4.9 $ (DEC) $Date: 1997/12/24
13:41:03 $
> | $RCSfile: st_chunk.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1997/04/29
20:32:59 $
> | $RCSfile: st_close.c,v $ $Revision: 1.1.4.8 $ (DEC) $Date: 1997/10/31
13:00:30 $
> | $RCSfile: st_obj.c,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1997/09/15
20:26:47 $
> | $RCSfile: exit.c,v $ $Revision: 4.2.17.4 $ (DEC) $Date: 1996/12/09 22:04:47
$
> | $RCSfile: assert.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1997/03/25
21:12:41 $
> | $RCSfile: strncmp.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1994/04/20
16:56:44 $
> | $RCSfile: strdup.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23
19:24:39 $
> | $RCSfile: fread.c,v $ $Revision: 4.3.16.2 $ (DEC) $Date: 1996/04/30
13:24:47 $
> | $RCSfile: fwrite.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1996/12/09
22:05:14 $
> | $RCSfile: flsbuf.c,v $ $Revision: 4.2.19.4 $ (DEC) $Date: 1997/06/05
22:06:28 $
> | $RCSfile: fopen.c,v $ $Revision: 4.2.13.5 $ (DEC) $Date: 1997/07/11
11:26:29 $
> | $RCSfile: fprintf.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1997/08/22
19:20:05 $
> | $RCSfile: printf.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/08/22
19:35:23 $
> | $RCSfile: sprintf.c,v $ $Revision: 4.2.23.4 $ (DEC) $Date: 1997/08/22
19:35:24 $
> | $RCSfile: vfprintf.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1997/08/22
19:35:26 $
> | $RCSfile: fgets.c,v $ $Revision: 4.2.14.3 $ (DEC) $Date: 1996/12/09
22:04:53 $
> | $RCSfile: fseek.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1999/02/03
21:02:04 $
> | $RCSfile: ftell.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:58
$
> | $RCSfile: fdopen.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/12/09
22:04:52 $
> | $RCSfile: atoi.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1998/08/28 18:36:34
$
> | $RCSfile: malloc.c,v $ $Revision: 4.2.39.14 $ (DEC) $Date: 1999/02/09
19:47:13 $
> | $RCSfile: calloc.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05
21:09:32 $
> | $RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30
$
> | $RCSfile: abort.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1997/08/12
18:42:15 $
> | $RCSfile: time.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1998/12/02 20:42:38
$
> | $RCSfile: atol.c,v $ $Revision: 4.2.13.2 $ (DEC) $Date: 1998/08/28 18:36:36
$
> | $RCSfile: strcspn.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05
15:48:25 $
> | $RCSfile: a64l.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1996/12/09 22:03:32
$
> | $RCSfile: signal.c,v $ $Revision: 4.3.13.3 $ (DEC) $Date: 1996/12/09
22:09:11 $
> | $RCSfile: mktemp.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1996/12/09
22:06:52 $
> | $RCSfile: brks.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1996/12/09 22:04:07
$
> | $RCSfile: NLSsetup.c,v $ $Revision: 1.1.16.2 $ (DEC) $Date: 1996/12/09
22:01:56 $
> | $RCSfile: strcasecmp.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1994/11/10
14:57:27 $
> | $RCSfile: strstr.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05
15:49:20 $
> | $RCSfile: Ustrerror.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1996/12/09
22:03:14 $
> | $RCSfile: catopen.c,v $ $Revision: 4.3.22.6 $ (DEC) $Date: 1999/02/02
21:27:33 $
> | $RCSfile: catgets.c,v $ $Revision: 4.2.15.3 $ (DEC) $Date: 1999/03/22
14:17:43 $
> | $RCSfile: errno.c,v $ $Revision: 1.1.10.2 $ (DEC) $Date: 1996/12/09
22:04:38 $
> | $RCSfile: strncat.c,v $ $Revision: 4.2.19.4 $ (DEC) $Date: 1997/03/27
22:23:54 $
> | $RCSfile: getcwd.c,v $ $Revision: 4.2.14.2 $ (DEC) $Date: 1996/12/09
22:05:20 $
> | $RCSfile: sysconf.c,v $ $Revision: 4.3.24.8 $ (DEC) $Date: 1999/02/05
17:54:50 $
> | $RCSfile: ksm.h,v $ $Revision: 1.1.2.23 $ (DEC) $Date: 1998/10/30 21:38:59
$
> | $RCSfile: sigops.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1996/04/30
20:59:56 $
> | $RCSfile: tis.c,v $ $Revision: 1.1.18.10 $ (DEC) $Date: 1999/02/12 15:41:54
$
> | $RCSfile: init_libc.c,v $ $Revision: 1.1.10.17 $ (DEC) $Date: 1999/03/10
17:25:14 $
> | $RCSfile: ldr_atexit.c,v $ $Revision: 4.2.13.2 $ (DEC) $Date: 1997/09/17
18:26:50 $
> | $RCSfile: write_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:11:42 $
> | $RCSfile: filbuf.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1996/12/09
22:04:57 $
> | $RCSfile: tis_pthread.c,v $ $Revision: 1.1.7.5 $ (DEC) $Date: 1999/02/12
15:41:56 $
> | $RCSfile: flockfile.c,v $ $Revision: 1.1.4.5 $ (DEC) $Date: 1998/08/12
18:22:13 $
> | $RCSfile: close_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:04:19 $
> | $RCSfile: isatty.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/01/24
15:47:17 $
> | $RCSfile: open_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:07:10 $
> | $RCSfile: findiop.c,v $ $Revision: 4.2.14.4 $ (DEC) $Date: 1998/08/12
18:22:11 $
> | $RCSfile: doprnt.c,v $ $Revision: 4.2.32.21 $ (DEC) $Date: 1999/03/12
19:08:49 $
> | $RCSfile: ecvt.c,v $ $Revision: 4.2.18.5 $ (DEC) $Date: 1997/09/26 20:56:17
$
> | $RCSfile: fcntl_nc.c,v $ $Revision: 1.1.4.2 $ (DEC) $Date: 1996/12/09
22:04:49 $
> | $RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08
19:08:30 $
> | $RCSfile: mallocdata2.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1998/12/11
19:47:54 $
> | $RCSfile: mallocdata3.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1999/02/09
19:47:14 $
> | $RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45
$
> | $RCSfile: rec_mutex.c,v $ $Revision: 1.1.6.5 $ (DEC) $Date: 1997/09/02
19:45:45 $
> | $RCSfile: strerror.c,v $ $Revision: 4.2.10.3 $ (DEC) $Date: 1999/01/28
18:36:01 $
> | $RCSfile: setlocale.c,v $ $Revision: 4.4.22.4 $ (DEC) $Date: 1997/02/21
18:25:47 $
> | $RCSfile: getenv.c,v $ $Revision: 4.2.13.7 $ (DEC) $Date: 1996/12/09
22:05:21 $
> | $RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05
21:09:30 $
> | $RCSfile: read_nc.c,v $ $Revision: 1.1.5.3 $ (DEC) $Date: 1996/12/09
22:07:41 $
> | $RCSfile: basename.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1996/09/16
19:39:28 $
> | $RCSfile: dlopen.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/10/18
20:10:19 $
> | $RCSfile: dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/10/18 20:10:20
$
> | $RCSfile: __ispriv.c,v $ $Revision: 1.1.11.2 $ (DEC) $Date: 1996/12/09
22:03:18 $
> | $RCSfile: opendir.c,v $ $Revision: 4.2.22.4 $ (DEC) $Date: 1996/09/20
21:10:55 $
> | $RCSfile: Ureaddir.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23
19:18:23 $
> | $RCSfile: readdir.c,v $ $Revision: 4.2.19.6 $ (DEC) $Date: 1997/11/05
21:54:45 $
> | $RCSfile: closedir.c,v $ $Revision: 4.2.21.3 $ (DEC) $Date: 1996/09/20
21:25:11 $
> | $RCSfile: siglist.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/02/08
22:02:42 $
> | $RCSfile: sleep_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/05/20
15:35:28 $
> | $RCSfile: tis_rwlock.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/03
20:38:25 $
> | $RCSfile: ldr_dummy.c,v $ $Revision: 4.2.13.4 $ (DEC) $Date: 1998/01/27
21:28:40 $
> | $RCSfile: ldr_status.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05
15:05:50 $
> | $RCSfile: sched_yield.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/11/16
21:59:12 $
> | $RCSfile: ioctl_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1998/08/12
18:11:31 $
> | $RCSfile: ferror.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/04/05
22:09:58 $
> | $RCSfile: Ufwrite.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23
20:11:24 $
> | $RCSfile: fwrite.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1996/12/09
22:05:14 $
> | $RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09
18:40:34 $
> | $RCSfile: wctomb.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1997/07/14
18:49:54 $
> | $RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31
18:15:14 $
> | $RCSfile: ldecvt.c,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1997/09/26
20:56:18 $
> | $RCSfile: errlst.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1999/01/28
18:37:56 $
> | $RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10
14:56:05 $
> | $RCSfile: sleep.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1997/05/20
15:35:26 $
> | $RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/09
22:03:21 $
> | $RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.5.2 $ (DEC) $Date: 1996/12/09
22:03:23 $
> | $RCSfile: ieee.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1996/12/09 22:03:41
$
> | $RCSfile: ldr_load.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1997/08/22
20:19:33 $
> | $RCSfile: perror.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1996/06/18
18:34:31 $
> | $RCSfile: localtime.c,v $ $Revision: 1.1.2.7 $ (DEC) $Date: 1999/05/26
18:18:47 $
> | $RCSfile: asctime.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1997/08/22
20:19:29 $
> | /usr/lib/cmplrs/cc/crt0.o:
> | $RCSfile: crt0.s,v $ $Revision: 1.1.26.2 $ (DEC) $Date: 1997/04/03 22:25:40
$
> | cc  (cc)
> | Tru64 UNIX Compiler Driver 5.0
> | configure:1788: $? = 0
> | configure:1814: checking for C compiler default output
> | configure:1817: cc    conftest.c  >&5
> | configure:1820: $? = 0
> | configure:1849: result: a.out
> | configure:1854: checking whether the C compiler works
> | configure:1860: ./a.out
> | configure:1863: $? = 0
> | configure:1878: result: yes
> | configure:1885: checking whether we are cross compiling
> | configure:1887: result: no
> | configure:1890: checking for executable suffix
> | configure:1892: cc -o conftest    conftest.c  >&5
> | configure:1895: $? = 0
> | configure:1917: result:
> | configure:1923: checking for object suffix
> | configure:1947: cc -c   conftest.c >&5
> | configure:1950: $? = 0
> | configure:1969: result: o
> | configure:1973: checking whether we are using the GNU C compiler
> | configure:2000: cc -c   conftest.c >&5
> | cc: Error: configure, line 1991: In this declaration, "choke" must specify
a type. (badparsedecl)
> |        choke me
> | -------^
> | configure:2003: $? = 1
> | configure: failed program was:
> | #line 1979 "configure"
> | #include "confdefs.h"
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | #ifndef __GNUC__
> |        choke me
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:2021: result: no
> | configure:2027: checking whether cc accepts -g
> | configure:2051: cc -c -g  conftest.c >&5
> | configure:2054: $? = 0
> | configure:2057: test -s conftest.o
> | configure:2060: $? = 0
> | configure:2070: result: yes
> | configure:2097: cc -c -g  conftest.c >&5
> | cc: Error: conftest.c, line 2: Missing ";". (nosemi)
> |   choke me
> | --------^
> | configure:2100: $? = 1
> | configure: failed program was:
> | #ifndef __cplusplus
> |   choke me
> | #endif
> | configure:2217: checking for style of include used by make
> | configure:2244: result: GNU
> | configure:2250: checking dependency style of cc
> | configure:2312: result: tru64
> | configure:2321: checking how to run the C preprocessor
> | configure:2347: cc -E  conftest.c
> | configure:2353: $? = 0
> | configure:2380: cc -E  conftest.c
> | cc: Error: configure, line 2377: Cannot find file <ac_nonexistent.h>
specified in #include directive. (noinclfile)
> | #include <ac_nonexistent.h>
> | -^
> | configure:2386: $? = 1
> | configure: failed program was:
> | #line 2376 "configure"
> | #include "confdefs.h"
> | #include <ac_nonexistent.h>
> | configure:2423: result: cc -E
> | configure:2438: cc -E  conftest.c
> | configure:2444: $? = 0
> | configure:2471: cc -E  conftest.c
> | cc: Error: configure, line 2468: Cannot find file <ac_nonexistent.h>
specified in #include directive. (noinclfile)
> | #include <ac_nonexistent.h>
> | -^
> | configure:2477: $? = 1
> | configure: failed program was:
> | #line 2467 "configure"
> | #include "confdefs.h"
> | #include <ac_nonexistent.h>
> | configure:2516: checking for ANSI C header files
> | configure:2530: cc -E  conftest.c
> | configure:2536: $? = 0
> | configure:2623: cc -o conftest -g   conftest.c  >&5
> | configure:2626: $? = 0
> | configure:2628: ./conftest
> | configure:2631: $? = 0
> | configure:2645: result: yes
> | configure:2661: checking for sys/types.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2661: checking for sys/stat.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2661: checking for stdlib.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2661: checking for string.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2661: checking for memory.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2661: checking for strings.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2661: checking for inttypes.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2661: checking for stdint.h
> | configure:2674: cc -c -g  conftest.c >&5
> | cc: Severe: configure, line 2703: Cannot find file <stdint.h> specified in
#include directive. (noinclfile)
> | #include <stdint.h>
> | -^
> | configure:2677: $? = 1
> | configure: failed program was:
> | #line 2667 "configure"
> | #include "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 <stdint.h>
> | configure:2693: result: no
> | configure:2661: checking for unistd.h
> | configure:2674: cc -c -g  conftest.c >&5
> | configure:2677: $? = 0
> | configure:2680: test -s conftest.o
> | configure:2683: $? = 0
> | configure:2693: result: yes
> | configure:2714: checking minix/config.h usability
> | configure:2723: cc -c -g  conftest.c >&5
> | cc: Severe: configure, line 2752: Cannot find file <minix/config.h>
specified in #include directive. (noinclfile)
> | #include <minix/config.h>
> | -^
> | configure:2726: $? = 1
> | configure: failed program was:
> | #line 2717 "configure"
> | #include "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:2741: result: no
> | configure:2745: checking minix/config.h presence
> | configure:2752: cc -E  conftest.c
> | cc: Error: configure, line 2749: Cannot find file <minix/config.h>
specified in #include directive. (noinclfile)
> | #include <minix/config.h>
> | -^
> | configure:2758: $? = 1
> | configure: failed program was:
> | #line 2748 "configure"
> | #include "confdefs.h"
> | #include <minix/config.h>
> | configure:2776: result: no
> | configure:2794: checking for minix/config.h
> | configure:2801: result: no
> | configure:2827: checking for strerror in -lcposix
> | configure:2860: cc -o conftest -g   conftest.c -lcposix   >&5
> | ld:
> | Can't locate file for: -lcposix
> | configure:2863: $? = 1
> | configure: failed program was:
> | #line 2835 "configure"
> | #include "confdefs.h"
> |
> | /* 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 strerror ();
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | strerror ();
> |   ;
> |   return 0;
> | }
> | configure:2880: result: no
> | configure:2886: checking for cc option to accept ANSI C
> | configure:2952: cc  -c -g  conftest.c >&5
> | configure:2955: $? = 0
> | configure:2958: test -s conftest.o
> | configure:2961: $? = 0
> | configure:2975: result: none needed
> | configure:3027: checking for ranlib
> | configure:3043: found /usr/bin/ranlib
> | configure:3054: result: ranlib
> | configure:3643: checking for ANSI C header files
> | configure:3772: result: yes
> | configure:3795: checking ctype.h usability
> | configure:3804: cc -c -g  conftest.c >&5
> | configure:3807: $? = 0
> | configure:3810: test -s conftest.o
> | configure:3813: $? = 0
> | configure:3822: result: yes
> | configure:3826: checking ctype.h presence
> | configure:3833: cc -E  conftest.c
> | configure:3839: $? = 0
> | configure:3857: result: yes
> | configure:3875: checking for ctype.h
> | configure:3882: result: yes
> | configure:3795: checking locale.h usability
> | configure:3804: cc -c -g  conftest.c >&5
> | configure:3807: $? = 0
> | configure:3810: test -s conftest.o
> | configure:3813: $? = 0
> | configure:3822: result: yes
> | configure:3826: checking locale.h presence
> | configure:3833: cc -E  conftest.c
> | configure:3839: $? = 0
> | configure:3857: result: yes
> | configure:3875: checking for locale.h
> | configure:3882: result: yes
> | configure:3786: checking for memory.h
> | configure:3791: result: yes
> | configure:3786: checking for stdlib.h
> | configure:3791: result: yes
> | configure:3786: checking for string.h
> | configure:3791: result: yes
> | configure:3786: checking for unistd.h
> | configure:3791: result: yes
> | configure:3900: checking for cc option to accept ANSI C
> | configure:3963: cc  -c -g  conftest.c >&5
> | configure:3966: $? = 0
> | configure:3969: test -s conftest.o
> | configure:3972: $? = 0
> | configure:3989: result: none needed
> | configure:3997: checking for an ANSI C-conforming const
> | configure:4067: cc -c -g  conftest.c >&5
> | cc: Warning: configure, line 4039: The scalar variable "t" is fetched but
not initialized.  And there may be other such fetches of this variable that
have not been reported in this compilation. (uninit1)
> |     *t++ = 0;
> | -----^
> | cc: Warning: configure, line 4054: The scalar variable "b" is fetched but
not initialized.  And there may be other such fetches of this variable that
have not been reported in this compilation. (uninit1)
> |     struct s *b; b->j = 5;
> | -----------------^
> | configure:4070: $? = 0
> | configure:4073: test -s conftest.o
> | configure:4076: $? = 0
> | configure:4086: result: yes
> | configure:4096: checking for inline
> | configure:4113: cc -c -g  conftest.c >&5
> | cc: Warning: configure, line 4106: "inline" is expected to be a keyword in
the next revision of the C Standard.  Using it as an identifier will prevent
your program from conforming to that standard. (futurekeywd2)
> | static inline int static_foo () {return 0; }
> | -------^
> | cc: Error: configure, line 4106: Missing ";". (nosemi)
> | static inline int static_foo () {return 0; }
> | --------------^
> | cc: Error: configure, line 4107: Missing ";". (nosemi)
> | inline int foo () {return 0; }
> | -------^
> | cc: Warning: configure, line 4107: In this declaration, "inline" is
declared with both internal and external linkage.  The previous declaration is
at line number 4106 in file configure. (mixlinkage)
> | inline int foo () {return 0; }
> | ^
> | configure:4116: $? = 1
> | configure: failed program was:
> | #line 4104 "configure"
> | #include "confdefs.h"
> | #ifndef __cplusplus
> | static inline int static_foo () {return 0; }
> | inline int foo () {return 0; }
> | #endif
> |
> | configure:4113: cc -c -g  conftest.c >&5
> | cc: Error: configure, line 4106: Missing ";". (nosemi)
> | static __inline__ int static_foo () {return 0; }
> | ------------------^
> | cc: Error: configure, line 4107: Missing ";". (nosemi)
> | __inline__ int foo () {return 0; }
> | -----------^
> | cc: Warning: configure, line 4107: In this declaration, "__inline__" is
declared with both internal and external linkage.  The previous declaration is
at line number 4106 in file configure. (mixlinkage)
> | __inline__ int foo () {return 0; }
> | ^
> | configure:4116: $? = 1
> | configure: failed program was:
> | #line 4104 "configure"
> | #include "confdefs.h"
> | #ifndef __cplusplus
> | static __inline__ int static_foo () {return 0; }
> | __inline__ int foo () {return 0; }
> | #endif
> |
> | configure:4113: cc -c -g  conftest.c >&5
> | configure:4116: $? = 0
> | configure:4119: test -s conftest.o
> | configure:4122: $? = 0
> | configure:4133: result: __inline
> | configure:4148: checking for function prototypes
> | configure:4151: result: yes
> | configure:4165: checking for ANSI C header files
> | configure:4294: result: yes
> | configure:4308: checking for string.h
> | configure:4313: result: yes
> | configure:4420: checking for working alloca.h
> | configure:4444: cc -o conftest -g   conftest.c  >&5
> | configure:4447: $? = 0
> | configure:4450: test -s conftest
> | configure:4453: $? = 0
> | configure:4463: result: yes
> | configure:4473: checking for alloca
> | configure:4517: cc -o conftest -g   conftest.c  >&5
> | configure:4520: $? = 0
> | configure:4523: test -s conftest
> | configure:4526: $? = 0
> | configure:4536: result: yes
> | configure:4727: checking for mkstemp
> | configure:4770: cc -o conftest -g   conftest.c  >&5
> | configure:4773: $? = 0
> | configure:4776: test -s conftest
> | configure:4779: $? = 0
> | configure:4789: result: yes
> | configure:4727: checking for setlocale
> | configure:4770: cc -o conftest -g   conftest.c  >&5
> | configure:4773: $? = 0
> | configure:4776: test -s conftest
> | configure:4779: $? = 0
> | configure:4789: result: yes
> | configure:4799: checking whether stpcpy is declared
> | configure:4826: cc -c -g  conftest.c >&5
> | cc: Error: configure, line 4850: In the initializer for p, "stpcpy" is not
declared. (undeclared)
> |   char *p = (char *) stpcpy;
> | ---------------------^
> | configure:4829: $? = 1
> | configure: failed program was:
> | #line 4805 "configure"
> | #include "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
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | #ifndef stpcpy
> |   char *p = (char *) stpcpy;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:4845: result: no
> | configure:4859: checking whether strndup is declared
> | configure:4886: cc -c -g  conftest.c >&5
> | cc: Error: configure, line 4910: In the initializer for p, "strndup" is not
declared. (undeclared)
> |   char *p = (char *) strndup;
> | ---------------------^
> | configure:4889: $? = 1
> | configure: failed program was:
> | #line 4865 "configure"
> | #include "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
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | #ifndef strndup
> |   char *p = (char *) strndup;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:4905: result: no
> | configure:4919: checking whether strnlen is declared
> | configure:4946: cc -c -g  conftest.c >&5
> | cc: Error: configure, line 4970: In the initializer for p, "strnlen" is not
declared. (undeclared)
> |   char *p = (char *) strnlen;
> | ---------------------^
> | configure:4949: $? = 1
> | configure: failed program was:
> | #line 4925 "configure"
> | #include "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
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | #ifndef strnlen
> |   char *p = (char *) strnlen;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:4965: result: no
> | configure:4979: checking whether memchr is declared
> | configure:5006: cc -c -g  conftest.c >&5
> | configure:5009: $? = 0
> | configure:5012: test -s conftest.o
> | configure:5015: $? = 0
> | configure:5025: result: yes
> | configure:5043: checking for stpcpy
> | configure:5086: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | stpcpy
> | configure:5089: $? = 1
> | configure: failed program was:
> | #line 5049 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char stpcpy (); below.  */
> | #include <assert.h>
> | /* 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 stpcpy ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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_stpcpy) || defined (__stub___stpcpy)
> | choke me
> | #else
> | f = stpcpy;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:5105: result: no
> | configure:5043: checking for strndup
> | configure:5086: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | strndup
> | configure:5089: $? = 1
> | configure: failed program was:
> | #line 5049 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char strndup (); below.  */
> | #include <assert.h>
> | /* 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 strndup ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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_strndup) || defined (__stub___strndup)
> | choke me
> | #else
> | f = strndup;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:5105: result: no
> | configure:5043: checking for strnlen
> | configure:5086: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | strnlen
> | configure:5089: $? = 1
> | configure: failed program was:
> | #line 5049 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char strnlen (); below.  */
> | #include <assert.h>
> | /* 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 strnlen ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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_strnlen) || defined (__stub___strnlen)
> | choke me
> | #else
> | f = strnlen;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:5105: result: no
> | configure:5043: checking for strspn
> | configure:5086: cc -o conftest -g   conftest.c  >&5
> | configure:5089: $? = 0
> | configure:5092: test -s conftest
> | configure:5095: $? = 0
> | configure:5105: result: yes
> | configure:5043: checking for memchr
> | configure:5086: cc -o conftest -g   conftest.c  >&5
> | configure:5089: $? = 0
> | configure:5092: test -s conftest
> | configure:5095: $? = 0
> | configure:5105: result: yes
> | configure:5121: checking for working malloc
> | configure:5142: cc -o conftest -g   conftest.c  >&5
> | configure:5145: $? = 0
> | configure:5147: ./conftest
> | configure:5150: $? = 1
> | configure: program exited with status 1
> | configure: failed program was:
> | #line 5130 "configure"
> | #include "confdefs.h"
> |
> |     char *malloc ();
> |     int
> |     main ()
> |     {
> |       exit (malloc (0) ? 0 : 1);
> |     }
> |
> | configure:5164: result: no
> | configure:5179: checking for working realloc
> | configure:5200: cc -o conftest -g   conftest.c  >&5
> | configure:5203: $? = 0
> | configure:5205: ./conftest
> | configure:5208: $? = 1
> | configure: program exited with status 1
> | configure: failed program was:
> | #line 5188 "configure"
> | #include "confdefs.h"
> |
> |     char *realloc ();
> |     int
> |     main ()
> |     {
> |       exit (realloc (0, 0) ? 0 : 1);
> |     }
> |
> | configure:5222: result: no
> | configure:5236: checking for isascii
> | configure:5279: cc -o conftest -g   conftest.c  >&5
> | configure:5282: $? = 0
> | configure:5285: test -s conftest
> | configure:5288: $? = 0
> | configure:5298: result: yes
> | configure:5236: checking for iswprint
> | configure:5279: cc -o conftest -g   conftest.c  >&5
> | configure:5282: $? = 0
> | configure:5285: test -s conftest
> | configure:5288: $? = 0
> | configure:5298: result: yes
> | configure:5236: checking for mbsinit
> | configure:5279: cc -o conftest -g   conftest.c  >&5
> | configure:5282: $? = 0
> | configure:5285: test -s conftest
> | configure:5288: $? = 0
> | configure:5298: result: yes
> | configure:5308: checking whether mbrtowc and mbstate_t are properly
declared
> | configure:5332: cc -o conftest -g   conftest.c  >&5
> | configure:5335: $? = 0
> | configure:5338: test -s conftest
> | configure:5341: $? = 0
> | configure:5351: result: yes
> | configure:5374: checking limits.h usability
> | configure:5383: cc -c -g  conftest.c >&5
> | configure:5386: $? = 0
> | configure:5389: test -s conftest.o
> | configure:5392: $? = 0
> | configure:5401: result: yes
> | configure:5405: checking limits.h presence
> | configure:5412: cc -E  conftest.c
> | configure:5418: $? = 0
> | configure:5436: result: yes
> | configure:5454: checking for limits.h
> | configure:5461: result: yes
> | configure:5374: checking stddef.h usability
> | configure:5383: cc -c -g  conftest.c >&5
> | configure:5386: $? = 0
> | configure:5389: test -s conftest.o
> | configure:5392: $? = 0
> | configure:5401: result: yes
> | configure:5405: checking stddef.h presence
> | configure:5412: cc -E  conftest.c
> | configure:5418: $? = 0
> | configure:5436: result: yes
> | configure:5454: checking for stddef.h
> | configure:5461: result: yes
> | configure:5365: checking for stdlib.h
> | configure:5370: result: yes
> | configure:5365: checking for string.h
> | configure:5370: result: yes
> | configure:5374: checking wchar.h usability
> | configure:5383: cc -c -g  conftest.c >&5
> | configure:5386: $? = 0
> | configure:5389: test -s conftest.o
> | configure:5392: $? = 0
> | configure:5401: result: yes
> | configure:5405: checking wchar.h presence
> | configure:5412: cc -E  conftest.c
> | configure:5418: $? = 0
> | configure:5436: result: yes
> | configure:5454: checking for wchar.h
> | configure:5461: result: yes
> | configure:5374: checking wctype.h usability
> | configure:5383: cc -c -g  conftest.c >&5
> | configure:5386: $? = 0
> | configure:5389: test -s conftest.o
> | configure:5392: $? = 0
> | configure:5401: result: yes
> | configure:5405: checking wctype.h presence
> | configure:5412: cc -E  conftest.c
> | configure:5418: $? = 0
> | configure:5436: result: yes
> | configure:5454: checking for wctype.h
> | configure:5461: result: yes
> | configure:5474: checking for ANSI C header files
> | configure:5603: result: yes
> | configure:5613: checking whether backslash-a works in strings
> | configure:5644: cc -c -g  conftest.c >&5
> | configure:5647: $? = 0
> | configure:5650: test -s conftest.o
> | configure:5653: $? = 0
> | configure:5663: result: yes
> | configure:5677: checking for stdlib.h
> | configure:5682: result: yes
> | configure:5786: checking for mbstate_t
> | configure:5814: cc -c -g  conftest.c >&5
> | configure:5817: $? = 0
> | configure:5820: test -s conftest.o
> | configure:5823: $? = 0
> | configure:5833: result: yes
> | configure:5843: checking for function prototypes
> | configure:5846: result: yes
> | configure:5860: checking for ANSI C header files
> | configure:5989: result: yes
> | configure:6003: checking for string.h
> | configure:6008: result: yes
> | configure:6115: checking for strerror
> | configure:6158: cc -o conftest -g   conftest.c  >&5
> | configure:6161: $? = 0
> | configure:6164: test -s conftest
> | configure:6167: $? = 0
> | configure:6177: result: yes
> | configure:6115: checking for vprintf
> | configure:6158: cc -o conftest -g   conftest.c  >&5
> | configure:6161: $? = 0
> | configure:6164: test -s conftest
> | configure:6167: $? = 0
> | configure:6177: result: yes
> | configure:6115: checking for doprnt
> | configure:6158: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | doprnt
> | configure:6161: $? = 1
> | configure: failed program was:
> | #line 6121 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char doprnt (); below.  */
> | #include <assert.h>
> | /* 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 ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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
> | f = doprnt;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:6177: result: no
> | configure:6187: checking whether strerror is declared
> | configure:6214: cc -c -g  conftest.c >&5
> | configure:6217: $? = 0
> | configure:6220: test -s conftest.o
> | configure:6223: $? = 0
> | configure:6233: result: yes
> | configure:6248: checking whether strerror_r is declared
> | configure:6275: cc -c -g  conftest.c >&5
> | cc: Error: configure, line 6299: In the initializer for p, "strerror_r" is
not declared. (undeclared)
> |   char *p = (char *) strerror_r;
> | ---------------------^
> | configure:6278: $? = 1
> | configure: failed program was:
> | #line 6254 "configure"
> | #include "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
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | #ifndef strerror_r
> |   char *p = (char *) strerror_r;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:6294: result: no
> | configure:6312: checking for strerror_r
> | configure:6355: cc -o conftest -g   conftest.c  >&5
> | configure:6358: $? = 0
> | configure:6361: test -s conftest
> | configure:6364: $? = 0
> | configure:6374: result: yes
> | configure:6384: checking whether strerror_r returns char *
> | configure:6464: cc -o conftest -g   conftest.c  >&5
> | configure:6467: $? = 0
> | configure:6469: ./conftest
> | ./configure[126]: 149328 Memory fault(coredump)
> | configure:6472: $? = 139
> | configure: program exited with status 139
> | configure: failed program was:
> | #line 6443 "configure"
> | #include "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
> | extern char *strerror_r ();
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | char buf[100];
> |   char x = *strerror_r (0, buf, sizeof buf);
> |   exit (!isalpha (x));
> |   ;
> |   return 0;
> | }
> | configure:6485: result: no
> | configure:6495: checking for ANSI C header files
> | configure:6624: result: yes
> | configure:6634: checking if malloc debugging is wanted
> | configure:6655: result: no
> | configure:6666: checking build system type
> | configure:6684: result: alphaev67-dec-osf5.0
> | configure:6691: checking host system type
> | configure:6705: result: alphaev67-dec-osf5.0
> | configure:6712: checking for off_t
> | configure:6739: cc -c -g  conftest.c >&5
> | configure:6742: $? = 0
> | configure:6745: test -s conftest.o
> | configure:6748: $? = 0
> | configure:6758: result: yes
> | configure:6770: checking for size_t
> | configure:6797: cc -c -g  conftest.c >&5
> | configure:6800: $? = 0
> | configure:6803: test -s conftest.o
> | configure:6806: $? = 0
> | configure:6816: result: yes
> | configure:6832: checking for stdlib.h
> | configure:6837: result: yes
> | configure:6832: checking for unistd.h
> | configure:6837: result: yes
> | configure:6944: checking for getpagesize
> | configure:6987: cc -o conftest -g   conftest.c  >&5
> | configure:6990: $? = 0
> | configure:6993: test -s conftest
> | configure:6996: $? = 0
> | configure:7006: result: yes
> | configure:7016: checking for working mmap
> | configure:7152: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | rpl_malloc
> | configure:7155: $? = 1
> | configure: program exited with status 1
> | configure: failed program was:
> | #line 7025 "configure"
> | #include "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
> | /* Thanks to Mike Haertel and Jim Avera for this test.
> |    Here is a matrix of mmap possibilities:
> | mmap private not fixed
> | mmap private fixed at somewhere currently unmapped
> | mmap private fixed at somewhere already mapped
> | mmap shared not fixed
> | mmap shared fixed at somewhere currently unmapped
> | mmap shared fixed at somewhere already mapped
> |    For private mappings, we should verify that changes cannot be read()
> |    back from the file, nor mmap's back from the file at a different
> |    address.  (There have been systems where private was not correctly
> |    implemented like the infamous i386 svr4.0, and systems where the
> |    VM page cache was not coherent with the file system buffer cache
> |    like early versions of FreeBSD and possibly contemporary NetBSD.)
> |    For shared mappings, we should conversely verify that changes get
> |    propogated back to all the places they're supposed to be.
> |
> |    Grep wants private fixed already mapped.
> |    The main things grep needs to know about mmap are:
> |    * does it exist and is it safe to write into the mmap'd area
> |    * how to use it (BSD variants)  */
> |
> | #include <fcntl.h>
> | #include <sys/mman.h>
> |
> | #if !STDC_HEADERS && !HAVE_STDLIB_H
> | char *malloc ();
> | #endif
> |
> | /* This mess was copied from the GNU getpagesize.h.  */
> | #if !HAVE_GETPAGESIZE
> | /* Assume that all systems that can run configure have sys/param.h.  */
> | # if !HAVE_SYS_PARAM_H
> | #  define HAVE_SYS_PARAM_H 1
> | # endif
> |
> | # ifdef _SC_PAGESIZE
> | #  define getpagesize() sysconf(_SC_PAGESIZE)
> | # else /* no _SC_PAGESIZE */
> | #  if HAVE_SYS_PARAM_H
> | #   include <sys/param.h>
> | #   ifdef EXEC_PAGESIZE
> | #    define getpagesize() EXEC_PAGESIZE
> | #   else /* no EXEC_PAGESIZE */
> | #    ifdef NBPG
> | #     define getpagesize() NBPG * CLSIZE
> | #     ifndef CLSIZE
> | #      define CLSIZE 1
> | #     endif /* no CLSIZE */
> | #    else /* no NBPG */
> | #     ifdef NBPC
> | #      define getpagesize() NBPC
> | #     else /* no NBPC */
> | #      ifdef PAGESIZE
> | #       define getpagesize() PAGESIZE
> | #      endif /* PAGESIZE */
> | #     endif /* no NBPC */
> | #    endif /* no NBPG */
> | #   endif /* no EXEC_PAGESIZE */
> | #  else /* no HAVE_SYS_PARAM_H */
> | #   define getpagesize() 8192 /* punt totally */
> | #  endif /* no HAVE_SYS_PARAM_H */
> | # endif /* no _SC_PAGESIZE */
> |
> | #endif /* no HAVE_GETPAGESIZE */
> |
> | int
> | main ()
> | {
> |   char *data, *data2, *data3;
> |   int i, pagesize;
> |   int fd;
> |
> |   pagesize = getpagesize ();
> |
> |   /* First, make a file with some known garbage in it. */
> |   data = (char *) malloc (pagesize);
> |   if (!data)
> |     exit (1);
> |   for (i = 0; i < pagesize; ++i)
> |     *(data + i) = rand ();
> |   umask (0);
> |   fd = creat ("conftest.mmap", 0600);
> |   if (fd < 0)
> |     exit (1);
> |   if (write (fd, data, pagesize) != pagesize)
> |     exit (1);
> |   close (fd);
> |
> |   /* Next, try to mmap the file at a fixed address which already has
> |      something else allocated at it.  If we can, also make sure that
> |      we see the same garbage.  */
> |   fd = open ("conftest.mmap", O_RDWR);
> |   if (fd < 0)
> |     exit (1);
> |   data2 = (char *) malloc (2 * pagesize);
> |   if (!data2)
> |     exit (1);
> |   data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
> |   if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
> |                      MAP_PRIVATE | MAP_FIXED, fd, 0L))
> |     exit (1);
> |   for (i = 0; i < pagesize; ++i)
> |     if (*(data + i) != *(data2 + i))
> |       exit (1);
> |
> |   /* Finally, make sure that changes to the mapped area do not
> |      percolate back to the file as seen by read().  (This is a bug on
> |      some variants of i386 svr4.0.)  */
> |   for (i = 0; i < pagesize; ++i)
> |     *(data2 + i) = *(data2 + i) + 1;
> |   data3 = (char *) malloc (pagesize);
> |   if (!data3)
> |     exit (1);
> |   if (read (fd, data3, pagesize) != pagesize)
> |     exit (1);
> |   for (i = 0; i < pagesize; ++i)
> |     if (*(data + i) != *(data3 + i))
> |       exit (1);
> |   close (fd);
> |   exit (0);
> | }
> | configure:7173: result: no
> | configure:7184: checking whether we are using the GNU C Library 2.1 or
newer
> | cc: Error: configure, line 7192: Cannot find file <features.h> specified in
#include directive. (noinclfile)
> | #include <features.h>
> | -^
> | configure:7210: result: no
> | configure:7229: checking argz.h usability
> | configure:7238: cc -c -g  conftest.c >&5
> | cc: Severe: configure, line 7267: Cannot find file <argz.h> specified in
#include directive. (noinclfile)
> | #include <argz.h>
> | -^
> | configure:7241: $? = 1
> | configure: failed program was:
> | #line 7232 "configure"
> | #include "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 <argz.h>
> | configure:7256: result: no
> | configure:7260: checking argz.h presence
> | configure:7267: cc -E  conftest.c
> | cc: Error: configure, line 7264: Cannot find file <argz.h> specified in
#include directive. (noinclfile)
> | #include <argz.h>
> | -^
> | configure:7273: $? = 1
> | configure: failed program was:
> | #line 7263 "configure"
> | #include "confdefs.h"
> | #include <argz.h>
> | configure:7291: result: no
> | configure:7309: checking for argz.h
> | configure:7316: result: no
> | configure:7220: checking for limits.h
> | configure:7225: result: yes
> | configure:7220: checking for locale.h
> | configure:7225: result: yes
> | configure:7229: checking nl_types.h usability
> | configure:7238: cc -c -g  conftest.c >&5
> | configure:7241: $? = 0
> | configure:7244: test -s conftest.o
> | configure:7247: $? = 0
> | configure:7256: result: yes
> | configure:7260: checking nl_types.h presence
> | configure:7267: cc -E  conftest.c
> | configure:7273: $? = 0
> | configure:7291: result: yes
> | configure:7309: checking for nl_types.h
> | configure:7316: result: yes
> | configure:7229: checking malloc.h usability
> | configure:7238: cc -c -g  conftest.c >&5
> | configure:7241: $? = 0
> | configure:7244: test -s conftest.o
> | configure:7247: $? = 0
> | configure:7256: result: yes
> | configure:7260: checking malloc.h presence
> | configure:7267: cc -E  conftest.c
> | configure:7273: $? = 0
> | configure:7291: result: yes
> | configure:7309: checking for malloc.h
> | configure:7316: result: yes
> | configure:7220: checking for stddef.h
> | configure:7225: result: yes
> | configure:7220: checking for stdlib.h
> | configure:7225: result: yes
> | configure:7220: checking for string.h
> | configure:7225: result: yes
> | configure:7220: checking for unistd.h
> | configure:7225: result: yes
> | configure:7229: checking sys/param.h usability
> | configure:7238: cc -c -g  conftest.c >&5
> | configure:7241: $? = 0
> | configure:7244: test -s conftest.o
> | configure:7247: $? = 0
> | configure:7256: result: yes
> | configure:7260: checking sys/param.h presence
> | configure:7267: cc -E  conftest.c
> | configure:7273: $? = 0
> | configure:7291: result: yes
> | configure:7309: checking for sys/param.h
> | configure:7316: result: yes
> | configure:7334: checking for feof_unlocked
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | feof_unlocked
> | configure:7380: $? = 1
> | configure: failed program was:
> | #line 7340 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char feof_unlocked (); below.  */
> | #include <assert.h>
> | /* 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 feof_unlocked ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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_feof_unlocked) || defined (__stub___feof_unlocked)
> | choke me
> | #else
> | f = feof_unlocked;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:7396: result: no
> | configure:7334: checking for fgets_unlocked
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | fgets_unlocked
> | configure:7380: $? = 1
> | configure: failed program was:
> | #line 7340 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char fgets_unlocked (); below.  */
> | #include <assert.h>
> | /* 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 fgets_unlocked ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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_fgets_unlocked) || defined (__stub___fgets_unlocked)
> | choke me
> | #else
> | f = fgets_unlocked;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:7396: result: no
> | configure:7334: checking for getcwd
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for getegid
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for geteuid
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for getgid
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for getuid
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for mempcpy
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | mempcpy
> | configure:7380: $? = 1
> | configure: failed program was:
> | #line 7340 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char mempcpy (); below.  */
> | #include <assert.h>
> | /* 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 mempcpy ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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_mempcpy) || defined (__stub___mempcpy)
> | choke me
> | #else
> | f = mempcpy;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:7396: result: no
> | configure:7334: checking for munmap
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for putenv
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for setenv
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for setlocale
> | configure:7396: result: yes
> | configure:7334: checking for stpcpy
> | configure:7396: result: no
> | configure:7334: checking for strchr
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for strcasecmp
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for strdup
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for strtoul
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for tsearch
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | configure:7380: $? = 0
> | configure:7383: test -s conftest
> | configure:7386: $? = 0
> | configure:7396: result: yes
> | configure:7334: checking for __argz_count
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | __argz_count
> | configure:7380: $? = 1
> | configure: failed program was:
> | #line 7340 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char __argz_count (); below.  */
> | #include <assert.h>
> | /* 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 __argz_count ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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___argz_count) || defined (__stub_____argz_count)
> | choke me
> | #else
> | f = __argz_count;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:7396: result: no
> | configure:7334: checking for __argz_stringify
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | __argz_stringify
> | configure:7380: $? = 1
> | configure: failed program was:
> | #line 7340 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char __argz_stringify (); below.  */
> | #include <assert.h>
> | /* 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 __argz_stringify ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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___argz_stringify) || defined
(__stub_____argz_stringify)
> | choke me
> | #else
> | f = __argz_stringify;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:7396: result: no
> | configure:7334: checking for __argz_next
> | configure:7377: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | __argz_next
> | configure:7380: $? = 1
> | configure: failed program was:
> | #line 7340 "configure"
> | #include "confdefs.h"
> | /* System header to define __stub macros and hopefully few prototypes,
> |     which can conflict with char __argz_next (); below.  */
> | #include <assert.h>
> | /* 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 __argz_next ();
> | char (*f) ();
> |
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | /* 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___argz_next) || defined (__stub_____argz_next)
> | choke me
> | #else
> | f = __argz_next;
> | #endif
> |
> |   ;
> |   return 0;
> | }
> | configure:7396: result: no
> | configure:7417: checking for iconv
> | configure:7447: cc -o conftest -g   conftest.c  >&5
> | ld:
> | Unresolved:
> | iconv_open
> | iconv
> | iconv_close
> | configure:7450: $? = 1
> | configure: failed program was:
> | #line 7426 "configure"
> | #include "confdefs.h"
> | #include <stdlib.h>
> | #include <iconv.h>
> | #ifdef F77_DUMMY_MAIN
> | #  ifdef __cplusplus
> |      extern "C"
> | #  endif
> |    int F77_DUMMY_MAIN() { return 1; }
> | #endif
> | int
> | main ()
> | {
> | iconv_t cd = iconv_open("","");
> |        iconv(cd,NULL,NULL,NULL,NULL);
> |        iconv_close(cd);
> |   ;
> |   return 0;
> | }
> | configure:7489: cc -o conftest -g   conftest.c  -liconv >&5
> | configure:7492: $? = 0
> | configure:7495: test -s conftest
> | configure:7498: $? = 0
> | configure:7511: result: yes
> | configure:7519: checking for iconv declaration
> | configure:7556: cc -c -g  conftest.c >&5
> | configure:7559: $? = 0
> | configure:7562: test -s conftest.o
> | configure:7565: $? = 0
> | configure:7578: result:
> |          extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
> | configure:7593: checking for nl_langinfo and CODESET
> | configure:7617: cc -o conftest -g   conftest.c  >&5
> | configure:7620: $? = 0
> | configure:7623: test -s conftest
> | configure:7626: $? = 0
> | configure:7637: result: yes
> | configure:7648: checking for LC_MESSAGES
> | configure:7672: cc -o conftest -g   conftest.c  >&5
> | configure:7675: $? = 0
> | configure:7678: test -s conftest
> | configure:7681: $? = 0
> | configure:7691: result: yes
> | configure:7701: checking whether NLS is requested
> | configure:7710: result: yes
> | configure:7723: checking whether included gettext is requested
> | configure:7733: result: no
> | configure:7750: checking libintl.h usability
> | configure:7759: cc -c -g  conftest.c >&5
> | cc: Severe: configure, line 7788: Cannot find file <libintl.h> specified in
#include directive. (noinclfile)
> | #include <libintl.h>
> | -^
> | configure:7762: $? = 1
> | configure: failed program was:
> | #line 7753 "configure"
> | #include "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 <libintl.h>
> | configure:7777: result: no
> | configure:7781: checking libintl.h presence
> | configure:7788: cc -E  conftest.c
> | cc: Error: configure, line 7785: Cannot find file <libintl.h> specified in
#include directive. (noinclfile)
> | #include <libintl.h>
> | -^
> | configure:7794: $? = 1
> | configure: failed program was:
> | #line 7784 "configure"
> | #include "confdefs.h"
> | #include <libintl.h>
> | configure:7812: result: no
> | configure:7830: checking for libintl.h
> | configure:7837: result: no
> | configure:8161: checking for msgfmt
> | configure:8188: result:
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/msgfmt
> | configure:8197: checking for gmsgfmt
> | configure:8228: result:
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/msgfmt
> | configure:8237: checking for xgettext
> | configure:8264: result:
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/xgettext
> | configure:8310: checking for bison
> | configure:8326: found
/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/bison
> | configure:8336: result: bison
> | configure:8349: checking version of bison
> | configure:8358: result: 1.28, ok
> | configure:8383: checking for catalogs to be installed
> | configure:8403: result:  de es et fr ja nl tr ru
> | configure:8506: creating ./config.status
> |
> | ## ---------------------- ##
> | ## Running config.status. ##
> | ## ---------------------- ##
> |
> | This file was extended by GNU Bison config.status 1.30, which was
> | generated by GNU Autoconf 2.52e.  Invocation command line was
> |
> |   CONFIG_FILES    =
> |   CONFIG_HEADERS  =
> |   CONFIG_LINKS    =
> |   CONFIG_COMMANDS =
> |   $ ./config.status
> |
> | on rocky.chpc.utah.edu
> |
> | config.status:9175: creating tests/atlocal
> | config.status:9175: creating tests/bison
> | config.status:9175: creating Makefile
> | config.status:9175: creating config/Makefile
> | config.status:9175: creating intl/Makefile
> | config.status:9175: creating po/Makefile.in
> | config.status:9175: creating lib/Makefile
> | config.status:9175: creating src/Makefile
> | config.status:9175: creating doc/Makefile
> | config.status:9175: creating m4/Makefile
> | config.status:9175: creating tests/Makefile
> | config.status:9282: creating config.h
> | config.status:9525: executing tests/package.m4 commands
> | config.status:9525: executing tests/atconfig commands
> | config.status:9525: executing depfiles commands
> | config.status:9525: executing default-1 commands
> |
> | ## ---------------- ##
> | ## Cache variables. ##
> | ## ---------------- ##
> |
> | ac_cv_build=alphaev67-dec-osf5.0
> | ac_cv_build_alias=alphaev67-dec-osf5.0
> | ac_cv_c_backslash_a=yes
> | ac_cv_c_compiler_gnu=no
> | ac_cv_c_const=yes
> | ac_cv_c_inline=__inline
> | ac_cv_env_CC_set=''
> | ac_cv_env_CC_value=''
> | ac_cv_env_CFLAGS_set=''
> | ac_cv_env_CFLAGS_value=''
> | ac_cv_env_CPPFLAGS_set=''
> | ac_cv_env_CPPFLAGS_value=''
> | ac_cv_env_CPP_set=''
> | ac_cv_env_CPP_value=''
> | ac_cv_env_LDFLAGS_set=''
> | ac_cv_env_LDFLAGS_value=''
> | ac_cv_env_build_alias_set=''
> | ac_cv_env_build_alias_value=''
> | ac_cv_env_host_alias_set=''
> | ac_cv_env_host_alias_value=''
> | ac_cv_env_target_alias_set=''
> | ac_cv_env_target_alias_value=''
> | ac_cv_func___argz_count=no
> | ac_cv_func___argz_next=no
> | ac_cv_func___argz_stringify=no
> | ac_cv_func_alloca_works=yes
> | ac_cv_func_doprnt=no
> | ac_cv_func_feof_unlocked=no
> | ac_cv_func_fgets_unlocked=no
> | ac_cv_func_getcwd=yes
> | ac_cv_func_getegid=yes
> | ac_cv_func_geteuid=yes
> | ac_cv_func_getgid=yes
> | ac_cv_func_getpagesize=yes
> | ac_cv_func_getuid=yes
> | ac_cv_func_isascii=yes
> | ac_cv_func_iswprint=yes
> | ac_cv_func_mbsinit=yes
> | ac_cv_func_memchr=yes
> | ac_cv_func_mempcpy=no
> | ac_cv_func_mkstemp=yes
> | ac_cv_func_mmap_fixed_mapped=no
> | ac_cv_func_munmap=yes
> | ac_cv_func_putenv=yes
> | ac_cv_func_setenv=yes
> | ac_cv_func_setlocale=yes
> | ac_cv_func_stpcpy=no
> | ac_cv_func_strcasecmp=yes
> | ac_cv_func_strchr=yes
> | ac_cv_func_strdup=yes
> | ac_cv_func_strerror=yes
> | ac_cv_func_strerror_r=yes
> | ac_cv_func_strerror_r_char_p=no
> | ac_cv_func_strndup=no
> | ac_cv_func_strnlen=no
> | ac_cv_func_strspn=yes
> | ac_cv_func_strtoul=yes
> | ac_cv_func_tsearch=yes
> | ac_cv_func_vprintf=yes
> | ac_cv_gnu_library_2_1=no
> | ac_cv_have_decl_memchr=yes
> | ac_cv_have_decl_stpcpy=no
> | ac_cv_have_decl_strerror=yes
> | ac_cv_have_decl_strerror_r=no
> | ac_cv_have_decl_strndup=no
> | ac_cv_have_decl_strnlen=no
> | ac_cv_header_argz_h=no
> | ac_cv_header_ctype_h=yes
> | ac_cv_header_inttypes_h=yes
> | ac_cv_header_libintl_h=no
> | ac_cv_header_limits_h=yes
> | ac_cv_header_locale_h=yes
> | ac_cv_header_malloc_h=yes
> | ac_cv_header_memory_h=yes
> | ac_cv_header_minix_config_h=no
> | ac_cv_header_nl_types_h=yes
> | ac_cv_header_stdc=yes
> | ac_cv_header_stddef_h=yes
> | ac_cv_header_stdint_h=no
> | ac_cv_header_stdlib_h=yes
> | ac_cv_header_string_h=yes
> | ac_cv_header_strings_h=yes
> | ac_cv_header_sys_param_h=yes
> | ac_cv_header_sys_stat_h=yes
> | ac_cv_header_sys_types_h=yes
> | ac_cv_header_unistd_h=yes
> | ac_cv_header_wchar_h=yes
> | ac_cv_header_wctype_h=yes
> | ac_cv_host=alphaev67-dec-osf5.0
> | ac_cv_host_alias=alphaev67-dec-osf5.0
> | ac_cv_lib_cposix_strerror=no
> | ac_cv_objext=o
> |
ac_cv_path_GMSGFMT=/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/msgf
mt
> |
ac_cv_path_MSGFMT=/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/msgfm
t
> |
ac_cv_path_XGETTEXT=/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/xge
ttext
> |
ac_cv_path_install='/uufs/inscc.utah.edu/common/home/mthnhb/alpha/local/bin/ins
tall -c'
> | ac_cv_prog_AWK=gawk
> | ac_cv_prog_CPP='cc -E'
> | ac_cv_prog_INTLBISON=bison
> | ac_cv_prog_ac_ct_CC=cc
> | ac_cv_prog_ac_ct_RANLIB=ranlib
> | ac_cv_prog_cc_g=yes
> | ac_cv_prog_cc_stdc=''
> | ac_cv_prog_make_make_set=yes
> | ac_cv_type_mbstate_t=yes
> | ac_cv_type_off_t=yes
> | ac_cv_type_size_t=yes
> | ac_cv_working_alloca_h=yes
> | am_cv_CC_dependencies_compiler_type=tru64
> | am_cv_func_iconv=yes
> | am_cv_langinfo_codeset=yes
> | am_cv_lib_iconv=yes
> | am_cv_prog_cc_stdc=''
> | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
> | am_cv_proto_iconv_arg1=''
> | am_cv_val_LC_MESSAGES=yes
> | jm_cv_func_mbrtowc=yes
> | jm_cv_func_working_malloc=no
> | jm_cv_func_working_realloc=no
> | nls_cv_force_use_gnu_gettext=no
> | nls_cv_header_intl=''
> | nls_cv_header_libgt=''
> | nls_cv_use_gnu_gettext=yes
> |
> | ## ----------- ##
> | ## confdefs.h. ##
> | ## ----------- ##
> |
> | #define PACKAGE "bison"
> | #define VERSION "1.30"
> | #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_UNISTD_H 1
> | #define _GNU_SOURCE 1
> | #define STDC_HEADERS 1
> | #define HAVE_CTYPE_H 1
> | #define HAVE_LOCALE_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_UNISTD_H 1
> | #define inline __inline
> | #define PROTOTYPES 1
> | #define STDC_HEADERS 1
> | #define HAVE_STRING_H 1
> | #define HAVE_ALLOCA_H 1
> | #define HAVE_ALLOCA 1
> | #define HAVE_MKSTEMP 1
> | #define HAVE_SETLOCALE 1
> | #define HAVE_DECL_STPCPY 0
> | #define HAVE_DECL_STRNDUP 0
> | #define HAVE_DECL_STRNLEN 0
> | #define HAVE_DECL_MEMCHR 1
> | #define HAVE_STRSPN 1
> | #define HAVE_MEMCHR 1
> | #define HAVE_DONE_WORKING_MALLOC_CHECK 1
> | #define malloc rpl_malloc
> | #define HAVE_DONE_WORKING_REALLOC_CHECK 1
> | #define realloc rpl_realloc
> | #define HAVE_ISASCII 1
> | #define HAVE_ISWPRINT 1
> | #define HAVE_MBSINIT 1
> | #define HAVE_MBRTOWC 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_STDDEF_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_WCHAR_H 1
> | #define HAVE_WCTYPE_H 1
> | #define STDC_HEADERS 1
> | #define HAVE_C_BACKSLASH_A 1
> | #define HAVE_STDLIB_H 1
> | #define PROTOTYPES 1
> | #define STDC_HEADERS 1
> | #define HAVE_STRING_H 1
> | #define HAVE_STRERROR 1
> | #define HAVE_VPRINTF 1
> | #define HAVE_DECL_STRERROR 1
> | #define HAVE_DECL_STRERROR_R 0
> | #define HAVE_STRERROR_R 1
> | #define STDC_HEADERS 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GETPAGESIZE 1
> | #define HAVE_LIMITS_H 1
> | #define HAVE_LOCALE_H 1
> | #define HAVE_NL_TYPES_H 1
> | #define HAVE_MALLOC_H 1
> | #define HAVE_STDDEF_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_UNISTD_H 1
> | #define HAVE_SYS_PARAM_H 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETEGID 1
> | #define HAVE_GETEUID 1
> | #define HAVE_GETGID 1
> | #define HAVE_GETUID 1
> | #define HAVE_MUNMAP 1
> | #define HAVE_PUTENV 1
> | #define HAVE_SETENV 1
> | #define HAVE_SETLOCALE 1
> | #define HAVE_STRCHR 1
> | #define HAVE_STRCASECMP 1
> | #define HAVE_STRDUP 1
> | #define HAVE_STRTOUL 1
> | #define HAVE_TSEARCH 1
> | #define HAVE_ICONV 1
> | #define ICONV_CONST
> | #define HAVE_LANGINFO_CODESET 1
> | #define HAVE_LC_MESSAGES 1
> | #define ENABLE_NLS 1
> |
> | configure: exit 0
>
>
> -----------------------------------------------------------------------------
--
> - Nelson H. F. Beebe                    Tel: +1 801 581
     -
> - Center for Scientific Computing       FAX: +1 801 585 1640, +1 801 581
4148 -
> - University of Utah                    Internet e-mail:
address@hidden  -
> - Department of Mathematics, 322 INSCC      address@hidden
 address@hidden -
> - 155 S 1400 E RM 233
   address@hidden                    -
> - Salt Lake City, UT 84112-0090, USA    URL:
ttp://www.math.utah.edu/~beebe  -
> -----------------------------------------------------------------------------
--
>
> _______________________________________________
> Bug-bison mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-bison
>
>





reply via email to

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