You are not logged in.
Hi!
I'm trying to get wxSQLite3 to compile as a static build. I configure it to build a static build, ./configure -disable-shared but for some reason it only builds shared libraries (.so). Using the shared library gives me this error when running the program i'm making:
./Necessity: error while loading shared libraries: libwxcode_gtk2u_wxsqlite3-2.8.so.0: cannot open shared object file: No such file or directory
Which is wierd, as I know i've linked it correctly in Codeblocks :S
Offline