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...)  Do NOT
   use ranlib on Solaris 2.4 or 2.5 libraries.

4) type 'make'

Solaris 2.4 and 2.5 users, type 'make -f makefile.Solaris' instead.


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.