On Thu, Apr 28, 2011 at 8:57 AM, Ville Voutilainen <ville.voutilai...@gmail.com> wrote: > On 28 April 2011 01:40, Gabriel Dos Reis <g...@integrable-solutions.net> > wrote: >> My configuration command line is: >> /home/gdr/src/gcc.svn/configure --enable-languages=c,c++ >> --enable-build-with-cxx --disable-multilib --disable-nls >> and the builds is progressing quite very well with "g++". >> There is no need for manual setting of -fpermissive. > > It goes quite far, but fails at stage1. This is without any patches of mine... > > libbackend.a(gimple.o): In function `internal_fn_flags': > /home/ville/projects/c++/gcc-git/gcc/villebuild/gcc/../../gcc/internal-fn.h:46: > undefined reference to `internal_fn_flags_array' > libbackend.a(gimple-pretty-print.o): In function `internal_fn_name': > /home/ville/projects/c++/gcc-git/gcc/villebuild/gcc/../../gcc/internal-fn.h:37: > undefined reference to `internal_fn_name_array' > libbackend.a(tree-ssa-dom.o): In function `internal_fn_name': > /home/ville/projects/c++/gcc-git/gcc/villebuild/gcc/../../gcc/internal-fn.h:37: > undefined reference to `internal_fn_name_array' > collect2: ld returned 1 exit status
Thanks. Fixed yesterday evening. -- Gaby