Build without .so files
Romain GEISSLER
romain.geissler@amadeus.com
Thu Feb 27 11:51:00 GMT 2020
Hi,
It looks like last year a change was merge removing the need to dlopen the backend libraries [1].
Right now, even if I configure with flags like "—disable-shared --enable-static" it seems that I still endup with .so files and that tools like eu-readelf depend on it. So what is the official way today to have a fully static build ?
I saw BUILD_STATIC in configure.ac, but it seems to be enabled only for gcov/gprof builds. Would it make sense to take —disable-shared here ?
Cheers,
Romain
[1] https://sourceware.org/ml/elfutils-devel/2019-q3/msg00142.html
More information about the Elfutils-devel
mailing list