Re: [sqlite] [C] Linker Error

2008-03-08 Thread Severin Müller
Hi Folks Thanks for your answers. I already had the latest build, and i linked the lib correctly with my Linker. I found the solution in the meantime. It was quite easy actually: I only had to manually add the -ldl option to my linker and all worked fine. Thanks anyway for your support :)

Re: [sqlite] [C] Linker Error

2008-03-08 Thread John Stanton
Looks like you need to include the shared library archive into your LIB list. Severin Müller wrote: > Hi folks > > I tried to include sqlite3 in my current C Project. > > I downloaded the precompiled library sqlite-3.5.6.so and put it in my project. > Then, i downloaded the sqlite source and

Re: [sqlite] [C] Linker Error

2008-03-08 Thread drh
Clay Dowling <[EMAIL PROTECTED]> wrote: > Severin Müller wrote: > > I tried to include sqlite3 in my current C Project. = > > > = > > > I downloaded the precompiled library sqlite-3.5.6.so and put it in my pro= > ject. > > Then, i downloaded the sqlite source and added sqlite3.h to my project. =

Re: [sqlite] [C] Linker Error

2008-03-08 Thread Clay Dowling
Severin Müller wrote: > I tried to include sqlite3 in my current C Project. > > I downloaded the precompiled library sqlite-3.5.6.so and put it in my project. > Then, i downloaded the sqlite source and added sqlite3.h to my project. > > Now, when i try to compiler, i get the following error