bkornienko Posted July 20, 2016 Share Posted July 20, 2016 Working with LE C++ project under windows I am getting this error. /usr/bin/ld: skipping incompatible ~/.steam/steam/steamapps/common/Leadwerks/Library/Linux/libsteam_api.so when searching for -lsteam_api But the weird thing is that project successfully started and working. Any ideas? Quote Link to comment Share on other sites More sharing options...
thehankinator Posted July 21, 2016 Share Posted July 21, 2016 You said Windows, but I think you mean Linux. Typically that message happens when you try to link a library with the wrong architecture(x86 vs x86_64). It will keep searching for one that matches. If it successfully built I'd guess it did find a match. Quote Link to comment Share on other sites More sharing options...
bkornienko Posted July 21, 2016 Author Share Posted July 21, 2016 You said Windows, but I think you mean Linux. Yes. My bad. Sorry. I meant Linux. Yes. You are right. I have only x86 arch library. But there is not x86_64 one even in steam's root directory. Still weird that this things is working And if I take the library away project is not compiled. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.