On 3/11/24 23:02, Christoph Grüninger wrote:
undefined reference to `GpgME::Data::seek(long, int)'
At least with LO's internal external/gpgmepp, this is defined as
off_t seek(off_t offset, int whence);
in workdir/UnpackedTarball/gpgmepp/lang/cpp/src/data.h, so it probably is an inconsistency of <https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fFILE_005fOFFSET_005fBITS> in how that library and LO itself are built.