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] Compiling Frama-C on Ubuntu 9.10


  • Subject: [Frama-c-discuss] Compiling Frama-C on Ubuntu 9.10
  • From: boris.hollas at gmx.de (Boris Hollas)
  • Date: Mon, 19 Apr 2010 12:26:18 +0200
  • In-reply-to: <1271671844.2090.28.camel@iti27>
  • References: <1271664766.2090.3.camel@iti27> <20100419102741.3d1f3c42@is010235> <1271668015.2090.24.camel@iti27> <4BCC1FD7.40305@cea.fr> <1271671844.2090.28.camel@iti27>

Now I also have a problem with alt-ergo: Since alt-ergo is not part of
Frama-C or why, I assume that I have to install it separately. However,
the tarball from http://ergo.lri.fr/ doesn't compile:

~/Downloads/alt-ergo-0.9$ ./configure 
checking for ocamlc... ocamlc
ocaml version is 3.11.1
ocaml library path is /usr/lib/ocaml
checking for /usr/lib/ocaml/ocamlgraph/graph.cmi... no
checking for /usr/lib/ocaml/graph.cmi... no
configure: error: Cannot find ocamlgraph library. Please install the
*libocamlgraph-ocaml-dev* Debian package - or use the GODI caml package
system *http://godi.ocaml-programming.de/* - or compile from sources
*http://ocamlgraph.lri.fr/*
~/Downloads/alt-ergo-0.9$ 

Frama-C contains a local ocamlgraph. It seems that the makefile for
alt-ergo doesn't find this one. Should I install libocamlgraph-ocaml-dev
as suggested? What to about the local ocamlgraph package? Should i
uninstall frama-c and recompile with the global ocamlgraph package?

-Boris