Re: [sqlite] Linking to SQLite with Cygwin / CMake [SOLVED]

2005-08-26 Thread Kiel W.
Reid, Thanks for the help! 1) I didn't realize the catch that the .lib directory was a hidden folder 2) I wasn't using the --enable-debug and --disable-tcl flags 3) CMake is not generating a valid Makefile that links correctly =(

RE: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-26 Thread Reid Thompson
Kiel W. wrote: > Ok, I'm definately thinking this is just a problem with my > understanding of the build process in *nix's and the quirks of Cygwin. > > I am getting the following warning with the default Makefile that is > generated. "libtool: link: warning: undefined symbols not allowed in >

Re: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-25 Thread Kiel W.
Ok, I'm definately thinking this is just a problem with my understanding of the build process in *nix's and the quirks of Cygwin. I am getting the following warning with the default Makefile that is generated. "libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared

RE: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-25 Thread Reid Thompson
Doug Currie wrote: >> I downloaded the raw source and ran 'configure' and 'make' from a >> separate folder. The resulting output I copied to /usr/lib/sqlite. >> In it a see the bunch of .lo, .o and the two .la files >> (libsqlite3.la, libtclsqlite3.la) using cygwin ( when i built sqlite3 from

Re: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-25 Thread Doug Currie
KW> I downloaded the raw source and ran 'configure' and 'make' from a KW> separate folder. The resulting output I copied to /usr/lib/sqlite. In KW> it a see the bunch of .lo, .o and the two .la files (libsqlite3.la, KW> libtclsqlite3.la) KW> I am use to a Visual Studio build environment, but

Re: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-25 Thread Kiel Wadner
Jay Sprenkle wrote: undefined reference at link time is usually a missing library. I think you're using linux? I'm actually Cgywin is a linux emulation layer.. from their site: "Cygwin is a Linux-like environment for Windows. It consists of two parts: A DLL (cygwin1.dll) which acts as a

Re: [sqlite] Linking to SQLite with Cygwin / CMake

2005-08-25 Thread Jay Sprenkle
On 8/24/05, Kiel Wadner <[EMAIL PROTECTED]> wrote: > This is almost a general programming question, but any help would be > appreciated. > > Root Problem: > /home/kiel/development/omms/output/libdbWrapper.a(dbwrapper.o): In > function `_ZN3srs9DbWrapper4openERKSs': >

[sqlite] Linking to SQLite with Cygwin / CMake

2005-08-24 Thread Kiel Wadner
This is almost a general programming question, but any help would be appreciated. Root Problem: /home/kiel/development/omms/output/libdbWrapper.a(dbwrapper.o): In function `_ZN3srs9DbWrapper4openERKSs': /home/kiel/development/omms/src/dbwrapper/dbwrapper.cpp:49: undefined reference to