------- Comment #8 from dir at lanl dot gov 2005-11-07 21:14 ------- If -
cvs -d :ext:[EMAIL PROTECTED]:/cvsroot/gcc co gcc is now wrong, what is the correct CVS command to use ? Changing the directory make no difference, I have done exactly the same thing for the last year or so and I had trouble building gfortran on the macintosh only one other time - configure --prefix=/Users/dir/bin --enable-languages=c,f95 make -j 4 ... ... for mlib in '' $MLIBS ; do \ strip -o libgcc_s.10.4.dylib_T${mlib} \ -s ../.././gcc/config/rs6000/darwin-libgcc.10.4.ver -c -u \ libgcc_s${mlib}.1.dylib || exit 1 ; \ done MLIBS=`/Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/xgcc -B/Users/dir/gfortran/gcc/host-powerpc-apple-darwin8.3.0/gcc/ -B/Users/dir/bin/powerpc-apple-darwin8.3.0/bin/ -B/Users/dir/bin/powerpc-apple-darwin8.3.0/lib/ -isystem /Users/dir/bin/powerpc-apple-darwin8.3.0/include -isystem /Users/dir/bin/powerpc-apple-darwin8.3.0/sys-include --print-multi-lib \ | sed -e 's/;.*$//' -e '/^\.$/d' -e 's/^/_/'` ; \ for mlib in '' $MLIBS ; do \ strip -o libgcc_s.10.5.dylib_T${mlib} \ -s ../.././gcc/config/rs6000/darwin-libgcc.10.5.ver -c -u \ libgcc_s${mlib}.1.dylib || exit 1 ; \ done Could Not Open (-o) To Read make[2]: *** [libgcc_s.10.4.dylib] Error 1 make[2]: *** Waiting for unfinished jobs.... Could Not Open (-o) To Read make[2]: *** [libgcc_s.10.5.dylib] Error 1 rm cpp.pod gfortran.pod fsf-funding.pod gpl.pod gcc.pod gcov.pod gfdl.pod make[1]: *** [all-gcc] Error 2 make: *** [all] Error 2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24710