lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Lynx version 2.7 compilation problem (SCO Unix)


From: T.E.Dickey
Subject: Re: LYNX-DEV Lynx version 2.7 compilation problem (SCO Unix)
Date: Sat, 22 Feb 1997 18:59:46 -0500 (EST)

>       It the meantime, nothing will work short of finding all
> the remove() calls in the LYFoo and libwww modules, and replacing
> them with unlink().   No macros, as Wayne suggested to you, will
> work, because the problem lies in the ultimate translation to
> invoke unlink() on Unix.
> 
>       What I did when the problem was common was to use:
> 
> #ifdef SCO
>       ... unlink(...) ...
> #else
>       ... remove(...) ...
> #endif /* SCO */
it's in my configure script (I'd thought that was for VMS, which has
no unlink(), but it should work for *NIX systems as well.

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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