Displaying 1 result from an estimated 1 matches for "sjdk".
Did you mean:
sdk
2018 Jul 02
0
C++11 and GCC 5+
...you
don't need to use rpath.
But you do need to have a version of the dependency compiled with the
GCC you want available at both compile time and runtime.
-=-
I ran across this issue when building Audacity 2.2.2 - which does not
build with GCC 4.8.5.
The problem libraries:
* flac
* vamp-sjdk-plugin
* wxGTK3
All three of those use C++11 and therefore needed to be rebuilt with GCC
5.5.0 (what I used for building Audacity)
Just thought I'd pass it along.