I have copied the C programe in http://sqlite.org/quickstart.html and try to compile it. With BorlandC and TCC I obtain the unique same error: "undefined symbol: sqlite3_version".

SQLITE_API const char sqlite3_version[] = SQLITE_VERSION;
is in line 693 and 110173 (ifndef SQLITE_AMALGAMATION which is defined in line 21).

Suspecting it might be something related to the last version I looked in vain into the last two months list archives?

Would someone now the answer to this?
Thank you!
jfc
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to