autoconf
[Top][All Lists]
Advanced

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

How to examine a C++ library in a subfolder?


From: bonami
Subject: How to examine a C++ library in a subfolder?
Date: Wed, 27 Jun 2007 01:43:17 -0700 (PDT)

i have a C++ library ll in /usr/local/lib/e/ and there is a class c in it.
now i'm developing another program using autoconf/automake.
how can i test for the library's existence in configure.ac, since it is not
in library dir?
if i write
AC_CHECK_LIB([ll], main))
it fails.
and header file meets the same problem.

thank you.
-- 
View this message in context: 
http://www.nabble.com/How-to-examine-a-C%2B%2B-library-in-a-subfolder--tf3986986.html#a11320581
Sent from the Gnu - Autoconf - General mailing list archive at Nabble.com.





reply via email to

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