Quote Originally Posted by lloures View Post
/usr/bin/ld: skipping incompatible ../lib/libaxyinversion.a when searching for -laxyinversion
For whatever reason, this library was compiled to incompatible machine code with the executable source you're trying to link it to. Perhaps the executable is being compiled for 64-bit but the library is 32-bit. Perhaps it was built for a different distro of Linux. I'm not going to take the time to look through all the command lines to figure it out; but maybe that gives you a place to start.