On 1/12/07, neelam <[EMAIL PROTECTED]> wrote:
  I have used sqlite3 database engine for my C appln .
  my C program (first.c )simply opens database , creates tables and closes 
database.
  I have confirmed the presence of sqlite3 librarries on my system at /usr/lib/

  my compliation option is  : gcc first.c -lsqlite3
  and then i get a compln error as
  path to sqlite3 lib - could not read symbols :Invalid operation
  ld returned with exit status 1

Check whether you get warnings saying that the sqlite3 functions are
implicitly declared. If yes then you probably don't have
libsqlite3-dev installed.Also, confirm whether you're using sqlite
functions or sqlite3 functions. They're not interchangeable.


Regards,
--
Siddhesh Poyarekar
http://siddhesh.tk

--
http://mm.glug-bom.org/mailman/listinfo/linuxers

Reply via email to