Re: mc-4.6.1 release?



Hello,

On Sat, 23 Oct 2004, Leonard den Ottolander wrote:

> Hello Roland,
>
> On Sat, 2004-10-23 at 00:52, Roland Illig wrote:
> > > http://mail.gnome.org/archives/mc-devel/2003-June/msg00005.html
> >
> > I have fixed this with:
> > - #if defined HAVE_MEMPCPY || defined _LIBC
> > + #if 0 && (defined HAVE_MEMPCPY || defined _LIBC)
>
> Where exactly did you apply this and does it affect other platforms than
> Cygwin? Seems like a rather crude hack to me.

Have you read the link that I posted ? It is clear that __mempcpy is too
glibc specific. And even worse - the configure test doesn't test for
__mempcpy, but mempcpy. This is clearly wrong.




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