Tom Dickens wrote:
../gcc/configure -enable-languages=c,c++,fortran.
make[1]: Leaving directory `/cygdrive/c/gcc-4.1.2/obj'
You ran the wrong configure script. You must always run the toplevel
configure script, not the one inside the gcc directory.
So instead of doing
cd gcc-4.1.2
mkdi
Tom Dickens wrote:
> make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
> -fno-implicit-templates' bootstrap
I don't know if 4.1.2 includes the toplevel bootstrap changes or not
(it's kind of old), but I don't think you should be doing "make
bootstrap". The new method is to either configu