Search found 589 matches: +octave

Return to advanced search

Re: Installing Dynare for octave on macosx

Sorry for the late response. This is the output I get: -r--r--r-- 1 USERNAME admin 1620200 Jan 18 16:40 /usr/local/lib/gcc/6/libgfortran.3.dylib -r--r--r-- 1 USERNAME admin 7447936 Dec 21 12:56 /usr/local/lib/gcc/6/libgfortran.a lrwxr-xr-x 1 USERNAME admin 19 Dec 21 12:56 /usr/local/lib/gcc/6/libgfo...
by hhceylan
Fri Jan 20, 2017 1:46 pm
 
Forum: Dynare help
Topic: Installing Dynare for octave on macosx
Replies: 15
Views: 8367

Re: Installing Dynare for octave on macosx

What is the output of:
Code: Select all
ls -la /usr/local/lib/gcc/6/libgfortran*
by HoutanBastani
Tue Jan 17, 2017 8:15 pm
 
Forum: Dynare help
Topic: Installing Dynare for octave on macosx
Replies: 15
Views: 8367

Re: Installing Dynare for octave on macosx

They are not really related to the problem at thand.

The problem is I think this line:

Code: Select all
ld: library not found for -lgfortran


I tried to reinstall fortran but doesn't do anything. It can't find that command or library.
by hhceylan
Tue Jan 17, 2017 8:06 pm
 
Forum: Dynare help
Topic: Installing Dynare for octave on macosx
Replies: 15
Views: 8367

Re: Installing Dynare for octave on macosx

Whenever you have a problem installing via homebrew, the first thing you should do is look at the output of brew doctor . You have many warnings, each telling you the steps to take to take care of them. These warnings can be ignored if you don't have any problems installing homebrew packages. But, i...
by HoutanBastani
Tue Jan 17, 2017 3:50 pm
 
Forum: Dynare help
Topic: Installing Dynare for octave on macosx
Replies: 15
Views: 8367

Re: Installing Dynare for octave on macosx

... make Last 15 lines from /Users/USERNAME/Library/Logs/Homebrew/dynare/02.make: make[2]: Nothing to be done for `all-am'. Making all in mex/build/octave Making all in mjdgges clang -DPACKAGE_NAME=\"dynare\" -DPACKAGE_TARNAME=\"dynare\" -DPACKAGE_VERSION=\"4.4.3\" ...
by hhceylan
Tue Jan 17, 2017 2:41 pm
 
Forum: Dynare help
Topic: Installing Dynare for octave on macosx
Replies: 15
Views: 8367

Re: Simple Question: Dynare/Octave .xls Datafile

That seems to be a bug in Octave 3.8.1. If Excel is not installed, you can only work with xlsx files, not xls.
by jpfeifer
Tue Jan 17, 2017 10:38 am
 
Forum: Dynare help
Topic: Simple Question: Dynare/Octave .xls Datafile
Replies: 2
Views: 1674

Simple Question: Dynare/Octave .xls Datafile

Hello, I realize it's a simple question, but I'm not being able to make Dynare (4.4.3)/Octave (3.8.1) read the data on the excel (.xls) file. I've already installed the IO package, loaded it and set the current directory where the datafile is located, but Dynare is ...
by fernandes
Tue Jan 10, 2017 5:12 pm
 
Forum: Dynare help
Topic: Simple Question: Dynare/Octave .xls Datafile
Replies: 2
Views: 1674

Re: MSVC issue

... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. unrecognized option -export:Dynamic C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Link of 'mze_dynamic.mexw32' failed. Error using ...
by georgiana_alina
Thu Dec 22, 2016 6:09 pm
 
Forum: Dynare help
Topic: MSVC issue
Replies: 12
Views: 4469

Re: MSVC issue

... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. Error using mze (line 748) When using the USE_DLL option, you must give either 'cygwin' or 'msvc' option to the 'dynare' command Error ...
by georgiana_alina
Wed Dec 21, 2016 7:06 pm
 
Forum: Dynare help
Topic: MSVC issue
Replies: 12
Views: 4469

Re: Extensions to the basic Neoclassical Model

... model derivatives: - order 1 Computing dynamic model derivatives: - order 1 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. Residuals of the static equations: Equation number 1 : 0 Equation number 2 : 13.2031 Equation number 3 : 0 Equation number 4 : 0 Equation ...
by erikignasi
Tue Dec 20, 2016 8:19 pm
 
Forum: Dynare help
Topic: Extensions to the basic Neoclassical Model
Replies: 8
Views: 2772

Re: Problem in estimation

... - order 1 Computing dynamic model derivatives: - order 1 - order 2 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. prior_trunc = 0 mode_compute = 9 STEADY-STATE RESULTS: y 0 pi 0 r 0 e_D 0 e_S 0 e_R 0 y_obs 0 pi_obs 0 r_obs 0 EIGENVALUES: Modulus ...
by Ecofai
Fri Dec 16, 2016 12:06 pm
 
Forum: Dynare help
Topic: Problem in estimation
Replies: 5
Views: 1331

Extensions to the basic Neoclassical Model

... model derivatives: - order 1 Computing dynamic model derivatives: - order 1 Processing outputs ...done Preprocessing completed. Starting MATLAB/Octave computing. Residuals of the static equations: Equation number 1 : 0 Equation number 2 : -1.4462 Equation number 3 : 0 Equation number 4 : 0 Equation ...
by erikignasi
Sun Dec 11, 2016 2:44 pm
 
Forum: Dynare help
Topic: Extensions to the basic Neoclassical Model
Replies: 8
Views: 2772

Problem with steady state in traded and nonstraded goods

Hi, We are starting to introduce in this computacional world We are replaying a model of traded and nontraded goods of Wickens (2008) on Octave and the program run the codes, but at the end appear: "error: Impossible to find the steady state. Either the model doesn't have a steady state, ...
by dani09echeverry
Mon Nov 28, 2016 8:13 pm
 
Forum: Dynare contributions and examples
Topic: Problem with steady state in traded and nonstraded goods
Replies: 1
Views: 1305

Re: Installing Dynare for octave on macosx

What is the output of
Code: Select all
> env && echo $PATH && ls -la /usr/local/lib/gcc/6/libgfortran*


Also please post the output of
Code: Select all
> brew doctor
by HoutanBastani
Thu Nov 17, 2016 10:06 am
 
Forum: Dynare help
Topic: Installing Dynare for octave on macosx
Replies: 15
Views: 8367

Installing Dynare for octave on macosx

Hello, I am trying to install stable Dynare for octave according to the manual http://www.dynare.org/DynareWiki/InstallOnMacOSX. I tried: brew install dynare --HEAD --without-check and other options, but it gives the following error: Last 15 lines ...
by ake27
Wed Nov 16, 2016 9:17 pm
 
Forum: Dynare help
Topic: Installing Dynare for octave on macosx
Replies: 15
Views: 8367
PreviousNext

Return to advanced search