Re: checking for libraries that link but do not run

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

 



Ralf Wildenhues <Ralf.Wildenhues@xxxxxx> writes:

> * Ben Pfaff wrote on Mon, Oct 05, 2009 at 06:20:47PM CEST:
>> To try to head off the problem, I'm thinking about putting
>> something like this after each command that adds to LIBS:
>>     AC_RUN_IFELSE([AC_LANG_PROGRAM([], [])], 
>>                   [:],
>>                   [AC_MSG_FAILURE([Cannot run program linked against $LIBS.])],
>>                   [:])
>
> One possibility is to use the gnulib havelib module.

Thank you for pointing that out.  I had never looked at the
havelib module before.  It might fix the problem too.
-- 
"doe not call up Any that you can not put downe."
--H. P. Lovecraft



_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux