Fix linking of C test programs
Apparently, when prepending $(FCLIBS) to $(LINK), the resulting command line has the $(FCLIBS) libraries then _in front_ of the object files, which some linkers do not like (error adding symbols: DSO missing from command line)
Please register or sign in to comment