It apears as known issue caused by gcc compiler adopting FDIS approved C++11 standard which was later overturned . See details at https://github.com/jtv/libpqxx/issues/336#issuecomment-643859978 Therefore I would like to upgrade to mingw64 version using gcc 4.9.3 but I also bound to run it on ubuntu 14.04 /Trusty so could this be accoimodated with any existing packages?
I tried searching .a, .dll and program did not find exsiting matches, so maybe it is limited to .zip files, but then there were no format mismatch error
Just to clarify this issue is observed with mingw64 version got ubuntu 14/04 /Trusty
Failure to compile base abstract class constructor initialization
Shared library not built with xenial version
This issue was resolved by adding headers generation with mingw-std-threads
missing c++11 sleep_for , chrono, threads
It apears as known issue caused by gcc compiler adopting FDIS approved C++11 standard because which was later overturned . See details at https://github.com/jtv/libpqxx/issues/336#issuecomment-643859978 Therefore I would like to upgrade to mingw64 version using gcc 4.9.3 but I also bound to run it on ubuntu 14.04 /Trusty so could this be accoimodated with any existing packages?