> I cannot compile GCC front end. When I compile GCC front end with gcc > 3.4.0 and gcc 4.1.2 I get some compilation errors (I didn't note > them). When I compile it with gcc4.2.0 I get an error that cc1 > requires libstdc++.so.6 GLIBCXX_3.4.9 version > Try to configure gcc frontend with --disable-shared. Lauro