Re: [ooc-compiler] TCC is working !
Brought to you by:
mva
|
From: Michael v. A. <Mic...@de...> - 2003-10-05 14:29:09
|
s duclos <syl...@ya...> writes: > Micheal, > > Fabrice Bellard (tcc author) fixed the problem I > reported earlyer. > tcc can now cpp/cc/ld and run the program hello from > the REAME of OOC. The question that interests me most: Can tcc be used to compile oo2c itself? The code generated by oo2c uses gcc extensions beyond the ones listed on the tinycc site, most notably nested functions. This would limit the number of programs that can be compiled with tcc. -- mva |