|
From: | grischka |
Subject: | Re: [Tinycc-devel] using tcc as a cross compiler for Windows |
Date: | Wed, 17 Feb 2010 00:05:31 +0100 |
User-agent: | Thunderbird 2.0.0.23 (Windows/20090812) |
Luigi Rizzo wrote:
hmmm. i still don't understand how the i386-win32-tcc finds the missing symbols (or, knows that they are in msvcrt.dll and kernel32.dll) ? At least, without them in my case i was getting unresolved symbols.
From msvcrt.def and kernel32.def in win32/lib? See also win32/tcc-win32.txt:
Import Definition Files: ------------------------ To link with Windows system DLLs, TCC uses import definition files (.def) instead of libraries. ...
--- grischka
[Prev in Thread] | Current Thread | [Next in Thread] |