Hi all,
I've got into troubles with a dynamic library on Linux. It uses pthreads
but on the target system glibc 2.24 is used, while on my development
machine 2.34 is being used. I've tried to copy the libc-libraries from
the target system to my host and uxe -Xr -Xd, but it does not work.
I
On 13/12/2021 18:02, Joost van der Sluis via fpc-pascal wrote:
I've got into troubles with a dynamic library on Linux. It uses pthreads
but on the target system glibc 2.24 is used, while on my development
machine 2.34 is being used. I've tried to copy the libc-libraries from
the target system t
Op 13-12-2021 om 18:27 schreef Jonas Maebe via fpc-pascal:
On 13/12/2021 18:02, Joost van der Sluis via fpc-pascal wrote:
I've got into troubles with a dynamic library on Linux. It uses
pthreads but on the target system glibc 2.24 is used, while on my
development machine 2.34 is being used. I