gcc-4.7-20111022 fails to build on PA-RISC
Dimitrios Apostolou
jimis@gmx.net
Sat Oct 29 15:52:00 GMT 2011
Hello again,
I tried disabling precompiled headers for libstdc++ (thanks apinski for
pointing this) and now the build fails while trying to build atomic.o. Any
ideas? Please take a look at the error message in the attached file. The
culprit seems to be the following:
/usr/include/bits/pthreadtypes.h:34:8: error: no matching function for
call to '<anonymous struct>::._3(const volatile __atomic_lock_t&)'
Thanks,
Dimitris
On Mon, 24 Oct 2011, Dimitrios Apostolou wrote:
> Hello list,
>
> For the first time I tried building gcc on PA-RISC so I configured with the
> following lines:
>
> jimis@dingo:~/dist/src/objtmp-gcc$ export
> LD_LIBRARY_PATH=/opt/cfarm/gmp-latest/lib/:/opt/cfarm/mpfr-latest/lib/:/opt/cfarm/mpc-latest/lib/
> jimis@dingo:~/dist/src/objtmp-gcc$ ../gcc-4.7-20111022/configure
> --prefix=/home/jimis/dist/src/tgt-gcc-4.7-20111022/
> --enable-checking=assert,misc,runtime,rtl,df --with-gmp=/opt/cfarm/gmp-latest
> --with-mpfr=/opt/cfarm/mpfr-latest --with-mpc=/opt/cfarm/mpc-latest
> CFLAGS="-O -g"
>
>
> After some time I got the attached error, unfortunately it's in some part of
> gcc in C++. Since I'm not coming to terms with the language could you please
> help me on this one? Am I missing something obvious?
>
>
> Thanks in advance,
> Dimitris
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: hppa-err-2.txt
URL: <https://gcc.gnu.org/pipermail/gcc-help/attachments/20111029/e9b0d519/attachment.txt>
More information about the Gcc-help
mailing list