dotgnu-general
[Top][All Lists]
Advanced

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

Re: [DotGNU]Errno Weirdness & Need a `HAVE_RENAME'


From: Gopal V
Subject: Re: [DotGNU]Errno Weirdness & Need a `HAVE_RENAME'
Date: Wed, 18 Dec 2002 07:10:30 +0530
User-agent: Mutt/1.2.5i

If memory serves me right, Aditya P. Bansod wrote:
> When I enter into support/dir.c, I see the errno being already at 2
> (directory not found).

Try resetting errno at the top of the Directory.Move function, before
calling the Rename .. This will clear the errno of the last call, or
so I understand.

> Secondly, in support/dir.c I'd like to have a HAVE_RENAME so I can #ifdef
> HAVE_RENAME before I call rename. I couldn't really find where to put it

Take a look at AC_CHECK_FUNCS in configure.in . Add rename, re-run 
./autogen.sh and ./configure ... Check if HAVE_RENAME has been added by 
./configure to include/il_config.h ..

Gopal
-- 
The difference between insanity and genius is measured by success


reply via email to

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