[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3

dir at lanl dot gov gcc-bugzilla@gcc.gnu.org
Mon Nov 7 21:14:00 GMT 2005



------- Comment #8 from dir at lanl dot gov  2005-11-07 21:14 -------
If -

cvs -d :ext:anoncvs@savannah.gnu.org:/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



More information about the Gcc-bugs mailing list