9 Nov
2003
9 Nov
'03
12:08 p.m.
On Sat, Nov 08, 2003 at 09:19:16AM +0100, adel.essafi wrote:
hi list I have a problem with spirit library. when I try to compile the c_grammar example , it takes to me 5 hours!!!!!! it s foolish. do you have the same problem please! cheers
I haven't tried spirit, but I used to have similar problems when I was using gcc with the optimization turned on. I have been compiliing heavy templated code. I have one case, that compiles in a about a minute without optimization on gcc and vc7.0, but it takes over an hour with optimization turned on on gcc ... This seems as a problem with gcc. Regards, Pavol