Hi,
I have tried to install Dynare on Mac OS Lion and ran into a couple of issues: First I tried this using matlab 2010b and 2011a, same issue;
running build_dynare I get this result:
build_dynare
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… ./install-sh -c -d
checking for gawk… no
checking for mawk… no
checking for nawk… no
checking for awk… awk
checking whether make sets $(MAKE)… no
checking build system type… i386-apple-darwin11.1.0
checking host system type… i386-apple-darwin11.1.0
checking for MATLAB prefix… /Applications/MATLAB_R2011a.app
checking whether to enable MATLAB support… yes
checking for MATLAB version… 2011a
checking for MEX-file suffix… mexmaci64
setting MEX-file suffix to .mexmaci64
checking for MATLAB machine architecture… maci64
checking for a sed that does not truncate output… /usr/bin/sed
checking for options to compile MEX for MATLAB… ok
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: no acceptable C compiler found in $PATH
See `config.log’ for more details.
/bin/bash: make: command not found
cp: src/mex/matlab/*: No such file or directory
Note: I have Xcode 4.1 installed and there is a c compiler on my mac. Any suggestions how I can get this to work? Thanks.