From 22cc2589dd2d84ab8bd7d6f19bec4c1e619d2132 Mon Sep 17 00:00:00 2001 From: brodsom Date: Thu, 27 Mar 2003 03:16:38 +0000 Subject: [PATCH] Update instructions to build parse.cpp with bison. --- builds/posix/prefix.mingw.README.html | 91 ++++++++++++++++++++++++++- 1 file changed, 88 insertions(+), 3 deletions(-) diff --git a/builds/posix/prefix.mingw.README.html b/builds/posix/prefix.mingw.README.html index 0111f43739..c55a87e086 100644 --- a/builds/posix/prefix.mingw.README.html +++ b/builds/posix/prefix.mingw.README.html @@ -12,11 +12,12 @@

MINGW Notes


Date: March 25 2003
-Author: Blas Rodriguez Somoza
+Author: Blas Rodriguez Somoza blas@puertareal.com

0.-Introduction

The 1.5 beta 4 is the first available MSYS/MINGW build.

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 is an important difference because 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 maintained by Blas Rodriguez Somoza and Dmitry Sibiriakov.

1.-TODO