[plt-scheme] Compiling SrPersist in plt-201
Hi Everyone,
I'm trying to compile srpersist (either 201 or 202) against plt-201, and
it can't find libmzgc .. (-l mzgc). Does anyone know where I can find
it? That library (or object?) doesn't seem to be in my plt-201 package.
Also, SrPersist expects the system header sqlucode.h:
from srpersist.cxx:
#if (ODBCVER >= 0x0300)
#include <sqlucode.h>
#endif
I'm using iODBC and that header isn't included (it's from unixODBC).
This makes SrPersist non portable for ODBC vers > 3. Does anyone know
why SrPersist is written this way?
Thanks for any help,
Richard