>What did you download from 
>http://www.sqlite.org/download.html ? 
>sqlite-3.5.7.so.gz, or 
>sqlite-amalgamation-3.5.7.tar.gz?

I've installed sqlite-3.5.7 precompiled package on my slackware system. Below 
there is results of searches:

bash-3.1# find / -name sqlite3.c

bash-3.1# 

bash-3.1# find / -name sqlite3.h
/usr/include/seamonkey-1.1.2/sqlite3/sqlite3.h
/usr/include/sqlite3.h
bash-3.1# find / -name libsqlite3.so
/usr/lib/libsqlite3.so
bash-3.1# 

I try to compile:

bash-3.1# gcc -llibsqlite3.so CreaDB.c -o CreaDB
CreaDB.c: In function 'main':
CreaDB.c:21: warning: incompatible implicit declaration of built-in function 
'strlen'
CreaDB.c:5: warning: return type of 'main' is not 'int'
CreaDB.c:41:3: warning: no newline at end of file
/usr/lib/gcc/i486-slackware-linux/4.1.2/../../../../i486-slackware-linux/bin/ld:
 cannot find -llibsqlite3.so
collect2: ld returned 1 exit status
bash-3.1# ls
CreaDB.c  Desktop  GNUstep  loadlin16c.txt




       
---------------------------------
Inviato da Yahoo! Mail.
La casella di posta intelligente.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to