[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-indent] gmake/ld error: indent 2.2.7
From: |
Clark L. Coleman |
Subject: |
[Bug-indent] gmake/ld error: indent 2.2.7 |
Date: |
Fri, 8 Mar 2002 17:44:57 -0500 (EST) |
After I ran the following:
./configure --prefix=/usr/cs/contrib
I then ran "gmake" to build indent 2.2.7. It went successfully for
quite a while, then produced:
gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/cs/contrib/share/locale\" -I. -I. -I..
-I. -I. -I.. -I../intl -I../intl -g -O2 -c `test -f io.c || echo './'`io.c
gcc -g -O2 -o indent args.o comments.o indent.o lexi.o parse.o backup.o
globs.o io.o ../intl/libintl.a
Undefined first referenced
symbol in file
stpcpy ../intl/libintl.a(dcigettext.o)
ld: fatal: Symbol referencing errors. No output written to indent
collect2: ld returned 1 exit status
gmake[2]: *** [indent] Error 1
gmake[2]: Leaving directory `/a/athena/uf1/clc5q/ftp/indent/indent-2.2.7/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/a/athena/uf1/clc5q/ftp/indent/indent-2.2.7'
gmake: *** [all] Error 2
What is "stpcpy" ??
Output of gcc --version:
2.95.2
In general, software packages configure and build fine on this machine.
For example, last week I configured and built and installed psutils and
then a2ps.
I will close with the config.log file here:
------ config.log file follows -----------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNU Indent configure 2.2.7, which was
generated by GNU Autoconf 2.52. Invocation command line was
$ ./configure --prefix=/usr/cs/contrib
## ---------- ##
## Platform. ##
## ---------- ##
hostname = cobra.cs.Virginia.EDU
uname -m = sun4u
uname -r = 5.6
uname -s = SunOS
uname -v = Generic_105181-20
/usr/bin/uname -p = sparc
/bin/uname -X = System = SunOS
Node = cobra.cs.Virginia.EDU
Release = 5.6
KernelID = Generic_105181-20
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2
/bin/arch = sun4
/usr/bin/arch -k = sun4u
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH =
.:/usr/dt/bin:/usr/openwin/bin:/X11.6/bin:/X11.5/bin:/usr/cs/bin:/opt/SUNWspro/bin:/usr/ccs/bin:/usr/cs/teTeX/bin:/usr/cs/bin/ICAClient:/uva/bin:/gnu/bin:/uva/mh/bin:/quadralay/bin:/usr/ucb:/usr/bin:/usr/sbin:/sbin:/uf1/clc5q/bin:/X11.5/bin:/usr/cs/contrib/bin:/usr/cs/contrib/bin/shade/shade.v8.elf/bin:/usr/uva/bin:/usr/cs/contrib/share/info
## ------------ ##
## Core tests. ##
## ------------ ##
configure:897: loading cache /dev/null
configure:976: PATH=".;."; conftest.sh
./configure: conftest.sh: not found
configure:979: $? = 1
configure:1025: checking for a BSD compatible install
configure:1074: result: /usr/cs/contrib/bin/install -c
configure:1085: checking whether build environment is sane
configure:1128: result: yes
configure:1161: checking for mawk
configure:1187: result: no
configure:1161: checking for gawk
configure:1176: found /usr/cs/bin/gawk
configure:1184: result: gawk
configure:1194: checking whether make sets ${MAKE}
configure:1214: result: yes
configure:1305: checking whether to enable maintainer-specific portions of
Makefiles
configure:1314: result: no
configure:1369: checking for gcc
configure:1384: found /usr/cs/bin/gcc
configure:1392: result: gcc
configure:1620: checking for C compiler version
configure:1623: gcc --version </dev/null >&5
2.95.2
configure:1626: $? = 0
configure:1628: gcc -v </dev/null >&5
Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs
gcc version 2.95.2 19991024 (release)
configure:1631: $? = 0
configure:1633: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1636: $? = 1
configure:1656: checking for C compiler default output
configure:1659: gcc conftest.c >&5
configure:1662: $? = 0
configure:1691: result: a.out
configure:1696: checking whether the C compiler works
configure:1702: ./a.out
configure:1705: $? = 0
configure:1720: result: yes
configure:1727: checking whether we are cross compiling
configure:1729: result: no
configure:1732: checking for executable suffix
configure:1734: gcc -o conftest conftest.c >&5
configure:1737: $? = 0
configure:1759: result:
configure:1765: checking for object suffix
configure:1783: gcc -c conftest.c >&5
configure:1786: $? = 0
configure:1805: result: o
configure:1809: checking whether we are using the GNU C compiler
configure:1830: gcc -c conftest.c >&5
configure:1833: $? = 0
configure:1836: test -s conftest.o
configure:1839: $? = 0
configure:1851: result: yes
configure:1857: checking whether gcc accepts -g
configure:1875: gcc -c -g conftest.c >&5
configure:1878: $? = 0
configure:1881: test -s conftest.o
configure:1884: $? = 0
configure:1894: result: yes
configure:1921: gcc -c -g -O2 conftest.c >&5
conftest.c:2: parse error before `me'
configure:1924: $? = 1
configure: failed program was:
#ifndef __cplusplus
choke me
#endif
configure:2030: checking for style of include used by make
configure:2057: result: GNU
configure:2063: checking dependency style of gcc
configure:2125: result: gcc
configure:2134: checking how to run the C preprocessor
configure:2160: gcc -E conftest.c
configure:2166: $? = 0
configure:2193: gcc -E conftest.c
configure:2190: ac_nonexistent.h: No such file or directory
configure:2199: $? = 1
configure: failed program was:
#line 2189 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2236: result: gcc -E
configure:2251: gcc -E conftest.c
configure:2257: $? = 0
configure:2284: gcc -E conftest.c
configure:2281: ac_nonexistent.h: No such file or directory
configure:2290: $? = 1
configure: failed program was:
#line 2280 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2341: checking for a BSD compatible install
configure:2390: result: /usr/cs/contrib/bin/install -c
configure:2401: checking for AIX
configure:2420: result: no
configure:2425: checking for minix/config.h
configure:2435: gcc -E conftest.c
configure:2432: minix/config.h: No such file or directory
configure:2441: $? = 1
configure: failed program was:
#line 2431 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:2460: result: no
configure:2484: checking for strerror in -lcposix
configure:2511: gcc -o conftest -g -O2 conftest.c -lcposix >&5
ld: fatal: library -lcposix: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:2514: $? = 1
configure: failed program was:
#line 2492 "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 ();
int
main ()
{
strerror ();
;
return 0;
}
configure:2531: result: no
configure:2537: checking for gcc option to accept ANSI C
configure:2594: gcc -c -g -O2 conftest.c >&5
configure:2597: $? = 0
configure:2600: test -s conftest.o
configure:2603: $? = 0
configure:2620: result: none needed
configure:2628: checking for an ANSI C-conforming const
configure:2692: gcc -c -g -O2 conftest.c >&5
configure:2695: $? = 0
configure:2698: test -s conftest.o
configure:2701: $? = 0
configure:2711: result: yes
configure:2724: checking for dvips
configure:2741: found /usr/cs/teTeX/bin/dvips
configure:2753: result: /usr/cs/teTeX/bin/dvips
configure:2762: checking for texi2pdf
configure:2791: result:
/a/athena/uf1/clc5q/ftp/indent/indent-2.2.7/config/missing texi2pdf
configure:2800: checking for texi2html
configure:2817: found /usr/cs/teTeX/bin/texi2html
configure:2829: result: /usr/cs/teTeX/bin/texi2html
configure:2843: checking build system type
configure:2861: result: sparc-sun-solaris2.6
configure:2871: checking host system type
configure:2885: result: sparc-sun-solaris2.6
configure:2933: checking for ranlib
configure:2948: found /usr/ccs/bin/ranlib
configure:2957: result: ranlib
configure:2969: checking for ANSI C header files
configure:2983: gcc -E conftest.c
configure:2989: $? = 0
configure:3076: gcc -o conftest -g -O2 conftest.c >&5
configure:3079: $? = 0
configure:3081: ./conftest
configure:3084: $? = 0
configure:3097: result: yes
configure:3107: checking for inline
configure:3124: gcc -c -g -O2 conftest.c >&5
configure:3127: $? = 0
configure:3130: test -s conftest.o
configure:3133: $? = 0
configure:3144: result: inline
configure:3165: checking for sys/types.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3165: checking for sys/stat.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3165: checking for stdlib.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3165: checking for string.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3165: checking for memory.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3165: checking for strings.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3165: checking for inttypes.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3165: checking for stdint.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3206: stdint.h: No such file or directory
configure:3180: $? = 1
configure: failed program was:
#line 3171 "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:3196: result: no
configure:3165: checking for unistd.h
configure:3177: gcc -c -g -O2 conftest.c >&5
configure:3180: $? = 0
configure:3183: test -s conftest.o
configure:3186: $? = 0
configure:3196: result: yes
configure:3206: checking for off_t
configure:3227: gcc -c -g -O2 conftest.c >&5
configure:3230: $? = 0
configure:3233: test -s conftest.o
configure:3236: $? = 0
configure:3246: result: yes
configure:3258: checking for size_t
configure:3279: gcc -c -g -O2 conftest.c >&5
configure:3282: $? = 0
configure:3285: test -s conftest.o
configure:3288: $? = 0
configure:3298: result: yes
configure:3312: checking for working alloca.h
configure:3330: gcc -o conftest -g -O2 conftest.c >&5
configure:3333: $? = 0
configure:3336: test -s conftest
configure:3339: $? = 0
configure:3349: result: yes
configure:3359: checking for alloca
configure:3397: gcc -o conftest -g -O2 conftest.c >&5
configure:3400: $? = 0
configure:3403: test -s conftest
configure:3406: $? = 0
configure:3416: result: yes
configure:3600: checking for stdlib.h
configure:3635: result: yes
configure:3600: checking for unistd.h
configure:3635: result: yes
configure:3648: checking for getpagesize
configure:3685: gcc -o conftest -g -O2 conftest.c >&5
configure:3688: $? = 0
configure:3691: test -s conftest
configure:3694: $? = 0
configure:3704: result: yes
configure:3714: checking for working mmap
configure:3850: gcc -o conftest -g -O2 conftest.c >&5
configure:3853: $? = 0
configure:3855: ./conftest
configure:3858: $? = 0
configure:3870: result: yes
configure:3881: checking whether we are using the GNU C Library 2.1 or newer
configure:3889: features.h: No such file or directory
configure:3907: result: no
configure:3916: checking for argz.h
configure:3926: gcc -E conftest.c
configure:3923: argz.h: No such file or directory
configure:3932: $? = 1
configure: failed program was:
#line 3922 "configure"
#include "confdefs.h"
#include <argz.h>
configure:3951: result: no
configure:3916: checking for limits.h
configure:3926: gcc -E conftest.c
configure:3932: $? = 0
configure:3951: result: yes
configure:3916: checking for locale.h
configure:3926: gcc -E conftest.c
configure:3932: $? = 0
configure:3951: result: yes
configure:3916: checking for nl_types.h
configure:3926: gcc -E conftest.c
configure:3932: $? = 0
configure:3951: result: yes
configure:3916: checking for malloc.h
configure:3926: gcc -E conftest.c
configure:3932: $? = 0
configure:3951: result: yes
configure:3916: checking for stddef.h
configure:3926: gcc -E conftest.c
configure:3932: $? = 0
configure:3951: result: yes
configure:3916: checking for stdlib.h
configure:3951: result: yes
configure:3916: checking for string.h
configure:3951: result: yes
configure:3916: checking for unistd.h
configure:3951: result: yes
configure:3916: checking for sys/param.h
configure:3926: gcc -E conftest.c
configure:3932: $? = 0
configure:3951: result: yes
configure:3966: checking for feof_unlocked
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
feof_unlocked /var/tmp/ccHbEOJB.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "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) ();
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:4022: result: no
configure:3966: checking for fgets_unlocked
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
fgets_unlocked /var/tmp/cci8BN9t.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "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) ();
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:4022: result: no
configure:3966: checking for getcwd
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for getegid
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for geteuid
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for getgid
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for getuid
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for mempcpy
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
mempcpy /var/tmp/ccl3xKCX.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "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) ();
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:4022: result: no
configure:3966: checking for munmap
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for putenv
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for setenv
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
setenv /var/tmp/ccJpWvoT.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char setenv (); 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 setenv ();
char (*f) ();
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_setenv) || defined (__stub___setenv)
choke me
#else
f = setenv;
#endif
;
return 0;
}
configure:4022: result: no
configure:3966: checking for setlocale
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for stpcpy
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
stpcpy /var/tmp/cchEhXaa.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "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) ();
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:4022: result: no
configure:3966: checking for strchr
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for strcasecmp
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for strdup
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for strtoul
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for tsearch
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
configure:4006: $? = 0
configure:4009: test -s conftest
configure:4012: $? = 0
configure:4022: result: yes
configure:3966: checking for __argz_count
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
__argz_count /var/tmp/ccguDiGv.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "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) ();
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:4022: result: no
configure:3966: checking for __argz_stringify
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
__argz_stringify /var/tmp/cclEaahm.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "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) ();
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:4022: result: no
configure:3966: checking for __argz_next
configure:4003: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
__argz_next /var/tmp/ccvn2oAE.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4006: $? = 1
configure: failed program was:
#line 3972 "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) ();
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:4022: result: no
configure:4043: checking for iconv
configure:4067: gcc -o conftest -g -O2 conftest.c >&5
configure:4070: $? = 0
configure:4073: test -s conftest
configure:4076: $? = 0
configure:4125: result: yes
configure:4133: checking for iconv declaration
configure:4164: gcc -c -g -O2 conftest.c >&5
configure:4149: conflicting types for `iconv'
/usr/include/iconv.h:20: previous declaration of `iconv'
configure:4167: $? = 1
configure: failed program was:
#line 4140 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
extern
#ifdef __cplusplus
"C"
#endif
#if defined(__STDC__) || defined(__cplusplus)
size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf,
size_t *outbytesleft);
#else
size_t iconv();
#endif
int
main ()
{
;
return 0;
}
configure:4186: result:
extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:4201: checking for nl_langinfo and CODESET
configure:4219: gcc -o conftest -g -O2 conftest.c >&5
configure:4222: $? = 0
configure:4225: test -s conftest
configure:4228: $? = 0
configure:4239: result: yes
configure:4250: checking for LC_MESSAGES
configure:4268: gcc -o conftest -g -O2 conftest.c >&5
configure:4271: $? = 0
configure:4274: test -s conftest
configure:4277: $? = 0
configure:4287: result: yes
configure:4297: checking whether NLS is requested
configure:4306: result: yes
configure:4319: checking whether included gettext is requested
configure:4329: result: no
configure:4336: checking for libintl.h
configure:4346: gcc -E conftest.c
configure:4352: $? = 0
configure:4371: result: yes
configure:4374: checking for GNU gettext in libc
configure:4394: gcc -o conftest -g -O2 conftest.c >&5
Undefined first referenced
symbol in file
_nl_msg_cat_cntr /var/tmp/ccP9S4EQ.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4397: $? = 1
configure: failed program was:
#line 4380 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
int
main ()
{
bindtextdomain ("", "");
return (int) gettext ("") + _nl_msg_cat_cntr
;
return 0;
}
configure:4413: result: no
configure:4417: checking for GNU gettext in libintl
configure:4439: gcc -o conftest -g -O2 conftest.c -lintl >&5
Undefined first referenced
symbol in file
_nl_msg_cat_cntr /var/tmp/ccJXljZB.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:4442: $? = 1
configure: failed program was:
#line 4425 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
int
main ()
{
bindtextdomain ("", "");
return (int) gettext ("") + _nl_msg_cat_cntr
;
return 0;
}
configure:4459: result: no
configure:4673: checking for msgfmt
configure:4703: result: no
configure:4709: checking for gmsgfmt
configure:4738: result: :
configure:4747: checking for xgettext
configure:4777: result: no
configure:4820: checking for bison
configure:4835: found /usr/cs/bin/bison
configure:4843: result: bison
configure:4856: checking version of bison
configure:4865: result: 1.28, ok
configure:4890: checking for catalogs to be installed
configure:4910: result: zh_TW.Big5
configure:4947: checking for ANSI C header files
configure:5075: result: yes
configure:5088: checking for strchr
configure:5144: result: yes
configure:5088: checking for memcpy
configure:5125: gcc -o conftest -g -O2 conftest.c >&5
configure:5104: warning: conflicting types for built-in function `memcpy'
configure:5128: $? = 0
configure:5131: test -s conftest
configure:5134: $? = 0
configure:5144: result: yes
configure:5088: checking for memmove
configure:5125: gcc -o conftest -g -O2 conftest.c >&5
configure:5128: $? = 0
configure:5131: test -s conftest
configure:5134: $? = 0
configure:5144: result: yes
configure:5088: checking for utime
configure:5125: gcc -o conftest -g -O2 conftest.c >&5
configure:5128: $? = 0
configure:5131: test -s conftest
configure:5134: $? = 0
configure:5144: result: yes
configure:5157: checking for unistd.h
configure:5192: result: yes
configure:5157: checking for string.h
configure:5192: result: yes
configure:5157: checking for malloc.h
configure:5192: result: yes
configure:5157: checking for utime.h
configure:5167: gcc -E conftest.c
configure:5173: $? = 0
configure:5192: result: yes
configure:5157: checking for sys/utime.h
configure:5167: gcc -E conftest.c
configure:5173: $? = 0
configure:5192: result: yes
configure:5204: checking if struct utimbuf needs -posix
configure:5223: gcc -c -g -O2 conftest.c >&5
configure:5226: $? = 0
configure:5229: test -s conftest.o
configure:5232: $? = 0
configure:5277: result: no
configure:5288: checking for dirent.h that defines DIR
configure:5309: gcc -c -g -O2 conftest.c >&5
configure:5312: $? = 0
configure:5315: test -s conftest.o
configure:5318: $? = 0
configure:5328: result: yes
configure:5341: checking for opendir in -ldir
configure:5368: gcc -o conftest -g -O2 conftest.c -ldir >&5
ld: fatal: library -ldir: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5371: $? = 1
configure: failed program was:
#line 5349 "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 opendir ();
int
main ()
{
opendir ();
;
return 0;
}
configure:5388: result: no
configure:5531: creating ./config.status
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status (GNU Indent 2.2.7) 2.52, executed with
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on cobra.cs.Virginia.EDU
config.status:6046: creating Makefile
config.status:6046: creating src/Makefile
config.status:6046: creating doc/Makefile
config.status:6046: creating man/Makefile
config.status:6046: creating po/Makefile.in
config.status:6046: creating intl/Makefile
config.status:6138: creating config.h
## ----------------- ##
## Cache variables. ##
## ----------------- ##
ac_cv_build='sparc-sun-solaris2.6'
ac_cv_build_alias='sparc-sun-solaris2.6'
ac_cv_c_compiler_gnu='yes'
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_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_memcpy='yes'
ac_cv_func_memmove='yes'
ac_cv_func_mempcpy='no'
ac_cv_func_mmap_fixed_mapped='yes'
ac_cv_func_munmap='yes'
ac_cv_func_putenv='yes'
ac_cv_func_setenv='no'
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_strtoul='yes'
ac_cv_func_tsearch='yes'
ac_cv_func_utime='yes'
ac_cv_gnu_library_2_1='no'
ac_cv_header_argz_h='no'
ac_cv_header_dirent_dirent_h='yes'
ac_cv_header_inttypes_h='yes'
ac_cv_header_libintl_h='yes'
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_sys_utime_h='yes'
ac_cv_header_unistd_h='yes'
ac_cv_header_utime_h='yes'
ac_cv_host='sparc-sun-solaris2.6'
ac_cv_host_alias='sparc-sun-solaris2.6'
ac_cv_lib_cposix_strerror='no'
ac_cv_lib_dir_opendir='no'
ac_cv_objext='o'
ac_cv_path_DVIPS='/usr/cs/teTeX/bin/dvips'
ac_cv_path_GMSGFMT=':'
ac_cv_path_MSGFMT=':'
ac_cv_path_TEXI2HTML='/usr/cs/teTeX/bin/texi2html'
ac_cv_path_TEXI2PDF='/a/athena/uf1/clc5q/ftp/indent/indent-2.2.7/config/missing
texi2pdf'
ac_cv_path_XGETTEXT=':'
ac_cv_path_install='/usr/cs/contrib/bin/install -c'
ac_cv_prog_AWK='gawk'
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_INTLBISON='bison'
ac_cv_prog_ac_ct_CC='gcc'
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_off_t='yes'
ac_cv_type_size_t='yes'
ac_cv_working_alloca_h='yes'
am_cv_CC_dependencies_compiler_type='gcc'
am_cv_func_iconv='yes'
am_cv_langinfo_codeset='yes'
am_cv_lib_iconv='no'
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1='const'
am_cv_val_LC_MESSAGES='yes'
gt_cv_func_gnugettext1_libc='no'
gt_cv_func_gnugettext1_libintl='no'
nls_cv_force_use_gnu_gettext='no'
nls_cv_header_intl=''
nls_cv_header_libgt=''
nls_cv_use_gnu_gettext='yes'
unet_cv_sys_utimbuf_needs_posix='no'
## ------------ ##
## confdefs.h. ##
## ------------ ##
#define PACKAGE "indent"
#define VERSION "2.2.7"
#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 HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 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_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 const
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_CATGETS 1
#define ENABLE_NLS 1
#define HAVE_LC_MESSAGES 1
#define HAVE_STPCPY 1
#define STDC_HEADERS 1
#define HAVE_STRCHR 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_UTIME 1
#define HAVE_UNISTD_H 1
#define HAVE_STRING_H 1
#define HAVE_MALLOC_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_UTIME_H 1
#define HAVE_DIRENT_H 1
configure: exit 0
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status (GNU Indent 2.2.7) 2.52, executed with
CONFIG_FILES =
CONFIG_HEADERS = config.h
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on cobra.cs.Virginia.EDU
config.status:6138: creating config.h
config.status:6279: config.h is unchanged
## ----------------------- ##
## Running config.status. ##
## ----------------------- ##
This file was extended by config.status (GNU Indent 2.2.7) 2.52, executed with
CONFIG_FILES = intl/Makefile
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
> ./config.status
on cobra.cs.Virginia.EDU
config.status:6046: creating intl/Makefile
- [Bug-indent] gmake/ld error: indent 2.2.7,
Clark L. Coleman <=