Hello, I also found this. The problem is here:
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]' sqlite3.c is build with the script ./tool/mksqlite3c.tcl - then compiled with a default rule for ".c" file. Because there is no main function in sqlite3.c the linked throws an error. sqlite3.exe is not build from sqlite3c, but from src/shell.c. I am digging around in makefile.in, but I haven't found a solution yet. Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---