GNU Ada 95 Database Developement Environment - (GNADE)
Version 0.9d
J. Pfeifer / M.Erdmann
25.3.2001
This release provides a thin binding to the ODBC interfaces, an embedded SQL translator which processes Ada 95 sources with embedded SQL, some basic documentation and some samples demonstrating the basic functionality. The release is targted for Linux based systems but is expected to work on other *nix systems as well.
The software is distributed as compressed (gzip) tar file named:
gnade-src-linux-gnu-0.9d.tar.gz
Bug Reports | http://sourcefore.net/projects/gnade | M.Erdmann |
GNADE Discussions | http://cert.uni-stuttgart.de/mailman/listinfo/gnade-dev | Florian Weimer |
Project Page | http://gnade.sourceforge.net/ | M.Erdmann |
Dev. Coordination | Michael.Erdmann@snafu.de | M.Erdmann |
The following authors have contributed to this release::
Jürgen Pfeifer | juergen.pfeifer@gmx.net> |
Michael Erdmann | Michael.Erdmann@snafu.de |
Sune Falck | sunef@hem.passagen.se |
Florin Weimer | Florian.Weimer@RUS.Uni-Stuttgart.DE |
The GNU Public License (GPL) applies with the following extension to all software components in this release
As a special exception, if other files instantiate generics from GNADE Ada units, or you link GNADE Ada units or libraries with other files to produce an executable, these units or libraries do not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License.
The documentation has been put under the Free GNU Documentation License.
Bug Ref. | Short Description | Comments |
411143 | configure does not fail. | The configure.in script has been updated and aborts if the library check failes or one of the GNAT components is missing. |
Bug Ref. | Short Description | Comments |
411141 | Missing ";" for "EXEC SQL DECLARE DB01 D | This problem may be bypassed by putting a semicolon in the source code. |
The documentation is only distributed as HTML format, because the pdf files generated by docbook are faulty.
The installation of this software requires the following components:
Component | Version | Source |
gzip | ||
tar | ||
autoconf | 2-13-9 | |
make | 3.79.1 | GNU |
gnat | 1.13p | GNU |
In order to install and compile the distribution in your working directory, perform the following steps:
gunzip -c gnade-src-linux-gnu-<version>.tar.gz | tar xvf -
cd gnade-src-linux-gnu-0.9d
./configure <dbname>
make clean
make all