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,

./configure FFLAGS=-fPIC
make
make install