Topic: Link error when set to 64 Bit
When I try and build my code in 64 Bit I get the following error
Compiling .\f_glui.f90
Generating wisdom.exe
C:/Users/Dave/AppData/Local///sfpm/64/lib/libfgsl.a: could not read symbols: Archive has no index; run ranlib to add one
collect2.exe: error: ld returned 1 exit status
Error(E42): Last command making (wisdom.exe) returned a bad status
Error(E02): Make execution terminated
* Failed *
But if I build in 32 Bit it works ok.