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

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to