Port-vax archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
internal compiler error while compiling sqlite3
hi,
when compiling sqlite3 with debugging support, it reports an internal
compiler error:
CFLAGS="-O0 -g"
./libtool --mode=compile --tag=CC gcc -O0 -g -DSQLITE_OS_UNIX=1 -I.
-I./src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_TEMP_STORE=1 -c ./src/date.c
libtool: compile:Â gcc -O0 -g -DSQLITE_OS_UNIX=1 -I. -I./src
-D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_TEMP_STORE=1 -c ./src/date.c
-fPIC -DPIC -o .libs/date.o
./src/date.c: In function 'strftimeFunc':
./src/date.c:957: internal compiler error: in
vax_expand_addsub_di_operands, at config/vax/vax.c:2002
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.NetBSD.org/Misc/send-pr.html> for instructions.
*** Error code 1
Stop.
make: stopped in /usr/pkgsrc/databases/sqlite3/work/sqlite-3.6.14.2
Home |
Main Index |
Thread Index |
Old Index