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

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. 

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 th