[Bug bootstrap/24710] gfortran - fails to build on Mac OSX -10.4.3
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Nov 8 19:42:00 GMT 2005
------- Comment #14 from pinskia at gcc dot gnu dot org 2005-11-08 19:42 -------
As I asked before, can you try to build not in the src directory.
Do instead:
cd gcc
mkdir objdir
../configure --prefix=/Users/dir/bin --enable-languages=c,f95
make -j 4
If that works then we have a regression in building in the src directory which
is not a very high priority regression as building in the src directory is not
recommened or that well tested.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24710
More information about the Gcc-bugs
mailing list