------- Comment #16 from dir at lanl dot gov 2005-12-21 21:43 ------- I down loaded gfortran and built it on the Macintosh with -
svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc cd gcc configure --prefix=/Users/dir/gfortran --enable-languages=c,f95 make -j 4 make install When, I try the "check-gfortran" in the directory 'gcc' where I did the configure,make -j 4,make install, I get - [dranta:~/gfortran/gcc] dir% make check-gfortran make: *** No rule to make target `check-gfortran'. Stop. When I move to the directory 'gcc' below that, I get - [dranta:~/gfortran/gcc] dir% cd gcc [dranta:~/gfortran/gcc/gcc] dir% make check-gfortran make: *** No rule to make target `check-gfortran'. Stop. [dranta:~/gfortran/gcc/gcc] dir% Is there another directory called gcc or does it need to be build some other way ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25139