On Sun, 6 Jul 2025, Stephan wrote:
However, there is one dependency to math/mapm which only comes with a .a file and provides no .so file. I had included -lmapm in LDFLAGS already, but according to nm the library seems to have all references marked with U in the symbol table, so I guess it was not imported.
AIUI, you just name .a files on the command line, like any .o file. -- Benny