From GianLuigi Piacentini@21:1/5 to All on Mon Jan 8 18:19:40 2024
Downloaded the Fortran Standard Library as snapd package.
How to link it in my application.
Used to do
gfortran -o exec_name main_name.o ... library_path/library_name.a
under Kubuntu linux, latest long term support version (20.04 if I
remember well).