lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV can't compile ac-0.90: "Undefined symbol _memmove"


From: T.E.Dickey
Subject: Re: LYNX-DEV can't compile ac-0.90: "Undefined symbol _memmove"
Date: Fri, 7 Nov 1997 10:37:44 -0500 (EST)

> > I see memmove used explicitly in GridText.c and a couple of places under 
> > WWW.
> > There's a workaround for SunOS
> >     #define memmove(d,s,n) bcopy(s,d,n)
> > but it has to be tested in general (I do that in xterm).
> >  
> > (If the reference in GridText.c isn't temporary, I'll add that to my list 
> > ;-)
> 
> The one in GridText.c is in the color style stuff and has been there for
> a while and nobody has complained.  So don't bother for that one...
> 
> The new one was in HTNews.c.  I got rid of it, and checked in
> 2.7.1ac-0.91.
ok (so there's no need to accommodate it).
btw - memmove should be used only if you need overlapping copies, since memcpy
is more generally available.  (xterm needs it since it does overlapping copies,
of course).

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