[fpc-pascal] libc error on older Linux
Rainer Stratmann
rainerstratmann at t-online.de
Wed Jun 3 15:57:04 CEST 2026
> What kind of application is that - is it a Lazarus (GUI) application, or
> you just use Lazarus as your IDE? Is it a multi-threaded application?
>
> Tomas
A very simple
writeln( 'hello' );
works!
I have to search what causes the error in my (huge) software.
https://forum.lazarus.freepascal.org/index.php?topic=38069.0
Comment: August 26, 2017, 07:18:24 pm
Library libc usage and unit libc usage are totally different subjects. Unit
libc is deprecated for a long time (since it is basically an one off header for
a 15+ old libc), library libc not.
May be this is the issue.
More information about the fpc-pascal
mailing list