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 in Mac OS X Snow Leopard
- Subject: [Frama-c-discuss] Installation in Mac OS X Snow Leopard
- From: pascal.cuoq at gmail.com (Pascal Cuoq)
- Date: Thu, 18 Feb 2010 12:20:25 +0100
- In-reply-to: <c8e50f541002180249q3d5a09dcta54ea1fe2835d6ec@mail.gmail.com>
- References: <c8e50f541002180249q3d5a09dcta54ea1fe2835d6ec@mail.gmail.com>
Hello, > I tried what is describe in this page : > http://frama-c.cea.fr/OSX_beryllium.html . But after i do that, if i try to > run frama-c in the terminal it does not recognize it. Can someone give me > more descriptive steps(for example, the commands to run in the right order). The instructions there assume that you are familiar with Unix. They say to add /usr/local/Frama-C_Be/bin to your shell's path. Considering that the previous step was to untar an archive containing a file named usr/local/Frama-C_Be/bin/frama-c in /, this program should get executed when you type frama-c. What does the command echo $PATH say? What does file /usr/local/Frama-C_Be/bin/frama-c say? Examples of commands that you should have typed at some point if you installed Frama-C right: cd / sudo tar jxvf /Users/Joao/Downloads/frama-c-Beryllium-20090902-why_2.23-OSX_intel.tar.bz2 export PATH=/usr/local/Frama-C_Be/bin:$PATH vi ~/.profile # and add line export PATH=/usr/local/Frama-C_Be/bin:$PATH > If someone knows how to put frama-c work using the compilation method can > also try to help me. Getting frama-c to compile is a simple matter of "configure" and "make". Getting frama-c-gui or gwhy on Snow Leopard is incredibly tricky. I have only gotten it to look reasonable recently, and by "look reasonable" I mean that it has no unicode support and that the letter sequence "fi" is displayed wrong. I wouldn't recommend you spend your time with this approach. The binary distribution has been tested and has no reason not to work on a brand-new Snow Leopard. Regards, Pascal
- References:
- [Frama-c-discuss] Installation in Mac OS X Snow Leopard
- From: jroberto1980 at gmail.com (João Roberto)
- [Frama-c-discuss] Installation in Mac OS X Snow Leopard
- Prev by Date: [Frama-c-discuss] Installation in Mac OS X Snow Leopard
- Next by Date: [Frama-c-discuss] Installation in Mac OS X Snow Leopard
- Previous by thread: [Frama-c-discuss] Installation in Mac OS X Snow Leopard
- Next by thread: [Frama-c-discuss] Installation in Mac OS X Snow Leopard
- Index(es):