Jump to content

Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

8 hours ago, arves100 said:

ld: skipping incompatible foo when searcing for -lfoo

This happends when the library you are linking is on a different architetture than the program you're buiding
For example: -lfoo is compiled with 64-bit support but game.exe is compiled with 32-bit support, the compiler will skip the library because it's not with 32-bit support.
FIX: Change the architetture of the library the architetture that the application is using (usually change -m64 to -m32 if you are on a 32-bit program or vice versa, also --march/mips must be the same)

Thanks, that fixed it for me!

For anyone else that has the same problem (because i could not find help elsewhere):

After you replace -m32 with -m64 i recommend you to do gmake clean first. If you get an error saying that for example libthecore.a is incompatible, go to the libthecore folder, replace -m32 with -m64 in makefile, gmake clean and then compile. Perfect! Thank you so much

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.