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] Why/Jessie plugin version 2.22 is out



Hello Julien,

I set this in my .bashrc:

export CAMLLIB=/cygdrive/c/Frama-C/lib
export CAML_LD_LIBRARY_PATH=/cygdrive/c/Frama-C/lib/stublibs

Which seems to work:
~> echo $CAMLLIB
/cygdrive/c/Frama-C/lib
~> echo $CAML_LD_LIBRARY_PATH
/cygdrive/c/Frama-C/lib/stublibs

However, there's also
~> echo $OCAMLLIB
C:\Program Files\Objective Caml\lib
Which doesn't exist.

Maybe I should set OCAMLLIB instead of CAMLLIB?

-Boris