@@ -33,3 +33,5 @@ You will have to set the ViSTA build tools to be setup correctly:
...
@@ -33,3 +33,5 @@ You will have to set the ViSTA build tools to be setup correctly:
* If ``libstdc++.so`` cannot be loaded at cooking: add ``-static-libstdc++`` to ``CMAKE_CXX_FLAGS``
* If ``libstdc++.so`` cannot be loaded at cooking: add ``-static-libstdc++`` to ``CMAKE_CXX_FLAGS``
* If ``dlopen failed: ../lib/libVABase.so`` occurs you need to:
* If ``dlopen failed: ../lib/libVABase.so`` occurs you need to:
* Check with ``readelf -d libVANet.so | grep NEEDED`` whether ``libVABase.so`` is not linked directly into ``libVANet.so`` but as ``../lib/libVABase.so`` which cannot be found for packaged builds.
* Check with ``readelf -d libVANet.so | grep NEEDED`` whether ``libVABase.so`` is not linked directly into ``libVANet.so`` but as ``../lib/libVABase.so`` which cannot be found for packaged builds.
* To change that on Windows, e.g., get https://github.com/david942j/patchelf.rb for Ruby