Closed
Description
I am testing out some possible additions to stdlib. During initial development CMake has worked well in compiling the source code. I would now like to appropriately modify Makefile.manual so that it can also be used to compile the files. I am getting a load time error for gfortran 10.2.0: "ld: library not found for -lSystem". Is there some obvious change I can do so that Makefile.manual will work? I assume I need to modify the library search path.