This is the INSTALL file for msql-import

msql-import does not come with a fancy installation script.  Here's how
I build the app.  It's totally brain dead, but it works:

1) Copy libmsql.a and msql.h into the msql-import source directory

2) run ranlib on libmsql.a if necessary (Linux, NEXTSTEP...)

3) type 'make'


NOTE:

You may have to modify the makefile in order to compile msql-import.
msql-import is written in ANSI-C.  The CC compiler that came with old
SunOS versions does not like ANSI-C style declarations.  Try using gcc
if you have problems compiling with cc.