Hi, The sqlite-3.3.15 package included in the SAGE-2.5 alpha that I posted here: http://sage.math.washington.edu/home/was/sage2.5 doesn't build under cygwin. So if you try to build the alpha version under cygwin, you'll have to replace that package by sqlite-3.3.14.spkg from the previous version. Also, if anybody has any idea how to fix this, let me know. Here's the error output (see below). In the meantime, I'll revert to including sage-3.3.14.spkg in sage-2.5.
' rm -rf tsrc mkdir -p tsrc cp ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/btree.c ./src/btree.h ./src/build.c ./src/callback.c ./src/complete.c ./src/date.c ./src/delete.c ./src/expr.c ./src/func.c ./src/hash.c ./src/hash.h ./src/insert.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/os.c ./src/os_unix.c ./src/os_win.c ./src/os_os2.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/select.c ./src/shell.c ./src/sqlite.h.in ./src/sqliteInt.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbefifo.c ./src/vdbemem.c ./src/vdbeInt.h ./src/vtab.c ./src/where.c ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c sqlite3.h ./src/btree.h ./src/hash.h opcodes.h ./src/os.h ./src/os_common.h ./src/sqlite3ext.h ./src/sqliteInt.h ./src/vdbe.h parse.h ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_tokenizer.h ./src/vdbeInt.h tsrc cp: warning: source file `./src/btree.h' specified more than once cp: warning: source file `./src/hash.h' specified more than once cp: warning: source file `./src/sqliteInt.h' specified more than once cp: warning: source file `./src/vdbe.h' specified more than once cp: warning: source file `./ext/fts1/fts1.h' specified more than once cp: warning: source file `./ext/fts1/fts1_hash.h' specified more than once cp: warning: source file `./ext/fts1/fts1_tokenizer.h' specified more than once cp: warning: source file `./src/vdbeInt.h' specified more than once rm tsrc/sqlite.h.in tsrc/parse.y cp parse.c opcodes.c keywordhash.h tsrc tclsh ./tool/mksqlite3c.tcl gcc sqlite3.c -o sqlite3 /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../libcygwin.a(libcmain.o):(.text+0xab): undefined reference to [EMAIL PROTECTED]' collect2: ld returned 1 exit status make[2]: *** [sqlite3] Error 1 make[2]: Leaving directory `/usr/local/sage-2.5.alpha0/spkg/build/sqlite-3.3.15' Error installing sqlite real 4m15.186s user 2m29.130s sys 2m54.779s sage: An error occured while installing sqlite-3.3.15 Please email William Stein <[EMAIL PROTECTED]> explaining the problem and send him the relevant part of of /usr/local/sage-2.5.alpha0/install.log. Don't send the whole thing. If you want to try to fix the problem, yourself *don't* just cd to /usr/local/sage-2.5.alpha0/spkg/build/sqlite-3.3.15 and type 'make'. Instead (using bash) type "source local/bin/sage-env" from the directory /usr/local/sage-2.5.alpha0 in order to set all environment variables correctly, then cd to /usr/local/sage-2.5.alpha0/spkg/build/sqlite-3.3.15 make[1]: *** [installed/sqlite-3.3.15] Error 1 make[1]: Leaving directory `/usr/local/sage-2.5.alpha0/spkg' real 7m41.864s user 4m42.220s sys 4m59.183s -- William Stein Associate Professor of Mathematics University of Washington http://www.williamstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---