While attempting to compile sqlite 3.6.3 on a Fedora 9 system which was
freshly built (the system is based on the 20081004 Fedora Unity respin),
I got this error in malloc.c. Can anyone suggest a fix? I'm wondering if
I forgot to install a needed RPM package? I installed the "software
development" packages.



./libtool --mode=compile --tag=CC gcc -g -O2 -DSQLITE_OS_UNIX=1 -I.
-I../src -D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_TEMP_STORE=1 -c ../src/malloc.c
libtool: compile: gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I../src
-D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_TEMP_STORE=1 -c ../src/malloc.c -fPIC -DPIC -o .libs/malloc.o
../src/malloc.c: In function ‘sqlite3_memory_highwater’:
../src/malloc.c:178: warning: call to ‘sqlite3_status’ declared with
attribute warning: is experimental
../src/malloc.c: In function ‘sqlite3_memory_used’:
../src/malloc.c:165: warning: call to ‘sqlite3_status’ declared with
attribute warning: is experimental
libtool: compile: gcc -g -O2 -DSQLITE_OS_UNIX=1 -I. -I../src
-D_HAVE_SQLITE_CONFIG_H -DNDEBUG -DSQLITE_THREADSAFE=1
-DSQLITE_THREAD_OVERRIDE_LOCK=-1 -DSQLITE_OMIT_LOAD_EXTENSION=1
-DSQLITE_TEMP_STORE=1 -c ../src/malloc.c -o malloc.o >/dev/null 2>&1

[Note: compile goes into a hang at the line above and is stuck there.
Then when you press CTRL-C, you get the output which appears below.]

^Cmake: *** [malloc.lo] Error 1


Thanks

Bob Cochran
Greenbelt, Maryland, USA

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to