ld: library not found for -ld_classic

I am trying to install the non-source version of Fluka on my MacBook Pro with Apple M2 Max processors. I get the following error messages - thanks for any guidance you can provide.

(base) mehlhorn@ppdmehlhornlap src % pwd
/Users/mehlhorn/codes/fluka4-5.0/src
(base) mehlhorn@ppdmehlhornlap src % make
gfortran -o /Users/mehlhorn/codes/fluka4-5.0//bin/fluka -fuse-ld=bfd -ld_classic -L/Users/mehlhorn/codes/fluka4-5.0//lib -lfluka -lgeometry -ldata -lmath -ltool -lstdc++ -lz -lpthread
ld: library not found for -ld_classic
collect2: error: ld returned 1 exit status
make: *** [/Users/mehlhorn/codes/fluka4-5.0//bin/fluka] Error 1