[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoscan yields AC_CHECK_LIB([oad],[main])
From: |
Brian Dessent |
Subject: |
Re: autoscan yields AC_CHECK_LIB([oad],[main]) |
Date: |
Wed, 12 Mar 2008 09:56:46 -0700 |
NightStrike wrote:
> Running autoscan recommands this line in configure.scan:
>
> AC_CHECK_LIB([oad], [main])
>
> I can't seem to find that library, and I can't tell from autoscan.log
> what function makes it think that this "liboad" library is needed.
> How do I tell?
All that means is that autoscan happened upon the string " -load"
somewhere in a file named like Makefile*. It's not like it actually has
any knowledge of libraries, this is just a glorified grep.
Brian