tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] TCC (Windows executable) and cygwin1.dll


From: Tom Hartnett
Subject: [Tinycc-devel] TCC (Windows executable) and cygwin1.dll
Date: Fri, 23 Sep 2011 14:48:21 -0400
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

I'm trying to cause TCC to use a handful of functions that are implemented in cygwin1.dll.
I've tried (among other things):
    tcc -I /Cywin/usr/include -o foo.exe foo.c -lcygwin1
(after, of course, using tiny_impdef to create cygwin1.def from cygwin1.dll) It creates the EXE, but it's still pulling-in functions from msvcrt.def (msvcrt.dll) where I want it to use the cygwin1 versions. Any thoughts?

Thanks,

Tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]