On Thu, 15 Apr 2010, RoboTux wrote: > is this the same bug that you face on kfreebsd-amd64 or the bugs are > different ?
They seem to be different. On kfreebsd-amd64 it fails in this way: [...] make[1]: Entering directory `/tmp/tcc-0.9.25' gcc -o tcc tcc.c -DTCC_TARGET_X86_64 -g -O2 -O2 -g -Wall -fno-strict-aliasing -Wno-pointer-sign -lm -ldl In file included from tcc.c:21: libtcc.c: In function 'tcc_open': libtcc.c:1104: warning: field width should have type 'int', but argument 3 has type 'long int' In file included from libtcc.c:1131, from tcc.c:21: tccgen.c: In function 'block': tccgen.c:4101: warning: cast to pointer from integer of different size tccgen.c:4124: warning: cast to pointer from integer of different size In file included from tcc.c:21: libtcc.c: In function 'rt_get_caller_pc': libtcc.c:1512: error: 'mcontext_t' has no member named 'gregs' libtcc.c:1512: error: 'REG_RIP' undeclared (first use in this function) libtcc.c:1512: error: (Each undeclared identifier is reported only once libtcc.c:1512: error: for each function it appears in.) libtcc.c:1515: error: 'mcontext_t' has no member named 'gregs' libtcc.c:1515: error: 'REG_RBP' undeclared (first use in this function) make[1]: *** [tcc] Error 1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org