Dear Professor:
I trying to install dynare for scilab in linux, but honestly i have no idea about what can i do for it. I’m sure that you’re help and comments will be well received.
Thanks for your cooperation
Sergiop
We are currently working on a new version of Dynare for Scilab that should be released for testing in a month or so. I will then make sure that I also works under Linux.
If I was you, I would wait until then.
If ou are in a hurry, download the snaptshot for version 3 go to parser.src and type
make -f makefile.linux dynare_s
Then you need to tell Scilab where the directory dynare_v3/scilab is. Look at the installation notes in Dynare manual.
I haven’t tried it in a while and I’m not absolutely sure that it works as it should.
Best
Michel
Dear professor
I am also trying to install Dynare for Scilab in a Fedora distribution. When I try to compile the dynare_s file, a list of errors appears, relating with the file dynare.c found in the parser.
The errors are all as:
undefined reference to 'yyin’
undefined reference to 'yyout’
undefined reference to 'yyparse’
and happen in some lines (136, 137, 141, 143, 157, 158, 162, 175)
Finally
collect2: ld returned 1 exit status
make: *** [dynare_s] Error 1
Then, the dynare_s is wrong compiled and I cannot use dynare.
Thanks for any help.
jd_prada
Are you using the make file?
dynare.o needs to be linked with d_tab.o, d_ll.o and precompiler.o
Best
Michel