In message < 34795012.9F9@dolphin.pknu.ac.kr >you write: > > I tested egcs snapshots on LINUX slackware 3.3 to make cross compiler. > Egcs-971122 makes following error. > Help me to fix this error. If you're going to build a cross compiler use "make cross"; it avoids building the fortran and object libraries which are not properly set up for cross compilation. jeff