On Mon, Jun 23, 2014 at 12:07:45PM -0700, Wendell P wrote: > I'll admit I'm confused by the operation of the "-static" switch in TCC. > > tcc app.c lib.a
Links a single static library > tcc -static app.c lib.a Instructs TinyCC to use only static libraries, even for implicitly linked libraries like msvcrt. I doubt you can create anything useful in Windows without dynamic libraries. Daniel _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
