Page 1 of 1

command not found

PostPosted: Wed Apr 04, 2007 6:54 pm
by dy2700us
I am trying to run dynare on a computational server with Matlab 7.3. I got the following error message

??? Error using ==> dynare
/xx/xxxx/user/x/x/xxxxx/dynare/matlab/dynare_m: Command not found.


I check the path using which dynare and I got

/xx/xxxx/user/x/x/xxxxx/dynare/matlab/dynare.m


which is correct. What is the problem?

PostPosted: Wed Apr 04, 2007 8:19 pm
by MichelJuillard
Looks like dynare_m.exe is missing in the directory

/xx/xxxx/user/x/x/xxxxx/dynare/matlab/

Best

Michel

PostPosted: Wed Apr 04, 2007 10:03 pm
by dy2700us
Dear Michel;

dynare_m.exe was there in the same directory.

What else can be a problem? Is it possible that .exe was not allowed?

PostPosted: Thu Apr 05, 2007 7:03 am
by MichelJuillard
Most likely you server runs under Linux and not Windows. You must at least compile the parser under Linux. Look at "Dynare version 4 for Linux" in "Dynare version 4" forum.

Best

Michel

PostPosted: Fri Apr 06, 2007 12:59 am
by dy2700us
I looked at the forum for version 4, however I don't understand exactly what to do. (Sorry for being Linux illiterate!)

What do I need to type exactly and where?

make parser.src?

where is parser.src?

Really appreciate your help.

PostPosted: Sat Apr 07, 2007 11:23 am
by MichelJuillard
In the snapshots, you have a subdirectory 'parser.src' that contains de C++ code for the parser. On the server, ou should do

cd parser.src
make


You may want to do that with somebody who is familiar with Linux.

Kind regards

Michel