Skip to content

Frequently Asked Questions

Q: I have a linking error with libma27.a, saying "recompile with -fPIC".

A: Please configure ma27 with -fPIC flag and compile it again. For example,

1
2
3
./configure FFLAGS=-fPIC
make
make install


Last update: 2020-07-20