libtool-patches
[Top][All Lists]
Advanced

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

Re: AC_CHECK_LIB(m, main, LIBM="-lm") broken with C++ [PATCH]


From: Robert Boehne
Subject: Re: AC_CHECK_LIB(m, main, LIBM="-lm") broken with C++ [PATCH]
Date: Wed, 05 Feb 2003 22:41:45 -0600

Albert Chin wrote:
> 
<SNIP>
> Is this too much:
>   AC_CHECK_FUNC(cos, , AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm"))
> 
> We could do the same for:
>   AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw").
> 
> --
> albert chin (address@hidden)

Yeah, I think this is too much.  's/main/cos/' fixes the problem
without risking anything.
With Bob's approval I'm going to check this patch in.

Thanks!

Robert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]