autoconf
[Top][All Lists]
Advanced

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

Re: Check for global symbol


From: tom fogal
Subject: Re: Check for global symbol
Date: Wed, 26 Jan 2011 12:15:31 -0700

Sergio Belkin <address@hidden> writes:
> Hi,
>
> Is there a way to check is a library function is global?

  AC_TRY_COMPILE(...,
    [extern rettype funcname(args);],
    [funcname(...);]
  )

?



reply via email to

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