I tried every effort to compile a staic essentia library in centos system, but always failed. When I run "waf configure --with-static-examples", it finally report a error "/usr/bin/ld: cannot find -lstdc++". When I run "waf configure --build-static --static-dependencies", compile is ok, but when I try to build a example, it returns a error: 'CLOCKS_PER_SEC' was not declared in this scope, error: 'clock_gettime' was not declared in this scope.
I tried every effort to compile a staic essentia library in centos system, but always failed. When I run "waf configure --with-static-examples", it finally report a error "/usr/bin/ld: cannot find -lstdc++". When I run "waf configure --build-static --static-dependencies", compile is ok, but when I try to build a example, it returns a error: 'CLOCKS_PER_SEC' was not declared in this scope, error: 'clock_gettime' was not declared in this scope.