gEDA-dev: gschem's mkinstalldirs problem
Carlos Nieves Ónega
cnieves.mail at gmail.com
Mon Sep 25 12:56:06 EDT 2006
El lun, 25-09-2006 a las 07:35 -0400, Dan McMahill escribió:
> Ales Hvezda wrote:
[snip]
> >>then it works ok. Did anyone change something in the configure or
> >>automake stuff recently?
> >
> >
> > Not that I'm aware of. Hmmm. What linux distribution are you
> > running? Have you made any upgrades/changes to your system, maybe we
> > are dealing with something breakage due to a new version of something
> > (gettext?).
Yes, it could be. I'm using debian unstable, and I updated it recently.
I will try to update it again and see if the errors go away.
I have the following packages installed:
ii gettext 0.15-2 GNU
Internationalization utilities
ii gettext-base 0.15-2 GNU
Internationalization utilities for the base system
ii gettext-doc 0.15-2
Documentation for GNU gettext
ii gettext-el 0.15-2
Emacs po-mode for editing .po files
ii autoconf 2.60a-3
automatic configure script builder
ii autofs 4.1.4-11
kernel-based automounter for Linux
ii automake1.9 1.9.6+nogfdl-2 A
tool for generating GNU Standards-compliant Makefiles
ii autotools 0.10-1 GNU
additional development tools.
ii autotools-dev 20060702.1
Update infrastructure for config.{guess,sub} files
> I started to look into this, but I don't seem to have the problem.
>
> At the very end of your configure output, what do you have for this:
>
> checking whether NLS is requested... yes
> checking whether included gettext is requested... no
> checking for GNU gettext in libc... no
> checking for GNU gettext in libintl... no
> checking whether to use NLS... yes
> checking where the gettext function comes from... included intl directory
> configure: creating ./config.status
>
[...]
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... ranlib
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... 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 nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
[...]
> What does "gettext --version" give? I have 0.14.5.
gettext (GNU gettext-runtime) 0.15
> In poking through the generated gschem/aclocal.m4 I see early on in
> AM_GNU_GETTEXT a call to AM_PO_SUBDIRS and in that macro there is a call
> to AC_REQUIRE([AM_MKINSTALLDIRS]). In AM_MKINSTALLDIRS I see:
>
>
> AC_DEFUN([AM_MKINSTALLDIRS],
> [
> dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
> dnl find the mkinstalldirs script in another subdir but $(top_srcdir).
> dnl Try to locate it.
> MKINSTALLDIRS=
> if test -n "$ac_aux_dir"; then
> case "$ac_aux_dir" in
> /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
> *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
> esac
> fi
> if test -z "$MKINSTALLDIRS"; then
> MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
> fi
> AC_SUBST(MKINSTALLDIRS)
> ])
>
> which certainly should end up defining MKINSTALLDIRS to something. And
> in fact on my system, it ends up being
>
> MKINSTALLDIRS=$(top_srcdir)/mkinstalldirs
It seems that there are a lot of warnings with the .m4 macros, so
something is wrong... maybe a version transition is happening. I attach
the output of:
$ make gschem_config > gschem.config 2>&1
I also attach my gschem/aclocal.m4 . It seems to be totally different.
In fact, I wonder if in recent versions this macro could have been
substituted by another:
$grep -i subst aclocal.m4|grep -i mk
AC_SUBST([mkdir_p])])
the AC_SUBST macro is the one which replaces the @MKINSTALLDIRS@ by its
correct value, so it should be listed here.
> Is there any chance you had ACLOCAL_FLAGS set to something which caused
> a messed up aclocal directory to be used by automake/autoconf/aclocal
> when the configure script and the Makefile.in's were created?
No, I don't have any ACLOCAL* variables set.
> For
> example do you have both an old version and a new version of gettext around?
>
$ dpkg -l|grep -i gettext
ii gettext 0.15-2 GNU
Internationalization utilities
ii gettext-base 0.15-2 GNU
Internationalization utilities for the base system
ii gettext-doc 0.15-2
Documentation for GNU gettext
ii gettext-el 0.15-2
Emacs po-mode for editing .po files
ii libgettext-ruby1.8 1.7.0-1
Gettext for ruby1.8
ii liblocale-gettext-perl 1.05-1
Using libc functions for internationalization in Perl
ii po-debconf 1.0.5
manage translated Debconf templates files with gettext
Thanks,
Carlos
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aclocal.m4
Type: application/x-m4
Size: 164176 bytes
Desc: not available
Url : http://www.seul.org/pipermail/geda-dev/attachments/20060925/b834b8a5/aclocal-0001.bin
-------------- next part --------------
( cd libgeda; make libgeda-pc-install )
make[1]: se ingresa al directorio `/home/cnieves/temp/geda_cvs/geda_cvs_fresh/geda/gaf/libgeda'
/home/cnieves/temp/geda_cvs/geda_cvs_fresh/geda/gaf/libgeda/install-sh -d /home/cnieves/geda/lib/pkgconfig
/usr/bin/install -c -m 644 libgeda.pc /home/cnieves/geda/lib/pkgconfig
make[1]: se sale del directorio `/home/cnieves/temp/geda_cvs/geda_cvs_fresh/geda/gaf/libgeda'
( cd gschem; ./autogen.sh )
find: warning: Unix filenames usually don't contain slashes (though pathnames do). That means that '-name ./CVS' will probably evaluate to false all the time on this system. You might find the '-wholename' test more useful, or perhaps '-samefile'. Alternatively, if you are using GNU grep, you could use 'find ... -print0 | grep -FzZ ./CVS'.
processing .
autogen.sh running: autopoint ...
Copying file config.rpath
Copying file intl/ChangeLog
Copying file intl/Makefile.in
Copying file intl/VERSION
Copying file intl/bindtextdom.c
Copying file intl/config.charset
Copying file intl/dcgettext.c
Copying file intl/dcigettext.c
Copying file intl/dcngettext.c
Copying file intl/dgettext.c
Copying file intl/dngettext.c
Copying file intl/eval-plural.h
Copying file intl/explodename.c
Copying file intl/finddomain.c
Copying file intl/gettext.c
Copying file intl/gettextP.h
Copying file intl/gmo.h
Copying file intl/hash-string.h
Copying file intl/intl-compat.c
Copying file intl/l10nflist.c
Copying file intl/loadinfo.h
Copying file intl/loadmsgcat.c
Copying file intl/localcharset.c
Copying file intl/localcharset.h
Copying file intl/locale.alias
Copying file intl/localealias.c
Copying file intl/localename.c
Copying file intl/log.c
Copying file intl/ngettext.c
Copying file intl/os2compat.c
Copying file intl/os2compat.h
Copying file intl/osdep.c
Copying file intl/plural-exp.c
Copying file intl/plural-exp.h
Copying file intl/plural.c
Copying file intl/plural.y
Copying file intl/ref-add.sin
Copying file intl/ref-del.sin
Copying file intl/relocatable.c
Copying file intl/relocatable.h
Copying file intl/textdomain.c
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes.m4
Copying file m4/inttypes_h.m4
Copying file m4/isc-posix.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/progtest.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/ulonglong.m4
Copying file mkinstalldirs
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/en at boldquot.header
Copying file po/en at quot.header
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
autogen.sh running: aclocal ...
/usr/share/aclocal/tcl.m4:20: warning: underquoted definition of SC_PATH_TCLCONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/share/aclocal/tcl.m4:116: warning: underquoted definition of SC_PATH_TKCONFIG
/usr/share/aclocal/tcl.m4:212: warning: underquoted definition of SC_LOAD_TCLCONFIG
/usr/share/aclocal/tcl.m4:279: warning: underquoted definition of SC_LOAD_TKCONFIG
/usr/share/aclocal/tcl.m4:312: warning: underquoted definition of SC_ENABLE_GCC
/usr/share/aclocal/tcl.m4:349: warning: underquoted definition of SC_ENABLE_SHARED
/usr/share/aclocal/tcl.m4:395: warning: underquoted definition of SC_ENABLE_THREADS
/usr/share/aclocal/tcl.m4:480: warning: underquoted definition of SC_ENABLE_SYMBOLS
/usr/share/aclocal/tcl.m4:600: warning: underquoted definition of SC_CONFIG_CFLAGS
/usr/share/aclocal/tcl.m4:1518: warning: underquoted definition of SC_SERIAL_PORT
/usr/share/aclocal/tcl.m4:1666: warning: underquoted definition of SC_MISSING_POSIX_HEADERS
/usr/share/aclocal/tcl.m4:1747: warning: underquoted definition of SC_PATH_X
/usr/share/aclocal/tcl.m4:1833: warning: underquoted definition of SC_BLOCKING_STYLE
/usr/share/aclocal/tcl.m4:1898: warning: underquoted definition of SC_TIME_HANDLER
/usr/share/aclocal/tcl.m4:1968: warning: underquoted definition of SC_BUGGY_STRTOD
/usr/share/aclocal/tcl.m4:2026: warning: underquoted definition of SC_TCL_LINK_LIBS
/usr/share/aclocal/opencdk.m4:13: warning: underquoted definition of AM_PATH_LIBOPENCDK
/usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF
/usr/share/aclocal/libstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
/usr/share/aclocal/libole2.m4:18: warning: underquoted definition of AM_PATH_LIBOLE2
/usr/share/aclocal/libgstroke.m4:29: warning: underquoted definition of smr_ARG_WITHLIB
/usr/share/aclocal/libgstroke.m4:77: warning: underquoted definition of smr_ARG_WITHINCLUDES
/usr/share/aclocal/libgstroke.m4:119: warning: underquoted definition of smr_CHECK_LIB
/usr/share/aclocal/libgnutls.m4:12: warning: underquoted definition of AM_PATH_LIBGNUTLS
/usr/share/aclocal/libgnutls-extra.m4:12: warning: underquoted definition of AM_PATH_LIBGNUTLS_EXTRA
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
/usr/share/aclocal/lf_x11.m4:33: warning: underquoted definition of LF_PATH_XLIB
/usr/share/aclocal/lf_warnings.m4:30: warning: underquoted definition of LF_CHECK_CXX_FLAG
/usr/share/aclocal/lf_warnings.m4:54: warning: underquoted definition of LF_CHECK_CC_FLAG
/usr/share/aclocal/lf_warnings.m4:78: warning: underquoted definition of LF_CHECK_F77_FLAG
/usr/share/aclocal/lf_warnings.m4:105: warning: underquoted definition of LF_SET_WARNINGS
/usr/share/aclocal/lf_txtc.m4:22: warning: underquoted definition of LF_PROG_TXTC
/usr/share/aclocal/lf_texidoc.m4:22: warning: underquoted definition of LF_USE_TEXIDOC
/usr/share/aclocal/lf_nm.m4:32: warning: underquoted definition of LF_PROG_NM
/usr/share/aclocal/lf_local.m4:33: warning: underquoted definition of LF_LINK_HEADERS
/usr/share/aclocal/lf_local.m4:85: warning: underquoted definition of LF_SET_INCLUDES
/usr/share/aclocal/lf_local.m4:123: warning: underquoted definition of LF_LINK_HEADERS_FUCK
/usr/share/aclocal/lf_lisp.m4:22: warning: underquoted definition of LF_PATH_LISPDIR
/usr/share/aclocal/lf_host_type.m4:32: warning: underquoted definition of LF_HOST_TYPE
/usr/share/aclocal/lf_fortran.m4:63: warning: underquoted definition of LF_PROG_F77_PREFER_NATIVE_VERSION
/usr/share/aclocal/lf_fortran.m4:72: warning: underquoted definition of LF_PROG_F77_PREFER_F2C_COMPATIBILITY
/usr/share/aclocal/lf_fortran.m4:87: warning: underquoted definition of LF_PROG_F77
/usr/share/aclocal/lf_fortran.m4:263: warning: underquoted definition of LF_PROG_F2C
/usr/share/aclocal/lf_fortran.m4:375: warning: underquoted definition of LF_PROG_F77_IS_G77
/usr/share/aclocal/lf_fortran.m4:392: warning: underquoted definition of LF_CHECK_F77_UPPERCASE_NAMES
/usr/share/aclocal/lf_fortran.m4:412: warning: underquoted definition of LF_CHECK_F77_APPEND_UNDERSCORE
/usr/share/aclocal/lf_fortran.m4:444: warning: underquoted definition of LF_F77_IS_F2C_COMPATIBLE
/usr/share/aclocal/lf_fortran.m4:507: warning: underquoted definition of LF_PATH_F77_LIBS
/usr/share/aclocal/lf_cxx.m4:32: warning: underquoted definition of LF_CONFIGURE_CXX
/usr/share/aclocal/lf_cxx.m4:55: warning: underquoted definition of LF_CPP_PORTABILITY
/usr/share/aclocal/lf_cc.m4:33: warning: underquoted definition of LF_CONFIGURE_CC
/usr/share/aclocal/lf_bash.m4:24: warning: underquoted definition of LF_PROG_BASH
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtkextra.m4:8: warning: underquoted definition of AM_PATH_GTK_EXTRA
/usr/share/aclocal/gob.m4:7: warning: underquoted definition of GOB_HOOK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/gconf-1.m4:4: warning: underquoted definition of AM_PATH_GCONF
/usr/share/aclocal/gconf-1.m4:71: warning: underquoted definition of AM_GCONF_SOURCE
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
configure.ac:511: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
autoconf/specific.m4:335: AC_GNU_SOURCE is expanded from...
/usr/share/aclocal/lock.m4:231: gl_LOCK_BODY is expanded from...
/usr/share/aclocal/lock.m4:25: gl_LOCK is expanded from...
/usr/share/aclocal/gettext.m4:569: gt_INTL_SUBDIR_CORE is expanded from...
/usr/share/aclocal/gettext.m4:471: AM_INTL_SUBDIR is expanded from...
/usr/share/aclocal/gettext.m4:347: AM_GNU_GETTEXT is expanded from...
configure.ac:511: the top level
configure.ac:511: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
autogen.sh running: autoheader ...
configure.ac:511: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
autoconf/specific.m4:335: AC_GNU_SOURCE is expanded from...
aclocal.m4:2370: gl_LOCK_BODY is expanded from...
aclocal.m4:2164: gl_LOCK is expanded from...
aclocal.m4:604: gt_INTL_SUBDIR_CORE is expanded from...
aclocal.m4:506: AM_INTL_SUBDIR is expanded from...
aclocal.m4:382: AM_GNU_GETTEXT is expanded from...
configure.ac:511: the top level
configure.ac:511: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
autogen.sh running: automake ...
configure.ac:511: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
autoconf/specific.m4:335: AC_GNU_SOURCE is expanded from...
aclocal.m4:2370: gl_LOCK_BODY is expanded from...
aclocal.m4:2164: gl_LOCK is expanded from...
aclocal.m4:604: gt_INTL_SUBDIR_CORE is expanded from...
aclocal.m4:506: AM_INTL_SUBDIR is expanded from...
aclocal.m4:382: AM_GNU_GETTEXT is expanded from...
configure.ac:511: the top level
configure.ac:511: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
configure.ac: installing `./install-sh'
configure.ac: installing `./missing'
src/Makefile.am: installing `./depcomp'
configure.ac:48: installing `./config.guess'
configure.ac:48: installing `./config.sub'
autogen.sh running: autoconf ...
configure.ac:511: warning: AC_COMPILE_IFELSE was called before AC_GNU_SOURCE
autoconf/specific.m4:335: AC_GNU_SOURCE is expanded from...
aclocal.m4:2370: gl_LOCK_BODY is expanded from...
aclocal.m4:2164: gl_LOCK is expanded from...
aclocal.m4:604: gt_INTL_SUBDIR_CORE is expanded from...
aclocal.m4:506: AM_INTL_SUBDIR is expanded from...
aclocal.m4:382: AM_GNU_GETTEXT is expanded from...
configure.ac:511: the top level
configure.ac:511: warning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
( cd gschem; \
./configure --prefix=/home/cnieves/geda )
Configuring geda-gschem version 20060906
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
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 whether make sets $(MAKE)... (cached) yes
checking for guile... /usr/bin/guile
checking for guile-config... /usr/bin/guile-config
checking for guile-tools... /usr/bin/guile-tools
checking libguile compile flags...
checking libguile link flags... -lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm
checking for guile-config... (cached) /usr/bin/guile-config
checking for rint in -lm... yes
checking for dlopen in -ldl... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking if hardcoding of the X11 runtime library path is desired... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK24... yes
checking for GLIB24... yes
checking for LIBGEDA... yes
checking if libgeda was compiled with gdlib... yes
checking for stroke_init in -lstroke... yes
checking for doxygen... /usr/bin/doxygen
checking for indent... /usr/bin/indent
checking for groff... /usr/bin/groff
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
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... yes
checking for unistd.h... yes
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for getcwd... yes
checking for strstr... yes
checking for vsnprintf... yes
checking for snprintf... yes
checking for optarg in unistd.h... yes
checking if dmalloc debugging should be enabled... no
checking if ElectricFence debugging should be enabled... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking whether we are using the GNU C Library 2 or newer... yes
checking for ranlib... ranlib
checking for simple visibility declarations... yes
checking for inline... inline
checking for size_t... yes
checking for stdint.h... 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 integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for unsigned long long... yes
checking for inttypes.h... (cached) yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking whether imported symbols can be declared weak... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_kill in -lpthread... yes
checking for pthread_rwlock_t... yes
checking for multithread API to use... posix
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for argz_count... yes
checking for argz_stringify... yes
checking for argz_next... yes
checking for __fsetlocking... yes
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for NL_LOCALE_NAME macro... no
checking for bison... bison
checking version of bison... 2.3, ok
checking for signed... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for ptrdiff_t... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for asprintf... yes
checking for fwprintf... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... (cached) yes
checking for wcslen... yes
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating intl/Makefile
config.status: WARNING: intl/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating scheme/Makefile
config.status: creating bitmap/Makefile
config.status: creating scripts/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating lib/Makefile
config.status: creating tests/Makefile
config.status: creating lib/system-gschemrc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
** Configuration summary for geda-gschem 20060906:
GTK+ library version: 2.8.20
GUILE library version: 1.6.8
libgeda library version: 20060906
libstroke library: yes
libgd library: yes
mingw build: no
data directory: ${prefix}/share/gEDA
rc directory: ${prefix}/share/gEDA
documentation directory: /home/cnieves/geda/share/doc/geda-doc
dmalloc debugging: no
ElectricFence debugging: no
More information about the geda-dev
mailing list