On Tue, Oct 25, 2011 at 10:15 AM, Jose <jc.fernandez.nava...@gmail.com> wrote:
> /usr/lib/gcc/i686-pc-mingw32/4.5.3/../../../../i686-pc-mingw32/bin/ld:
> cannot find -lsqlite3

The way I usually track down things like this is to find the broken commandline
(e.g. make VERBOSE=1), put it in a shell script with any needed cd,
and verify that it reproduces the problem.
You can then do things like add options to gcc to get it to
show what it's doing, or use strace -f -o slog on the script
to see where it's looking for the library in question.
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to