cflow-1.0: build feedback

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

cflow-1.0: build feedback

by Nelson H. F. Beebe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've just done build attempts for cflow-1.0 in 23 Unix environments
covering all of the major platforms except for IBM AIX and HP HP-UX.
Of them, 19 were successful and passed all of the tests.

Of the remaining four, three of them failed at the same point in the
test suite:

        /bin/ksh ./testsuite
        testsuite: error: invalid content: atlocal

This happens on

        Sun Ultra Enterprise 450/400 (4 UltraSPARC-II CPUs, 400 MHz); Solaris 7
        DEC Alpha 4100-5/466 (4 21164 EV5 CPUs, 466 MHz, 2GB RAM); OSF/1 4.0F
        Intel Pentium III (600 MHz); OpenBSD 3.2 GENERIC#25 i386

On

        Intel Pentium III (600 MHz); FreeBSD 5.0

I got this:

        /usr/local/bin/bash ./testsuite
        ## ------------------------- ##
        ## GNU cflow 1.0 test suite. ##
        ## ------------------------- ##
          1: cflow version                                ok
          2: direct tree                                  FAILED (direct.at:41)
          3: reverse tree                                 FAILED (reverse.at:47)
          4: recursive calls                              FAILED (recurse.at:43)
          5: attribute handling                           FAILED (attr.at:38)
          6: attribute wrapper handling                   FAILED (awrapper.at:36)
          7: parameter wrapper handling                   FAILED (pwrapper.at:36)
          8: Forward function declarations                FAILED (fdecl.at:34)
          9: Included symbols                             FAILED (include.at:54)
         10: Static struct in block scope                 FAILED (ssblock.at:42)
         11: Functional arguments                         FAILED (funcarg.at:30)
         12: Function parameter handling                  FAILED (parm.at:37)

        ## ------------- ##
        ## Test results. ##
        ## ------------- ##

        ERROR: All 12 tests were run,
        11 failed unexpectedly.
        ## -------------------------- ##
        ## testsuite.log was created. ##
        ## -------------------------- ##

        Please send `testsuite.log' and all information you think might help:

           To: <bug-cflow@...>
           Subject: [GNU cflow 1.0] testsuite: 2 3 4 5 6 7 8 9 10 11 12 failed

I tracked down the problem with the other three: tests/atlocal has

        unset POSIXLY_CORRECT

and the ksh or sh versions on these systems give an error because that
variable is not defined.  I set the variable, and restarted the tests:

        env POSIXLY_CORRECT=1 make check -s

On Solaris 7, all tests then passed.

However, on OpenBSD I got these failures:

        ## ------------------------- ##
        ## GNU cflow 1.0 test suite. ##
        ## ------------------------- ##
          1: cflow version                                ok
          2: direct tree                                  FAILED (direct.at:41)
          3: reverse tree                                 FAILED (reverse.at:47)
          4: recursive calls                              FAILED (recurse.at:43)
          5: attribute handling                           FAILED (attr.at:38)
          6: attribute wrapper handling                   FAILED (awrapper.at:36)
          7: parameter wrapper handling                   FAILED (pwrapper.at:36)
          8: Forward function declarations                FAILED (fdecl.at:34)
          9: Included symbols                             FAILED (include.at:54)
         10: Static struct in block scope                 FAILED (ssblock.at:42)
         11: Functional arguments                         FAILED (funcarg.at:30)
         12: Function parameter handling                  FAILED (parm.at:37)

        ## ------------- ##
        ## Test results. ##
        ## ------------- ##

        ERROR: All 12 tests were run,
        11 failed unexpectedly.
        testsuite: error: invalid content: atlocal

On OSF/1, I got these failures:

        ## ------------------------- ##
        ## GNU cflow 1.0 test suite. ##
        ## ------------------------- ##
          1: cflow version                                FAILED (version.at:32)
          2: direct tree                                  FAILED (direct.at:41)
          3: reverse tree                                 FAILED (reverse.at:47)
          4: recursive calls                              FAILED (recurse.at:43)
          5: attribute handling                           FAILED (attr.at:38)
          6: attribute wrapper handling                   FAILED (awrapper.at:36)
          7: parameter wrapper handling                   FAILED (pwrapper.at:36)
          8: Forward function declarations                FAILED (fdecl.at:34)
          9: Included symbols                             FAILED (include.at:54)
         10: Static struct in block scope                 FAILED (ssblock.at:42)
         11: Functional arguments                         FAILED (funcarg.at:30)
         12: Function parameter handling                  FAILED (parm.at:37)

        ## ------------- ##
        ## Test results. ##
        ## ------------- ##

        ERROR: All 12 tests were run,
        12 failed unexpectedly.
        testsuite: error: invalid content: atlocal
        ## -------------------------- ##
        ## testsuite.log was created. ##
        ## -------------------------- ##

        Please send `testsuite.log' and all information you think might help:

           To: <bug-cflow@...>
           Subject: [GNU cflow 1.0] testsuite: 1 2 3 4 5 6 7 8 9 10 11 12 failed

Here is the testsuite.log file from OSF/1:

## ------------------------- ##
## GNU cflow 1.0 test suite. ##
## ------------------------- ##

testsuite: command line was:
  $ ./testsuite

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../po/ChangeLog:
| 2005-04-22  Sergey Poznyakoff  <gray@...>
|
| * Makevars: New file
| * POTFILES.in: New file
|
|
| Local Variables:
| mode: change-log
| version-control: never
| End:

testsuite: ../ChangeLog:
| 2005-10-05  Sergey Poznyakoff  <gray@...>
|
| * src/cflow.h,src/main.c,src/parser.c,src/posix.c
| (omit_symbol_name_option): Rename to omit_symbol_names_option.
|
| * src/cflow.h (newline): New prototype
| * src/parser.c: Minor fixes
| * src/symbol.c: Minor fixes
|
| * doc/cflow.texi: Updated. Mention cflow2vcg and vcg tools.

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

hostname = mosso.math.utah.edu
uname -m = alpha
uname -r = V4.0
uname -s = OSF1
uname -v = 1229

/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: /local/build/cflow-1.0/tests
PATH: /local/build/cflow-1.0/src
PATH: /local/build/cflow-1.0
PATH: /usr/local/bin
PATH: /u/sy/beebe/bin/alpha
PATH: /u/sy/beebe/bin
PATH: /usr/local/share/bin
PATH: /usr/local/bin/X11
PATH: /usr/local/mpi/bin
PATH: /usr/local/pbmplus
PATH: /usr/bin/X11
PATH: /usr/dt/bin
PATH: /usr/local/plot79
PATH: /usr/ccs/bin
PATH: /usr/ucb
PATH: /usr/sbin
PATH: /usr/bin
PATH: /bin
PATH: /sbin
PATH: /usr/local/etc
PATH: /etc
PATH: /usr/local/tecplot
PATH: /usr/local/tecplot/bin
PATH: /usr/local/pvm3/lib
PATH: /u/sy/beebe/tex/bib
PATH: /usr/lbin
PATH: /usr/local/ora/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
|
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/local/build/cflow-1.0/tests'
| at_srcdir='.'
| abs_srcdir='/local/build/cflow-1.0/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/local/build/cflow-1.0/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/local/build/cflow-1.0/tests/../.'
|
| AUTOTEST_PATH='tests'
|
| SHELL=${CONFIG_SHELL-'/bin/ksh'}

testsuite: atlocal:
| # tests/atlocal.  Generated from atlocal.in by configure.                                     -*- shell-script -*-
| # Configurable variable values for GNU test test suite.
|
| PATH=/local/build/cflow-1.0/tests:/local/build/cflow-1.0/tests/.././src:$top_srcdir:$srcdir:$PATH
| CFLOWDIR=/local/build/cflow-1.0/tests
| #EXAMPLES=/local/build/cflow-1.0/tests/../examples
| CFLOW_OPTIONS=
| export CFLOW_OPTIONS
| CFLOWRC=/dev/null
| export CFLOWRC
| unset POSIXLY_CORRECT

## ---------------- ##
## Tested programs. ##
## ---------------- ##

testsuite.at:46: /local/build/cflow-1.0/src/cflow --version
./testsuite: line 690: /local/build/cflow-1.0/src/cflow: Permission denied

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sat Oct 15 11:31:38 MDT 2005
testsuite: ending at: Sat Oct 15 11:31:45 MDT 2005
testsuite: test suite duration: 0h 0m 7s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: All 12 tests were run,
12 failed unexpectedly.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

1. version.at:19: testing ...
version.at:32: cflow --version
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:38 -0600
@@ -0,0 +1,6 @@
+getopt: illegal option -- -
+getopt: illegal option -- v
+getopt: illegal option -- e
+getopt: illegal option -- s
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- - 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:38 -0600
@@ -1,2 +1 @@
-cflow (GNU cflow) 1.0

version.at:32: exit code was 1, expected 0
1. version.at:19: 1. cflow version (version.at:19): FAILED (version.at:32)

2. direct.at:19: testing ...
direct.at:41: cflow  prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:39 -0600
@@ -0,0 +1 @@
+prog -- cflow can't process - file skipped
--- expout 2005-10-15 11:31:39 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:39 -0600
@@ -1,4 +0,0 @@
-main() <main () at prog:11>:
-    bar() <bar () at prog:6>:
-        foo() <foo () at prog:2>
-    foo() <foo () at prog:2>
direct.at:41: exit code was 1, expected 0
2. direct.at:19: 2. direct tree (direct.at:19): FAILED (direct.at:41)

3. reverse.at:19: testing ...
reverse.at:47: cflow -r prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:39 -0600
@@ -0,0 +1 @@
+prog -- cflow can't process - file skipped
--- expout 2005-10-15 11:31:39 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:39 -0600
@@ -1,7 +0,0 @@
-bar() <bar () at prog:6>:
-    main() <main () at prog:11>
-foo() <foo () at prog:2>:
-    bar() <bar () at prog:6>:
-        main() <main () at prog:11>
-    main() <main () at prog:11>
-main() <main () at prog:11>
reverse.at:47: exit code was 1, expected 0
3. reverse.at:19: 3. reverse tree (reverse.at:19): FAILED (reverse.at:47)

4. recurse.at:19: testing ...
recurse.at:43: cflow  prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:40 -0600
@@ -0,0 +1 @@
+prog -- cflow can't process - file skipped
--- expout 2005-10-15 11:31:40 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:40 -0600
@@ -1,5 +0,0 @@
-main() <main () at prog:13>:
-    bar() <bar () at prog:7> (R):
-        bar() <bar () at prog:7> (recursive: see 2)
-        foo() <foo () at prog:2> (R):
-            bar() <bar () at prog:7> (recursive: see 2)
recurse.at:43: exit code was 1, expected 0
4. recurse.at:19: 4. recursive calls (recurse.at:19): FAILED (recurse.at:43)

5. attr.at:19: testing ...
attr.at:38: cflow -v prog
--- - 2005-10-15 11:31:41 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:40 -0600
@@ -1,2 +1,4 @@
-prog:2: expected `;' near `__attribute__'
+getopt: illegal option -- v
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift

--- expout 2005-10-15 11:31:40 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:40 -0600
@@ -1,2 +0,0 @@
-main() <main () at prog:4>:
-    foo()
attr.at:38: exit code was 1, expected 0
5. attr.at:19: 5. attribute handling (attr.at:19): FAILED (attr.at:38)

6. awrapper.at:19: testing ...
awrapper.at:36: cflow --symbol __attribute__:wrapper prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:41 -0600
@@ -0,0 +1,9 @@
+getopt: illegal option -- -
+getopt: illegal option -- s
+getopt: illegal option -- y
+getopt: illegal option -- m
+getopt: illegal option -- b
+getopt: illegal option -- o
+getopt: illegal option -- l
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- expout 2005-10-15 11:31:41 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:41 -0600
@@ -1,2 +0,0 @@
-main() <main () at prog:4>:
-    foo()
awrapper.at:36: exit code was 1, expected 0
6. awrapper.at:19: 6. attribute wrapper handling (awrapper.at:19): FAILED (awrapper.at:36)

7. pwrapper.at:19: testing ...
pwrapper.at:36: cflow --symbol PARM:wrapper prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:41 -0600
@@ -0,0 +1,9 @@
+getopt: illegal option -- -
+getopt: illegal option -- s
+getopt: illegal option -- y
+getopt: illegal option -- m
+getopt: illegal option -- b
+getopt: illegal option -- o
+getopt: illegal option -- l
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- expout 2005-10-15 11:31:41 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:41 -0600
@@ -1,2 +0,0 @@
-foo() <int foo (int x,int y) at prog:5>:
-    bar()
pwrapper.at:36: exit code was 1, expected 0
7. pwrapper.at:19: 7. parameter wrapper handling (pwrapper.at:19): FAILED (pwrapper.at:36)

8. fdecl.at:19: testing ...
fdecl.at:34: cflow -v prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:42 -0600
@@ -0,0 +1,3 @@
+getopt: illegal option -- v
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- expout 2005-10-15 11:31:42 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:42 -0600
@@ -1,2 +0,0 @@
-foo() <int foo (int x,int y) at prog:5>:
-    bar()
fdecl.at:34: exit code was 1, expected 0
8. fdecl.at:19: 8. Forward function declarations (fdecl.at:19): FAILED (fdecl.at:34)

9. include.at:19: testing ...
include.at:54: cflow -v prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:42 -0600
@@ -0,0 +1,3 @@
+getopt: illegal option -- v
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- expout 2005-10-15 11:31:42 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:42 -0600
@@ -1,2 +0,0 @@
-main() <int main () at prog:22>:
-    foo() <int foo (int y) at prog:13>:
include.at:54: exit code was 1, expected 0
9. include.at:19: 9. Included symbols (include.at:19): FAILED (include.at:54)

10. ssblock.at:19: testing ...
ssblock.at:42: cflow -v -ix prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:43 -0600
@@ -0,0 +1,4 @@
+getopt: illegal option -- v
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- expout 2005-10-15 11:31:43 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:43 -0600
@@ -1,3 +0,0 @@
-main() <int main () at prog:12>:
-    foo() <int foo () at prog:3>:
-        k <struct { ... } k[] at prog:7>
ssblock.at:42: exit code was 1, expected 0
10. ssblock.at:19: 10. Static struct in block scope (ssblock.at:19): FAILED (ssblock.at:42)

11. funcarg.at:19: testing ...
funcarg.at:30: cflow -v --main=foo prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:43 -0600
@@ -0,0 +1,7 @@
+getopt: illegal option -- v
+getopt: illegal option -- -
+getopt: illegal option -- m
+getopt: illegal option -- a
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- expout 2005-10-15 11:31:43 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:43 -0600
@@ -1 +0,0 @@
-foo() <int foo (int bar ()) at prog:3>
funcarg.at:30: exit code was 1, expected 0
11. funcarg.at:19: 11. Functional arguments (funcarg.at:19): FAILED (funcarg.at:30)

12. parm.at:19: testing ...
parm.at:37: cflow -ix -v prog
--- /dev/null 2005-10-15 11:31:38 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stderr 2005-10-15 11:31:45 -0600
@@ -0,0 +1,4 @@
+getopt: illegal option -- v
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: goto: not found
+/usr/ccs/bin/cflow: cannot shift
--- expout 2005-10-15 11:31:44 -0600
+++ /local/build/cflow-1.0/tests/testsuite.dir/at-stdout 2005-10-15 11:31:44 -0600
@@ -1,2 +0,0 @@
-main() <int main () at prog:8>:
-    bar <int bar at prog:2>
parm.at:37: exit code was 1, expected 0
12. parm.at:19: 12. Function parameter handling (parm.at:19): FAILED (parm.at:37)


## -------------- ##
## ..//config.log ##
## -------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
|
| It was created by GNU cflow configure 1.0, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
|
|   $ ./configure
|
| ## --------- ##
| ## Platform. ##
| ## --------- ##
|
| hostname = mosso.math.utah.edu
| uname -m = alpha
| uname -r = V4.0
| uname -s = OSF1
| uname -v = 1229
|
| /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: /usr/local/bin
| PATH: /u/sy/beebe/bin/alpha
| PATH: /usr/local/share/bin
| PATH: /usr/local/bin/X11
| PATH: /usr/local/mpi/bin
| PATH: /usr/local/pbmplus
| PATH: /usr/bin/X11
| PATH: /usr/dt/bin
| PATH: /usr/local/plot79
| PATH: /usr/ccs/bin
| PATH: /usr/ucb
| PATH: /usr/sbin
| PATH: /usr/bin
| PATH: /bin
| PATH: /sbin
| PATH: /usr/local/etc
| PATH: /etc
| PATH: .
| PATH: /usr/local/pvm3/lib
| PATH: /u/sy/beebe/tex/bib
| PATH: /usr/lbin
| PATH: /usr/local/ora/bin
|
|
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
|
| configure:1387: checking for a BSD-compatible install
| configure:1442: result: /usr/local/bin/install -c
| configure:1453: checking whether build environment is sane
| configure:1496: result: yes
| configure:1561: checking for gawk
| configure:1577: found /usr/local/bin/gawk
| configure:1587: result: gawk
| configure:1597: checking whether make sets $(MAKE)
| configure:1617: result: yes
| configure:1805: checking for style of include used by make
| configure:1833: result: GNU
| configure:1904: checking for gcc
| configure:1930: result: cc
| configure:2174: checking for C compiler version
| configure:2177: cc --version </dev/null >&5
| cc: Error: no source, object or ucode file specified
| configure:2180: $? = 2
| configure:2182: cc -v </dev/null >&5
|
|
| cc: Error: no source, object or ucode file specified
| configure:2185: $? = 2
| configure:2187: cc -V </dev/null >&5
| DEC C V5.9-005 on Digital UNIX V4.0 (Rev. 1229)
| /usr/lib/cmplrs/cc/ld:
| $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
| $RCSfile: ld.c,v $ $Revision: 4.3.122.3 $ (DEC) $Date: 1998/10/20 14:08:22 $
| $RCSfile: doup.c,v $ $Revision: 1.1.3.2 $ (DEC) $Date: 1994/10/20 14:19:31 $
| $RCSfile: pass1.c,v $ $Revision: 4.3.61.2 $ (DEC) $Date: 1998/04/23 20:24:25 $
| $RCSfile: obj_file.c,v $ $Revision: 4.2.38.3 $ (DEC) $Date: 1997/05/06 13:00:05 $
| $RCSfile: file_tbl.c,v $ $Revision: 4.2.40.2 $ (DEC) $Date: 1997/03/17 15:02:07 $
| $RCSfile: fdmap.c,v $ $Revision: 4.2.20.2 $ (DEC) $Date: 1997/03/17 15:02:01 $
| $RCSfile: ext_tbl.c,v $ $Revision: 4.2.80.3 $ (DEC) $Date: 1997/03/17 15:01:44 $
| $RCSfile: extmap.c,v $ $Revision: 4.2.30.2 $ (DEC) $Date: 1997/03/17 15:01:54 $
| $RCSfile: read.c,v $ $Revision: 4.2.71.2 $ (DEC) $Date: 1998/10/20 20:36:51 $
| $RCSfile: read_malloc.c,v $ $Revision: 1.1.44.4 $ (DEC) $Date: 1997/09/30 18:53:01 $
| $RCSfile: layout.c,v $ $Revision: 4.2.121.2 $ (DEC) $Date: 1998/03/20 14:05:43 $
| $RCSfile: relocsym.c,v $ $Revision: 4.2.20.2 $ (DEC) $Date: 1997/02/26 20:47:45 $
| $RCSfile: write.c,v $ $Revision: 4.3.58.2 $ (DEC) $Date: 1997/03/17 15:03:54 $
| $RCSfile: pass2.c,v $ $Revision: 4.3.90.3 $ (DEC) $Date: 1997/03/17 15:03:09 $
| $RCSfile: extlink.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/08/05 17:55:56 $
| $RCSfile: tracesym.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/08/05 17:59:20 $
| $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.96.2 $ (DEC) $Date: 1998/10/02 18:26:34 $
| $RCSfile: mipscoff.c,v $ $Revision: 4.3.66.2 $ (DEC) $Date: 1998/03/20 14:06:12 $
| $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.6.2 $ (DEC) $Date: 1994/08/05 17:55:23 $
| $RCSfile: dsomain.c,v $ $Revision: 4.2.16.3 $ (DEC) $Date: 1994/09/02 16:10:46 $
| $RCSfile: literal.c,v $ $Revision: 4.2.19.2 $ (DEC) $Date: 1995/08/31 18:10:41 $
| $RCSfile: elfhash.c,v $ $Revision: 4.1.27.2 $ (DEC) $Date: 1997/03/17 15:01:37 $
| $RCSfile: register.c,v $ $Revision: 4.2.22.5 $ (DEC) $Date: 1995/05/23 18:46:26 $
| $RCSfile: elf.c,v $ $Revision: 4.3.51.4 $ (DEC) $Date: 1997/05/06 13:00:03 $
| $RCSfile: uldgnum.c,v $ $Revision: 1.1.13.2 $ (DEC) $Date: 1994/10/20 16:22:50 $
| $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.29.3 $ (DEC) $Date: 1997/09/23 18:58:00 $
| $RCSfile: relocate.c,v $ $Revision: 1.1.85.2 $ (DEC) $Date: 1998/03/20 14:06:18 $
| $RCSfile: mgot.c,v $ $Revision: 1.1.50.2 $ (DEC) $Date: 1997/03/17 15:02:49 $
| $RCSfile: gprof.c,v $ $Revision: 1.1.26.2 $ (DEC) $Date: 1998/03/20 14:05:34 $
| $RCSfile: trampoline.c,v $ $Revision: 1.1.23.3 $ (DEC) $Date: 1997/06/20 18:46:07 $
| $RCSfile: gpinfo.c,v $ $Revision: 1.1.13.2 $ (DEC) $Date: 1997/03/17 15:02:12 $
| $RCSfile: stats.c,v $ $Revision: 1.1.10.2 $ (DEC) $Date: 1997/03/17 15:03:44 $
| $RCSfile: obj.c,v $ $Revision: 4.3.50.2 $ (DEC) $Date: 1998/04/28 15:11:09 $
| $RCSfile: wh1.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1998/04/28 15:11:52 $
| $RCSfile: cmrlc_produce.c,v $ $Revision: 1.1.19.3 $ (DEC) $Date: 1998/06/18 20:54:23 $
| $RCSfile: cmrlc_basic.c,v $ $Revision: 1.1.11.3 $ (DEC) $Date: 1998/06/18 20:54:13 $
| $RCSfile: lderr.c,v $ $Revision: 1.1.6.2 $ (DEC) $Date: 1998/04/28 15:10:40 $
| $RCSfile: decompresswh1.alpha.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1994/11/15 16:30:26 $
| $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.11.3 $ (DEC) $Date: 1998/06/18 20:54:17 $
| $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: exit.c,v $ $Revision: 4.2.13.8 $ (DEC) $Date: 1996/04/22 20:54:54 $
| $RCSfile: signal.c,v $ $Revision: 4.3.9.2 $ (DEC) $Date: 1995/09/12 17:44:41 $
| $RCSfile: flsbuf.c,v $ $Revision: 4.2.17.2 $ (DEC) $Date: 1996/10/07 18:02:48 $
| $RCSfile: fopen.c,v $ $Revision: 4.2.19.2 $ (DEC) $Date: 1998/09/30 18:42:37 $
| $RCSfile: fprintf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:13 $
| $RCSfile: scanf.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:45:13 $
| $RCSfile: printf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:26:18 $
| $RCSfile: sprintf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/12/14 23:46:41 $
| $RCSfile: fgets.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/23 20:11:27 $
| $RCSfile: NLSsetup.c,v $ $Revision: 1.1.13.7 $ (DEC) $Date: 1996/01/15 23:46:55 $
| $RCSfile: atoi.c,v $ $Revision: 4.2.14.2 $ (DEC) $Date: 1998/09/11 18:46:43 $
| $RCSfile: atol.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1998/09/11 18:46:45 $
| $RCSfile: malloc.c,v $ $Revision: 4.2.67.4 $ (DEC) $Date: 1999/02/05 20:52:35 $
| $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.9.2 $ (DEC) $Date: 1994/11/23 19:19:49 $
| $RCSfile: calloc.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 21:09:32 $
| $RCSfile: strncpy.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:58 $
| $RCSfile: abort.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:38:42 $
| $RCSfile: vfprintf.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:15:00 $
| $RCSfile: sysconf.c,v $ $Revision: 4.3.29.2 $ (DEC) $Date: 1998/05/08 16:01:05 $
| $RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30 $
| $RCSfile: filbuf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/06/12 20:39:59 $
| $RCSfile: isspace.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/05/31 18:13:48 $
| $RCSfile: time.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:12:12 $
| $RCSfile: strncat.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1996/02/16 21:06:27 $
| $RCSfile: Ustrtok.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1994/11/23 19:18:34 $
| $RCSfile: strtok.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:49:33 $
| $RCSfile: strtol.c,v $ $Revision: 4.3.13.2 $ (DEC) $Date: 1994/08/03 14:33:56 $
| $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: cfork.c,v $ $Revision: 1.1.3.7 $ (DEC) $Date: 1996/01/24 16:16:02 $
| $RCSfile: brks.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/30 19:21:18 $
| $RCSfile: nano_timers.c,v $ $Revision: 4.3.14.3 $ (DEC) $Date: 1995/06/12 20:42:02 $
| $RCSfile: assert.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 21:09:04 $
| $RCSfile: mktemp.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1995/08/29 17:56:51 $
| $RCSfile: fread.c,v $ $Revision: 4.3.12.3 $ (DEC) $Date: 1995/07/28 14:53:14 $
| $RCSfile: strdup.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:24:39 $
| $RCSfile: strcasecmp.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1994/11/10 14:57:27 $
| $RCSfile: a64l.c,v $ $Revision: 4.2.9.6 $ (DEC) $Date: 1995/06/28 16:00:16 $
| $RCSfile: fwrite.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
| $RCSfile: fdopen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 22:09:55 $
| $RCSfile: sigops.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:47:12 $
| $RCSfile: tis.c,v $ $Revision: 1.1.21.7 $ (DEC) $Date: 1999/02/11 21:04:35 $
| $RCSfile: init_libc.c,v $ $Revision: 1.1.34.6 $ (DEC) $Date: 1999/02/02 16:40:42 $
| $RCSfile: ldr_atexit.c,v $ $Revision: 4.2.20.2 $ (DEC) $Date: 1998/06/16 19:56:41 $
| $RCSfile: sigaction.s,v $ $Revision: 1.2.27.2 $ (DEC) $Date: 1998/10/02 21:42:19 $
| $RCSfile: write_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:37 $
| $RCSfile: close_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:32 $
| $RCSfile: isatty.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:44:10 $
| $RCSfile: tis_pthread.c,v $ $Revision: 1.1.10.3 $ (DEC) $Date: 1999/01/13 20:21:55 $
| $RCSfile: open_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:33 $
| $RCSfile: findiop.c,v $ $Revision: 4.2.18.2 $ (DEC) $Date: 1998/09/30 18:42:35 $
| $RCSfile: doprnt.c,v $ $Revision: 4.2.63.3 $ (DEC) $Date: 1999/02/24 20:33:30 $
| $RCSfile: doscan.c,v $ $Revision: 4.3.36.2 $ (DEC) $Date: 1998/05/26 14:59:03 $
| $RCSfile: ecvt.c,v $ $Revision: 4.2.21.2 $ (DEC) $Date: 1996/06/28 16:44:57 $
| $RCSfile: errno.c,v $ $Revision: 1.1.8.4 $ (DEC) $Date: 1994/04/05 22:09:26 $
| $RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08 19:08:30 $
| $RCSfile: mallocdata2.c,v $ $Revision: 1.1.3.2 $ (DEC) $Date: 1998/12/03 19:49:16 $
| $RCSfile: mallocdata3.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1999/02/05 20:52:37 $
| $RCSfile: waitpid.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/10/30 21:48:36 $
| $RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45 $
| $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.7.2 $ (DEC) $Date: 1997/09/23 14:15:35 $
| $RCSfile: iswctype.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1994/11/23 19:21:20 $
| $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: atfork.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/25 20:52:45 $
| $RCSfile: catopen.c,v $ $Revision: 4.3.24.2 $ (DEC) $Date: 1998/10/19 18:56:10 $
| $RCSfile: catgets.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1998/10/19 18:56:04 $
| $RCSfile: rec_mutex.c,v $ $Revision: 1.1.8.2 $ (DEC) $Date: 1997/06/24 19:15:05 $
| $RCSfile: fcntl_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/10/30 21:48:23 $
| $RCSfile: sleep.c,v $ $Revision: 4.2.9.5 $ (DEC) $Date: 1995/10/31 15:54:41 $
| $RCSfile: schyield.s,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/09/27 17:08:25 $
| $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.15.2 $ (DEC) $Date: 1997/10/13 21:06:11 $
| $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.4.2 $ (DEC) $Date: 1998/09/29 18:14:34 $
| $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.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
| $RCSfile: __getmbcurmax.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1994/04/05 16:51:10 $
| $RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:15:14 $
| $RCSfile: wctomb.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1997/07/15 17:35:42 $
| $RCSfile: localeconv.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:14:20 $
| $RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09 18:40:34 $
| $RCSfile: mblen.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1998/10/30 18:59:39 $
| $RCSfile: mbtowc.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/02/09 15:37:35 $
| $RCSfile: strtod.c,v $ $Revision: 4.2.15.3 $ (DEC) $Date: 1994/08/16 20:01:29 $
| $RCSfile: strtoul.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1994/08/03 14:34:11 $
| $RCSfile: strstr.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:49:20 $
| $RCSfile: ungetwc.c,v $ $Revision: 4.2.12.3 $ (DEC) $Date: 1995/05/04 20:48:07 $
| $RCSfile: setlocale.c,v $ $Revision: 4.4.18.4 $ (DEC) $Date: 1995/04/27 20:15:29 $
| $RCSfile: getenv.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:40:24 $
| $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.9.2 $ (DEC) $Date: 1995/09/25 21:03:53 $
| $RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05 21:09:30 $
| $RCSfile: __mbtopc.c,v $ $Revision: 1.1.7.4 $ (DEC) $Date: 1994/05/31 18:12:22 $
| $RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10 14:56:05 $
| $RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.2.6 $ (DEC) $Date: 1995/06/12 20:38:38 $
| $RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/06/12 20:38:40 $
| $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 $
| $RCSfile: alpha_unwind.c,v $ $Revision: 1.1.26.3 $ (DEC) $Date: 1998/10/02 21:42:16 $
| $RCSfile: ldr_load.c,v $ $Revision: 1.1.3.5 $ (DEC) $Date: 1995/04/28 14:20:17 $
| $RCSfile: tzset.c,v $ $Revision: 1.1.24.2 $ (DEC) $Date: 1997/08/04 17:11:53 $
| $RCSfile: perror.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:25:26 $
| $RCSfile: fputs.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:33 $
| habitat_id = realtime_12:1991
| $RCSfile: allocator.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1992/12/03 19:08:59 $
| $RCSfile: nmach_user.c,v $ $Revision: 4.2.2.2 $ (DEC) $Date: 1993/01/15 18:03:56 $
| $RCSfile: mach_error.c,v $ $Revision: 4.2 $ (DEC) $Date: 1991/09/20 04:10:59 $
| $RCSfile: msg.c,v $ $Revision: 4.2.2.2 $ (DEC) $Date: 93/03/02 16:10:03 $
| $RCSfile: mig_support.c,v $ $Revision: 4.2 $ (DEC) $Date: 1991/09/20 04:11:14 $
| $RCSfile: mach_init.c,v $ $Revision: 4.2.6.2 $ (DEC) $Date: 1995/07/11 20:50:08 $
| /usr/lib/cmplrs/cc/ftoc:
| $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
| $RCSfile: exit.c,v $ $Revision: 4.2.13.8 $ (DEC) $Date: 1996/04/22 20:54:54 $
| $RCSfile: fread.c,v $ $Revision: 4.3.12.3 $ (DEC) $Date: 1995/07/28 14:53:14 $
| $RCSfile: flsbuf.c,v $ $Revision: 4.2.17.2 $ (DEC) $Date: 1996/10/07 18:02:48 $
| $RCSfile: fopen.c,v $ $Revision: 4.2.19.2 $ (DEC) $Date: 1998/09/30 18:42:37 $
| $RCSfile: fprintf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:13 $
| $RCSfile: printf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:26:18 $
| $RCSfile: perror.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:25:26 $
| $RCSfile: qsort.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:23:30 $
| $RCSfile: malloc.c,v $ $Revision: 4.2.67.4 $ (DEC) $Date: 1999/02/05 20:52:35 $
| $RCSfile: sigops.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:47:12 $
| $RCSfile: tis.c,v $ $Revision: 1.1.21.7 $ (DEC) $Date: 1999/02/11 21:04:35 $
| $RCSfile: init_libc.c,v $ $Revision: 1.1.34.6 $ (DEC) $Date: 1999/02/02 16:40:42 $
| $RCSfile: ldr_atexit.c,v $ $Revision: 4.2.20.2 $ (DEC) $Date: 1998/06/16 19:56:41 $
| $RCSfile: filbuf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/06/12 20:39:59 $
| $RCSfile: tis_pthread.c,v $ $Revision: 1.1.10.3 $ (DEC) $Date: 1999/01/13 20:21:55 $
| $RCSfile: write_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:37 $
| $RCSfile: close_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:32 $
| $RCSfile: isatty.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:44:10 $
| $RCSfile: open_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:33 $
| $RCSfile: findiop.c,v $ $Revision: 4.2.18.2 $ (DEC) $Date: 1998/09/30 18:42:35 $
| $RCSfile: doprnt.c,v $ $Revision: 4.2.63.3 $ (DEC) $Date: 1999/02/24 20:33:30 $
| $RCSfile: errlst.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 19:19:49 $
| $RCSfile: catopen.c,v $ $Revision: 4.3.24.2 $ (DEC) $Date: 1998/10/19 18:56:10 $
| $RCSfile: catgets.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1998/10/19 18:56:04 $
| $RCSfile: sprintf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/12/14 23:46:41 $
| $RCSfile: abort.c,v $ $Revision: 4.2.11.3 $ (DEC) $Date: 1995/06/12 20:38:42 $
| $RCSfile: brks.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/30 19:21:18 $
| $RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08 19:08:30 $
| $RCSfile: mallocdata2.c,v $ $Revision: 1.1.3.2 $ (DEC) $Date: 1998/12/03 19:49:16 $
| $RCSfile: mallocdata3.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1999/02/05 20:52:37 $
| $RCSfile: sleep.c,v $ $Revision: 4.2.9.5 $ (DEC) $Date: 1995/10/31 15:54:41 $
| $RCSfile: schyield.s,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/09/27 17:08:25 $
| $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.15.2 $ (DEC) $Date: 1997/10/13 21:06:11 $
| $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.7.2 $ (DEC) $Date: 1997/09/23 14:15:35 $
| $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.4.2 $ (DEC) $Date: 1998/09/29 18:14:34 $
| $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.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
| $RCSfile: __getmbcurmax.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1994/04/05 16:51:10 $
| $RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:15:14 $
| $RCSfile: wctomb.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1997/07/15 17:35:42 $
| $RCSfile: ecvt.c,v $ $Revision: 4.2.21.2 $ (DEC) $Date: 1996/06/28 16:44:57 $
| $RCSfile: localeconv.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:14:20 $
| $RCSfile: NLSsetup.c,v $ $Revision: 1.1.13.7 $ (DEC) $Date: 1996/01/15 23:46:55 $
| $RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09 18:40:34 $
| $RCSfile: setlocale.c,v $ $Revision: 4.4.18.4 $ (DEC) $Date: 1995/04/27 20:15:29 $
| $RCSfile: getenv.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:40:24 $
| $RCSfile: errno.c,v $ $Revision: 1.1.8.4 $ (DEC) $Date: 1994/04/05 22:09:26 $
| $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.9.2 $ (DEC) $Date: 1995/09/25 21:03:53 $
| $RCSfile: isspace.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/05/31 18:13:48 $
| $RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05 21:09:30 $
| $RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45 $
| $RCSfile: sigaction.s,v $ $Revision: 1.2.27.2 $ (DEC) $Date: 1998/10/02 21:42:19 $
| $RCSfile: time.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:12:12 $
| $RCSfile: strncpy.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:58 $
| $RCSfile: strncat.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1996/02/16 21:06:27 $
| $RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10 14:56:05 $
| $RCSfile: iswctype.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1994/11/23 19:21:20 $
| $RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.2.6 $ (DEC) $Date: 1995/06/12 20:38:38 $
| $RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/06/12 20:38:40 $
| $RCSfile: ldr_load.c,v $ $Revision: 1.1.3.5 $ (DEC) $Date: 1995/04/28 14:20:17 $
| $RCSfile: tzset.c,v $ $Revision: 1.1.24.2 $ (DEC) $Date: 1997/08/04 17:11:53 $
| $RCSfile: assert.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 21:09:04 $
| /usr/lib/cmplrs/cc/cord:
| $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
| $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.19.3 $ (DEC) $Date: 1998/06/18 20:54:23 $
| $RCSfile: cmrlc_basic.c,v $ $Revision: 1.1.11.3 $ (DEC) $Date: 1998/06/18 20:54:13 $
| $RCSfile: cmrlc_consume.c,v $ $Revision: 1.1.16.3 $ (DEC) $Date: 1998/06/18 20:54:14 $
| $RCSfile: lderr.c,v $ $Revision: 1.1.6.2 $ (DEC) $Date: 1998/04/28 15:10:40 $
| $RCSfile: obj.c,v $ $Revision: 4.3.50.2 $ (DEC) $Date: 1998/04/28 15:11:09 $
| $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.11.3 $ (DEC) $Date: 1998/06/18 20:54:17 $
| $RCSfile: scncomment.c,v $ $Revision: 4.1.12.2 $ (DEC) $Date: 1994/05/04 20:03:47 $
| $RCSfile: wh1.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1998/04/28 15:11:52 $
| $RCSfile: decompresswh1.alpha.s,v $ $Revision: 1.1.2.3 $ (DEC) $Date: 1994/11/15 16:30:26 $
| $RCSfile: exit.c,v $ $Revision: 4.2.13.8 $ (DEC) $Date: 1996/04/22 20:54:54 $
| $RCSfile: assert.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1994/04/05 21:09:04 $
| $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.12.3 $ (DEC) $Date: 1995/07/28 14:53:14 $
| $RCSfile: fwrite.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
| $RCSfile: flsbuf.c,v $ $Revision: 4.2.17.2 $ (DEC) $Date: 1996/10/07 18:02:48 $
| $RCSfile: fopen.c,v $ $Revision: 4.2.19.2 $ (DEC) $Date: 1998/09/30 18:42:37 $
| $RCSfile: fprintf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:28:13 $
| $RCSfile: printf.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/05 15:26:18 $
| $RCSfile: sprintf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/12/14 23:46:41 $
| $RCSfile: vfprintf.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:15:00 $
| $RCSfile: fgets.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/11/23 20:11:27 $
| $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.9.3 $ (DEC) $Date: 1994/04/05 22:09:55 $
| $RCSfile: atoi.c,v $ $Revision: 4.2.14.2 $ (DEC) $Date: 1998/09/11 18:46:43 $
| $RCSfile: malloc.c,v $ $Revision: 4.2.67.4 $ (DEC) $Date: 1999/02/05 20:52:35 $
| $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.11.3 $ (DEC) $Date: 1995/06/12 20:38:42 $
| $RCSfile: time.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 16:12:12 $
| $RCSfile: atol.c,v $ $Revision: 4.2.15.2 $ (DEC) $Date: 1998/09/11 18:46:45 $
| $RCSfile: strcspn.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:25 $
| $RCSfile: strncpy.c,v $ $Revision: 4.2.7.2 $ (DEC) $Date: 1994/04/05 15:48:58 $
| $RCSfile: a64l.c,v $ $Revision: 4.2.9.6 $ (DEC) $Date: 1995/06/28 16:00:16 $
| $RCSfile: signal.c,v $ $Revision: 4.3.9.2 $ (DEC) $Date: 1995/09/12 17:44:41 $
| $RCSfile: mktemp.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1995/08/29 17:56:51 $
| $RCSfile: brks.c,v $ $Revision: 1.1.2.4 $ (DEC) $Date: 1995/08/30 19:21:18 $
| $RCSfile: NLSsetup.c,v $ $Revision: 1.1.13.7 $ (DEC) $Date: 1996/01/15 23:46:55 $
| $RCSfile: strcasecmp.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1994/11/10 14:57:27 $
| $RCSfile: sigops.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1994/04/05 15:47:12 $
| $RCSfile: tis.c,v $ $Revision: 1.1.21.7 $ (DEC) $Date: 1999/02/11 21:04:35 $
| $RCSfile: init_libc.c,v $ $Revision: 1.1.34.6 $ (DEC) $Date: 1999/02/02 16:40:42 $
| $RCSfile: ldr_atexit.c,v $ $Revision: 4.2.20.2 $ (DEC) $Date: 1998/06/16 19:56:41 $
| $RCSfile: catopen.c,v $ $Revision: 4.3.24.2 $ (DEC) $Date: 1998/10/19 18:56:10 $
| $RCSfile: catgets.c,v $ $Revision: 4.2.12.2 $ (DEC) $Date: 1998/10/19 18:56:04 $
| $RCSfile: write_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:37 $
| $RCSfile: filbuf.c,v $ $Revision: 4.2.13.3 $ (DEC) $Date: 1995/06/12 20:39:59 $
| $RCSfile: tis_pthread.c,v $ $Revision: 1.1.10.3 $ (DEC) $Date: 1999/01/13 20:21:55 $
| $RCSfile: close_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:32 $
| $RCSfile: isatty.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1994/04/04 21:44:10 $
| $RCSfile: open_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:33 $
| $RCSfile: findiop.c,v $ $Revision: 4.2.18.2 $ (DEC) $Date: 1998/09/30 18:42:35 $
| $RCSfile: doprnt.c,v $ $Revision: 4.2.63.3 $ (DEC) $Date: 1999/02/24 20:33:30 $
| $RCSfile: ecvt.c,v $ $Revision: 4.2.21.2 $ (DEC) $Date: 1996/06/28 16:44:57 $
| $RCSfile: errno.c,v $ $Revision: 1.1.8.4 $ (DEC) $Date: 1994/04/05 22:09:26 $
| $RCSfile: fcntl_nc.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/10/30 21:48:23 $
| $RCSfile: mallocdata.c,v $ $Revision: 1.1.4.4 $ (DEC) $Date: 1996/02/08 19:08:30 $
| $RCSfile: mallocdata2.c,v $ $Revision: 1.1.3.2 $ (DEC) $Date: 1998/12/03 19:49:16 $
| $RCSfile: mallocdata3.c,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1999/02/05 20:52:37 $
| $RCSfile: raise.c,v $ $Revision: 4.2.9.2 $ (DEC) $Date: 1995/10/27 19:40:45 $
| $RCSfile: sigaction.s,v $ $Revision: 1.2.27.2 $ (DEC) $Date: 1998/10/02 21:42:19 $
| $RCSfile: rec_mutex.c,v $ $Revision: 1.1.8.2 $ (DEC) $Date: 1997/06/24 19:15:05 $
| $RCSfile: sleep.c,v $ $Revision: 4.2.9.5 $ (DEC) $Date: 1995/10/31 15:54:41 $
| $RCSfile: schyield.s,v $ $Revision: 1.1.2.2 $ (DEC) $Date: 1995/09/27 17:08:25 $
| $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.15.2 $ (DEC) $Date: 1997/10/13 21:06:11 $
| $RCSfile: ldr_status.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/04/05 15:05:50 $
| $RCSfile: setlocale.c,v $ $Revision: 4.4.18.4 $ (DEC) $Date: 1995/04/27 20:15:29 $
| $RCSfile: getenv.c,v $ $Revision: 4.2.11.4 $ (DEC) $Date: 1995/06/12 20:40:24 $
| $RCSfile: read_nc.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1997/09/23 14:15:35 $
| $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.9.2 $ (DEC) $Date: 1995/09/25 21:03:53 $
| $RCSfile: isspace.c,v $ $Revision: 4.2.8.3 $ (DEC) $Date: 1994/05/31 18:13:48 $
| $RCSfile: bsearch.c,v $ $Revision: 4.2.6.3 $ (DEC) $Date: 1994/04/05 21:09:30 $
| $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.4.2 $ (DEC) $Date: 1998/09/29 18:14:34 $
| $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.9.2 $ (DEC) $Date: 1994/11/23 20:11:38 $
| $RCSfile: __getmbcurmax.c,v $ $Revision: 1.1.7.2 $ (DEC) $Date: 1994/04/05 16:51:10 $
| $RCSfile: wcstombs.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:15:14 $
| $RCSfile: wctomb.c,v $ $Revision: 4.2.11.2 $ (DEC) $Date: 1997/07/15 17:35:42 $
| $RCSfile: localeconv.c,v $ $Revision: 4.2.7.3 $ (DEC) $Date: 1994/05/31 18:14:20 $
| $RCSfile: wcslen.c,v $ $Revision: 4.2.9.3 $ (DEC) $Date: 1995/03/09 18:40:34 $
| $RCSfile: strncat.c,v $ $Revision: 4.2.10.2 $ (DEC) $Date: 1996/02/16 21:06:27 $
| $RCSfile: __lc_load.c,v $ $Revision: 1.1.9.2 $ (DEC) $Date: 1994/11/10 14:56:05 $
| $RCSfile: iswctype.c,v $ $Revision: 1.1.12.2 $ (DEC) $Date: 1994/11/23 19:21:20 $
| $RCSfile: __lc_dlopen.c,v $ $Revision: 1.1.2.6 $ (DEC) $Date: 1995/06/12 20:38:38 $
| $RCSfile: __lc_dlsym.c,v $ $Revision: 1.1.2.5 $ (DEC) $Date: 1995/06/12 20:38:40 $
| $RCSfile: ldr_load.c,v $ $Revision: 1.1.3.5 $ (DEC) $Date: 1995/04/28 14:20:17 $
| $RCSfile: tzset.c,v $ $Revision: 1.1.24.2 $ (DEC) $Date: 1997/08/04 17:11:53 $
| ldtbread.c: 1.1 1/7/82
| /usr/lib/cmplrs/cc/crt0.o:
| $RCSfile: crt0.s,v $ $Revision: 1.1.21.11 $ (DEC) $Date: 1995/09/06 19:54:27 $
| cc  (cc)
| Digital UNIX Compiler Driver 3.11
| configure:2190: $? = 0
| configure:2213: checking for C compiler default output file name
| configure:2216: cc -ieee -I/usr/local/include  -Wl,-rpath,/usr/local/lib -Wl,-oldstyle_liblookup -L/usr/local/lib conftest.c  >&5
| configure:2219: $? = 0
| configure:2265: result: a.out
| configure:2270: checking whether the C compiler works
| configure:2276: ./a.out
| configure:2279: $? = 0
| configure:2296: result: yes
| configure:2303: checking whether we are cross compiling
| configure:2305: result: no
| configure:2308: checking for suffix of executables
| configure:2310: cc -o conftest -ieee -I/usr/local/include  -Wl,-rpath,/usr/local/lib -Wl,-oldstyle_liblookup -L/usr/local/lib conftest.c  >&5
| configure:2313: $? = 0
| configure:2338: result:
| configure:2344: checking for suffix of object files
| configure:2365: cc -c -ieee -I/usr/local/include  conftest.c >&5
| configure:2368: $? = 0
| configure:2390: result: o
| configure:2394: checking whether we are using the GNU C compiler
| configure:2418: cc -c -ieee -I/usr/local/include  conftest.c >&5
| cc: Error: conftest.c, line 17: In this declaration, "choke" must specify a type. (badparsedecl)
|        choke me
| -------^
| configure:2424: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "GNU cflow"
| | #define PACKAGE_TARNAME "cflow"
| | #define PACKAGE_VERSION "1.0"
| | #define PACKAGE_STRING "GNU cflow 1.0"
| | #define PACKAGE_BUGREPORT "bug-cflow@..."
| | #define PACKAGE "cflow"
| | #define VERSION "1.0"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| |
| | int
| | main ()
| | {
| | #ifndef __GNUC__
| |        choke me
| | #endif
| |
| |   ;
| |   return 0;
| | }
| configure:2450: result: no
| configure:2456: checking whether cc accepts -g
| configure:2477: cc -c -g  conftest.c >&5
| configure:2483: $? = 0
| configure:2487: test -z
| || test ! -s conftest.err
| configure:2490: $? = 0
| configure:2493: test -s conftest.o
| configure:2496: $? = 0
| configure:2507: result: yes
| configure:2524: checking for cc option to accept ANSI C
| configure:2594: cc  -c -ieee -I/usr/local/include  conftest.c >&5
| cc: Error: conftest.c, line 42: In the declaration of "osf4_cc_array", the array bound "'\x00'==0?1:-1" is not a positive integer. (notposint)
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| ----^
| configure:2600: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "GNU cflow"
| | #define PACKAGE_TARNAME "cflow"
| | #define PACKAGE_VERSION "1.0"
| | #define PACKAGE_STRING "GNU cflow 1.0"
| | #define PACKAGE_BUGREPORT "bug-cflow@..."
| | #define PACKAGE "cflow"
| | #define VERSION "1.0"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <stdarg.h>
| | #include <stdio.h>
| | #include <sys/types.h>
| | #include <sys/stat.h>
| | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| | struct buf { int x; };
| | FILE * (*rcsopen) (struct buf *, struct stat *, int);
| | static char *e (p, i)
| |      char **p;
| |      int i;
| | {
| |   return p[i];
| | }
| | static char *f (char * (*g) (char **, int), char **p, ...)
| | {
| |   char *s;
| |   va_list v;
| |   va_start (v,p);
| |   s = g (p, va_arg (v,int));
| |   va_end (v);
| |   return s;
| | }
| |
| | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
| |    function prototypes and stuff, but not '\xHH' hex character constants.
| |    These don't provoke an error unfortunately, instead are silently treated
| |    as 'x'.  The following induces an error, until -std1 is added to get
| |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
| |    array size at least.  It's necessary to write '\x00'==0 to get something
| |    that's true only with -std1.  */
| | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| |
| | int test (int i, double x);
| | struct s1 {int (*f) (int a);};
| | struct s2 {int (*f) (double a);};
| | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| | int argc;
| | char **argv;
| | int
| | main ()
| | {
| | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
| |   ;
| |   return 0;
| | }
| configure:2594: cc -qlanglvl=ansi -c -ieee -I/usr/local/include  conftest.c >&5
| cc: Error: conftest.c, line 42: In the declaration of "osf4_cc_array", the array bound "'\x00'==0?1:-1" is not a positive integer. (notposint)
| int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| ----^
| configure:2600: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "GNU cflow"
| | #define PACKAGE_TARNAME "cflow"
| | #define PACKAGE_VERSION "1.0"
| | #define PACKAGE_STRING "GNU cflow 1.0"
| | #define PACKAGE_BUGREPORT "bug-cflow@..."
| | #define PACKAGE "cflow"
| | #define VERSION "1.0"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <stdarg.h>
| | #include <stdio.h>
| | #include <sys/types.h>
| | #include <sys/stat.h>
| | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
| | struct buf { int x; };
| | FILE * (*rcsopen) (struct buf *, struct stat *, int);
| | static char *e (p, i)
| |      char **p;
| |      int i;
| | {
| |   return p[i];
| | }
| | static char *f (char * (*g) (char **, int), char **p, ...)
| | {
| |   char *s;
| |   va_list v;
| |   va_start (v,p);
| |   s = g (p, va_arg (v,int));
| |   va_end (v);
| |   return s;
| | }
| |
| | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
| |    function prototypes and stuff, but not '\xHH' hex character constants.
| |    These don't provoke an error unfortunately, instead are silently treated
| |    as 'x'.  The following induces an error, until -std1 is added to get
| |    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
| |    array size at least.  It's necessary to write '\x00'==0 to get something
| |    that's true only with -std1.  */
| | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
| |
| | int test (int i, double x);
| | struct s1 {int (*f) (int a);};
| | struct s2 {int (*f) (double a);};
| | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
| | int argc;
| | char **argv;
| | int
| | main ()
| | {
| | return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
| |   ;
| |   return 0;
| | }
| configure:2594: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:2600: $? = 0
| configure:2604: test -z
| || test ! -s conftest.err
| configure:2607: $? = 0
| configure:2610: test -s conftest.o
| configure:2613: $? = 0
| configure:2634: result: -std1
| configure:2649: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| cc: Error: conftest.c, line 2: Missing ";". (nosemi)
|   choke me
| --------^
| configure:2655: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:2790: checking dependency style of cc -std1
| configure:2880: result: tru64
| configure:2903: checking how to run the C preprocessor
| configure:2938: cc -std1 -E  conftest.c
| configure:2944: $? = 0
| configure:2976: cc -std1 -E  conftest.c
| cc: Error: conftest.c, line 12: Cannot find file <ac_nonexistent.h> specified in #include directive. (noinclfile)
| #include <ac_nonexistent.h>
| -^
| configure:2982: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "GNU cflow"
| | #define PACKAGE_TARNAME "cflow"
| | #define PACKAGE_VERSION "1.0"
| | #define PACKAGE_STRING "GNU cflow 1.0"
| | #define PACKAGE_BUGREPORT "bug-cflow@..."
| | #define PACKAGE "cflow"
| | #define VERSION "1.0"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3021: result: cc -std1 -E
| configure:3045: cc -std1 -E  conftest.c
| configure:3051: $? = 0
| configure:3083: cc -std1 -E  conftest.c
| cc: Error: conftest.c, line 12: Cannot find file <ac_nonexistent.h> specified in #include directive. (noinclfile)
| #include <ac_nonexistent.h>
| -^
| configure:3089: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "GNU cflow"
| | #define PACKAGE_TARNAME "cflow"
| | #define PACKAGE_VERSION "1.0"
| | #define PACKAGE_STRING "GNU cflow 1.0"
| | #define PACKAGE_BUGREPORT "bug-cflow@..."
| | #define PACKAGE "cflow"
| | #define VERSION "1.0"
| | #define _GNU_SOURCE 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3133: checking for egrep
| configure:3143: result: grep -E
| configure:3149: checking for AIX
| configure:3171: result: no
| configure:3177: checking for ANSI C header files
| configure:3202: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:3208: $? = 0
| configure:3212: test -z
| || test ! -s conftest.err
| configure:3215: $? = 0
| configure:3218: test -s conftest.o
| configure:3221: $? = 0
| configure:3310: cc -std1 -o conftest -ieee -I/usr/local/include  -Wl,-rpath,/usr/local/lib -Wl,-oldstyle_liblookup -L/usr/local/lib conftest.c  >&5
| configure:3313: $? = 0
| configure:3315: ./conftest
| configure:3318: $? = 0
| configure:3333: result: yes
| configure:3357: checking for sys/types.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:3379: $? = 0
| configure:3383: test -z
| || test ! -s conftest.err
| configure:3386: $? = 0
| configure:3389: test -s conftest.o
| configure:3392: $? = 0
| configure:3403: result: yes
| configure:3357: checking for sys/stat.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:3379: $? = 0
| configure:3383: test -z
| || test ! -s conftest.err
| configure:3386: $? = 0
| configure:3389: test -s conftest.o
| configure:3392: $? = 0
| configure:3403: result: yes
| configure:3357: checking for stdlib.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:3379: $? = 0
| configure:3383: test -z
| || test ! -s conftest.err
| configure:3386: $? = 0
| configure:3389: test -s conftest.o
| configure:3392: $? = 0
| configure:3403: result: yes
| configure:3357: checking for string.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:3379: $? = 0
| configure:3383: test -z
| || test ! -s conftest.err
| configure:3386: $? = 0
| configure:3389: test -s conftest.o
| configure:3392: $? = 0
| configure:3403: result: yes
| configure:3357: checking for memory.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:3379: $? = 0
| configure:3383: test -z
| || test ! -s conftest.err
| configure:3386: $? = 0
| configure:3389: test -s conftest.o
| configure:3392: $? = 0
| configure:3403: result: yes
| configure:3357: checking for strings.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| configure:3379: $? = 0
| configure:3383: test -z
| || test ! -s conftest.err
| configure:3386: $? = 0
| configure:3389: test -s conftest.o
| configure:3392: $? = 0
| configure:3403: result: yes
| configure:3357: checking for inttypes.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| cc: Severe: conftest.c, line 54: Cannot find file <inttypes.h> specified in #include directive. (noinclfile)
| #include <inttypes.h>
| -^
| configure:3379: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "GNU cflow"
| | #define PACKAGE_TARNAME "cflow"
| | #define PACKAGE_VERSION "1.0"
| | #define PACKAGE_STRING "GNU cflow 1.0"
| | #define PACKAGE_BUGREPORT "bug-cflow@..."
| | #define PACKAGE "cflow"
| | #define VERSION "1.0"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| |
| | #include <inttypes.h>
| configure:3403: result: no
| configure:3357: checking for stdint.h
| configure:3373: cc -std1 -c -ieee -I/usr/local/include  conftest.c >&5
| cc: Severe: conftest.c, line 54: Cannot find file <stdint.h> specified in #include directive. (noinclfile)
| #include <stdint.h>
| -^
| configure:3379: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| |
| | #define PACKAGE_NAME "GNU cflow"
| | #define PACKAGE_TARNAME "cflow"
| | #define PACKAGE_VERSION "1.0"
| | #define PACKAGE_STRING "GNU cflow 1.0"
| | #define PACKAGE_BUGREPORT "bug-cflow@..."
| | #define PACKAGE "cflow"
| | #define VERSION "1.0"
| | #define _GNU_SOURCE 1
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAV

Re: cflow-1.0: build feedback

by Sergey Poznyakoff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello Nelson,

Thank you for the feedback.

> However, on OpenBSD I got these failures:
[..]
> testsuite: error: invalid content: atlocal

Is it related to POSIXLY_CORRECT being unset? Please try running
`sh ./atlocal', what will the shell report?
 
> On OSF/1, I got these failures:
> ## ------------------------- ##
> ## GNU cflow 1.0 test suite. ##
> ## ------------------------- ##
>  1: cflow version                                FAILED
> (version.at:32)

It seems some permission issue with the created binary.
The included log says:

> testsuite.at:46: /local/build/cflow-1.0/src/cflow --version
> ./testsuite: line 690: /local/build/cflow-1.0/src/cflow: Permission denied


Regards,
Sergey


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