Quantcast
Channel: Can't link against libsqlite3.a to create my own static library - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Florian Weimer for Can't link against libsqlite3.a to create my own...

-lsqlite3 is ignored when compiling into object files because no linking happens.You have three options.You can add the SQLite object files to your static library lib_XX.a.You can perform a relocatable...

View Article



Can't link against libsqlite3.a to create my own static library

I'm creating a static library that contains some objects including one that depends on sqlite3. This is my make file; it basically compiled the 3 cpp files into objects, put them into a .a lib and then...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images