pgf90 -Bstatic -fPIC libjsonfortrand.lib libjsonfortran.lib
when I use -Bstatic add any libfile,it would throw out 90main.obj : error LNK2019: 无法解析的外部符号 MAIN_,该符号在函数 main 中被引用
Hi yaoshunyu,
This isn’t a problem with -Bstatic but rather you’re missing a main program.
-Mat