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.

Re: Link error when set to 64 Bit

Sounds like there is a bug in the 64-bit FGSL library as built for the package manager.  I'll get an update uploaded tomorrow or Monday at the latest.

Jeff Armstrong
Approximatrix, LLC

Re: Link error when set to 64 Bit

A new version of FGSL, 0.9.4-4, is now available that fixes compilation issues with 64-bit targets.  Please let me know if you experience any other issues.

Jeff Armstrong
Approximatrix, LLC

Re: Link error when set to 64 Bit

Thanks

That builds fine now.