Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


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

[Frama-c-discuss] How to use external libraries in Dynamic Plugin


  • Subject: [Frama-c-discuss] How to use external libraries in Dynamic Plugin
  • From: virgile.prevosto at cea.fr (Virgile)
  • Date: Mon, 03 Oct 2011 17:17:44 +0200
  • In-reply-to: <569C6D7D26484241A530B87F45ADE1F87DCF03@AOFRWMBXRSC004.resources.atosorigin.local>
  • References: <569C6D7D26484241A530B87F45ADE1F87DCF03@AOFRWMBXRSC004.resources.atosorigin.local>

Hello St?phane,

On 03/10/2011 16:43, DUPRAT Stephane wrote:
> Hello,
>
> Is it possible to use an external library in dynamic plugin ? For
> example, if I want to use sqlite3 OCaml library. I need to know the
> path<GODI_install>/install/lib/ocaml/pkg-lib/sqlite3/ and archive
> names sqlite3.cma and sqlite3.cmxa.
>
> I have seen interesting informations in the devel manual with the use
> of plugin_require_external macro, but it is for static plugin and I'm
> wondering if it is really possible to have the same thing with
> dynamic plugins and how to do that ?
>

If you include  ${FRAMAC_SHARE}/configure.ac in your plugin's 
configure.ac file, as explained in section 4.2.6 of the developer's 
manual, you have access to all Frama-C's macros, regardless of the 
dynamic or static nature of the plugin.

Note that plugin_require_external merely states that your plugin cannot 
be compiled without the given library. You should also have a 
corresponding configure_library call to detect if it is present, as 
explained in section 4.2.3.

Best regards,
-- 
E tutto per oggi, a la prossima volta
Virgile