I am trying to build a cross compiler for Tandem NSK, hosted on Fedora Core 3 test 3. Fedora has been updated with GCC 2.3.4 I have downloaded the 3_1 branch from CVS, and am trying to configure it. When I run configure I get the following error: [matt@am gcc3_1obj]$ ../gcc3_1/configure --host=i686-pc-linux-gnu --target=nsr-tandem-nsk : bad interpreter: No such file or directory [matt@am gcc3_1obj]$ My directory structure is the same as I downloaded from CVS, with my object directory at the same level: /home/matt/gcc3_1 (Source) /home/matt/gcc3_1obj (Object) Thanks, Matt Secoske