Please post any issues when compiling on Linux. Helpful information will probably be: * Distribution and release version if applicable
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
When I'm compiling on my arch linux, I get the message: /usr/bin/ld: .obj/sqlite3.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
This is solved by adding -ldl to the "LIBS +=" line in Makefile. Unfortunately I didn't succeed in having the .pro file add it automatically on qmake.
Please post any issues when compiling on Linux.
Helpful information will probably be:
* Distribution and release version if applicable
When I'm compiling on my arch linux, I get the message:
/usr/bin/ld: .obj/sqlite3.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
This is solved by adding -ldl to the "LIBS +=" line in Makefile. Unfortunately I didn't succeed in having the .pro file add it automatically on qmake.