Re: [sqlite] beginner's questions: atexit problem

2007-03-23 Thread John Stanton
Dev-CPP is an IDE which uses MinGW. It works well and compiles Sqlite in a very straightforward manner. Joe Wilson wrote: I haven't heard of Dev-Cpp. If you use MinGW gcc from http://mingw.org/ and MSYS, you shouldn't have any problems. --- timm2 <[EMAIL PROTECTED]> wrote: I use MMinGW as

Re: [sqlite] beginner's questions: atexit problem

2007-03-22 Thread Joe Wilson
I haven't heard of Dev-Cpp. If you use MinGW gcc from http://mingw.org/ and MSYS, you shouldn't have any problems. --- timm2 <[EMAIL PROTECTED]> wrote: > I use MMinGW as it was installed by Dev-Cpp, I think, thera are no Cygwin > files. > Tim > > > Are you mixing Cygwin and MinGW libraries

Re: [sqlite] beginner's questions: atexit problem

2007-03-21 Thread Joe Wilson
Are you mixing Cygwin and MinGW libraries and/or header files? --- timm2 <[EMAIL PROTECTED]> wrote: > Using dev-c++ 4.9.9.2-wx-beta-6.8 with mingw 3.4.2 I have got the error: > > sqlite3.A(.text+0x44):fake: multiple definition of `atexit' >

[sqlite] beginner's questions: atexit problem

2007-03-21 Thread timm2
Hello, I would like to try SQLite database, but I am not able to compile quickstart example. Using dev-c++ 4.9.9.2-wx-beta-6.8 with mingw 3.4.2 I have got the error: sqlite3.A(.text+0x44):fake: multiple definition of `atexit' C:/../lib/gcc/mingw32/3.4.2/../../../crt2.o(.text+0x260):crt1.c: