[Lazarus] version `GLIBC_2.34' not found error when running app on different PC

Sven Barth pascaldragon at googlemail.com
Fri Mar 17 14:17:11 CET 2023


Bo Berglund via lazarus <lazarus at lists.lazarus-ide.org> schrieb am Fr., 17.
März 2023, 13:54:

> On Fri, 17 Mar 2023 08:43:55 +0100 (CET), Michael Van Canneyt via lazarus
> <lazarus at lists.lazarus-ide.org> wrote:
>
> >FPC has not changed. It still works the same.
> >Everything that is under control of FPC is linked statically.
> >
> >But a complex GUI system like the LCL uses GTK/GDK/Qt and other
> libraries,
> >and those are dynamic, external libraries over which FPC or lazarus has
> no control.
>
> This aplication is a console (i.e NO GUI) application and it only uses
> these
> units:
>
> videosplitcmb.lpr:
>
> uses
>   {$IFDEF UNIX}
>     cthreads,
>   {$ENDIF}
>   Classes,
>   { you can add units after this }
>   sysutils,
>   utils,
>   runthread;
>
> and
>
> utils.pas:
>
> uses
>   Classes,
>   SysUtils,
>   Process;
>
> What is complex here?
>

Your code uses threads and on *nix systems that requires the C library.

Regards,
Sven
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20230317/6680a33f/attachment.htm>


More information about the lazarus mailing list