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 -Wno-pointer-sign
> -Wno-sign-compare -o tcc tcc.c -lm -ldl
> tcc.c: In function 'rt_get_caller_pc':
> tcc.c:9857: error: request for member 'gregs' in something not a
> structure or union

The code in question is about basic stack backtrace support with 
tcc -run ...

To begin with you could just disable the feature similar to
_WIN32/CONFIG_TCCBOOT at lines 9834 and 10015).

--- grischka



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

Reply via email to