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] installation on Ubuntu
- Subject: [Frama-c-discuss] installation on Ubuntu
- From: pascal.cuoq at gmail.com (Pascal Cuoq)
- Date: Mon, 26 Aug 2013 17:16:56 +0200
- In-reply-to: <B27751AC-CC33-4DD7-B99A-4714645BB054@udel.edu>
- References: <A74F37FC-F2C4-46CC-9A93-25246A520E13@udel.edu> <CAOH62Jj97vCC9fZd-iXogs1pQkkeKdZOW3M3UbYb5SpSOnwUkA@mail.gmail.com> <B27751AC-CC33-4DD7-B99A-4714645BB054@udel.edu>
On Mon, Aug 26, 2013 at 5:03 PM, Stephen Siegel <siegel at udel.edu> wrote: > Then I typed "sudo apt-get install ocaml". When that is done: > > student at ubuntu12:~$ ls /usr/local/lib > ocaml python2.7 python3.2 > student at ubuntu12:~$ ls /usr/local/lib/ocaml/ > 3.12.1 > student at ubuntu12:~$ ls /usr/local/lib/ocaml/3.12.1/ > stublibs > student at ubuntu12:~$ ls /usr/local/lib/ocaml/3.12.1/stublibs/ > student at ubuntu12:~$ > > So apt-get install sets up this trivial directory structure in > /usr/local/lib, while all the real stuff goes in /usr/lib/ocaml. I then > executed "sudo apt-get install libzarith-ocaml-dev", which put zarith in > /usr/lib/ocaml/zarith. > I see. Thanks for taking the time to explain. > Thanks for explaining what Zarith is for---I didn't have any idea, only > the sort of discouraging message about using the less efficient library. > This message was supposed to be reassuring! Zarith is a modern multi-precision integer library based on GMP. OCaml also contains a historical multi-precision integer library which is less efficient than Zarith in all respects. The historical library is used if Zarith is not found. A thin compatibility layer inside Frama-C allows to use one or the other with identical functionality. An alternative to the creation of the symlink may be to invoke Frama-C's configure with --enable-zarith=/usr/lib/ocaml/zarith Pascal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130826/c41e73dd/attachment-0001.html>
- References:
- [Frama-c-discuss] installation on Ubuntu
- From: siegel at udel.edu (Stephen Siegel)
- [Frama-c-discuss] installation on Ubuntu
- From: pascal.cuoq at gmail.com (Pascal Cuoq)
- [Frama-c-discuss] installation on Ubuntu
- From: siegel at udel.edu (Stephen Siegel)
- [Frama-c-discuss] installation on Ubuntu
- Prev by Date: [Frama-c-discuss] installation on Ubuntu
- Next by Date: [Frama-c-discuss] Could I determine whether a function is unsupported-function (such as: scanf, fscanf, sprintf, snprintf) by using the API?
- Previous by thread: [Frama-c-discuss] installation on Ubuntu
- Next by thread: [Frama-c-discuss] installation on Ubuntu
- Index(es):