The linking problem is not related to the version of Fortran or the package manager used, if any. The Linux linker will not link in a symbol from a library if there is no reference to it in at least one of the other objects that are being linked with the library. There is a simple solution to the problem.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Errors trying to build package | 4 | 559 | July 28, 2021 | |
Building First FPM case | 7 | 473 | September 12, 2022 | |
[fpm] can fpm be used to build a dynamic link library? | 17 | 1635 | November 20, 2024 | |
Binary/executable on a better path or user-defined subdirectory | 4 | 429 | August 8, 2023 | |
Stdlib with fpm | 5 | 678 | October 8, 2021 |