autoconf
[Top][All Lists]
Advanced

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

Re: C++ libraries


From: Braden McDaniel
Subject: Re: C++ libraries
Date: Mon, 22 Mar 2004 09:53:18 -0500

On Mon, 2004-03-22 at 08:37, Remko Troncon wrote:
> Hi,
> 
> This looks like a really dumb question, but i can't find the answer in
> the manual. I'm trying to do a check on the existence of a C++ library.
> How should i do this ? I have tried AC_CHECK_LIB, but i wouldn't know
> what to fill in the 'function' parameter to check. Nothing seems to
> work.

IIRC, AC_CHECK_LIB chokes on the C++ scope operator. Use AC_TRY_LINK
instead.

-- 
Braden McDaniel                           e-mail: <address@hidden>
<http://endoframe.com>                    Jabber: <address@hidden>





reply via email to

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