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

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

Re: diffutils 2.8.1 on Ultrix 4.3


From: Paul Eggert
Subject: Re: diffutils 2.8.1 on Ultrix 4.3
Date: 05 May 2003 13:31:50 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Christian Krackowizer <address@hidden> writes:

> >ftp://alpha.gnu.org/gnu/diffutils/diffutils-2.8.4.tar.gz
> 
> no
> different error
> 
> make[3]: Entering directory `/users/diffutils-2.8.4/lib'
> source='c-stack.c' object='c-stack.o' libtool=no \
> depfile='.deps/c-stack.Po' tmpdepfile='.deps/c-stack.TPo' \
> depmode=gcc /bin/sh ../config/depcomp \
> gcc -DHAVE_CONFIG_H -I. -I. -I..     -g -O2 -c `test -f 'c-stack.c' ||
> echo './'
> `c-stack.c
> In file included from c-stack.c:71:
> /usr/include/sys/resource.h:70: field `ru_utime' has incomplete type
> /usr/include/sys/resource.h:71: field `ru_stime' has incomplete type

What is the synopsis for getrusage on your host?  For example, are you
always supposed to include <sys/time.h> before <sys/resource.h>?
("man getrusage" should tell you this.)

> >Does lib/libdiffutils.a contain mkstemp.o and tempname.o?
> >For example, what does "ar tv lib/libdiffutils.a" say?
> 
> yes (2.8.1)
> 
> >What symbols are defined by lib/mkstemp.o and lib/tempname.o?
> >"nm lib/mkstemp.o; nm lib/tempname.o" should tell you.
> 
>   (2.8.1)

> 00000000 T rpl_mkstemp

OK, I see the problem.  Thanks.  You can work around the problem by
appending -Dmktemp=rpl_mkstemp to CFLAGS.  I'll fix the problem by
incorporating gnulib's m4/mkstemp.m4 into the next diffutils release.




reply via email to

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