On Sep 23, 12:11 am, "Dr. David Kirkby" <david.kir...@onetel.net> wrote: > gcc "-DPACKAGE_NAME=\"sqlite\"" "-DPACKAGE_TARNAME=\"sqlite\"" > "-DPACKAGE_VERSION=\"3.6.22\"" "-DPACKAGE_STRING=\"sqlite 3.6.22\"" > "-DPACKAGE_BUGREPORT=\"http://www.sqlite.org\"" "-DPACKAGE=\"sqlite\"" > "-DVERSION=\"3.6.22\"" -D_FILE_OFFSET_BITS=64 -DSTDC_HEADERS=1 > [...] > -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE -g -O2 -MT sqlite3.lo -MD -MP -MF > .deps/sqlite3.Tpo -c sqlite3.c -fPIC -DPIC -o .libs/sqlite3.o > gcc: 3.6.22": No such file or directory > <command-line>:0:16: warning: missing terminating " character
Something is wrong with escaping the quotation marks in the gcc call. How are you implementing the delay? Are you sure it preserves shell escapes? If anything it seems to be a bug in the shell or make, but not sqlite. Cheers, Volker -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org