Hello! Is it possible to build gcc 3.2.2 on Fedora Core 4 box? I failed to achieve this goal by native 4.0.0 compiler (not a big deal) and tried gcc 3.2.3 (compat-gcc32) included in FC4 distro. Build was successful, but not self test. Make check produced make[4]: Entering directory `./gcc-3.2.2-20030225_objdir/i686-pc-linux-gnu/boehm-gc' Switched to incremental mode Emulating dirty bits with mprotect/signals /bin/sh: line 1: 4537 Segmentation fault LD_LIBRARY_PATH=../../gcc $dir/$tst FAIL: gctest =================== 1 of 1 tests failed Questions. Am I right thinking newly built gcc 3.2.2 requires shared libraries with old ABI and incompatible with what I have in the distro? Am I right thinking compat-gcc32 is very special thing where old compiler is able to live with new ABI? Thanks a lot. -- Best regards Ilja Golshtein