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

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

Sharutils : MAKE failed.


From: Lam.M Sopian H
Subject: Sharutils : MAKE failed.
Date: Mon, 7 Jun 2004 20:38:18 -0700 (PDT)

Hello,

My name is Sopian and would like to install this
"Sharutils" onto my RedHat Linux 9. I want to install
this because I want to install metamail which are
required this installation of "Sharutils". I am facing
this problem, I successful run the "./configure", then
when I try to run the "make" it gave some error. It is
pasted below.
--------------------- ./configure -------------------
address@hidden sharutils-4.2.1]# ./configure
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached)
/usr/bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ranlib... (cached) ranlib
checking for gnudiff... (cached) /usr/bin/diff
checking for Mail... (cached) /usr/bin/Mail
checking for perl... (cached) /usr/bin/perl
checking for bash... (cached) /bin/bash
checking for gnutar... (cached) /bin/gtar
checking how to run the C preprocessor... (cached) gcc
-E
checking for AIX... no
checking for POSIXized ISC... no
checking for minix/config.h... (cached) no
checking whether cross-compiling... (cached) no
checking whether char is unsigned... (cached) no
checking for gcc option to accept ANSI C... (cached)
checking for function prototypes... yes
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian...
(cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for -ldir... (cached) no
checking whether stat file-mode macros are broken...
(cached) no
checking for ANSI C header files... (cached) yes
checking whether struct tm is in sys/time.h or
time.h... (cached) time.h
checking for tm_zone in struct tm... (cached) yes
checking for size_t... (cached) yes
checking for basename... (cached) yes
checking for fchmod... (cached) yes
checking for getcwd... (cached) yes
checking for isascii... (cached) yes
checking for memcpy... (cached) yes
checking for strchr... (cached) yes
checking for strerror... (cached) yes
checking for uname... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking whether closedir returns void... (cached) no
checking for -lintl... (cached) no
checking for strftime... (cached) yes
checking for vprintf... (cached) yes
checking for memset... (cached) yes
checking for mktime... (cached) yes
checking for stpcpy... (cached) yes
checking for strftime... (cached) yes
checking for /etc/systemid... no
checking if uuencode and uudecode are wanted... yes
checking for off_t... (cached) yes
checking for valloc... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking for explicitly using GNU gettext... no
checking for -lintl... (cached) no
checking for -li... (cached) no
checking for gettext... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  de fr
ja_JP.EUC nl pt sv
checking if malloc debugging is wanted... no
creating ./config.status
creating Makefile
creating src/mail-files
creating src/mailshar
creating src/remsync
creating contrib/Makefile
creating lib/Makefile
creating intl/Makefile
creating intl/po2tbl.sed
creating src/Makefile
creating po/Makefile.in
creating doc/Makefile
creating checks/Makefile
creating config.h
config.h is unchanged
---------------- end of ./configure -----------

---------------- make -------------------------
address@hidden sharutils-4.2.1]# make
for subdir in doc lib po  src checks contrib; do \
  target=`echo all-recursive|sed 's/-recursive//'`; \
  echo making $target in $subdir; \
  (cd $subdir && make $target) \
    || case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in doc
make[1]: Entering directory
`/home/sopian/download/sharutils-4.2.1/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/home/sopian/download/sharutils-4.2.1/doc'
making all in lib
make[1]: Entering directory
`/home/sopian/download/sharutils-4.2.1/lib'
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  error.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  getopt.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  getopt1.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  md5.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  xgetcwd.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  xmalloc.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  xstrdup.c
gcc -c -DHAVE_CONFIG_H -I. -I.. -I../intl -I../intl 
-g -O  whoami.c
rm -f libshar.a
ar cru libshar.a  error.o getopt.o getopt1.o md5.o
xgetcwd.o xmalloc.o xstrdup.o whoami.o
ranlib libshar.a
make[1]: Leaving directory
`/home/sopian/download/sharutils-4.2.1/lib'
making all in po
make[1]: Entering directory
`/home/sopian/download/sharutils-4.2.1/po'
/usr/bin/msgfmt -o nl.mo nl.po
/usr/bin/msgfmt: nl.po: warning: Charset missing in
header.
                                 Message conversion to
user's charset will not work.
nl.po:450: `msgid' and `msgstr' entries do not both
end with '\n'
/usr/bin/msgfmt: found 1 fatal error
make[1]: *** [nl.mo] Error 1
make[1]: Leaving directory
`/home/sopian/download/sharutils-4.2.1/po'
make: *** [all-recursive] Error 1
You have new mail in /var/spool/mail/root
address@hidden sharutils-4.2.1]#
---------------- end of make -------------------

In the whole picture, I want to install "HylaFax" onto
my RedHat Linux 9.. so, it have some prerequisites..
If you can guide me through that will be good.

Thanks,

Regard,
M Sopian H


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 




reply via email to

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