bug-gnu-utils
[Top][All Lists]
Advanced

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

Glib bug in configure script.


From: Kenneth P. Turvey
Subject: Glib bug in configure script.
Date: 5 Nov 2001 11:00:09 -0800

I'm attempting to get the mixasm package installed at work such that I can 
work through the problems in the "The Art of Computer Programming" by Donald
Knuth using the MIX fantasy processor.  Unfortunately this package requires
glib and I'm having some problems getting it to install.  

The configure script that is distributed with glib refuses to recognize the 
gnu gettext that I installed specifically for this purpose.  The version of
gettext is:

xgettext --version
xgettext (GNU gettext) 0.10.40
Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Ulrich Drepper.

I installed this under my home directory using:

configure --prefix=/my/home/directory

I have tried setting XGETTEXT=/home/kpturvey/bin/xgettext without success.  
I have also tried compiling it without nls and this hasn't had any effect 
either.  The complete configure output follows.  Any help in getting this 
to build would be greatly appreciated. 

Thanks,

-- 
Kenneth P. Turvey <address@hidden> 






glib-1.3.10> configure --prefix=/home/kpturvey --with-threads=posix
loading cache ./config.cache
checking for a BSD compatible install... /home/kpturvey/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... hppa2.0w-hp-hpux11.00
checking for the BeOS... no
checking for Win32... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /home/kpturvey/bin/install -c
checking for pkg-config... /home/kpturvey/bin/pkg-config
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking for perl5... no
checking for perl... perl
checking for indent... no
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ANSI C header files... no
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... no
checking for unistd.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for getpagesize... yes
checking for working mmap... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... no
checking for nl_types.h... yes
checking for malloc.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getcwd... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... no
checking for setlocale... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking whether NLS is requested... yes
checking for libintl.h... no
found xgettext program is not GNU xgettext; ignore it
configure: error: 
*** You must have either have gettext support in your C library, or use the 
*** GNU gettext library. (http://www.gnu.org/software/gettext/gettext.html



reply via email to

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