|
-
August 31st, 2010, 09:14 AM
#2
Re: what does this error means, please?
 Originally Posted by lloures
/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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|