tinycc-devel
[Top][All Lists]
Advanced

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

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


From: grischka
Subject: Re: [Tinycc-devel] using boehm gc lib with tcc on win32
Date: Fri, 16 Sep 2005 18:33:48 +0200

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






reply via email to

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