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: Klaus Weide
Subject: Re: LYNX-DEV can't compile ac-0.90: "Undefined symbol _memmove"
Date: Fri, 7 Nov 1997 06:21:18 -0600 (CST)

On Fri, 7 Nov 1997, T.E.Dickey wrote:

> > > Compiling on SunOS4.1.3 with gcc-2.7.2, linking failed with the message:
> > > 
> > >   collect2: ld returned 2 exit status
> > >   ld: Undefined symbol
> > >      _memmove
> > 
> > Just finished compiling _successfully_ on Solaris2.5, gcc-2.7.2.2.  No such
> > undefined symbol as on the Sun machine.

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

    <URL:http://sol.slcc.edu/lynx/current/>

  Klaus


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