bug-indent
[Top][All Lists]
Advanced

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

Re: [Bug-indent] indent 2.2.7, solaris 2.6, stpcpy


From: Karl Berry
Subject: Re: [Bug-indent] indent 2.2.7, solaris 2.6, stpcpy
Date: Thu, 3 Jan 2002 09:35:22 -0500

    Hmmm, it linked OK on Solaris 5.6.

My 5.6 (aka 2.6) and your 5.6 must be different somehow.
Do you have GNU gettext installed?  I don't, although Solaris comes with
a (useless) gettext, of course.

Below is the output from my configure run.

Looking at indent's configure.ac, I wonder if the problem could be this line:
AC_DEFINE(HAVE_STPCPY)
Won't this potentially clash with the AC_CHECK_FUNCS(stpcpy) that
gettext.m4 (aka AM_GNU_GETTEXT) does?  Thus making it so the stpcpy
replacement in the provided gettext doesn't get compiled?

Cheers,
karl


$ configure -prefix=/tools/gnu -v --with-included-gettext
checking for a BSD compatible install... /tools/gnu/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD compatible install... /tools/gnu/bin/install -c
checking for AIX... no
checking for minix/config.h... no
checking for strerror in -lcposix... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for dvips... /tools/texlive6/bin/sparc-solaris2.7/dvips
checking for texi2pdf... /tools/texlive6/bin/sparc-solaris2.7/texi2pdf
checking for texi2html... /tools/texlive6/bin/sparc-solaris2.7/texi2html
checking build system type... sparc-sun-solaris2.6
checking host system type... sparc-sun-solaris2.6
checking for ranlib... ranlib
checking for ANSI C header files... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... no
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for stpcpy... no
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for bison... bison
checking version of bison... v. ?.??, bad
checking for catalogs to be installed...  zh_TW.Big5
checking for ANSI C header files... (cached) yes
checking for strchr... (cached) yes
checking for memcpy... yes
checking for memmove... yes
checking for utime... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for malloc.h... (cached) yes
checking for utime.h... yes
checking for sys/utime.h... yes
checking if struct utimbuf needs -posix... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating man/Makefile
config.status: creating po/Makefile.in
config.status: creating intl/Makefile
config.status: creating config.h
config.status: creating po/POTFILES
config.status: creating po/Makefile



reply via email to

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