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". I passed the -fleading-underscore in order to resolve _GC_init vs GC_init, for example. I also tried a win32 .lib file but I figure I'd have better luck with the gc.a. I'm not very facile with ELF etc so are there any tools that can help me debug the problem?
 
thanks in advance,
-Ben
 
ps - tcc is very impressive. I've been using it for a few days and having a great time - thanks for the work so far!
_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to