So I\'ve been coding something on 32-bit and yesterday I needed to build a dll and I had a couple of problems with that. Anyway I solved them here.
Unfortunately eve
I encountered the same problem when I try to create a shared library which need to link a static library.
I solved the problem by adding -fPIC to CXXFLAGS to compile .o files which are archived in the static library.