Hello all,
Sincere apologies if this question has already been asked and answered; I combed the archives but didn't see this specifically addressed:
I'm hoping to use TCC to compile a closed-source project for Windows. I'm not using it as a JIT, or bundling it with the resulting executable; however, I see that TCC would compile in "libtcc1-64.a" to provide the runtime. Does this mean that any software compiled with TCC must be LGPL (unless compiled with -nostdlib)?
Many thanks,
Thomas Doylend