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: 03 May 2003 18:20:20 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Christian Krackowizer <address@hidden> writes:

> make[2]: Entering directory `/users/diffutils-2.8.1/src'
> gcc  -g -O2   -o sdiff  sdiff.o version.o ../lib/libdiffutils.a
> /usr/lib/cmplrs/cc/ld:
> Undefined:
> mkstemp
> collect2: ld returned 1 exit status
> 
> there is a lib\mkstemp.c/o but not containing mkstemp. In
> config.status the test for mkstemp is negativ (fails).

Thanks for the bug report.  Is the problem fixed in diffutils test
version 2.8.4?  Here's the URL:
ftp://alpha.gnu.org/gnu/diffutils/diffutils-2.8.4.tar.gz

Does lib/libdiffutils.a contain mkstemp.o and tempname.o?
For example, what does "ar tv lib/libdiffutils.a" say?

What symbols are defined by lib/mkstemp.o and lib/tempname.o?
"nm lib/mkstemp.o; nm lib/tempname.o" should tell you.




reply via email to

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