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

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

Re: problems with mkstemp


From: Paul Eggert
Subject: Re: problems with mkstemp
Date: 06 Jun 2003 23:23:36 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

jean-frederic clere <address@hidden> writes:

> When compiling diffutils-2.8.1 on platform that does have mkstemp(). I
> get an unresolved mkstemp().

What platform are you using?  What exactly are the symptoms?

> I have noted that the configure checks for mkstemp() (and correctly
> found that it is no present)

This makes it sound like mkstemp is absent, which seems to contradict
your earlier statement.

> but I have not found how the
> lib/mkstemp.c replacement routine gets called.

config.h is supposed to '#define mkstemp rpl_mkstemp', and
'configure' is supposed to replace '@LIBOBJS@' in lib/Makefile.in
with a string containing 'mkstemp.o' in lib/Makefile.  Did this
not happen with you?




reply via email to

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