You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SpinTensor thanks for reporting this ... is the issue that $(FCLIBS) incomplete or that the fortran and c++ compilers are configured to use different linkers? There is no good reason why a C++ compiler would not be able to link in fortran runtime libs (FCLIBS is defined for this purpose ... perhaps its computation is broken).
Not every compiler suite works like this. In some the fortran compiler is the most universal one and is used to link c++ code with the appropriate flags.
the
fortran_example.F90
in thefortran
folder has the wrong compiler in the Makefile.inSome compilers cannot use the c++ compiler for this. One manually needs to change it every time.
The text was updated successfully, but these errors were encountered: