Black
Black
Hello, When I reinstalled the system, this time not with the "Minimal" install option, It works like a dream... BR Ormaniec
I already did add `AdditionalCompilerArguments = "-fPIC";` to the project, as it was one of my first guesses. I will attempt to recompile mosquitopp and other '.a' with `-fPIC` and...
After some work (mostly reading `CMakeLists.txt`) If come up with this solution: `mkdir bin && cd bin` `cmake ../ -DCMAKE_INSTALL_PREFIX=$(pwd)/install/mosquitto/bin/install -DWITH_STATIC_LIBRARIES=ON -DWITH_PIC=ON` `make && make install` After those, I copied...