Re: Build without .so files

2020-02-27 Thread Mark Wielaard
On Thu, Feb 27, 2020 at 11:51:41AM +, Romain GEISSLER wrote: > It looks like last year a change was merge removing the need to dlopen the > backend libraries [1]. Yes, this is part of the 0.178 release. > Right now, even if I configure with flags like "—disable-shared > --enable-static" it s

Build without .so files

2020-02-27 Thread Romain GEISSLER
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