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

2005-09-16 Thread Evan Langlois
On Fri, 2005-09-16 at 13:46 -0400, Ben Hinkle wrote:
> 
> 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).

Has anyone actually got TCC and Boehm GC working together?   I thought
there was an issue.  Maybe I'm thinking of something else besides TCC -
maybe it was uclibc that had the issue.

-- Evan



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


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

2005-09-16 Thread Ben Hinkle

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

 
OK, thanks. I got the dll working fine (built using the digitalmars compiler) so I'll go ahead with that. 
___
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel


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

2005-09-16 Thread grischka
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