Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
frama-c
Commits
57aca75f
Commit
57aca75f
authored
3 years ago
by
Virgile Prevosto
Browse files
Options
Downloads
Patches
Plain Diff
[reference-config] prefer lablgtk3 over lablgtk2
parent
b570d410
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reference-configuration.md
+6
-2
6 additions, 2 deletions
reference-configuration.md
with
6 additions
and
2 deletions
reference-configuration.md
+
6
−
2
View file @
57aca75f
The following set of packages is known to be a working configuration for
compiling Frama-C+dev, on a machine with gcc <= 9[^gcc-10]
NB: frama-c-gui can be compiled against either lablgtk3 or lablgtk2. However, gtk2 itself
is deprecated on most distributions, and it can be difficult to install the appropriate
support libraries (notably gtksourceview). lablgtk3 should be preferred.
-
OCaml 4.08.1
-
alt-ergo.2.2.0 (for wp, optional)
-
apron.v0.9.12 (for eva, optional)
-
lablgtk.2.18.11 |
lablgtk3.3.1.1 + lablgtk3-sourceview3.3.1.1
-
lablgtk3.3.1.1 + lablgtk3-sourceview3.3.1.1
| lablgtk.2.18.11
-
mlgmpidl.1.2.12 (for eva, optional)
-
ocamlfind.1.8.1
-
ocamlgraph.1.8.8
...
...
@@ -16,5 +20,5 @@ compiling Frama-C+dev, on a machine with gcc <= 9[^gcc-10]
[
^gcc-10
]:
As
mentioned in this
[
OCaml PR
](
https://github.com/ocaml/ocaml/issues/9144
)
gcc 10 changed its default linking conventions to make them more stringent,
resulting in various linking issues. In particular, only OCaml 4.10 can be
resulting in various linking issues. In particular, only OCaml
>=
4.10 can be
linked against gcc-10.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment