Hello,
Last successfully built metview version it was built against magics++ 2.18.15-7. In magics++ 2.18.15-7 there is only static libMagWrapper library as well. The difference is that, in last metview version, during linking of bin/uPlotBatch, are used flags: -fPIE -pie. Using this flags on mips requires that all used object files and libraries must be compiled with fPIC flag. I had create static library libMagWrapper that includes object files compiled with fPIC flag and I was able to successfully build metview. Creating libMagWrapper shared library, that will also require using fPIC flag during compiling object files, should solve this issue, as well. Best Regards, Dejan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org