Ben Hinkle wrote:
> I've been trying to compile the boehm gc into a tcc-compiled app. 
> I'm using mingw on win32 to build gc.a but it fails to link with 
> "invalid object file". 

This wont work currently, since GCC on win32 makes pe-i386 objects 
like MSC does, not ELF like TCC. Theoretically the gnu linker (ld) can
link ELF+pe-i386, but probably not really because of different naming 
conventions.

You can still link dynamically to a boehm-gc.dll built with something else
or alternativly try to compile it with TCC entirely (maybe it works).

--- grischka




_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to