When I try to make FLUKA from FLUKA/src directory there is shown the next error:
gfortran -o /home/maxwell/FLUKA//bin/fluka -fuse-ld=bfd -L/home/maxwell/FLUKA//lib -lfluka -lstdc++ -lz
/usr/bin/ld.bfd: cannot find -lstdc++: No such file or catalogue
collect2: error: ld returned 1 exit status
make: *** [makefile:43: /home/maxwell/FLUKA//bin/fluka] Error 1
I have g++
package installed, have the libstdc+±11-dev (11.4.0-1ubuntu1~22.04) installed and have zlib1g-dev (1:1.2.11.dfsg-2ubuntu9.2) installed. What should I do to solve the problem ?