Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Embeddable GCC

Name: Anonymous 2016-09-08 14:56

Is there a small version of GCC for shipping with Windows program? Because Mingw installation takes frigging gigabyte, including a lot of bloat, like C++ and fortran compiler, with useless crap, like directx bindings.

Name: Anonymous 2016-09-16 15:52

>>102
you don't need .a or .def to create a .dll with TCC.
Not the problem.
tcc -shared foo.c generates both .dll and .def (assuming correct .c file)

load it from GCC compiled file with dlopen
Maybe I'll have a look into this today. On Windows it's LoadLibrary() etc., right?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List