SRombauts / SQLiteCpp

SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
http://srombauts.github.io/SQLiteCpp
MIT License
2.22k stars 510 forks source link

MinGW cannot find library #457

Closed OMGerCoder closed 10 months ago

OMGerCoder commented 10 months ago

LD pretends that the .a file doesn't exist. This only happens within my Makefile.

UnixY2K commented 10 months ago

can you provide a sample repo?, currently we support CMake and Meson, but probably could guide you.

OMGerCoder commented 10 months ago

Oh, I fixed it. Turns out G++ (in a make environment) pretended the .a file did not exist when it was in /usr/lib.