Latest installation of clean KDE Neon and "official" deb files for FPC and Lazarus
Installation passed fine, however run default empty app, this is shown:
Compile Project, Target: /home/test/project1: Success, Warnings: 2
project1.lpr(24,1) Warning: "crtbeginS.o" not found, this will probably cause a linking failure
project1.lpr(24,1) Warning: "crtendS.o" not found, this will probably cause a linking failure
Somewhere at this forum Is wrote build-essential need to be installed in order to fix this issue. And it is, however this warning is still shown. Probably some other devel libraries need to be installed now.
Whoever making these deb files always missing to add all required dependencies inside installation process in order to work correctly with basic installation.
Is it ever this will be handled properly which should allow installation, compilation and running without any issues?