autoconf
[Top][All Lists]
Advanced

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

Re: AC_CHECK_LIB for C++ libraries


From: Peter Johansson
Subject: Re: AC_CHECK_LIB for C++ libraries
Date: Sat, 03 Nov 2012 00:14:31 +1000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20

On 11/2/12 9:04 PM, Jan Mikelson wrote:
Hey everyone,

I am currently writing configure.ac and Makefile.am files for a project
I have been working on. The project consists of some C++ shared
libraries and one executable. If they were C libraries I could just use

AC_CHECK_LIB([lib1], [function1])

to check whether the library lib1 is available. This does not work with
C++ libraries. Is there a similar way of doing this for C++ libraries? I
could not find anything helpful online and would appreciate any help!
Thanks a lot!

I've used AC_LINK_IFELSE to check for C++ libs.

Cheers,
Peter




reply via email to

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