Page 1 of 1
Install Dynare for Scilab in Fedora
Posted:
Mon Sep 18, 2006 2:48 pm
by sergiop
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
Posted:
Mon Sep 18, 2006 3:27 pm
by MichelJuillard
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
Cmpiling the dynare_s file
Posted:
Tue Sep 19, 2006 4:25 pm
by jd_prada
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
Posted:
Fri Sep 22, 2006 12:13 pm
by MichelJuillard
Are you using the make file?
dynare.o needs to be linked with d_tab.o, d_ll.o and precompiler.o
Best
Michel