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
make[3]: *** [cc1] Error 1
make[3]: *** Waiting for unfinished jobs....
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
make[3]: *** [lto1] Error 1
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
make[3]: *** [cc1plus] Error 1
rm gcov.pod gfdl.pod cpp.pod fsf-funding.pod gcc.pod
make[3]: Leaving directory `/home/ville/projects/c++/gcc-git/gcc/villebuild/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/ville/projects/c++/gcc-git/gcc/villebuild'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/ville/projects/c++/gcc-git/gcc/villebuild'
make: *** [all] Error 2

Reply via email to