README
上传用户:dgyhgb
上传日期:2007-01-07
资源大小:676k
文件大小:2k
源码类别:

SQL Server

开发平台:

Unix_Linux

  1. This directory tree holds version 0.7b5.1 of GNU SQL Server. This
  2. is the *first* beta test of the system.  
  3. You may encounter bugs in this release.  If you do, please report
  4. them; your bug reports are valuable contributions to the FSF, since
  5. they allow us to notice and fix problems on machines we don't have, or
  6. in code we don't use often.  See the file BUGS for more information on
  7. how to report bugs.
  8. The file INSTALL in this directory says how to bring up GSS
  9. on Unix, once you have loaded the entire subtree of this directory.
  10. The tail of INSTALL contains instructions for USING the server.
  11. The file PROBLEMS contains information on common problems that
  12. occur in building, installing and running GSS.
  13. Reports of bugs in GSS should be sent to bug-gnu-sql@prep.ai.mit.edu 
  14. You can also see the GSS news at http://www.ispras.ru/~gsql.
  15. The file `configure' is a shell script to enable GNU SQL server 
  16. to discover the oddities of your processor and operating system.  
  17. It creates the file `Makefile' (a script for the `make' program), 
  18. which automates the process of building and installing GSS.  
  19. See INSTALL for more detailed information.
  20. The file `configure.in' is the input used by the autoconf program to
  21. construct the `configure' script.  Since GSS has configuration
  22. requirements that autoconf can't meet, `configure.in' uses an unholy
  23. marriage of custom-baked configuration code and autoconf macros; it
  24. may be wise to avoid rebuilding `configure' from `configure.in' when
  25. possible.
  26. The file `Makefile.in' is a template used by `configure' to create
  27. `Makefile'.
  28. The file `make-dist' is a shell script to build a distribution tar
  29. file from the current GSS tree, containing only those files
  30. appropriate for distribution.  If you make extensive changes to GSS,
  31. this script will help you distribute your version to others.
  32. There are several subdirectories:
  33. `src'  holds the C code for GSS (the SQL compiler, run-time library,
  34.        and code of server processes).
  35. `test' holds the our set of tests.
  36. `etc'  holds a set of useful scripts, required by the compilation and testing
  37.        process, and it also contains GSS documentation.