So I have added the following to configure.in:
AC_CHECK_FUNCS(memcpy bcopy, break)

Now libltdl compiles much better.

So is this a bug, or am I doing something to cause
the entry in ltdl.m4 to be ignored?

Dan

> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Subject: Re: Configuring libtool HEAD branch.
> 
> I just sucked down a fresh copy of the HEAD branch from cvs.
> 
> libtool/ltdl.m4 contains the following line:
> AC_CHECK_FUNCS(memcpy bcopy, break)
> 
> But there is nothing in libtool/configure.in nor libtool/libltdl/configure.in.
> 
> Dan
> 
> > From: "Gary V. Vaughan" <[EMAIL PROTECTED]>
> > 
> > On Wednesday 11 April 2001 11:03 pm, [EMAIL PROTECTED] wrote:
> > > I am running into a small problem when using our native
> > > compiler because HAVE_MEMCPY is not being set (or even
> > > checked for).
> > 
> > Do you have AC_CHECK_FUNCS(memcpy) in your configure.in?
> > 
> > Cheers,
> >     Gary.
> 
> _______________________________________________
> Libtool mailing list
> [EMAIL PROTECTED]
> http://mail.gnu.org/mailman/listinfo/libtool
> 

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to