PACKAGE NAME ------------ neko_sqlite3 SOURCE/VERSION -------------- sqlite-3.16.1 / 4 IRIX/MIPSPRO VERSION -------------------- 6.5.22m / 7.4.4m ENVIRONMENT VARIABLES --------------------- setenv CC c99 setenv CFLAGS "-O2 -OPT:Olimit=3899 -mips4 -n32" setenv MAKE /usr/nekoware/bin/gmake ./configure --prefix=/usr/nekoware gmake gmake install For mips3 builds use: setenv CFLAGS "-O2 -OPT:Olimit=3899 -mips3 -n32" KNOWN DEPENDENCIES ------------------ base IRIX only ERRORS/MISCELLANEOUS -------------------- I've not re-enabled readline support because it is only needed for the sqlite3 shell and does function without. Besides, libsqlite3.so is the main reason this package is generated. Thread support can be disabled by specifying --disable-threadsafe but this can cause problems when running the library in other threaded code like tcl and python, so i've left it like it is. You can't disable threads with --disable-threads ! This package has dual support for both mips3 and mips4 architecture, controlled by the mach(CPUARCH=R4000) switch for libraries and executables. S/N VER PORTER ------------------------------------- 4 3.16.1 Frank Everdij (dexter1@gmail.com) 3 3.7.10 Rainer Canavan (nekoware@canavan.de) 2 3.7.4 Len White (lwhite at nrw.ca)