I got it to work as a DLL for calling into C from common-lisp when I needed something that was header-file dependent. It was really just a proof of concept though because if you distribute source, you can require that they have CC installed just as easily as libtcc, and if you distribute a binary, you can grovel ahead of time and don't need libtcc...
fwsgonzo|5 years ago
I don't really recommend doing it, unless you want to do it as a learning experiment. It was a fun thing to do.
aidenn0|5 years ago
saagarjha|5 years ago