The link step with f95 is:
D:\Booster>g95 -o bdp.exe bdp.o -I d:\booster -L d:\boosterMyLib D:\MinGW\Disl
in\dismg.a -luser32 -lgdi32
bdp.o:bdp.f95.text+0x29): undefined reference to `setearthdata_'
bdp.o:bdp.f95.text+0x2e): undefined reference to `setboostdata_'
bdp.o:bdp.f95.text+0x33): undefined reference to `settrajdata_'
bdp.o:bdp.f95.text+0x11a5): undefined reference to `deftra_'
bdp.o:bdp.f95.text+0x126a): undefined reference to `boostr_'
It just so happens that these routines are the only ones called from bdp and all are in MyLib.a and all the .o files are in the same directory. Any suggestions?
Thanks, BrooksVH
D:\Booster>g95 -o bdp.exe bdp.o -I d:\booster -L d:\boosterMyLib D:\MinGW\Disl
in\dismg.a -luser32 -lgdi32
bdp.o:bdp.f95.text+0x29): undefined reference to `setearthdata_'
bdp.o:bdp.f95.text+0x2e): undefined reference to `setboostdata_'
bdp.o:bdp.f95.text+0x33): undefined reference to `settrajdata_'
bdp.o:bdp.f95.text+0x11a5): undefined reference to `deftra_'
bdp.o:bdp.f95.text+0x126a): undefined reference to `boostr_'
It just so happens that these routines are the only ones called from bdp and all are in MyLib.a and all the .o files are in the same directory. Any suggestions?
Thanks, BrooksVH