philchalmers / mirt

Multidimensional item response theory
https://philchalmers.github.io/mirt/
199 stars 75 forks source link

Issue while installing mirt package on rhel 7.8 version #181

Closed mukhendra closed 4 years ago

mukhendra commented 4 years ago

Hi Phil,

Please find the below description steps, while installing gcc version

After updating gcc/g++ version from 4.8.5 to 9.3.0. Still I'm getting error while installing mirt package. For reference gcc version: image image

Error image

Regards, Mukhendra

philchalmers commented 4 years ago

The error seems to be that -lgfortran cannot be located. Are you somehow missing FORTRAN compilers (i.e., gfortran), or perhaps it's also out of date? Can't say I've ever seen that error before.

seonghobae commented 4 years ago

A lot of the RHEL packages tend to out of date with stability issues (See https://access.redhat.com/security/updates/backporting). You can try to yum install gcc-gfortran, but It will get 4.x version gcc and gfortran.