tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] using boehm gc lib with tcc on win32


From: Ben Hinkle
Subject: [Tinycc-devel] using boehm gc lib with tcc on win32
Date: Wed, 14 Sep 2005 19:45:40 -0400

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]