According to what I have installed, the correct thing to call out is
-lsqlite3:

$ ls /mingw32/lib | grep sqlite
libfftw3f.dll.a                    libsqlite3.a
libfftw3l.a                        libsqlite3.dll.a
libpng16.dll.a                     sqlite3.8.8.3/

So, yeah, whatever does that is wrong.


On Wed, Sep 30, 2015 at 8:19 PM, Noel <[email protected]> wrote:

> Hi Alexey, Ray et al,
>
> This is my first post so first a big thank you all for the magnificent
> work on MSYS2.
> A truly great achievement.
>
> I work on Embedded Hardware/software and Radio.
> My favourite IDE is Codelite so I was delighted to see that msys2 supports
> it now.
> I have been working on adapting it for embedded use for the ARM Cortex M
> series architecture.
>
> First up I am learning how to build Codelite using msys2.
> The build is failing when linking sqlite3 with the following error
> E:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/5.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
> cannot find -lsqlite3lib
>
> I notice that the library is called "-lsqlite3lib".
> Should this be "-lsqlite3" instead?
>
> See the attached output from the build script.
>
> Appreciate any help.
>
> Best regards.
>
> Noel.
>
> Noel Diviney Ayrenet Pty Ltd, 24 Wadhurst Drive, Boronia, Victoria 3155,
> Australia. Phone +61 3 9887 1130 email [email protected] or
> [email protected]
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Msys2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/msys2-users
>
>
------------------------------------------------------------------------------
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to