Re: [Tinycc-devel] Release Candidate - please test

2008-03-09 Thread kf
On Sat, Mar 8, 2008 at 11:52 PM, grischka [EMAIL PROTECTED] wrote: Here are the file that I propose for release: Source code: http://www.2shared.com/file/2958180/5f373866/tcc-0924tar.html FWIW (x86_64 is not supported, but) you can actually compile and use this in 64 bit FC easily enough:

Re: [Tinycc-devel] Release Candidate - please test

2008-03-09 Thread Alexander Gladysh
Hi! Source code: http://www.2shared.com/file/2958180/5f373866/tcc-0924tar.html I'm trying to build it under OS X (10.5.2 Leopard). Is it supported at all BTW? Got output as follows: $ ./configure Binary directory /usr/local/bin TinyCC directory/usr/local/lib/tcc Library directory

Re: [Tinycc-devel] Release Candidate - please test

2008-03-09 Thread grischka
From: Alexander Gladysh: I'm trying to build it under OS X (10.5.2 Leopard). Is it supported at all BTW? Appearently not, but if you can make it work ... ... Got output as follows: $ make gcc -O2 -g -Wall -mpreferred-stack-boundary=2 -march=i386 -falign-functions=0 -fno-strict-aliasing

Re: [Tinycc-devel] Release Candidate - please test

2008-03-09 Thread Alexander Gladysh
I made it compile with help of Google (so, that's pretty much a Cargo-cult programming). However make test segfaults. See logs below. Would try do disable the feature as you've suggested. I disabled feature, but tests segfault as well. Stacktrace is identical. Alexander. Patch: diff

Re: [Tinycc-devel] tcc-0.9.24 release soon

2008-03-09 Thread grischka
From: Rob Landley: I'm currently debugging why arm linking isn't working properly (I can build a hello.o with tinycc and then link it with an armv5l-gcc I have lying around, but if it links itself the result immediately segfaults under qemu-arm. ... Well, we didn't hear anything about arm

Re: [Tinycc-devel] Release Candidate - please test

2008-03-09 Thread Detlef Riekenberg
On Sa, 2008-03-08 at 22:52 +0100, grischka wrote: Here are the file that I propose for release: I did not test the files yet, but I think that a regular release is much better. IMHO, the new tools should be usable in both environments (win32 and unix) to allow tcc as drop-in for gcc and mingw.

Re: [Tinycc-devel] Release Candidate - please test

2008-03-09 Thread Detlef Riekenberg
On So, 2008-03-09 at 21:26 +0300, Alexander Gladysh wrote: -#if !defined(__FreeBSD__) !defined(__DragonFly__) ! defined(__OpenBSD__) +#if !defined(__FreeBSD__) !defined(__DragonFly__) \ + !defined(__OpenBSD__) !defined(__APPLE__) #include malloc.h #endif We really should test such