[fpc-pascal] Re: Undefined symbols. Help!

Anthony Walter sysrpl at gmail.com
Sun May 26 17:29:13 CEST 2013


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.

{$linklib mingwex}
{$linklib mingw32}
{$linklib msvcrt}
{$linklib kernel32}
{$linklib user32}
{$linklib crtdll}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20130526/72616b02/attachment.html>


More information about the fpc-pascal mailing list