Hi,
I just ran these commands:
svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc
mkdir builddir
cd builddir
CFLAGS="-g" ../gcc/configure --enable-languages=c,c++ --enable-checking \
--disable-bootstrap --prefix=$PWD/../prefixdir
make -s
make install
and I got the attached compile error. Is th
Brian Dessent <[EMAIL PROTECTED]> wrote:
>
> Consider posting this kind of question to gcc-help@ instead.
OK, I will.
> [EMAIL PROTECTED] wrote:
>
> > I just ran these commands:
> >
> > svn -q checkout svn://gcc.gnu.org/svn/gcc/trunk gcc
> > mkdir builddir
> > cd builddir
> > CFLAGS="-