I got it. I found all the required static libraries by going searching through nm *.a on Linux and looking for which library had the missing functions, then I linked to that lib which gave me a whole new set of missing functions and I repeated the process until nothing was missing. Also, everything has to be in the right order as well.<br>
<br>{$linklib mingwex}<br>{$linklib mingw32}<br>{$linklib msvcrt}<br>{$linklib kernel32}<br>{$linklib user32}<br>{$linklib crtdll} <br>