------- Comment #1 from rask at gcc dot gnu dot org 2007-11-20 19:30 ------- If you don't build in a combined tree, you'll have to build and install binutils and newlib before you can build some of the gcc components, such as libssp. This means building gcc twice; first with --disable-libssp and so on, then build and install newlib and finally build gcc again without --disable-libssp and so on. IOW using a combined tree is much easier, but see also bug 32154, which was only fixed for GCC 4.3.
-- rask at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|c |other Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31088