Anyone try CC=tcc make bootstrap?
David Starner
dvdeug@x8b4e53cd.dhcp.okstate.edu
Sat Dec 4 19:30:00 GMT 1999
I tried to make gcc with the Tendra C Compiler.
After false starts, I tried
CC="tcc -Y system" configure --prefix=...
CC="tcc -Y system" make bootstrap
but after a hour of random hacking, I stopped.
Some problems -
* __attribute__ was defined, and it didn't like you redefining it
in ansidecl.h. This one was easy.
* __u_quad_t (dev_t?) can't be compared to either __u_quad_t or
unsigned long. [ISO 6.3.9] (Tendra provides ISO references
besides most its errors.) Besides hacking unions everywhere,
I didn't know how to deal with this one.
* qsort (in texinfo) passed functions that wern't compatible to
int (const void*, const void*).
* in cccp.c it said that unsigned char & const char are incompatible
in a call to strncmp. [ISO 6.1.2.6]
Since I know of nobody who has/would have Tendra C installed and not
gcc installed, I gave up. Any comments?
--
David Starner - dstarner98@aasaa.ofe.org
I see no trend at all, except toward women playing mean and ugly
sociopaths who are good at killing and who enjoy dark powers. Maybe
it's just my friends?
-- Dr. Kromm, on who plays what type of character in RPGs
More information about the Gcc
mailing list