Re: Problem building gcc on Cygwin

2007-04-21 Thread Jim Wilson
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

Re: Problem building gcc on Cygwin

2007-04-19 Thread Brian Dessent
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

Problem building gcc on Cygwin

2007-04-19 Thread Tom Dickens
I'm having problems building gcc (c,c++, and FORTRAN compilers chosen) under Cygwin. I downloaded gcc-4.1.2.tar.gz. I gunzipped it to a directory, and untarred that. I created a subdirectory obj and changed to that directory. (All this from within Cygwin.) I ran ../gcc/configure -enable-langu