Fixing -rpath-link issues with cross-compilers
If you are using a cross-compiler to build a non-trivial Linux app (e.g. including QT libraries), you may encounter errors like this when linking your binary: ld.exe: warning: libfontconfig.so.1, needed by …/libQtGui.so, not found (try using -rpath or -rpath-link) ld.exe: warning: libaudio.so.2, needed by …/libQtGui.so, not found (try using -rpath or -rpath-link) ld.exe: warning: libglib-2.0.so.0, … Continue reading Fixing -rpath-link issues with cross-compilers
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed