Re: Check for global symbol

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

 



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

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

?

_______________________________________________
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