autoconf
[Top][All Lists]
Advanced

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

Re: C++ libraries


From: Ossama Othman
Subject: Re: C++ libraries
Date: 22 Mar 2004 10:30:52 -0800

Hi,

On Mon, 2004-03-22 at 06:53, Braden McDaniel wrote:
> IIRC, AC_CHECK_LIB chokes on the C++ scope operator.

>From what I recall, it assumes functions have a C linkage (e.g. extern
"C"), and chokes on C++ mangled symbols.

>  Use AC_TRY_LINK
> instead.

Or better yet, AC_LINK_IFELSE in recent versions of autoconf.

HTH,
-Ossama
-- 
Ossama Othman <address@hidden>





reply via email to

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