libtool
[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++


From: Albert Chin
Subject: Re: AC_CHECK_LIB(m, main, LIBM="-lm") broken with C++
Date: Wed, 5 Feb 2003 16:17:36 -0600
User-agent: Mutt/1.4i

On Wed, Feb 05, 2003 at 03:00:39PM -0600, Bob Friesenhahn wrote:
> I posted a detailed message to address@hidden and
> address@hidden but there has been no response at all so I will
> post again.
> 
> CVS libtool.m4 contains lines like
> 
>   AC_CHECK_LIB(m, main, LIBM="-lm")
> 
>     and
> 
>   AC_CHECK_LIB(ltdl, main, ... blah

Gross!

> What is the best path forward?

Replace main with a *real* function in one of the libraries.

-- 
albert chin (address@hidden)




reply via email to

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