Linux Install

I have a problem installing dynare(Matlab 2007a) in mandriva 2007 linux environment. here is the error I got :

root@p parser.src]# make -f Makefile.linux
make: Makefile.linux: No such file or directory
make: *** No rule to make target `Makefile.linux’. Stop.
[root@p parser.src]# dir
d.h dynare.c makefile precompiler.cc
d.y dyn.l makefile.linux precompiler.hh

Any help much appreciated.

Linux is case sensitive. You should do

make -f makefile.linux

according to the name of the files that you are listing

Best

Michel

Thanks Michel and have a good day.
Regards.