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: Sun, 23 Feb 1997 21:01:47 -0500 (EST)

>       Several recent messages have reiterated that simply #define'ing
> remove to unlink will not solve the problem for old SCO Unix systems
> (or new ones which perhaps have old headers unreplaced).  Nothing short
> of physically replacing remove() calls with unlink() calls appeared to
> work in that particular case.  Otherwise, they still get the error
> message about "__UNLINK", which is an external symbol, not in the
> Lynx code.
actually, it's an order-of-evaluation problem (stdio.h defines remove,
which gets in the way).  an alternative workaround would be to define
another symbol (which presumably would be less impacted, e.g., LY_remove).

(I've read the messages too - a lot of noise & no analysis)

-- 
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]