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
I started to use pfunit recently (version 4) and I had done the installation as I should, I usually succeed in writing several tests and everything works well, then I changed my pc and I took the 4.6.1 version from the git, and I did exactly as before and everything works fine for the installation of pFUnit, on the other hand, the Fortran compilation does not work using the same Makefile and the same test it shows me this error
build/installed/PFUNIT-4.6/lib/libfunit.a(FUnit.F90.o) : dans la fonction « __funit_MOD_generic_run » :
/../pFUnit-v4.6.1/src/funit/FUnit.F90:62 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Stringunlimitedmap »
pFUnit-v4.6.1/src/funit/FUnit.F90:62 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD_map_of »
pFUnit-v4.6.1/src/funit/FUnit.F90:63 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Stringunlimitedmap »
pFUnit-v4.6.1/src/funit/FUnit.F90:63 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD_map_of »
pFUnit-v4.6.1/src/funit/FUnit.F90:70 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Stringunlimitedmap »
pFUnit-v4.6.1/src/funit/FUnit.F90:70 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD_map_of »
...
...
pFUnit-v4.6.1/build/installed/FARGPARSE-1.4/lib/libfargparse.a(ArgParser.F90.o) : dans la fonction « __fp_argparser_MOD_parse_args_kludge_command_line » :
pFUnit-v4.6.1/extern/fArgParse/src/ArgParser.F90:271 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Map_s_basenode »
The text was updated successfully, but these errors were encountered:
I started to use pfunit recently (version 4) and I had done the installation as I should, I usually succeed in writing several tests and everything works well, then I changed my pc and I took the 4.6.1 version from the git, and I did exactly as before and everything works fine for the installation of pFUnit, on the other hand, the Fortran compilation does not work using the same Makefile and the same test it shows me this error
build/installed/PFUNIT-4.6/lib/libfunit.a(FUnit.F90.o) : dans la fonction « __funit_MOD_generic_run » :
/../pFUnit-v4.6.1/src/funit/FUnit.F90:62 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Stringunlimitedmap »
pFUnit-v4.6.1/src/funit/FUnit.F90:62 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD_map_of »
pFUnit-v4.6.1/src/funit/FUnit.F90:63 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Stringunlimitedmap »
pFUnit-v4.6.1/src/funit/FUnit.F90:63 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD_map_of »
pFUnit-v4.6.1/src/funit/FUnit.F90:70 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Stringunlimitedmap »
pFUnit-v4.6.1/src/funit/FUnit.F90:70 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD_map_of »
...
...
pFUnit-v4.6.1/build/installed/FARGPARSE-1.4/lib/libfargparse.a(ArgParser.F90.o) : dans la fonction « __fp_argparser_MOD_parse_args_kludge_command_line » :
pFUnit-v4.6.1/extern/fArgParse/src/ArgParser.F90:271 : référence indéfinie vers « __gftl2_stringunlimitedmap_MOD___vtab_gftl2_stringunlimitedmap_Map_s_basenode »
The text was updated successfully, but these errors were encountered: