The SQLClient library is designed to provide a simple interface to SQL databases for GNUstep applications.
Find a file
CaS 975572c6b7 Finish initial checkin
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@19195 72102866-910b-0410-8b05-ffd578937521
2004-04-26 15:20:46 +00:00
.cvsignore Finish initial checkin 2004-04-26 15:20:46 +00:00
ChangeLog Finish initial checkin 2004-04-26 15:20:46 +00:00
config.guess New database library 2004-04-26 15:13:27 +00:00
config.h.in New database library 2004-04-26 15:13:27 +00:00
config.make.in New database library 2004-04-26 15:13:27 +00:00
config.sub New database library 2004-04-26 15:13:27 +00:00
configure New database library 2004-04-26 15:13:27 +00:00
configure.ac New database library 2004-04-26 15:13:27 +00:00
COPYING.LIB New database library 2004-04-26 15:13:27 +00:00
ECPG.pgm New database library 2004-04-26 15:13:27 +00:00
GNUmakefile New database library 2004-04-26 15:13:27 +00:00
GNUmakefile.postamble New database library 2004-04-26 15:13:27 +00:00
GNUmakefile.preamble New database library 2004-04-26 15:13:27 +00:00
install-sh New database library 2004-04-26 15:13:27 +00:00
MySQL.m New database library 2004-04-26 15:13:27 +00:00
Oracle.pm New database library 2004-04-26 15:13:27 +00:00
Postgres.m New database library 2004-04-26 15:13:27 +00:00
README New database library 2004-04-26 15:13:27 +00:00
SQLClient.h New database library 2004-04-26 15:13:27 +00:00
SQLClient.html Finish initial checkin 2004-04-26 15:20:46 +00:00
SQLClient.m New database library 2004-04-26 15:13:27 +00:00
testECPG.m New database library 2004-04-26 15:13:27 +00:00
testMySQL.m New database library 2004-04-26 15:13:27 +00:00
testPostgres.m New database library 2004-04-26 15:13:27 +00:00

To build this library you must have a basic GNUstep environment set up ...

The gnustep-make package must have been built and installed.
The gnustep-base package must have been built and installed.

You must hace sourced the GNUstep.sh script (from gnustep-make) to set
up environment variables needed for building this.

If this environment is in place, all you should need to do is run 'make'
to configure and build the library, 'make install' to install it.

Then you can run the test programs.

Your most likely problems are that the configure script may not detect the
database libraries you want ...