indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 18 forks source link

Linker problems on some Linux platforms #5

Closed indigodarkwolf closed 3 years ago

indigodarkwolf commented 3 years ago

Ubuntu (20.04) and Linux Mint have linker troubles for some reason. I'm not sure why, and I don't know what to do to troubleshoot this further at this point.

indigodarkwolf commented 3 years ago

/facepalm. Seems that link order on the command line matters on some Linux distributions. https://stackoverflow.com/questions/8382153/linker-tells-me-it-cant-resolve-symbols-but-theyre-there

This seems to be fixed with f33162656be3a2f4e9c0b0573e3b1095a5b95213