diff --git a/doc/README.build.mingw.html b/doc/README.build.mingw.html index cb9dc17e75..374d119595 100644 --- a/doc/README.build.mingw.html +++ b/doc/README.build.mingw.html @@ -16,7 +16,7 @@ Last Update: Mar 21 2010
Authors: Blas Rodriguez Somoza (blas at puertareal dot com), Dmitry Sibiryakov (aafemt at mail dot ru)

0.-Introduction

-

The MSYS/MINGW build was started with 1.5 beta 4.

+

The MSYS/MINGW build was started with 1.5.x

The only difference between the msvc build and the mingw build, is that the later one does not support the MS SEH exception handling. This means that some exceptions will not be catched and thus FB will abort.The sources using this exception handling are jrd/blob_filter.cpp, jrd/exe.cpp and jrd/fun.epp.

This port is not maintained anymore.

@@ -32,7 +32,7 @@ Authors: Blas Rodriguez Somoza (blas at puertareal dot com), Dmitry Sibiryakov (

The following packages from http://www.mingw.org are needed

MinGW

MSYS @@ -58,7 +58,7 @@ Authors: Blas Rodriguez Somoza (blas at puertareal dot com), Dmitry Sibiryakov (

  1. Start msys with the icon.
  2. -
  3. Go to the firebird2 root directory. For instance, if your root is d:\cvs\firebird you must do cd /d/cvs/firebird2.
  4. +
  5. Go to the firebird2 root directory. For instance, if your root is d:\svn\firebird you must do cd /d/svn/firebird2.
  6. Start configure with the switches to get super/classic and production/development build, for instance:
    autogen.sh --enable-superserver
    The valid switches for autogen are
    @@ -93,7 +93,7 @@ warning: too many arguments for format

    AUTOGEN

    The autogen script creates an output file in the same directory where it is executed with the name config.out. If the autogen fails look at config.out first.

    -

    Some permission problems, most probably related with the CVS client, has been reported. If the autogen gives a permission related error, like

    +

    Some permission problems, most probably related with the svn client, has been reported. If the autogen gives a permission related error, like

          autom4te: cannot open configure: Permission denied

    execute in the same directory:

          >chmod -R +uw *