--- layout: fc_discuss_archives title: Message 48 from Frama-C-discuss on October 2013 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Mac install



I also had the problem that zarith-1.2 could not find gmp although the latter had been installed with macports.
In my case it helped to add the following two line to my .profile

export CPPFLAGS=-I/opt/local/include
export LDFLAGS=-L/opt/local/lib

Regards

Jens