diff --git a/mex/build/octave/mex.am b/mex/build/octave/mex.am
index f2eab8ad8d208ca4a139f60874e86ea7cb290bb7..443e31d0bfc21d15350b6cedad9998413a74d9f7 100644
--- a/mex/build/octave/mex.am
+++ b/mex/build/octave/mex.am
@@ -17,7 +17,6 @@ LIBS += $(shell $(MKOCTFILE) -p BLAS_LIBS)
 LIBS += $(shell $(MKOCTFILE) -p FFTW_LIBS)
 LIBS += $(shell $(MKOCTFILE) -p LIBS)
 LIBS += $(shell $(MKOCTFILE) -p FLIBS)
-LIBS += $(shell $(MKOCTFILE) -p CXXLIBS) # Only used for Octave/MinGW
 
 all-local:
 	$(MKDIR_P) $(top_srcdir)/../../octave
diff --git a/windows/README.txt b/windows/README.txt
index 33b651fb4d11b85338a7610a0d75d9902b754196..97e3bb7e16f1c4a86ee35f143c7c1a75e75149c2 100644
--- a/windows/README.txt
+++ b/windows/README.txt
@@ -57,10 +57,10 @@ Using Dynare with Octave
 Dynare is now available for GNU Octave, a free clone of MATLAB (R) (see
 <http://www.octave.org>).
 
-The recommended Octave distribution is the Octave/MinGW 3.2.4
+The recommended Octave distribution is the Octave/MinGW 3.4.3
 precompiled binaries from Octave Forge, available at:
 
-  http://sourceforge.net/projects/octave/files/Octave_Windows%20-%20MinGW/
+  http://sourceforge.net/projects/octave/files/Octave_Windows%20-%20MinGW/Octave%203.4.3%20for%20Windows%20MinGW%20Installer/  
 
 Every time you run Octave, you should type the two following commands (assuming
 that you have installed Dynare at the standard location, and replacing '4.x.y'
diff --git a/windows/dynare.nsi b/windows/dynare.nsi
index c56a547aca6757a4e14a3837698f45c0033893df..2168c524814ab64ca80b0dbedd33571175030460 100644
--- a/windows/dynare.nsi
+++ b/windows/dynare.nsi
@@ -108,7 +108,7 @@ SectionEnd
 
 SectionGroupEnd
 
-Section "MEX files for Octave 3.2.4 (MinGW build)"
+Section "MEX files for Octave 3.4.3 (MinGW build)"
  SetOutPath $INSTDIR\mex\octave
  File ..\mex\octave\*.mex ..\mex\octave\*.oct
 SectionEnd